Differences

This shows you the differences between two versions of the page.

Link to this comparison view

proxmox:setup_virtio_drivers_on_windows_core [2021/05/18 10:41] – created adminproxmox:setup_virtio_drivers_on_windows_core [2021/05/18 10:47] (current) admin
Line 1: Line 1:
 +Для того, чтобы установить драйверы на **Windows Server Core** можно воспользоваться утилитой **pnputil**. \\
 +Смотрим какие девайсы без драйверов:
 +  pnputil /enum-devices /problem
 +Устанавливаем драйверы с помощью **pnputil** (проверено на ISO **virtio-win-0.1.190.iso**):
 +<code>
 pnputil /add-driver D:\Balloon\2k19\amd64\*.inf /install pnputil /add-driver D:\Balloon\2k19\amd64\*.inf /install
 pnputil /add-driver D:\NetKVM\2k19\amd64\*.inf /install pnputil /add-driver D:\NetKVM\2k19\amd64\*.inf /install
Line 14: Line 19:
 pnputil /add-driver D:\vioserial\2k19\amd64\*.inf /install pnputil /add-driver D:\vioserial\2k19\amd64\*.inf /install
 pnputil /add-driver D:\viostor\2k19\amd64\*.inf /install pnputil /add-driver D:\viostor\2k19\amd64\*.inf /install
 +</code>
  • proxmox/setup_virtio_drivers_on_windows_core.txt
  • Last modified: 2021/05/18 10:47
  • by admin