Having issues with GPU-Passthrough

Hello am using Qemu and KVM i learned you had too isolate a “IOMMU group” but a problem is that in the group there is more then just my GPU and i was wondering if thats a problem?

Trying too Duel.

IOMMU Group 16:
        02:00.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] 500 Series Chipset USB 3.1 XHCI Controller [1022:43ee]
        02:00.1 SATA controller [0106]: Advanced Micro Devices, Inc. [AMD] 500 Series Chipset SATA Controller [1022:43eb]
        02:00.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 500 Series Chipset Switch Upstream Port [1022:43e9]
        03:00.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 500 Series Chipset Switch Downstream Port [1022:43ea]
        03:04.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 500 Series Chipset Switch Downstream Port [1022:43ea]
        03:08.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 500 Series Chipset Switch Downstream Port [1022:43ea]
        03:09.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 500 Series Chipset Switch Downstream Port [1022:43ea]
        04:00.0 VGA compatible controller [0300]: NVIDIA Corporation TU106 [GeForce RTX 2060 Rev. A] [10de:1f08] (rev a1)
        04:00.1 Audio device [0403]: NVIDIA Corporation TU106 High Definition Audio Controller [10de:10f9] (rev a1)
        04:00.2 USB controller [0c03]: NVIDIA Corporation TU106 USB 3.1 Host Controller [10de:1ada] (rev a1)
        04:00.3 Serial bus controller [0c80]: NVIDIA Corporation TU106 USB Type-C UCSI Controller [10de:1adb] (rev a1)
        05:00.0 Non-Volatile memory controller [0108]: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983 [144d:a808]
        07:00.0 Ethernet controller [0200]: Intel Corporation Ethernet Controller I225-V [8086:15f3] (rev 02)
IOMMU Group 17:

Also am using Linux615
RTX 2060 - trying too passthrough
RTX 3060 - main
kernal : x11

Grub config : GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 rd.driver.pre=vfio-pci amd_iommu=on iommu=pt vfio-pci.ids=10de:1f08,10de:10f9"

Hi, i tried GPU Paththrough a couple of years ago (got it running but the guest gpu had graphic glitches, so i twist it back)

to you question:
Yes it’s a problem, because you would pass ALL the devices in the group to the vm, which left your host without access to nearly everything.

With luck, you can try to put the GPU in a different pci slot and hope that it will end up in a different immo group, or maybe you can try Bypassing the IOMMU groups (ACS override patch) but there you have to run a special patched kernel.

I would therefore recommend running a new Linux baremetal in a separate partition, as I did back then.
Much less effort and you won’t destroy your running system.

yeah… i really dont wanna mess with stuff, cause i have many times soft-bricked my system but thanks for letting me know :smiley:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.