GNU GRUB: Difference between revisions
imported>Fadenb fix grub textmode instructions |
imported>Samueldr m Adds a mention to look at the bootloaders FAQ. |
||
| Line 3: | Line 3: | ||
== FAQ == | == FAQ == | ||
→ See [[Bootloader#FAQ]] as those questions also applies to GRUB. | |||
=== How do I use GRUB in text mode? === | === How do I use GRUB in text mode? === | ||
| Line 25: | Line 16: | ||
Only disabling the GRUB splash screen via <syntaxhighlight lang="nix" inline>boot.loader.grub.splashScreen = null;</syntaxhighlight> results in a similar output but that is not the real text only mode. | Only disabling the GRUB splash screen via <syntaxhighlight lang="nix" inline>boot.loader.grub.splashScreen = null;</syntaxhighlight> results in a similar output but that is not the real text only mode. | ||
== | |||