
efimux is the first useful Ratatui app for UEFI
This is a follow-up post for when I created ratatuefi (https://www.reddit.com/r/rust/comments/1uiyqe5/ratatui_app_running_baremetal_uefi_application/), a crate providing a no_std UEFI backend for Ratatui.
Using ratatuefi, I have now created a sort of rudimentary bootloader application.
It simply scans for .efi-files in discovered filesystems and presents them in a TUI. The goal is to eventually create something rivaling Ventoy, where you can directly boot into ISO files.
For now, I think it does its job very well, let me know if you find it useful!
ratatuefi: https://github.com/sermuns/ratatuefi