Skip to content

Instantly share code, notes, and snippets.

@reox
Created March 10, 2017 13:12
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save reox/a88d8afa9e49040468d1980be9892082 to your computer and use it in GitHub Desktop.
Import a Windows 7 VM from Virtualbox
# 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