Jo, da steckt wohl ein RHEL-basiertes OS drin und du musst mittels dracut das initrd neu bauen.
Am Besten vor der Migration schon das Image neu bauen, dass alle Treiber integriert werden und nicht nur die, die auf der VMware-Kiste benötigt werden:
Little update from my side:
It is working like that. Just some additional point.
On target VM to migrate:
- Adjust the initial RAM Disk as in your link you provided with
- Adjust the dracut boot process
Code:
dracut --add-drivers "virtio_balloon virtio_ring virtio_input virtio_pci virtio virtio_blk virtio_net virtio_scsi" --force - Shutdown the VM (Full process described here)
- Ensure enough Space is available on the target Proxmox host
- Migrate the OVF and Disk Files with the "ovftool"
- Import it via qm Command
- My...

























