How to convert a vmware Image to vbox image


sudo apt-get install qemu
Convert a VMWare Image to VirtualBox Image
Convert VMWare image called debian.vmdk to /tmp/debian.bin
qemu-img convert debian.vmdk /tmp/debian.bin
Now use VBoxManage to get back image in native format:
VBoxManage convertdd /tmp/debian.bin debian.vdi

댓글