[SOLVED] How can I import a vmware ova to proxmox?

fcymk2

Active Member
Sep 7, 2019
27
3
43
40
I have a custom system(vmware ova), I import it to vmware, it can work.

I want import it to proxmox, but failed, it can't find disk(disk is crypto)

proxmox config
pve_config.jpg
vmware config
vm_config.jpg
proxmox start failed log:
error.jpg

If I use live cd, and ll /dev/disk/by-uuid, I can see the disk.
disk.jpg
 
Can you boot with recovery kernel and try : dracut --force --regenerate-all
I can't modify boot options..

I set the harddisk bus to IDE instead of scsi, it can work now.
I don't know why, in vmware, it work on scsi mode.