#uefi #efi #boot #variables #manipulating #listing #boot-next

efibootnext

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

8 releases (4 breaking)

0.5.0 Aug 12, 2023
0.4.0 Aug 12, 2023
0.3.1 Dec 31, 2022
0.2.1 Jan 26, 2020
0.1.1 Nov 29, 2019

#1044 in Hardware support

47 downloads per month
Used in 5 crates (3 directly)

MIT license

12KB
227 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.


lib.rs:

Manage EFI BootNext variable and inspect available boot options.

Dependencies

~1–1.7MB
~34K SLoC