[Bug 253611] Boot loader screen graphics broken after update to 13.0 BETA2

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 18 09:54:34 UTC 2021


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

--- Comment #3 from Toomas Soome <tsoome at 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.


More information about the freebsd-bugs mailing list