Skip to content

Better way to identify entries #216

@eoli3n

Description

@eoli3n

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions