Re: Guix installation disk - screen unreadable /solved
Gerrit Draisma <[email protected]> Sat, 29 Nov 2025 17:35:09 +0100
| Newsgroups | gmane.lisp.guile.user |
|---|---|
| Message-ID | <[email protected]> |
Hallo Florian, Thanks. Adding i915 to modprobe.blacklist (amdgpu and radeon were already there) solved the problem. Also I found that trying ctrl-alt-F3 and than ctrl-alt-F1 resulted in a readable menu. But without the modprobe.blacklist the other TTYs remained unreadable. Gerrit Op 28-11-2025 om 01:52 schreef pelzflorian (Florian Pelz): > Hello Gerrit. > > Gerrit Draisma <[email protected]> writes: > >> Could I edit the boot sequence in grub to specify the correct video info? > > When you press the E key in the GRUB boot menu, you could try appending > to the linux line either > > nomodeset > > or > > modprobe.blacklist=i915 > > But this would be an issue for the installed system as well, on the > virtual terminal at least. > > Or maybe rather try a newer Guix System image with a newer kernel? > > https://guix.gnu.org/download/latest/ > > Regards, > Florian