Hi all,
Planning to migrate from Unraid's KVM over to Proxmox (plus MergerFS & SnapRAID and Docker, etc). During VM testing, I've found that I cannot boot a VM that I migrated over. I've searched the forum and all I've found is one thread that said this should just work, but I can't for the life of me get it going.
Here's what I did:
Stop the VM in Unraid. Move vdisk1.img (OS disk) from Unraid to Proxmox via NFS. I created a new VM in Proxmox, and point the disk parameter to the various attempts below. All attempts result in a boot loop
The VM is a Windows Server 2016 OS. Here's my 100.conf (after #1 above):
I can always rebuild the VM and copying guest OS data over, but I'd love to not have to do that if at all possible.
Thanks!
Planning to migrate from Unraid's KVM over to Proxmox (plus MergerFS & SnapRAID and Docker, etc). During VM testing, I've found that I cannot boot a VM that I migrated over. I've searched the forum and all I've found is one thread that said this should just work, but I can't for the life of me get it going.
Here's what I did:
Stop the VM in Unraid. Move vdisk1.img (OS disk) from Unraid to Proxmox via NFS. I created a new VM in Proxmox, and point the disk parameter to the various attempts below. All attempts result in a boot loop
- Renamed Unraid disk *.img it to "vm-100-disk-0.raw" in the VM's images folder in Proxmox. (per https://forum.proxmox.com/threads/moving-vm-from-unraid-kvm-to-proxmox.41806/#post-201049)
- Move vdisk1.img from Unraid to Proxmox via NFS, ran the qemu convert to convert to qcow2: "qemu-img convert -f raw -O qcow2 /zfs/images/vdisk1.img /zfs/images/100/vm-100-disk-0.qcow2".
- Tried setting the disk to sata0, ide0, scsi0 (and the "bootdisk" to match) in the /etc/pve/qemu-server/100.conf file as well)
The VM is a Windows Server 2016 OS. Here's my 100.conf (after #1 above):
root@pve01:~# cat /etc/pve/qemu-server/100.conf
bootdisk: scsi0
cores: 4
scsi0: zfs:100/vm-100-disk-0.raw,cache=writethrough,size=100G
ide2: none,media=cdrom
memory: 15259
name: svr01
net0: e1000=CA:89:A5:83:7C:C1,bridge=vmbr0
numa: 0
ostype: win10
scsihw: virtio-scsi-pci
smbios1: uuid=ce5cde1e-5250-4fee-9e2f-1517f23b5dc2
sockets: 2
vmgenid: c7d45b7a-699d-46c6-bc70-8750ccd8a241
bootdisk: scsi0
cores: 4
scsi0: zfs:100/vm-100-disk-0.raw,cache=writethrough,size=100G
ide2: none,media=cdrom
memory: 15259
name: svr01
net0: e1000=CA:89:A5:83:7C:C1,bridge=vmbr0
numa: 0
ostype: win10
scsihw: virtio-scsi-pci
smbios1: uuid=ce5cde1e-5250-4fee-9e2f-1517f23b5dc2
sockets: 2
vmgenid: c7d45b7a-699d-46c6-bc70-8750ccd8a241
I can always rebuild the VM and copying guest OS data over, but I'd love to not have to do that if at all possible.
Thanks!