Limine: Difference between revisions
m Grammar and wording improvements |
Axodentally (talk | contribs) m limine moved from codeberg to github |
||
| (2 intermediate revisions by one other user not shown) | |||
| 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]]. | [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 == | ||
| Line 51: | Line 57: | ||
[[Secure Boot]] | [[Secure Boot]] | ||
[https:// | [[Bootloader]] | ||
[https://github.com/Limine-Bootloader/Limine Limine GitHub Repository] | |||
[[Category:Booting]] | [[Category:Booting]] | ||
[[Category:Secure Boot]] | [[Category:Secure Boot]] | ||