Bootloader: Difference between revisions

imported>Samueldr
m Adds a section about recalcitrant UEFI implementations.
imported>Samueldr
m Adds a note about configurationlimit and grub.
Line 21: Line 21:
sudo nixos-rebuild boot
sudo nixos-rebuild boot
</syntaxhighlight>
</syntaxhighlight>
=== Limiting amount of entries with grub ===
The grub module has an option to limit the number of configurations made available in the boot partition, {{nixos:option|boot.loader.grub.configurationLimit}}. Setting this to a lower amount than the default may help reduce the occasions where too many different kernels and initrds are added to the <tt>/boot</tt> partition or <tt>ESP</tt>.


== Troubleshooting ==
== Troubleshooting ==