This will look better later.

Start by using your favorite terminal text editor. In this example, we'll be using nano.

sudo nano /etc/default/grub

We'll need to add our secondary GPU's Device ID's to following flag.

vfio-pci.ids=

Example usage:

vfio-pci.ids=10de:06cd,10de:0be5

When you're done make sure you use grub-mkconfig to update the GRUB Bootloader. Restart Required.

sudo grub-mkconfig -o /boot/grub/grub.cfg




DarwinKVM Logo
DarwinKVM Docs Version 3.0.0~prerelease
Copyright © 2023, 2024, 2025 RoyalGraphX
Copyright © 2025 Carnations Botanica
Distributed by a BSD 3-Clause License
Last Modified: Thu, 9 Apr 2025 15:45:02 CDT
Carnations Logo