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

Commits on Dec 26, 2019

  1. Make sure the DVD is boot drive for control ISO

    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.
    ckane committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    984d644 View commit details
    Browse the repository at this point in the history
  2. Windows version for drive letter in copy_to_vm

    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.
    ckane committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    a585e21 View commit details
    Browse the repository at this point in the history