Page MenuHomeFreeBSD

efibootmgr: Add --efidev (-u) to discover UEFI's device path to a dev or file
ClosedPublic

Authored by imp on Feb 15 2023, 7:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 7 2024, 1:46 PM
Unknown Object (File)
Sep 26 2024, 1:46 PM
Unknown Object (File)
Sep 22 2024, 11:27 PM
Unknown Object (File)
Sep 22 2024, 10:46 PM
Unknown Object (File)
Sep 22 2024, 7:59 AM
Unknown Object (File)
Sep 18 2024, 9:28 PM
Unknown Object (File)
Sep 16 2024, 12:14 PM
Unknown Object (File)
Sep 15 2024, 3:50 PM
Subscribers
None

Details

Summary

"efibootmgr --efidev unix-path" will return the UEFI device-path to the
file or device specified by unix-path. It's useful for debugging, but
may also be useful for scripting.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

imp requested review of this revision.Feb 15 2023, 7:51 PM
imp created this revision.

Is this redundant with efidp -e? I'm not sure how to use efidp, though. Also, don't forget to update the man page's .Dd date.

usr.sbin/efibootmgr/efibootmgr.8
178

I think this would be redundant with efidp -e... if that actually worked.

This revision is now accepted and ready to land.Feb 16 2023, 7:06 AM