Hi Guys, I really hope you can help me.
I have a Windows 2022 server that I would like to convert to Proxmox.
The process:
I have installed the virtio-win-gt-x64.msi to get the driver in the Windows system
I then use Disk2vhd and I get 2 files out of this, a small one, and a big one from the C:
I copy those to a disk on the Proxmox server, and I convert to qcow using:
qemu-img convert -O qcow2 WIN-2.VHDX WindowsServer2022.qcow2
after converting, I import it to a WM to a ZFS newly made via:
qm importdisk 101 WindowsServer2022.qcow2 WindowsServerRaid
Then I attach the drive via GUI as SATA, and boots, but I get the "inaccessible boot device" error. :/
Then I tried to attach the drive as IDE or SCSI but still the same.
I then booted into recovery mode and attached the drivers via the drvload command, from the virtio-win-0.1.266.iso imported the:
D:\amd64\2k22\vioscsi.inf
D:\amd64\2k22\viosort.inf
D:\viostor\2k22\amd64\viostor.inf
But I still get the "inaccessible boot device" error.
So now I'm at a loss, what should I try next?
The original server runs on an Intel raid disk if that has any influence.
I have spend hours and hours exporting, copying, converting and importing
I have a Windows 2022 server that I would like to convert to Proxmox.
The process:
I have installed the virtio-win-gt-x64.msi to get the driver in the Windows system
I then use Disk2vhd and I get 2 files out of this, a small one, and a big one from the C:
I copy those to a disk on the Proxmox server, and I convert to qcow using:
qemu-img convert -O qcow2 WIN-2.VHDX WindowsServer2022.qcow2
after converting, I import it to a WM to a ZFS newly made via:
qm importdisk 101 WindowsServer2022.qcow2 WindowsServerRaid
Then I attach the drive via GUI as SATA, and boots, but I get the "inaccessible boot device" error. :/
Then I tried to attach the drive as IDE or SCSI but still the same.
I then booted into recovery mode and attached the drivers via the drvload command, from the virtio-win-0.1.266.iso imported the:
D:\amd64\2k22\vioscsi.inf
D:\amd64\2k22\viosort.inf
D:\viostor\2k22\amd64\viostor.inf
But I still get the "inaccessible boot device" error.
So now I'm at a loss, what should I try next?
The original server runs on an Intel raid disk if that has any influence.
I have spend hours and hours exporting, copying, converting and importing