limine-bootloader / limine

Modern, advanced, portable, multiprotocol bootloader and boot manager. (Moved to Codeberg)

Home Page:https://codeberg.org/Limine/Limine

Repository from Github https://github.comlimine-bootloader/limineRepository from Github https://github.comlimine-bootloader/limine

Set EFI variables inside configuration file

Loara opened this issue · comments

commented

EFI variables can be used by a bootloader to pass information to the loaded OS (for example systemd defines an entire boot interface through EFI variables).

It would be very useful to allow users to set custom EFI variables inside the Limine configuration file, for example with a efi_variable option that could be used either globally and inside some (sub)menu multiple times.