Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 2021 09:54:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 253611] Boot loader screen graphics broken after update to 13.0 BETA2
Message-ID:  <bug-253611-227-WfloPhQdSK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253611-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-253611-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253611

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253611-227-WfloPhQdSK>