You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
itdominator 34741c5b59 conf update 3 years ago
..
Looking Glass Added vga passthrough notes... 3 years ago
Scripts conf update 3 years ago
Video Added vga passthrough notes... 3 years ago
README.md Added vga passthrough notes... 3 years ago
gpu-passthrough.pdf Added vga passthrough notes... 3 years ago
vfio.conf Added vga passthrough notes... 3 years ago
virsh-conf-example.xml conf update 3 years ago

README.md

Passthrough Helper for Manjaro

Run this script using su instead of sudo. The ">" redirects of echo will not work otherwise.

Edit /etc/default/grub

intel_iommu=on (or) amd_iommu=on
rd.driver.pre=vfio-pci
kvm.ignore_msrs=1

Edit /etc/mkinitcpio.conf

MODULES="vfio_pci vfio vfio_iommu_type1 vfio_virqfd"
FILES="/usr/bin/vfio-pci-override.sh"
Hooks="... vfio ...."

Tutorial

"Error 43: Driver failed to load" on Nvidia GPUs passed to Windows VMs

Sources