Lenovo tiny pc ultimate guide: unlock full GPU power, install/update nvidia drivers with apt, and how to make GPU passthrough in proxmox 9
gist.github.com·17h·
Discuss: r/homelab
Flag this post

Done in proxmox 9

  1. Append the following in /etc/kernel/cmdline: iommu=pt (no need of pcie_acs_override=downstream,multifunction as we don’t need separate iommu groups, no need of intel_iommu=on for kernels >=6.8)
  2. If you have systemd-boot: proxmox-boot-tool refresh
  3. nano /etc/modules-load.d/pci-pass-through.conf:
vfio
vfio_iommu_type1
vfio_pci

  1. update-initramfs -u -k all
  2. Disable actual drivers to use the GPU to not interfere with passthrough: nano /etc/modprobe.d/nvidia-passthrough-blacklist.conf:
blacklist nouveau
blacklist nvidia*

  1. Reboot
  2. dmesg | grep -e DMAR should return DMAR: IOMMU enabled or `DMAR: Intel(R) Virtualization Technology for Dir…

Similar Posts

Loading similar posts...