didn't work for me. :-( I loaded drivers via recovery mode option, but still when I select scsi as disk type -> getting dump. (windows 2016 server). There is also scsi device controller in the device list.When I tried to run the dism command from the recovery console, I got an error that C: didn't exist. So first I had to use the Drvload command so C: would show up in the recovery console. Then I was able to run the dism command to add the driver permanently.
(My CD-ROM shows up as D: )
drvload d:\vioscsi\2k19\amd64\vioscsi.inf
dism /image:C:\ /add-driver /driver:D:\vioscsi\2k19\amd64
To see the status of the drives, you can run this command:
wmic logicaldisk get deviceid, volumename, description
but the question is: is scsi controller really important to get the highest Read\Write speed?
Last edited: