How do I convert a VDI HDD to a VHD file?
Is there a way to convert a VDI HDD to a VHD?
The best way is to use VBoxmanage as explained by Derek P. If you have an old VirtualBox, either upgrade, or:
You convert VDI to VMDK, then convert VMDK to VHD in one of several ways:
- VMWare VCenter Converter Standalone Client
- vmToolkits VMDK to VHD converter
- WinImage (shareware)
This function is built into VirtualBox:
VBoxManage clonehd source.vdi target.vhd --format vhd