Hello everybody,
I did read many threads on the forum and via google search, yet I cannot find any solution to my problem.
I have a Asrock Z790 Pro RS/D4 mainboard with vt-d enabled.
I installed Proxmox via UEFI and setup a ZFS Raid 0 NVMe Pool.
I used previously working GPU passhtrough guides, to enable IOMMU and pass my GPU to my VM, but since I didnt use legacy to install proxmox, I cant seem to enable IOMMU anymore.
I already tried following
GRUB - /etc/default/grub
Kernel - /etc/kernel/cmdline
cat /etc/kernel/cmdline returns following
I did read many threads on the forum and via google search, yet I cannot find any solution to my problem.
I have a Asrock Z790 Pro RS/D4 mainboard with vt-d enabled.
I installed Proxmox via UEFI and setup a ZFS Raid 0 NVMe Pool.
I used previously working GPU passhtrough guides, to enable IOMMU and pass my GPU to my VM, but since I didnt use legacy to install proxmox, I cant seem to enable IOMMU anymore.
I already tried following
GRUB - /etc/default/grub
- GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt initcall_blacklist=sysfb_init"
- update-initramfs -u -k all
- update-grub
Kernel - /etc/kernel/cmdline
- intel_iommu=on
- rootdelay=10
- pve-efiboot-tool refresh
cat /etc/kernel/cmdline returns following
- root=ZFS=rpool/ROOT/pve-1 boot=zfs
- intel_iommu=on
- rootdelay=10