ryanburnette / ryanburnette.com

0 stars 0 forks source link

blog/proxmox-import-ova/ #6

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Install .ova Image on Proxmox

https://ryanburnette.com/blog/proxmox-import-ova/

GoZippy commented 1 year ago

cool - now how do you go from proxmox to esxi? How to export to ovs/ova?

ryanburnette commented 1 year ago
qemu-img convert -f qcow2 /var/lib/vz/images/<VMID>/imagediskname.qcow2 -O vmdk /path/to/myNewImage.vmdk
mcr commented 1 year ago

Export as vmdk is not OVA. Few VMware admins know what to do with a VMDK these days. I tried with VirtualBox, but it produces ancient (SHA1) OVAs, which the latest VMware refuses to process. I did not found a workaround, and wound up having to use a VMWare Workstation installation on a Windows10 game machine. VMWork Station for Linux won't install unless you have some ancient GCC 8 available, which is really daft, since gcc 11 should work just fine.