Notes/src/VGA Passthrough/VGA Passthrough (Manjaro)/README.md

847 B

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