I try to get my system running and passing through my GPU to a windows VM.
After reading all the gazillion tutorials and what not... it seems I figured out a config that works (on my system).
The final comannd that I was looking for is
I guess this disables the efi framebuffer... that otherwise "somehow" collides with my GPU and makes my VM hang on boot.
I tried to make this a persistent setting .... trying all kind of things in the grub config e.g. adding "nomodeset, efifbff" etc etc
But none seems to have an effect. After rebooing I always hve to issue the above command again and then things are groovin'.
So my question is: How do I make this setting permanent and does this have any sideeffects?
Not sure if this matters but the whole system only has that one GPU in it. No integrated gpu in the CPU or alike.
I could sense that this might causes the problem... maybe the OS always grabs that one GPU?
After reading all the gazillion tutorials and what not... it seems I figured out a config that works (on my system).
The final comannd that I was looking for is
Code:
echo efi-framebuffer.0 > /sys/bus/platform/drivers/efi-framebuffer/unbind
I guess this disables the efi framebuffer... that otherwise "somehow" collides with my GPU and makes my VM hang on boot.
I tried to make this a persistent setting .... trying all kind of things in the grub config e.g. adding "nomodeset, efifbff" etc etc
But none seems to have an effect. After rebooing I always hve to issue the above command again and then things are groovin'.
So my question is: How do I make this setting permanent and does this have any sideeffects?
Not sure if this matters but the whole system only has that one GPU in it. No integrated gpu in the CPU or alike.
I could sense that this might causes the problem... maybe the OS always grabs that one GPU?