Hello everyone,
I'm trying to import a VM created on virtualbox using a OVA. I extracted the .vmdk, .mf and .ovf file. When I try to import the .ovf with the following line I always get this error:
I searched for some .ovf template but it didn't help. Here is the part I think should be changed but I don't know how to. I attached the whole .ovf file
I'm trying to import a VM created on virtualbox using a OVA. I extracted the .vmdk, .mf and .ovf file. When I try to import the .ovf with the following line I always get this error:
Bash:
root@pve:~# qm importovf 250 ./win2003.ovf local-lvm -format qcow2
warning: unable to parse the VM name in this OVF manifest, generating a default value
error during import, cleaning up created resources...
import failed - unable to parse value of 'cores' - type check ('integer') failed - got ''
import failed - unable to parse value of 'memory' - type check ('integer') failed - got ''
root@pve:~#
I searched for some .ovf template but it didn't help. Here is the part I think should be changed but I don't know how to. I attached the whole .ovf file
XML:
<CPU count='4' cores='4'>
<PAE enabled="false"/>
<NestedHWVirt enabled="true"/>
<LongMode enabled="false"/>
<HardwareVirtExLargePages enabled="true"/>
</CPU>
<Memory RAMSize='4096'/>