Hello,
I would like some help to install the nvidia driver on windows 10 x64.
Ubuntu 16.04
1st GPU: amd
2nd: Nvidia (vfio)
When installing the driver, the driver makes the error 43.
Infos:
I would like some help to install the nvidia driver on windows 10 x64.
Ubuntu 16.04
1st GPU: amd
2nd: Nvidia (vfio)
When installing the driver, the driver makes the error 43.
Code:
qemu-system-x86_64 -enable-kvm -M q25 -m 1024 -cpu host,kvm=off,hv_vendor_id=whatever \
-smp 4,sockets=1,cores=4,threads=1 \
-device vfio-pci,host=02:00.0,x-vga=on \
-device vfio-pci,host=02:00.1 \
-hda "/mnt/Black/OS/Virtual_Machines/Qemu/Stockage/Windows.qcow2" \
-vga none
Code:
02:00.0 0300: 10de:1c03 (rev a1)
Subsystem: 1043:85ae
Kernel driver in use: vfio-pci
Kernel modules: nvidiafb, nouveau
02:00.1 0403: 10de:10f1 (rev a1)
Subsystem: 1043:85ae
Kernel driver in use: vfio-pci
Kernel modules: snd_hda_intel
Code:
02: 00.0 [VGA] Nvidia GTX 1060 [10de: 1c03] [XXXX: XXXX] [-----------] nvidiafb, new
02: 00.1 [HDA] Nvidia GTX 1060 [10de: 10f1] [1043: 85ae] snd_hda_intel snd_hda_intel
/ Etc / modules
Pci_stub
Vfio
Vfio_iommu_type1
Vfio_pci
Kvm
Kvm_amd
Kvm_intel
/etc/modprobe.d/vfio.conf
Options vfio-pci ids = 10de: 1c03,10de: 10f1,1043: 85ae
/etc/vfio-pci.cfg
DEVICES = "0000: 02: 00.0 0000: 02: 00.1"
/etc/modprobe.d/blacklist.conf
Blacklist nvidia
Blacklist nvidia_drm
Blacklist nvidiafb
Blacklist new
#Fix iommu
/ Etc / default / grub
GRUB_CMDLINE_LINUX_DEFAULT = "quiet splash ivrs_ioapic [9] = 00: 14.0 ivrs_ioapic [10] = 00: 00.2"
Sudo update-grub; Sudo update-initramfs -u