So I'm attempting to migrate some VMs from an esxi host to a new proxmox server I built. Creating new VMs with proxmox works like a charm.
First i created copies of the VMs on proxmox, copying the same hardware config options, never started them.
I stopped the ESXI VMs, grabbed the vmdk's (they were flat files), moved them to /var/lib/vz/images/VMID , converted them with qemu-img convert to qcow2, which seemed to work perfectly.
I also tried using qm importdisk, which also seemed to work.
The VM's seem to boot fine via console, but ssh login info doesn't work(via console). Via console i see the login prompt, but my info doesn't work, it gives me normal failed login messages. I verified the passwords still work on the "old" esxi VMs. I also can't see any networking come up, I changed the NIC from virtio to VMXNET3 thinking it may need to match the old esxi networking interface type, but that didn't help.
This was tried with two different linux VMs and both experienced the same issue.
Any ideas what is going on?
First i created copies of the VMs on proxmox, copying the same hardware config options, never started them.
I stopped the ESXI VMs, grabbed the vmdk's (they were flat files), moved them to /var/lib/vz/images/VMID , converted them with qemu-img convert to qcow2, which seemed to work perfectly.
I also tried using qm importdisk, which also seemed to work.
The VM's seem to boot fine via console, but ssh login info doesn't work(via console). Via console i see the login prompt, but my info doesn't work, it gives me normal failed login messages. I verified the passwords still work on the "old" esxi VMs. I also can't see any networking come up, I changed the NIC from virtio to VMXNET3 thinking it may need to match the old esxi networking interface type, but that didn't help.
This was tried with two different linux VMs and both experienced the same issue.
Any ideas what is going on?