proxmox ver 7.1-7
GPU nvidia 1660
CPU 3930k
MB dx79si
i went through all of the steps to configure gpu passthrough in proxmox
when i add the gpu in hardware and start the machine i get an error :
TASK ERROR: cannot prepare PCI pass-through, IOMMU not present
my grub file (commented some code out )
If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt pcie_acs_override=downstream,multifunction nofb nomodeset video=vesafbff video=efifbff"
#GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt pcie_acs_override=downstream"
#GRUB_CMDLINE_LINUX=""
GRUB_CMDLINE_LINUX="textonly video=astdrmfb video=efifbff"
my kernel cmd file:
#quiet intel_iommu=on
GRUB_CMDLINE_LINUX_DEFAULT=“quiet intel_iommu=on”
thanks in advance
GPU nvidia 1660
CPU 3930k
MB dx79si
i went through all of the steps to configure gpu passthrough in proxmox
when i add the gpu in hardware and start the machine i get an error :
TASK ERROR: cannot prepare PCI pass-through, IOMMU not present
my grub file (commented some code out )
If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt pcie_acs_override=downstream,multifunction nofb nomodeset video=vesafbff video=efifbff"
#GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt pcie_acs_override=downstream"
#GRUB_CMDLINE_LINUX=""
GRUB_CMDLINE_LINUX="textonly video=astdrmfb video=efifbff"
my kernel cmd file:
#quiet intel_iommu=on
GRUB_CMDLINE_LINUX_DEFAULT=“quiet intel_iommu=on”
thanks in advance