Hello Together
I know, it already has 100 posts, but I'm not getting anywhere
1
Bios vt-d its ON (intel Extreme Board DZ77GA-70K)
2
nano /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on"
3
update-initramfs -u -k all
4
update-grub
5
nano /etc/modules
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
6
Restart
What am I doing wrong or have I forgotten ?
I am thankful for any help also in German
I know, it already has 100 posts, but I'm not getting anywhere
1
Bios vt-d its ON (intel Extreme Board DZ77GA-70K)
2
nano /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on"
3
update-initramfs -u -k all
4
update-grub
5
nano /etc/modules
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
6
Restart
Code:
root@pve1:~# lsmod | grep vfio
vfio_pci 53248 0
vfio_virqfd 16384 1 vfio_pci
irqbypass 16384 2 vfio_pci,kvm
vfio_iommu_type1 32768 0
vfio 32768 2 vfio_iommu_type1,vfio_pci
Code:
root@pve1:~# cat /proc/cmdline
initrd=\EFI\proxmox\5.4.73-1-pve\initrd.img-5.4.73-1-pve root=ZFS=rpool/ROOT/pve-1 boot=zfs
What am I doing wrong or have I forgotten ?
I am thankful for any help also in German