Skip to content
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

Fix DVD boot issues and windows drive letter issues #346

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ckane
Copy link

@ckane ckane commented Dec 26, 2019

This includes two commits that I've consistently had to make to my environments. Attempt to fix issue where drive letters in copy_to_vm are different than the windows configurations, and also fix the case where the "control ISO" won't boot in the VM because the DVD is not always the first boot device.

When the "ievms" control ISO is attached, we want the VM to boot off of
it. Some of the MS VMs don't have the DVD set as the default boot drive,
so make sure this is configured before we try to boot off the ISO. I
noticed that (at least) the Win10 VM wouldn't boot to the control ISO.
This change adds a 4th argument to copy_to_vm which takes the windows
version. I've noticed that the Win10 VM will assign drive letter "D" to
the shared folder, while the other VMs will all assign drive letter "Z".
Both of these differ from older behavior that used drive letter "E". I
suspect that a "net use" command could be added into the script to force
this to be S: for all VMs or something.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant