BastiArts
Members
-
Joined
-
Last visited
Solutions
-
BastiArts's post in [SOLVED] GPU Passthrough issue: BAR 0: can't reserve was marked as the answerI finally found a fix, that works with my machine!
I added the following code to the /flash/config/go file:
#fix video for VM echo 0 > /sys/class/vtconsole/vtcon0/bind echo 0 > /sys/class/vtconsole/vtcon1/bind echo efi-framebuffer.0 > /sys/bus/platform/drivers/efi-framebuffer/unbind Those lines unbind the console & by adding it to /flash/config/go will execute this piece of code on every boot of the system.