-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
Here what I need to do to automate boot order with a dynamic entry selection
efibootmgr -o "$(efibootmgr | awk -F'*' '/IPV4/ {print substr($1,5,4)}'),$(efibootmgr | awk -F'*' '/ubuntu/ {print substr($1,5,4)}')"
I suggest, for exemple, to be able to set boot order with a string which match an entry, which would be way more simpler and dynamic.
efibootmgr -o "IPV4,ubuntu"
Why entries are prefixed with "Boot" if i can't use -o Boot0001 ?
Metadata
Metadata
Assignees
Labels
No labels