[Bug 264499] /boot/boot1.efifat still mentioned when updating boot code

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 06 Jun 2022 12:43:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264499

            Bug ID: 264499
           Summary: /boot/boot1.efifat still mentioned when updating boot
                    code
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Books & Articles
          Assignee: doc@FreeBSD.org
          Reporter: pa@chalmers.se

In the handbook chaper 20.3.11. Upgrading a Storage Pool in the part about
updating EFI boot-code it says you should write the new boot-code with:
gpart bootcode -p /boot/boot1.efifat -i 1 ada1

Aren't you supposed to mount the EFI-boot partition and copy /boot/loader.efi
there?

Like:
mount -t msdosfs /dev/ada0p1 /mnt
cp /boot/loader.efi /mnt/efi/boot/BOOTx64.efi
umount /mnt

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