Page MenuHomeFreeBSD

Fix for Bug 293912: EFI Bootcode update instructions
ClosedPublic

Authored by bcr on Sun, Apr 26, 9:31 AM.
Tags
None
Referenced Files
F155077983: D56643.diff
Fri, May 1, 5:43 AM
F155006398: D56643.id176667.diff
Thu, Apr 30, 3:34 PM
Unknown Object (File)
Wed, Apr 29, 9:23 AM
Unknown Object (File)
Wed, Apr 29, 8:57 AM
Unknown Object (File)
Tue, Apr 28, 8:56 AM
Unknown Object (File)
Tue, Apr 28, 8:55 AM
Unknown Object (File)
Tue, Apr 28, 4:21 AM

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.Sun, Apr 26, 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.Sun, Apr 26, 9:07 PM