Come convertire da (vmdk/vdi/img) a (vmdk/vdi/img)

Torna sempre utile spostare una macchina virtuale, oppure iniziare a capire come trasferirsi da VMWare a KVM

(vmdk to kvm)
qemu-img convert testvm.vmdk testvm.img

(kvm to virtualbox)
VBoxManage convertfromraw –format VDI testvm.img testvm.vdi

(kvm to vmware)
qemu-img convert -O vmdk testvm.img testvm.vmdk

(virtualbox to kvm)

vboxmanage internalcommands converttoraw testvm.vdi testvm.img