Hello I have a problem with PCI Passthrough. my virtual machine gets such an error:
() kvm: -device vfio pci,host=0000:03:00.0,id=hostpci0,bus=pci.0,addr=0x10: vfio 0000:03:00.0: failed to setup container for group 17: Failed to set iommu for container: Operation not permitted
TASK ERROR: start failed: QEMU exited with code 1
of course I did all the steps:
nano /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on"
update-grub
nano /etc/kernel/cmdline
%> intel_iommu=on
proxmox-boot-tool refresh
nano /etc/modules
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
update-initramfs -u -k all
AND REBOOT
On the older version of proxmox worked after applying these settings but after reinstalling proxmox to the latest version throws such an error please help greetings kamil
() kvm: -device vfio pci,host=0000:03:00.0,id=hostpci0,bus=pci.0,addr=0x10: vfio 0000:03:00.0: failed to setup container for group 17: Failed to set iommu for container: Operation not permitted
TASK ERROR: start failed: QEMU exited with code 1
of course I did all the steps:
nano /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on"
update-grub
nano /etc/kernel/cmdline
%> intel_iommu=on
proxmox-boot-tool refresh
nano /etc/modules
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
update-initramfs -u -k all
AND REBOOT
On the older version of proxmox worked after applying these settings but after reinstalling proxmox to the latest version throws such an error please help greetings kamil