I'm trying to use clonehd to convert a VHDX VM to a VDI, however i get the following errors:
NHQOSX01:~ jon$ VBoxManage clonehd /Volumes/Lacie/VHQXP07.VHDX /Volumes/Lacie/JonEXP_1.vdi
VBoxManage: error: Medium '/Volumes/Lacie/JonEXP_1.vdi' is not accessible
VBoxManage: error: Details: code VBOX_E_INVALID_OBJECT_STATE (0x80bb0007), component Medium, interface IMedium, callee nsISupports
VBoxManage: error: Context: "CloneTo(dstDisk, ComSafeArrayAsInParam(l_variants), NULL, progress.asOutParam())" at line 740 of file VBoxManageDisk.cpp
This VM is from a Parallels v7 install. Ive used disk2vhd (as per: https://forums.virtualbox.org/viewtopic.php?f=8&t=57476 )and am trying to use this VM in VirtualBox.
Thanks,
Jon