Hey all,
I searched all over the internet for a solution to this particular issue, but could not find one documented anywhere, just that it's supposed to work.
Thus, I ask you, how can I get it to work?
My use case is that I have 2 VMs in Proxmox for which I want to dedicate a GPU each, since GPU slicing seems to be a bad idea ( https://blog.ktz.me/why-i-stopped-using-intel-gvt-g-on-proxmox/ ).
One is a Home Assistant OS VM for which I got the iGPU passed thru just fine with this string:
The other is a Windows VM for which I want to pass through a GeForce for Plex transcoding.
Now, from what I understand, the only thing I'm missing (that is not documented already in guides like this one - https://3os.org/infrastructure/prox...vm/#proxmox-configuration-for-gpu-passthrough ) is the appropriate configuration of grub so that a single parameter list can cover BOTH graphic chips.
Can you help me? What should I add and/or remove? One thing that I know I should add is my dGPU IDs with "vfio-pci.ids=10de:1cb2,10de:0fb9", but what about the rest of the parameters? Also, if I add these IDs, should I also add the iGPU ID?
Thanks in advance for any help!
I searched all over the internet for a solution to this particular issue, but could not find one documented anywhere, just that it's supposed to work.
Thus, I ask you, how can I get it to work?
My use case is that I have 2 VMs in Proxmox for which I want to dedicate a GPU each, since GPU slicing seems to be a bad idea ( https://blog.ktz.me/why-i-stopped-using-intel-gvt-g-on-proxmox/ ).
One is a Home Assistant OS VM for which I got the iGPU passed thru just fine with this string:
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt pcie_acs_override=downstream,multifunction initcall_blacklist=sysfb_init video=simplefb:off video=vesafb:off video=efifb:off video=vesa:off disable_vga=1 vfio_iommu_type1.allow_unsafe_interrupts=1 kvm.ignore_msrs=1 modprobe.blacklist=radeon,nouveau,nvidia,nvidiafb,nvidia-gpu,snd_hda_intel,snd_hda_codec_hdmi,i915"
The other is a Windows VM for which I want to pass through a GeForce for Plex transcoding.
Now, from what I understand, the only thing I'm missing (that is not documented already in guides like this one - https://3os.org/infrastructure/prox...vm/#proxmox-configuration-for-gpu-passthrough ) is the appropriate configuration of grub so that a single parameter list can cover BOTH graphic chips.
Can you help me? What should I add and/or remove? One thing that I know I should add is my dGPU IDs with "vfio-pci.ids=10de:1cb2,10de:0fb9", but what about the rest of the parameters? Also, if I add these IDs, should I also add the iGPU ID?
Thanks in advance for any help!
Last edited: