rhboot / efibootmgr

efibootmgr development tree
GNU General Public License v2.0
514 stars 97 forks source link

How are distros meant to actually use this? #160

Closed colemickens closed 2 years ago

colemickens commented 2 years ago

Every last Linux wiki says that "efibootmgr" can "update" or "edit" entries, but I don't see any evidence of that.

So... is every single distro implementing their own logic to persist order, delete, create, restore order or something? Why is this not easier?

colemickens commented 2 years ago

Answer, use efibootmgr+grep with a semi-deterministic label to get the bootnum, if exists, then use --bootnum to modify an entry.