Jump to content

Limine: Difference between revisions

From NixOS Wiki
Klinger (talk | contribs)
m Link to Limine added, category:booting added, motivation added (a sentence at least)
Klinger (talk | contribs)
m (options)
Line 1: Line 1:
{{expand}}
{{expand}}


[https://limine-bootloader.org/ Limine] is a modern, advanced, portable, multiprotocol bootloader and boot manager. It aims to be more robust alternative to bootloaders like [[GNU GRUB]].
[https://limine-bootloader.org/ Limine] is a modern, advanced, portable, multiprotocol bootloader and boot manager. It aims to be more robust alternative to bootloaders like [[GNU GRUB]]. It can be configured via NixOS options: <syntaxhighlight lang="nixos">
 
# NixOS options:
boot.loader.limine.
</syntaxhighlight>
[[Category:Booting]]
[[Category:Booting]]

Revision as of 16:35, 8 July 2025

☶︎
This article or section needs to be expanded. Further information may be found in the related discussion page. Please consult the pedia article metapage for guidelines on contributing.

Limine is a modern, advanced, portable, multiprotocol bootloader and boot manager. It aims to be more robust alternative to bootloaders like GNU GRUB. It can be configured via NixOS options:

# NixOS options:
boot.loader.limine.