Hi,
I cannot activate IOMMU for my setup, maybe you can help me sort it out?
Processor i5-4460 supports VT-X
https://ark.intel.com/content/www/p...i54460-processor-6m-cache-up-to-3-40-ghz.html
Mobo
GA-Z87MX-D3H
https://www.gigabyte.com/Motherboard/GA-Z87MX-D3H-rev-1x/sp#sp
I follow the Proxmox documentation
First I edit the grub
I update the grub and restart again the server
and then reboot
After restart I made changes to the VM
and in gui modified the machine type to machine: pc-q35-5.2
Added to blacklist /etc/modprobe.d/pve-blacklist.conf
Finally I added in GUI the EFI disk and then reboot.
The IOMMU is stll not detected. Do you have any idea why?
I cannot activate IOMMU for my setup, maybe you can help me sort it out?
Processor i5-4460 supports VT-X
https://ark.intel.com/content/www/p...i54460-processor-6m-cache-up-to-3-40-ghz.html
Mobo
GA-Z87MX-D3H
https://www.gigabyte.com/Motherboard/GA-Z87MX-D3H-rev-1x/sp#sp
I follow the Proxmox documentation
First I edit the grub
Code:
/etc/default/grub
Changed this line:
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on pcie_acs_override=downstream,multifunction video=efifb:eek:ff"
I update the grub and restart again the server
Code:
I added in /etc/modules
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
and update the initramfs
update-initramfs -u -k all
and then reboot
After restart I made changes to the VM
Code:
nano /etc/pve/qemu-server/100.conf
I changed the processor type cpu: host,hidden=1,flags=+pcid
Added to blacklist /etc/modprobe.d/pve-blacklist.conf
Code:
blacklist nvidiafb
blacklist nvidia
blacklist radeon
blacklist nouveau
Finally I added in GUI the EFI disk and then reboot.
The IOMMU is stll not detected. Do you have any idea why?
