Standard issue from Wendell’s guide. 0b is my guest GPU, 08 is an SSD.
#!/bin/sh
PREREQS=""
DEVS="0000:0b:00.0 0000:0b:00.1 0000:08:00.0"
for DEV in $DEVS; do
echo "vfio-pci" > /sys/bus/pci/devices/$DEV/driver_override
done
modprobe -i vfio-pci
I’ve followed @artafinde 's comment. Now my splash screen and login screen only display on one monitor and lspci shows vfio-pci driver for the guest GPU before starting the guest VM.
Fan’s still not spinning though! ![]()