a easy workaround
add a disk with virtio or scsi - this way you will get the scsi controller in windows, install the drivers and let windows find the 2nd disk in disk manager
once this is done shutdown and change the primary disk (on ide) to scsi (by detaching and re-attaching as scsi)
now boot, 95% of the time this trick will work and windows will boot with the scsi drivers as they have been added in order to detect the 2nd disk
How can i get the scsi driver? Is there a url to download?a easy workaround
add a disk with virtio or scsi - this way you will get the scsi controller in windows, install the drivers and let windows find the 2nd disk in disk manager
once this is done shutdown and change the primary disk (on ide) to scsi (by detaching and re-attaching as scsi)
now boot, 95% of the time this trick will work and windows will boot with the scsi drivers as they have been added in order to detect the 2nd disk
How can i get the scsi driver? Is there a url to download?
thank you very muchHey,
You can read about VirtIO drivers here:
https://pve.proxmox.com/wiki/Windows_VirtIO_Drivers
You usually download the latest stable ISO file and mount them in a virtual cdrom-drive.
Kind regards,
Benedikt
Thanks a lot!a easy workaround
add a disk with virtio or scsi - this way you will get the scsi controller in windows, install the drivers and let windows find the 2nd disk in disk manager
once this is done shutdown and change the primary disk (on ide) to scsi (by detaching and re-attaching as scsi)
now boot, 95% of the time this trick will work and windows will boot with the scsi drivers as they have been added in order to detect the 2nd disk
These steps worked for me with one addition:a easy workaround
add a disk with virtio or scsi - this way you will get the scsi controller in windows, install the drivers and let windows find the 2nd disk in disk manager
once this is done shutdown and change the primary disk (on ide) to scsi (by detaching and re-attaching as scsi)
now boot, 95% of the time this trick will work and windows will boot with the scsi drivers as they have been added in order to detect the 2nd disk
Oh yes I forgot to add this, This will help manyThese steps worked for me with one addition:
After converting an ide disk to scsi you have to add scsi to the boot order or your VM will no longer boot, and NOT from the bios but from the Proxmox GUI here:View attachment 47792
Thank you for your tip, but how do I reattach the disk after detaching it? It's not working for me.a easy workaround
add a disk with virtio or scsi - this way you will get the scsi controller in windows, install the drivers and let windows find the 2nd disk in disk manager
once this is done shutdown and change the primary disk (on ide) to scsi (by detaching and re-attaching as scsi)
now boot, 95% of the time this trick will work and windows will boot with the scsi drivers as they have been added in order to detect the 2nd disk
Click on the unused disk under Hardware and simply add it back as scsi.Thank you for your tip, but how do I reattach the disk after detaching it? It's not working for me.
ThanksThe VM won’t find the appropriate drivers during boot so you have to inject them into your OS.
Shut down your VM and mount the install ISO (Win10 for example) and the VirtIO ISO. Set the boot order to the Windows ISO at 1. Let the disk type as it was before (IDE/SATA). Start the VM and it will boot in the setup screen. Now press SHIFT+F10, that will bring up the CMD shell.
Check which drive letter the VirtIO ISO DVD drive has (E: for example).
Next step will insert the drivers:
dism /image:C:\ /add-driver /driver:E:\vioscsi\w10\amd64
Once the command has completed power down the VM from the CMD shell with:
wpeutil shutdown -s
Unmount both ISOs from the VM, change the disk type to SCSI and power it on again. Now Windows should boot as desired.
The VM won’t find the appropriate drivers during boot so you have to inject them into your OS.
Shut down your VM and mount the install ISO (Win10 for example) and the VirtIO ISO. Set the boot order to the Windows ISO at 1. Let the disk type as it was before (IDE/SATA). Start the VM and it will boot in the setup screen. Now press SHIFT+F10, that will bring up the CMD shell.
Check which drive letter the VirtIO ISO DVD drive has (E: for example).
Next step will insert the drivers:
dism /image:C:\ /add-driver /driver:E:\vioscsi\w10\amd64
Once the command has completed power down the VM from the CMD shell with:
wpeutil shutdown -s
Unmount both ISOs from the VM, change the disk type to SCSI and power it on again. Now Windows should boot as desired.
You have helped me immensely.These steps worked for me with one addition:
After converting an ide disk to scsi you have to add scsi to the boot order or your VM will no longer boot, and NOT from the bios but from the Proxmox GUI here:View attachment 47792