How to convert VDI to VMDK file
Download qemu-img.exe file from the web
use the following command to convert .vdi file to .vmdk
qemu-img.exe convert -O vmdk opennebula-4.0-sandbox.vdi opennebula-4.0-sandbox.vmdk
How to convert VDI to VMDK file
Download qemu-img.exe file from the web
use the following command to convert .vdi file to .vmdk
qemu-img.exe convert -O vmdk opennebula-4.0-sandbox.vdi opennebula-4.0-sandbox.vmdk