From: Oleg Lelchuk <oleglelc...@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