Tuesday, September 8, 2026

Reader’s Article – Proxmox VE: All-rounder with virtual gaming ambitions?

Date:

First of all, what is that actually? PCI passthrough describes the process of passing PCI (e) components directly to a virtual machine. This makes it part of the VM and also directly recognizes it as hardware. In the standard, the function is not configured in the Debian substructure of Proxmox. Proxmox also reports this when we want to give a VM a PCI device.

proxmox_meldung_iommu_off.png

So we follow up on the request and pull the entry from the wiki. PCI-Passthrough advise.
To the terminal and the configuration files. First will FOOD personalized.

nano /etc/default/grub

Online
GRUB_CMDLINE_LINUX_DEFAULT="quiet"

let’s add a parameter after “quiet” to activate IOMMU additional.
The result should look like this:
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on"

Then the bootloader configuration is updated.
update-grub

We go to the next file.
nano /etc/modules

The following is inserted below the entire comment line (the lines with #):
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd

Support for “IOMMU remapping” must be available for PCI devices to pass through. This is checked here with.
dmesg | grep 'remapping'

Feedback comes
"DMAR-IR: Enabled IRQ remapping in x2apic mode" ('x2apic' can be different on old CPUs, but should still work)

the function is supported.

Next, a file is created. This is used to lock the graphics drivers on the host so that it cannot load them and thus damage the graphics cards. This can potentially eliminate issues with GPU-to-VM pass-through.

In the File.
nano /etc/modprobe.d/blacklist.conf

we enter the following.
blacklist radeon
blacklist amdgpu
blacklist nouveau
blacklist nvidia
blacklist nvidiafb

Last wish initramfs updated.
update-initramfs -u -k all

In the end, the host will reboot.
reboot

Toni Morrison
Toni Morrison
Toni Morrison was a celebrated American author whose novels earned worldwide recognition for their depth, artistry, and cultural significance. Her influential works continue to inspire readers and writers across generations.

Share post:

Popular

More like this
Related

DOOM: The Dark Ages Atlan Desktop Statue Launches for $179.99

Bethesda has released a limited-edition desktop statue based on...

‘Uta Macross’ Revival Project Brings Rhythm Game Back to Steam, iOS and Android in 2027

Uta Macross is making a comeback. AUGUST Inc. has...

Comedy RPG ‘SEND IN THE CLOWN’ Debuts at Indie Showcase The MIX

LOS ANGELES — Independent game studio Mad Herons has...

The Grinch 2: Saving Christmas Gameplay Trailer Reveals Co-Op, Gadgets and 23 Festive Levels

The Grinch 2: Saving Christmas has received a new...