Page MenuHomeFreeBSD

Fix for Bug 293912: EFI Bootcode update instructions
ClosedPublic

Authored by bcr on Apr 26 2026, 9:31 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 12, 10:18 AM
Unknown Object (File)
Wed, Jun 3, 5:54 PM
Unknown Object (File)
Tue, May 26, 1:03 PM
Unknown Object (File)
Mon, May 25, 8:06 PM
Unknown Object (File)
Mon, May 25, 8:02 PM
Unknown Object (File)
Mon, May 25, 5:30 PM
Unknown Object (File)
Mon, May 25, 5:25 PM
Unknown Object (File)
Sun, May 24, 11:04 PM

Details

Summary

Bug 293912 contains instructions on how to update the ZFS bootcode on EFI systems. I've extended it to
a) an addition cp command for a different path
b) add a few lines explaining that the resulting filename is architecture specific (i.e. aarch64.efi vs. BOOTX64.efi)

Test Plan
  1. Apply the patch
  2. check the output
  3. Comment or approve

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bcr requested review of this revision.Apr 26 2026, 9:31 AM

Depending on the architecture, the file has a different name.

I like the addition of the example. Would it also be possible to add a reference where to find the respective filenames for other architectures? I think uefi(8) is a good reference?

Good suggestion! I've added a link to the uefi(8) man page.

bootx64.efi is amd64-specific, so I'm glad you've added the clarifying note!

This revision is now accepted and ready to land.Apr 26 2026, 9:07 PM