Re: loader.efi: boot loader menu becomes corrupted
- Reply: Warner Losh : "Re: loader.efi: boot loader menu becomes corrupted"
- In reply to: Warner Losh : "Re: loader.efi: boot loader menu becomes corrupted"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 Jun 2026 05:51:44 UTC
cc the patch author too. I think its worth filing a bug for this so ShengYi can dig into it with you! thanks, -a On Tue, 23 Jun 2026 at 19:05, Warner Losh <imp@bsdimp.com> wrote: > > > > On Tue, Jun 23, 2026 at 7:04 PM 内藤祐一郎 <naito.yuichiro@gmail.com> wrote: >> >> My boot loader menu becomes corrupted after upgrading to the latest FreeBSD-current, >> as shown in the following image. >> >> https://yuisoft.com/freebsd-current/loader.jpg >> >> See my BIOS firmware version in the following. >> >> https://yuisoft.com/freebsd-current/bios.jpg >> >> After reverting the 32da2f23ae4d18888d34682b0ddb49ec80c0bb26 commit, >> the boot loader menu is printed normally. I'm doubting the commit relates to this issue. > > > I think this may be exactly the commit that's the problem. It is an optimization that's supposed > to make booting faster, but I'm guessing it improperly applies the optiimization (or incorrectly) > on your laptop. > > Warner