GPU Passthrough Guide
reference : reddit
1. Enable IOMMU in BIOS
- Reboot your system and enter BIOS/UEFI settings.
- Look for options related to VT-d (Intel) or AMD-Vi (AMD).
- Enable IOMMU or VT-d.
- Save and exit the BIOS.
2. Enable IOMMU in Proxmox GRUB Configuration
Edit the GRUB configuration:
Change this line:
to:- For Intel CPUs:
- For AMD CPUs:
Save and update GRUB:
3. Load IOMMU Kernel Modules
Edit the modules file:
Add the following lines at the bottom: Save and exit.Update the initramfs: