Limine: Difference between revisions

Ben9986 (talk | contribs)
m Grammar and wording improvements
AP767 (talk | contribs)
Added a Usage section for installation and configuration of Limine
Line 1: Line 1:
{{expand}}
{{expand}}


[https://limine-bootloader.org/ '''Limine'''] ([https://www.merriam-webster.com/dictionary/in%20limine lē-mi-ne]) is a modern, advanced, portable, multi-protocol bootloader and boot manager. It aims to be a more robust alternative to bootloaders like [[GNU GRUB]] and [[Systemd/boot|Systemd-boot]]. It can be configured using the NixOS options under
[https://limine-bootloader.org/ '''Limine'''] ([https://www.merriam-webster.com/dictionary/in%20limine lē-mi-ne]) is a modern, advanced, portable, multi-protocol bootloader and boot manager. It aims to be a more robust alternative to bootloaders like [[GNU GRUB]] and [[Systemd/boot|Systemd-boot]].
[https://search.nixos.org/options?channel=unstable&show=boot.loader.limine. boot.loader.limine.]
 
== Usage ==
To install and enable Limine, add this to your system configuration:
{{File|3=<nowiki>
boot.loader.limine.enable = true;
</nowiki>|name=/etc/nixos/configuration.nix|lang=nix}}
For additional Limine module configuration options, refer to  [https://search.nixos.org/options?channel=unstable&show=boot.loader.limine. boot.loader.limine.]


== Secure Boot ==
== Secure Boot ==