[Bug 231013] [patch] efibootmgr(8): Add option to activate EFI boot entry after creating it
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Dec 23 21:59:32 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231013
Rebecca Cran <bcran at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bcran at FreeBSD.org
--- Comment #7 from Rebecca Cran <bcran at FreeBSD.org> ---
The commit that appears to have been supposed to fix this doesn't work, since
the -a option wants a parameter.
# efibootmgr --create --label FreeBSD --loader ada0p1:/efi/freebsd/loader.efi
-a
efibootmgr: option requires an argument -- a
And adding the -a option earlier in the command line causes for example the
'label' parameter to be ignored:
# efibootmgr --create -a --label "FreeBSD" --loader
ada0p1:/efi/freebsd/loader.efi
...
Boot000C*
...
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list