uefisettings
uefisettings copied to clipboard
The tool to read/get/extract and write/change/modify BIOS/UEFI settings from Linux terminal.
Thanks for this tool. I'm trying to change my BIOS setting to restore power after external power is lost (it's a remote server, so it is difficult to go hook...
Hi, I'm trying to use `uefisettings` to flip the `Multi-VC` (Enable/Disable Multiple Virtual Channel) option in my UEFI's settings, but because this option is present for each PCI-e root port...
I accidentally found this project: https://github.com/datasone/setup_var.efi It makes sense to start keeping a list of alternatives in README.md (and add a link to `setup_var.efi`).
When integrating uefisettings into [buildroot](https://buildroot.org/) it was noticed that [32 bit builds fail](https://gitlab.com/jolivain/buildroot/-/jobs/8316336928).
Similarly to how `ONE_OF` was fixed in c0599ade83438ae4f050f6c2c169ee946e847f58, we also need to fix `NUMERIC`. Otherwise we sometimes see something like this in `hii list-questions`: ``` Question { name: "PXE boot...
Hi all, I'm working on accessing and modifying BIOS/UEFI settings (such as toggling hardware ports) from Linux userspace on an ARM-based system using the uefisettings tool. The goal is to...
Add a guard in `get_package_lists()` to detect and skip trailing padding bytes (e.g., 0x00 or 0xFF) in the HII database blob. This prevents crashes caused by attempting to parse padding...