Difference between revisions of "PCI Passthrough"
Line 1: | Line 1: | ||
+ | == Notes == | ||
+ | |||
Grub2 file location: | Grub2 file location: | ||
/etc/default/grub | /etc/default/grub | ||
Line 7: | Line 9: | ||
AMD: | AMD: | ||
iommu=on pci-stub.ids= | iommu=on pci-stub.ids= | ||
+ | |||
+ | Regenerate Grub2 config: | ||
+ | grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg | ||
+ | |||
+ | == Source Info == | ||
Debian: | Debian: |
Revision as of 05:47, 18 September 2016
Notes
Grub2 file location:
/etc/default/grub
Intel:
intel_iommu=on pci-stub.ids=
AMD:
iommu=on pci-stub.ids=
Regenerate Grub2 config:
grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
Source Info
Debian:
https://wiki.debian.org/VGAPassthrough
Fedora:
http://www.andrewklau.com/my-fedora-21-gaming-rig-using-vt-d-and-vfio-without-compromise/