I am trying to set up PCI Passthrough for a GPU, but am running into a problem.
Step 1: I opened the BIOS, found the VT-d section and made sure it was enabled. (Look at screen_1)
The Interrupt Remapping is also enabled.
Step 2: Edit (
Step 3: Run
Step 4: Edit
Step 5: Rebooting the host machine.
... and see the problem: In proxmox interface "Add: PCI Device" I see the following message: "No IOMMU detected, please activate it.See Documentation for further information". (look at screen_2)
I never got any further and don't know how to solve this problem.
I'm hoping for your help.
P.S.: Processors support VT-d (see specs).
The motherboard (I think) also supports this feature, as you can see this switch in the BIOS.
Configuration:
- Motherboard: HUANANZHI X99 DUAL-F8D (Specs)
- 2x CPU: Intel Xeon E5-2680 v4 (Specs)
- GPU: ROG Strix GeForce RTX 3060 V2 OC Edition 12GB (Specs)
Step 1: I opened the BIOS, found the VT-d section and made sure it was enabled. (Look at screen_1)
The Interrupt Remapping is also enabled.
Step 2: Edit (
path: /etc/default/grub
)
Code:
# GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUD_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on"
Step 3: Run
update-grub
Step 4: Edit
/etc/modules
Code:
# /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
Step 5: Rebooting the host machine.
... and see the problem: In proxmox interface "Add: PCI Device" I see the following message: "No IOMMU detected, please activate it.See Documentation for further information". (look at screen_2)
I never got any further and don't know how to solve this problem.
I'm hoping for your help.
P.S.: Processors support VT-d (see specs).
The motherboard (I think) also supports this feature, as you can see this switch in the BIOS.
Configuration:
- Motherboard: HUANANZHI X99 DUAL-F8D (Specs)
- 2x CPU: Intel Xeon E5-2680 v4 (Specs)
- GPU: ROG Strix GeForce RTX 3060 V2 OC Edition 12GB (Specs)