Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Dec 2018 21:59:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 231013] [patch] efibootmgr(8): Add option to activate EFI boot entry after creating it
Message-ID:  <bug-231013-227-aetiXfercj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-231013-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-231013-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231013

Rebecca Cran <bcran@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bcran@FreeBSD.org

--- Comment #7 from Rebecca Cran <bcran@FreeBSD.org> ---
The commit that appears to have been supposed to fix this doesn't work, sin=
ce
the -a option wants a parameter.

# efibootmgr --create --label FreeBSD --loader ada0p1:/efi/freebsd/loader.e=
fi
-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*
...

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231013-227-aetiXfercj>