Skip to content

Commit

Permalink
Update _index.adoc
Browse files Browse the repository at this point in the history
FreeBSD 13.0+ no longer have boot1.efifat, so replace those instructions with the relevant commands and add reference to loader.efi man page.
  • Loading branch information
msimerson authored Aug 27, 2024
1 parent 50acb84 commit ec4d182
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions documentation/content/en/books/handbook/zfs/_index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down

0 comments on commit ec4d182

Please sign in to comment.