[SOLVED] No iommu detected

BigChris

Member
Apr 28, 2022
45
2
13
Hallo,
ich habe Proxmox in der aktuellen Version frisch bei mir installiert. Vorher lief eine 7er Version erfolgreich, ich nehme an die letzte aktuelle, aber das weiß ich nicht mehr genau ehrlich gesagt.
Bei der aktuellen 8.1 bekomme ich das IOMMU nicht mehr aktiviert, würde aber gerne eine Grafikkarte durchreichen.
Folgendes habe ich gemacht:

Code:
nano /etc/default/grub

Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt"

Code:
update-grub

Code:
nano /etc/modules

Code:
vfio
vfio_iommu_type1
vfio_pci




Code:
update-initramfs -u -k all


Code:
reboot


Code:
root@pve:~# lsmod | grep vfio

Code:
vfio_pci               16384  0
vfio_pci_core          86016  1 vfio_pci
irqbypass              12288  2 vfio_pci_core,kvm
vfio_iommu_type1       49152  0
vfio                   57344  3 vfio_pci_core,vfio_iommu_type1,vfio_pci
iommufd                77824  1 vfio


Trotzdem leider die Meldung, kein IOMMU detected

An den BIOS Einstellungen habe ich nichts geändert und unter 7.x hat es funktioniert.


Was kann ich tun?
 
Last edited:
Hi,

kannst du mal bitte den Output von
- cat /proc/cmdline
- dmesg -H | grep -i -e iommu -e dmar
- pvesh get /nodes/localhost/hardware/pci --pci-class-blacklist ""

posten? Das sollte mal für den Anfang helfen herauszufinden, was da schiefläuft.

Bitte jeweils in Codetags, der Lesbarkeit zuliebe.
 
Ich konnte es zumindest beheben.

nano /etc/kernel/cmdline

root=ZFS=rpool/ROOT/pve-1 boot=zfs intel_iommu=on iommu=pt
 
  • Like
Reactions: cheiss

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!