ProXmoX – PCi Passthrough (Ethernet)
Leave a commentApril 12, 2022 by aubreykloppers
Enable intel IOMMU:
- vi /etc/default/grub
- Intel system:
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on"
- AMD system:
GRUB_CMDLINE_LINUX_DEFAULT="quiet amd_iommu=on"
- Intel system:
- update-grub
Add kernel modules:
- vi /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
Update initramfs:
1. update-initramfs -u -k all
2. reboot
Thanx to: https://pve.proxmox.com/pve-docs/chapter-sysadmin.html#sysboot_edit_kernel_cmdline