Every time I update FreeBSD 14-STABLE from source, the Beastie Menu contains a line stating "Loader needs to be updated".
Having read https://www.freebsd.org/releases/14.0R/relnotes/ this is what I do (/boot/efi is mounted by default):
So this should do the deed:
Reboot and... the Beastie Menu contains the same message about the loader needing to be updated.
What am I missing?
Having read https://www.freebsd.org/releases/14.0R/relnotes/ this is what I do (/boot/efi is mounted by default):
Code:
# efibootmgr -v
[truncated]
+Boot0000* FreeBSD HD(1,GPT,5e3e3d6d-f486-11ee-8ac6-a820661e35b1,0x28,0x82000)/File(\efi\freebsd\loader.efi)
gpt/efiboot0:/efi/freebsd/loader.efi /boot/efi//efi/freebsd/loader.efi
[truncated]
So this should do the deed:
Code:
# cp -a /boot/loader.efi /boot/efi/efi/freebsd/loader.efi
# cp -a /boot/loader.efi /boot/efi/efi/boot/bootx64.efi
Reboot and... the Beastie Menu contains the same message about the loader needing to be updated.
What am I missing?