Re: git: ed63314468 - main - Update instructions to replace boot1.efifat with boot1.efi
Date: Thu, 29 May 2025 12:34:54 UTC
On Thu, May 29, 2025, 3:57 AM Benedict Reuschling <bcr@freebsd.org> wrote: > The branch main has been updated by bcr: > > URL: > https://cgit.FreeBSD.org/doc/commit/?id=ed63314468f7648bdc1c9e67b831643ad4c14d3c > > commit ed63314468f7648bdc1c9e67b831643ad4c14d3c > Author: Benedict Reuschling <bcr@FreeBSD.org> > AuthorDate: 2025-05-29 09:55:09 +0000 > Commit: Benedict Reuschling <bcr@FreeBSD.org> > CommitDate: 2025-05-29 09:55:09 +0000 > > Update instructions to replace boot1.efifat with boot1.efi > > The boot1.efifat file was removed in 9a2b7c5. Update the instructions > with the file that actually exists in the system. > --- > documentation/content/en/books/handbook/zfs/_index.adoc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/documentation/content/en/books/handbook/zfs/_index.adoc > b/documentation/content/en/books/handbook/zfs/_index.adoc > index 42ba9f0bf8..36e79b2308 100644 > --- a/documentation/content/en/books/handbook/zfs/_index.adoc > +++ b/documentation/content/en/books/handbook/zfs/_index.adoc > @@ -1349,7 +1349,7 @@ For systems using EFI to boot, execute the following > command: > > [source,shell] > .... > -# gpart bootcode -p /boot/boot1.efifat -i 1 ada1 > +# gpart bootcode -p /boot/boot1.efi -i 1 ada1 > That's not right, you have to mount and copy. .... > > Apply the bootcode to all bootable disks in the pool. >