Created
March 10, 2017 13:12
-
-
Save reox/a88d8afa9e49040468d1980be9892082 to your computer and use it in GitHub Desktop.
Import a Windows 7 VM from Virtualbox
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
# Unfortunately virtio seems to not work with win8 (it seems to work with windows 10) | |
virt-install --import --memory 4096 --vcpus 1 --name win8 --os-variant win8 --disk ~/VirtualBox\ VMs/Windows/Windows-disk1.vmdk,format=vmdk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment