I installed proxmox on a debian buster mathine.
I add config from the wiki, `https://pve.proxmox.com/wiki/Pci_passthrough#Intel_CPU`
but Pci passthrough can't work
```
add pci devices:
No IOMMU detected, please activate it.See Documentation for further information.
```
I modify the `GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on"`,
modify /etc/modules
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
add `options vfio_iommu_type1 allow_unsafe_interrupts=1` in /etc/modprobe.d/pcie.con
dmesg | grep -e DMAR -e IOMMU -e AMD-Vi
[ 0.027146] DMAR: IOMMU enabled
lsmod | grep kvm
kvm_intel 249856 0
kvm 655360 1 kvm_intel
irqbypass 16384 2 vfio_pci,kvm
Is there anything I missed? My Cpu is I5-7400
I add config from the wiki, `https://pve.proxmox.com/wiki/Pci_passthrough#Intel_CPU`
but Pci passthrough can't work
```
add pci devices:
No IOMMU detected, please activate it.See Documentation for further information.
```
I modify the `GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on"`,
modify /etc/modules
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
add `options vfio_iommu_type1 allow_unsafe_interrupts=1` in /etc/modprobe.d/pcie.con
dmesg | grep -e DMAR -e IOMMU -e AMD-Vi
[ 0.027146] DMAR: IOMMU enabled
lsmod | grep kvm
kvm_intel 249856 0
kvm 655360 1 kvm_intel
irqbypass 16384 2 vfio_pci,kvm
Is there anything I missed? My Cpu is I5-7400