With below tool, you can convert virtual box hard disk format (.VDI) to generic VHD format.
Once this conversion to generic format is done, you can attach it to any Virtual Environment like VMWare,Hyper-V,etc
Taking IT to the Next Level
With below tool, you can convert virtual box hard disk format (.VDI) to generic VHD format.
Once this conversion to generic format is done, you can attach it to any Virtual Environment like VMWare,Hyper-V,etc
The below video shows how to convert virtualbox format to vmware.
Command to convert Virtualbox vdi to generic vhd format:
vboxmanage clonehd "source vdi file path" "Destination vhd file path" --format VHD
Similarly to convert to VMDK format.:
vboxmanage clonehd "source vdi file path" "Destination vmdk file path" --format vmdk --variant standard