limine
Modern, advanced, portable, multiprotocol bootloader.
Install it by running either;
kpkg install limine
or
kpkg build limine
To see the difference, see The handbook
graph TD
N0["efivar"]
N1["limine"]
style N1 fill:#4a9eff,stroke:#2d7dd2,stroke-width:3px,color:#fff
N2["efibootmgr"]
N3["nasm"]
N4["popt"]
N0 --> N2
N2 --> N1
N3 --> N1
N4 --> N2