Opened 2 years ago
#21653 new defect
VBoxManage.exe: error: Code RPC_E_SERVERFAULT (0x80010105) (extended info not available)
Reported by: | Golden_us | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox-7.0.8 |
Keywords: | Cc: | ||
Guest type: | Linux | Host type: | other |
Description
Export fails with the following error: Read below about work-around. Error message didn't provide information to solve the problem. Also VBoxManager locks up and requires a reboot. Just got lucky to find a work-around.
$ VBoxManage export c11 --output='z:\C11.ova' --ovf20 --manifest
VBoxManage.exe: error: Code RPC_E_SERVERFAULT (0x80010105) (extended info not available) VBoxManage.exe: error: Context: "ExportTo(pAppliance, Bstr(pszAbsFilePath).raw(), pVSD.asOutParam())" at line 1840 of file VBoxManageAppliance.cpp
This was an old Appliance cira 2014 which imported without a problem. Note the a variable "OS type:" was set.
$ VBoxManage showvminfo c11 | grep -Ei 'OS type:|Guest OS:' Guest OS: Other Linux (32-bit) OS type: Linux26
Resetting os-type to 'Oracle Linux 5.x (32-Bit)' now export works
$ VBoxManage modifyvm c11 --os-type='Oracle Linux 5.x (32-Bit)'
$ VBoxManage showvminfo c11 | grep -Ei 'OS type:|Guest OS:' Guest OS: Oracle Linux 5.x (32-Bit)
$ VBoxManage export c11 --output='z:\C11.ova' --ovf20 –manifest 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100% Successfully exported 1 machine(s).