VirtualBox
From My notepad
Migrating VMware vmdk to VirtualBox vdi format
- First, make sure you have qemu installed and vditool.
- Convert VMWare image into raw format: qemu-img convert -f vmdk VMwarefile.vmdk -O raw rawfile.img
- Convert raw image into a VDI: vditool DD VBoxfile.vdi rawfile.img