From ec4d182e0f452d7c1ae8eb58538154075688c6c5 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Tue, 27 Aug 2024 15:14:53 -0700 Subject: [PATCH] Update _index.adoc FreeBSD 13.0+ no longer have boot1.efifat, so replace those instructions with the relevant commands and add reference to loader.efi man page. --- documentation/content/en/books/handbook/zfs/_index.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/documentation/content/en/books/handbook/zfs/_index.adoc b/documentation/content/en/books/handbook/zfs/_index.adoc index 22d4d805720..c962fce0de1 100644 --- a/documentation/content/en/books/handbook/zfs/_index.adoc +++ b/documentation/content/en/books/handbook/zfs/_index.adoc @@ -1335,11 +1335,13 @@ For systems using EFI to boot, execute the following command: [source,shell] .... -# gpart bootcode -p /boot/boot1.efifat -i 1 ada1 +# mount_msdosfs /dev/ada1p1 /boot/efi +# cp /boot/loader.efi /boot/efi/efi/boot/bootx64.efi +# umount /boot/efi .... Apply the bootcode to all bootable disks in the pool. -See man:gpart[8] for more information. +See man:gpart[8] and man:loader.efi[8] for more information. ==== [[zfs-zpool-history]]