VFIO GPU Passthrough Setup: Difference between revisions
From Lucca's Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
* 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: | ||
GRUB_CMDLINE_LINUX_DEFAULT="intel_iommu=on iommu=pt modprobe.blacklist=nouveau,amdgpu,radeon" | GRUB_CMDLINE_LINUX_DEFAULT="intel_iommu=on iommu=pt modprobe.blacklist=nouveau,amdgpu,radeon" | ||
/etc/modprobe.d/vfio.conf: | * /etc/modprobe.d/vfio.conf: | ||
CHANGE IDS TO THOSE OF THE GPU (<code>lspci -nnk</code>) | CHANGE IDS TO THOSE OF THE GPU (<code>lspci -nnk</code>) |
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