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: | ||
<< This guide was made for intel systems. >> | << This guide was made for intel systems. >> | ||
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. | ||
/etc/default/grub: | /etc/default/grub: |
Revision as of 18:26, 3 May 2024
<< This guide was made for intel systems. >>
- 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.
/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 options nouveau modeset=0 options vfio_pci ids=10de:1b80,10de:10f0,1002:67ef,1002:aae0