Ludovic Courtès <[email protected]> writes: > Specifically, here’s the minimal change we should test:[…] > + (unless (file-exists? "/dev/fb0") > + (setenv "LINUX_MODULE_DIRECTORY" > + "/run/booted-system/kernel/lib/modules")
Thanks for the patch. I found I can test in QEMU if I put nomodeset in the kernel arguments in GRUB. Without the patch, the screen stays black there too. With the patch, it hrmm it also stays black. I will next try using 'load-linux-modules-from-directory' and no modprobe. Regards, Florian
