Greetings,
I followed the Proxmox guide on migrating a Windows 2000 VM from VMware to Proxmox. I was able to pull over the vmdk's, mf and ovf files. Then I did:
qm importovf 200 test.ovf rpool-SSD
It seems to create a VM with the correct disk. It starts to boot and once it passes the following screenshot, it fails with inaccessible disk.
Here's the .conf file the import created:
boot: order=ide0;ide2
cores: 2
ide0: rpool-SSD:vm-200-disk-0
ide1: rpool-SSD:vm-200-disk-1
memory: 4096
name: test
smbios1: uuid=667ac4bf-034f-4bdd-89c7-b8d6384f8481
vmgenid: 914d8b4a-1019-4662-beb6-be209a4159cb
As per the guide, I changed 'scsi' to 'ide'. I'm pretty sure it's still trying to use SCSI and because there are no virt-io SCSI drivers on the VM, it won't be able to see the disk.
Any pointers are much appreciated.
(Side note: yes, I'm aware win2k is old. This is a customer requirement)
I followed the Proxmox guide on migrating a Windows 2000 VM from VMware to Proxmox. I was able to pull over the vmdk's, mf and ovf files. Then I did:
qm importovf 200 test.ovf rpool-SSD
It seems to create a VM with the correct disk. It starts to boot and once it passes the following screenshot, it fails with inaccessible disk.
Here's the .conf file the import created:
boot: order=ide0;ide2
cores: 2
ide0: rpool-SSD:vm-200-disk-0
ide1: rpool-SSD:vm-200-disk-1
memory: 4096
name: test
smbios1: uuid=667ac4bf-034f-4bdd-89c7-b8d6384f8481
vmgenid: 914d8b4a-1019-4662-beb6-be209a4159cb
As per the guide, I changed 'scsi' to 'ide'. I'm pretty sure it's still trying to use SCSI and because there are no virt-io SCSI drivers on the VM, it won't be able to see the disk.
Any pointers are much appreciated.
(Side note: yes, I'm aware win2k is old. This is a customer requirement)