VFIO GPU Passthrough Setup: Difference between revisions
From Lucca's Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Firstly, set your igpu to the default in bios. I'd recommend plugging it into a secondary port on your monitor if one is available. | Firstly, set your igpu to the default in bios. I'd recommend plugging it into a secondary port on your monitor if one is available. | ||
This guide was made for intel systems. | |||
/etc/default/grub: | /etc/default/grub: |
Revision as of 11:38, 3 May 2024
Firstly, set your igpu to the default in bios. I'd recommend plugging it into a secondary port on your monitor if one is available.
This guide was made for intel systems.
/etc/default/grub:
GRUB_CMDLINE_LINUX_DEFAULT="intel_iommu=on iommu=pt modprobe.blacklist=nouveau,amdgpu,radeon"
/etc/modprobe.d/vfio.conf:
CHANGE IDS TO THOSE OF THE GPU (lspci -nnk)
blacklist nouveau blacklist amdgpu blacklist radeon blacklist ohci-pci options nouveau modeset=0 options vfio_pci ids=10de:1b80,10de:10f0,1002:67ef,1002:aae0