Hi,
I'm having some trouble with my Proxmox setup. I'm running Proxmox on a HP Z440 workstation with a Quadro P1000 and a Quadro K2200 inside. The P1000 is working without trouble, but I can't seem to get the other card working.
When I run:
it get an empty return (while the P1000 is working). When I try to link the K2200 to a VM, i get mixed errors in the syslog, which are:
or
I tried every hardware option possible, default bios/uefi bios, default display/virtio gpu, primary gpu on/off, but the results are the same.
My /etc/default/grub is
I added 'pcie_aspm=off' after getting different errors. I added the video tags after searching for solutions, but nothing makes a difference.
What do these errors mean?
I'm having some trouble with my Proxmox setup. I'm running Proxmox on a HP Z440 workstation with a Quadro P1000 and a Quadro K2200 inside. The P1000 is working without trouble, but I can't seem to get the other card working.
When I run:
Code:
dmesg | grep -e DMAR -e IOMMU
Code:
pve kernel: vfio-pci 0000:02:00.0: BAR 3: can't reserve [mem 0xd0000000-0xd1ffffff 64bit pref]
or
Code:
pve kernel: vfio-pci 0000:02:00.0: No more image in the PCI ROM
I tried every hardware option possible, default bios/uefi bios, default display/virtio gpu, primary gpu on/off, but the results are the same.
My /etc/default/grub is
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt pcie_aspm=off video=vesafbff video=efifbff"
I added 'pcie_aspm=off' after getting different errors. I added the video tags after searching for solutions, but nothing makes a difference.
What do these errors mean?