ProXmoX – PCi Passthrough (Ethernet)

Leave a comment

April 12, 2022 by aubreykloppers

Enable intel IOMMU:

  • vi /etc/default/grub
    1. Intel system: GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on"
    2. AMD system: GRUB_CMDLINE_LINUX_DEFAULT="quiet amd_iommu=on"
  • 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




Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

counter for wordpress
%d bloggers like this: