Fix DVD boot issues and windows drive letter issues#346
Open
ckane wants to merge 2 commits intoxdissent:masterfrom
Open
Fix DVD boot issues and windows drive letter issues#346ckane wants to merge 2 commits intoxdissent:masterfrom
ckane wants to merge 2 commits intoxdissent:masterfrom
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.