-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hyper-V BYOC build failing in New-IsoFile
#101
Comments
Update: I needed to manually hit ENTER to prevent network boot. Install proceeding... |
New-IsoFile
It seems the script does send key sequence to prevent network boot, but it's too late! Anyway, success so all good. Linux hyperv build not so much... hangs waiting for ssh connection... |
So, your changes have been merged and a new version of |
Great, thank you. |
Attempting to build for hyper-v fails due to conflict in
New-IsoFile
function.I've managed to get past this as follows:
Add current
New-ISOFile.ps1from https://github.com/TheDotSource/New-ISOFile
However the resulting image isn't bootable so clearly isn't a full fix. Am I missing something simple?
NB. Work in progress at https://github.com/mikee47/appveyor-build-images/tree/fix/hyperv-build
The text was updated successfully, but these errors were encountered: