Expand description
Plex is a pure Rust GUI UEFI bootloader designed for managing multi-boot systems.
It reads a TOML configuration file (\plex.toml) on the EFI system partition
to discover boot targets, presents a graphical boot menu, and executes the
selected target.
§Features
- Pure Rust
no_stdimplementation. - TOML-based configuration for defining boot entries.
- Support for booting ISO files (with the
isofeature). - Graphical user interface using UEFI GOP (Graphics Output Protocol).
Re-exports§
pub use error::AppError;