Re: Updating EFI boot loader results in boot hangup
Date: Sun, 14 Aug 2022 01:31:31 UTC
I don't understand what your command does. All I can see is that https://cgit.freebsd.org/src/commit/?id=ec9f3e776f39286ccec9915f38cca9729e6f9241 causes the error that we currently see, and the commit that precedes it https://cgit.freebsd.org/src/commit/?id=ad759c73522efb606135e2891ac03864926b80a3 causes a different kind of error. On Sat, Aug 13, 2022 at 8:58 PM Yasuhiro Kimura <yasu@freebsd.org> wrote: > From: Oleg Lelchuk <oleglelchuk@gmail.com> > Subject: Re: Updating EFI boot loader results in boot hangup > Date: Sat, 13 Aug 2022 20:28:09 -0400 > > > I can already see that commit > > > > c32dde3166922f55927764464d13f1bc9640f5f6 causes breakage, but the commit > that precedes it > > > > f197c0bf3e075286ccea32cd12023f3317474c5a doesn't cause breakage and the > system boots just fine with it. But > > the error that the c32dd commit causes is different from the error that > we see now, so maybe there is a > > possibility that one of the commits that follow it fixed the breakage, > but then yet another commit caused a > > different kind of breakage again. > > With the command `git bisect start --first-parent 9d16275c65b a69c0964625 > -- stand` > I got just same result. > > --- > Yasuhiro Kimura >