Re: loader.efi: boot loader menu becomes corrupted
Warner Losh <[email protected]> Tue, 23 Jun 2026 19:09:21 -0600
| Newsgroups | gmane.os.freebsd.current |
|---|---|
| Message-ID | <CANCZdfp-22X-zHjP=a=F8KML-OByrzxjot+AWgFpDwoh+huUzw@mail.gmail.com> |
On Tue, Jun 23, 2026 at 7:04 PM 内藤祐一郎 <[email protected]> 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