BigAnteater / KVM-GPU-Passthrough

This is a simple, mostly automated guide to pass a GPU through to a VM.
316 stars 27 forks source link

ROM path is not acessible with AppArmor active #39

Open polaco1782 opened 1 year ago

polaco1782 commented 1 year ago

The current path used is not visible to qemu depending on the distribution.

updating it from /var/lib/libvirt/vbios/gpu.rom to /usr/share/vgabios/gpu.rom makes it visible and accessible.

if the directory does not exists, create it.

polaco1782 commented 1 year ago

I got it to work flawlessly in my Debian 12 box, with some small adjusts.