#uefi #boot #efi #cli #variables #listing #manipulating

app efibootnext-cli

A cli app for manipulating the BootNext UEFI variable and listing possible boot options

3 releases (breaking)

0.5.0 Aug 12, 2023
0.4.0 Aug 12, 2023
0.3.0 Aug 12, 2023

#697 in Hardware support

MIT license

20KB
335 lines

efibootnext

A library and a cli for manipulating the BootNext UEFI variable and listing possible boot options.

The aim of this project is to provide heuristics required to support operational implementation of abstractions around the UEFI boot process management. Normally systems expose all the required functionality, but some (Windows 10 in particular) are lacking the kernel API that's needed for the correct implementation. Thankfully, we can implement workarounds, like the heuristics this crate provides.

Dependencies

~2–4MB
~64K SLoC