Skip to content

Instantly share code, notes, and snippets.

@jhorsman
Last active June 21, 2024 16:32
Show Gist options
  • Save jhorsman/deb1c219384ec6b171ef to your computer and use it in GitHub Desktop.
Save jhorsman/deb1c219384ec6b171ef to your computer and use it in GitHub Desktop.
How to convert a VMware virtual disk to VirtualBox disk

How to convert a VMware virtual disk to VirtualBox disk

Context

  • On my workstation running a VirtualBox machine with a VMDK (VMware virtual disk) failed.
  • I tried again by converting the VMDK into a VDI (VirtualBox virtual disk)

Steps

Derived from http://smallbusiness.chron.com/copying-vmdk-vdi-virtualbox-43658.html

  • C:\Program Files\Oracle\VirtualBox>VBoxManage clonehd "D:\VMware\reference-box.vmdk" "D:\VirtualBox\converted.vdi" --format VDI
  • Create a new virtual machine in VirtualBox
  • Add hard disk with the converted.vdi
  • Install the VirtualBox Guest Additions on the virtual machine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment