Issue importing OVF to VirtualBox
Posted: 4. Jan 2021, 13:57
Hello all,
First - my apologies if this is detailed else where on the forum. I've looked around and couldn't quite find a solution to fit my issue.
I'm attempting to export a VM from VMWarePlayer --> VirtualBox. I done this using OVFtool to export to OVF format (also tried OVA with no luck either). Within VirtualBox on attempting to import appliance I get this error;
Looking at line 48, I see this is for storage device NVME. I guess from the error description VirtualBox does not like this very much.
From another forum page I seen some suggestions to manually edited the .ovf file by replacing
ElementName with Caption
vmware.sata.ahci with AHCI
I also deleted the .mf file.
After these steps still no luck though
Can anybody point me in the direction of documentation or steps to help get past this?
Kind regards
Gary
First - my apologies if this is detailed else where on the forum. I've looked around and couldn't quite find a solution to fit my issue.
I'm attempting to export a VM from VMWarePlayer --> VirtualBox. I done this using OVFtool to export to OVF format (also tried OVA with no luck either). Within VirtualBox on attempting to import appliance I get this error;
Code: Select all
Failed to import appliance C:\Users\<username>\export.ovf.
Error reading "C:\Users\<username>\export.ovf": Host resource of type "Other Storage Device (20)" is supported with SATA AHCI controllers only, line 48 (subtype:vmware.nvme.controller).
Result Code: VBOX_E_FILE_ERROR (0x80BB0004)
Component: ApplianceWrap
Interface: IAppliance {86a98347-7619-41aa-aece-b21ac5c1a7e6}Code: Select all
<Item>
<rasd:Address>0</rasd:Address>
<rasd:Description>NVME Controller</rasd:Description>
<rasd:Caption>nvmeController0</rasd:Caption>
<rasd:InstanceID>3</rasd:InstanceID>
<rasd:ResourceSubType>vmware.nvme.controller</rasd:ResourceSubType>
<rasd:ResourceType>20</rasd:ResourceType>
</Item>ElementName with Caption
vmware.sata.ahci with AHCI
I also deleted the .mf file.
After these steps still no luck though
Can anybody point me in the direction of documentation or steps to help get past this?
Kind regards
Gary