GNU GRUB: Difference between revisions
imported>Samueldr m Adds stub about this GPT partition label contains no BIOS Boot Partition |
m Add link to disko setup for a bios partition on GPT. |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 12: | Line 12: | ||
* Using a MBR partition scheme | * Using a MBR partition scheme | ||
* Adding a <tt>BIOS boot</tt> partition among your GPT partitions. | * Adding a <tt>BIOS boot</tt> partition among your GPT partitions. See https://github.com/nix-community/disko/blob/master/example/gpt-bios-compat.nix# for an example setup using [[disko]]. | ||
{{expansion|Add the steps required here. Explain as if inside the nixos installer environment.}} | {{expansion|Add the steps required here. Explain as if inside the nixos installer environment.}} | ||
| Line 26: | Line 26: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Only disabling the GRUB splash screen via <syntaxhighlight lang="nix" inline>boot.loader.grub. | Only disabling the GRUB splash screen via <syntaxhighlight lang="nix" inline>boot.loader.grub.splashImage = null;</syntaxhighlight> results in a similar output but that is not the real text only mode. | ||
<hr /> | <hr /> | ||
[[Category:Applications]][[Category:Booting]] | |||