Notes/src/VGA Passthrough/VGA Passthrough (Manjaro)
itdominator 34741c5b59 conf update 2021-05-18 18:40:52 -05:00
..
Looking Glass Added vga passthrough notes... 2021-02-25 15:51:00 -06:00
Scripts conf update 2021-05-18 18:40:52 -05:00
Video Added vga passthrough notes... 2021-02-25 15:51:00 -06:00
README.md Added vga passthrough notes... 2021-02-25 15:51:00 -06:00
gpu-passthrough.pdf Added vga passthrough notes... 2021-02-25 15:51:00 -06:00
vfio.conf Added vga passthrough notes... 2021-02-25 15:51:00 -06:00
virsh-conf-example.xml conf update 2021-05-18 18:40:52 -05:00

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