QaidVoid / Complete-Single-GPU-Passthrough

Single GPU VFIO Passthrough Guide
779 stars 38 forks source link

vBIOS Patching #23

Closed 3ndlos closed 1 year ago

3ndlos commented 1 year ago

Hey there - really helpful guide, thank's a lot!

I still have a few little problems but here's a solution for one I had with creating the .rom:

I was unable to execute the given commands with a permission denied. Even in live linux I got the permission denied error.

Simple solution: echo 1 | sudo tee /sys/bus/pci/devices/0000:43:00.0/rom

Now also able to execute at host :).

QaidVoid commented 1 year ago

yea. The command was supposed to be run as root. I omitted it in the documentation because it seemed obvious.

I'll update the documentation since people might just put sudo before the command (which wouldn't work) instead of using tee.

QaidVoid commented 1 year ago

Updated documentation. :)