[SOLVED] import virtual box VM?

killmasta93

Renowned Member
Aug 13, 2017
958
56
68
30
Hi
i currently trying to import a vm from virtual to proxmox, but im getting this issue

Code:
root@prometheus2:~# qm importovf 167 GSM-TRIAL-21.04.4-VirtualBox.ova local-zfs
GSM-TRIAL-21.04.4-VirtualBox.ova:1: parser error : Start tag expected, '<' not found
GSM-TRIAL-21.04.4-VirtualBox.ovf

so then tried to untar the ova file

Code:
root@prometheus2:~#  tar -xvf GSM-TRIAL-21.04.4-VirtualBox.ova
GSM-TRIAL-21.04.4-VirtualBox.ovf
GSM-TRIAL-21.04.4-VirtualBox-disk001.vmdk
GSM-TRIAL-21.04.4-VirtualBox.mf

then re ran but i got this

Code:
root@prometheus2:~# qm importovf 169 GSM-TRIAL-21.04.4-VirtualBox.ovf local-zfs
warning: unable to parse the VM name in this OVF manifest, generating a default value
invalid host ressource /disk/vmdisk1, skipping

was reading the v2v guides but could not find any documentation

Thank you
 
I would recommend create vm with settings from virtualbox and convert vmdk to raw image:
Code:
qemu-img convert -f vmdk -O raw GSM-TRIAL-21.04.4-VirtualBox-disk001.vmdk /dev/path/to/vm-disk-nnn
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!