*.vmx to *.vdi

Vmware image to Vbox image conversion :

{Note you must have Vbox}

$ sudo aptitude install qemu

$ qemu-img convert vmimage.vmdk vbox.bin

$ VBoxManage convertdd vbox.bin vboximage.vdi

Share this