We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ?
The text was updated successfully, but these errors were encountered:
You deserve an answer too buddy, here it is
Sorry, something went wrong.
@eoli3n nice bro , i hate the utility syntax more than its man page
No branches or pull requests
Here what I need to do to automate boot order with a dynamic entry selection
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.
Why entries are prefixed with "Boot" if i can't use -o Boot0001 ?
The text was updated successfully, but these errors were encountered: