https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253611

--- Comment #3 from Toomas Soome <tso...@freebsd.org> ---
(In reply to Igor from comment #0)

I only confirm what Yuri already wrote; this does happen because you have
loader.efi installed in Efi System Partition (ESP), and the upgrade process
does not update it.

To fix, you need to use mount -t msdosfs, find from mounted tree the *.efi
binary, and update it from /boot/loader.efi. It may be
<mntpoint>/efi/boot/bootx64.efi or <mountpoint>/efi/freebsd/loader.efi

Other way is to check output from efibootmgr -v, and then update the file.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to