hello,
I use proxmox V7.2-3, I plan to create two Gamer VMs on it, one for me and one for my son. I have two nvidia 1060 graphics cards and a basic card that I want to dedicate to the host.
When I put my basic card, whis a 1060 and I assign it to a VM, everything is ok, it works,
I followed this procedure:
https://github.com/lucduke/proxmox/blob/main/3-vm-gaming.md
But when I put the third, at boot, the network card deactivates it. that is to say that at the beginning of the boot it is active, and almost at the end of the boot it deactivates it.
I tested the PCI ports, they all work, riser or no riser, so it's not the risers that are at fault. I tried modifying the GRUB, replacing this line
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt kvm.ignore_msrs=1 video=vesafbff video=efifbff intremap=no_x2apic_optout"
by this line
GRUB_CMDLINE_LINUX_DEFAULT="intel_iommu=on pcie_acs_override=downstream,multifunction"
so that each device is its own group, because I suspect a conflict between the network card and the one of the graphic cards.
But that doesn't work either.
I don't know what to do anymore, so if you have the solution that would be great.
Thanks in advance.
PS: sorry for my english i am french.
I use proxmox V7.2-3, I plan to create two Gamer VMs on it, one for me and one for my son. I have two nvidia 1060 graphics cards and a basic card that I want to dedicate to the host.
When I put my basic card, whis a 1060 and I assign it to a VM, everything is ok, it works,
I followed this procedure:
https://github.com/lucduke/proxmox/blob/main/3-vm-gaming.md
But when I put the third, at boot, the network card deactivates it. that is to say that at the beginning of the boot it is active, and almost at the end of the boot it deactivates it.
I tested the PCI ports, they all work, riser or no riser, so it's not the risers that are at fault. I tried modifying the GRUB, replacing this line
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt kvm.ignore_msrs=1 video=vesafbff video=efifbff intremap=no_x2apic_optout"
by this line
GRUB_CMDLINE_LINUX_DEFAULT="intel_iommu=on pcie_acs_override=downstream,multifunction"
so that each device is its own group, because I suspect a conflict between the network card and the one of the graphic cards.
But that doesn't work either.
I don't know what to do anymore, so if you have the solution that would be great.
Thanks in advance.
PS: sorry for my english i am french.