Convert VirtualBox (vdi) hard drive image to VMWare (vmdk) format » MikeBeach... - 0 views
-
Example (Windows):
1
"c:Program FilesOracleVirtualBoxVBoxManage.exe" clonehd "Win XP.vdi" xp.vmdk --format vmdk --variant standard
-
Example (Linux):
1
VBoxManage clonehd "Win XP.vdi" xp.vmdk --format vmdk --variant standard
-
Next, open VMWare and select Create a new virtual machine Select “I will install the operating system later” Make your OS selection about the OS that’s currently on the vmdk you will be using. (The guest OS, not the host OS). Later on, you will have the option to use an existing vmdk image as your virtual hard drive. Do so. You should now be able to finish setup and boot your converted disk image.
- ...1 more annotation...