Help Recovering Windows VM on OS X in VirtualBox
Posted: 12. Apr 2017, 01:06
Hello,
I would appreciate some help using VirtualBox to access memory from my Hyper-V virtual machine that I was running on Windows. The VM was running Ubuntu. I damaged my laptop, and my replacement machine is a Mac. I need to recover the files from the VM using this Mac. I am using VirtualBox Version 5.1.18.
The files from Windows are .vhdx and .avhdx files. The .avhdx files seem to be snapshot files. There are two .vhdx files and two .avhdx files.
I managed to access the .vhdx files through a Ubuntu VirtualBox machine by first converting them to .vdi files using VBoxManage, according to a post I found online. However, I cannot figure out how to access the .avhdx files. I tried to convert them to VDI files, according to the same line of code I used for the .vhdx files:
VBoxManage clonehd --format VDI input.avhdx output.vdi
But I received the following error:
VBoxManage: error: Could not open the medium '/path/input.avhdx'.
VBoxManage: error: VHDX: Image '/path/input.avhdx' has a non empty log which is not supported (VERR_NOT_SUPPORTED).
VBoxManage: error: VD: error VERR_NOT_SUPPORTED opening image file '/path/input.avhdx' (VERR_NOT_SUPPORTED)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MediumWrap, interface IMedium, callee nsISupports
VBoxManage: error: Context: "OpenMedium(Bstr(pszFilenameOrUuid).raw(), enmDevType, enmAccessMode, fForceNewUuidOnOpen, pMedium.asOutParam())" at line 179 of file VBoxManageDisk.cpp
Does anyone know a way to access these .avhdx files in VirtualBox?
I see that there is a "snapshots" area in VirtualBox, but the "restore selected snapsnot" option is greyed out. Furthermore, I imagine I would still have issues concerning the file format.
Thank you in advance!
I would appreciate some help using VirtualBox to access memory from my Hyper-V virtual machine that I was running on Windows. The VM was running Ubuntu. I damaged my laptop, and my replacement machine is a Mac. I need to recover the files from the VM using this Mac. I am using VirtualBox Version 5.1.18.
The files from Windows are .vhdx and .avhdx files. The .avhdx files seem to be snapshot files. There are two .vhdx files and two .avhdx files.
I managed to access the .vhdx files through a Ubuntu VirtualBox machine by first converting them to .vdi files using VBoxManage, according to a post I found online. However, I cannot figure out how to access the .avhdx files. I tried to convert them to VDI files, according to the same line of code I used for the .vhdx files:
VBoxManage clonehd --format VDI input.avhdx output.vdi
But I received the following error:
VBoxManage: error: Could not open the medium '/path/input.avhdx'.
VBoxManage: error: VHDX: Image '/path/input.avhdx' has a non empty log which is not supported (VERR_NOT_SUPPORTED).
VBoxManage: error: VD: error VERR_NOT_SUPPORTED opening image file '/path/input.avhdx' (VERR_NOT_SUPPORTED)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MediumWrap, interface IMedium, callee nsISupports
VBoxManage: error: Context: "OpenMedium(Bstr(pszFilenameOrUuid).raw(), enmDevType, enmAccessMode, fForceNewUuidOnOpen, pMedium.asOutParam())" at line 179 of file VBoxManageDisk.cpp
Does anyone know a way to access these .avhdx files in VirtualBox?
I see that there is a "snapshots" area in VirtualBox, but the "restore selected snapsnot" option is greyed out. Furthermore, I imagine I would still have issues concerning the file format.
Thank you in advance!