[Bug 293912] FreeBSD Handbook: ZFS: wrong gpart instruction

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 27 Apr 2026 19:25:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293912

--- Comment #5 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/doc/commit/?id=f8d0c45d7f71a7e5e539188b4662eba41fd9513a

commit f8d0c45d7f71a7e5e539188b4662eba41fd9513a
Author:     Benedict Reuschling <bcr@FreeBSD.org>
AuthorDate: 2026-04-27 19:17:00 +0000
Commit:     Benedict Reuschling <bcr@FreeBSD.org>
CommitDate: 2026-04-27 19:17:00 +0000

    Fix instructions for writing the ZFS bootcode on EFI systems

    The previous instructions used "gpart bootcode" which do not work
    anymore and result in broken boot on EFI systems. Change the
    instructions to mount the EFI partition first and then copy the boot
    loader file into the target directory on it. Add a note that the target
    file is architecture specific, pointing users to uefi(8) where the file
    names are listed per architecture.

    PR:                     293912
    Reviewed by:            imp
    Differential Revision:  https://reviews.freebsd.org/D56643

 documentation/content/en/books/handbook/zfs/_index.adoc | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

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