virtio-win / virtio-win-pkg-scripts

Scripts for packaging virtio-win drivers
GNU General Public License v2.0
1.88k stars 151 forks source link

windows 2008 R2(64bit) cannot find suitabe drivers. #41

Open Reventon1993 opened 3 years ago

Reventon1993 commented 3 years ago

I used the windows 2008 R2 ISO to install my vm and the disk used virtio technology。I downloaded the virtio-win-0.1.185.iso and attached a cdrom included it to my vm。

when installing the os, windows finds no suitabe driver file in the cdrom.

virtio1

cannot find driver: virtio2

vrozenfe commented 3 years ago

Try pointing to the exact location. For example /amd64/2k8R2/ ,or viostor/2k8/amd64/ (use the correct driver name that you need, instead of viostor)

Reventon1993 commented 3 years ago

Try pointing to the exact location. For example /amd64/2k8R2/ ,or viostor/2k8/amd64/ (use the correct driver name that you need, instead of viostor)

still not found

vrozenfe commented 3 years ago

Which driver are you trying to install viostor or vioscsi ?

Reventon1993 commented 3 years ago

It's not found in either directory viostor or directory vioscsi

vrozenfe commented 3 years ago

I don't have 185 on my testing machine at the moment, but 190 looks quite fine: [ vrozenfe@panda virtio-win-0.1.190]$ ls -la vioscsi/2k8R2/amd64/ total 761 dr-xr-xr-x 2 vrozenfe vrozenfe 2048 Mar 10 11:28 . dr-xr-xr-x 3 vrozenfe vrozenfe 2048 Mar 10 11:27 .. -r-xr-xr-x 10 vrozenfe vrozenfe 10196 Mar 10 11:27 vioscsi.cat -r-xr-xr-x 10 vrozenfe vrozenfe 3013 Mar 10 11:27 vioscsi.inf -r-xr-xr-x 6 vrozenfe vrozenfe 700416 Mar 10 11:27 vioscsi.pdb -r-xr-xr-x 10 vrozenfe vrozenfe 61160 Mar 10 11:27 vioscsi.sys

[vrozenfe@panda virtio-win-0.1.190]$ ls -la viostor/2k8R2/amd64/ total 695 dr-xr-xr-x 2 vrozenfe vrozenfe 2048 Mar 10 11:28 . dr-xr-xr-x 3 vrozenfe vrozenfe 2048 Mar 10 11:27 .. -r-xr-xr-x 10 vrozenfe vrozenfe 10196 Mar 10 11:27 viostor.cat -r-xr-xr-x 10 vrozenfe vrozenfe 2809 Mar 10 11:27 viostor.inf -r-xr-xr-x 6 vrozenfe vrozenfe 643072 Mar 10 11:27 viostor.pdb -r-xr-xr-x 10 vrozenfe vrozenfe 50920 Mar 10 11:27 viostor.sys

Reventon1993 commented 3 years ago

190 still doesn't work

my windows iso file: name: cn_windows_server_2008_r2_standard_enterprise_datacenter_and_web_with_sp1_x64_dvd_617598.iso SHA1:38BFF8DA3BEAA742ECA54A6F584403BD253444B5

Reventon1993 commented 3 years ago

I find anthor driver package and it works.

the driver files: fff

alexey-buluy commented 3 years ago

Most likely cause: https://github.com/virtio-win/virtio-win-pkg-scripts/issues/43 Download the older package, virtio-win-0.1.141 worked for me.