Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Dec 2017 15:31:02 -0700
From:      Warner Losh <imp@bsdimp.com>
To:        lausts@acm.org
Cc:        FreeBSD Current <freebsd-current@freebsd.org>
Subject:   Re: GPTZFSBOOT in Current r326622 has problems
Message-ID:  <CANCZdfoQQjDi-vhyLTkxEekHqoSncO0nvwE6qbhEXiMiELhhFQ@mail.gmail.com>
In-Reply-To: <20171206222155.GA1792@mail.laus.org>
References:  <d92d0e84-72c5-e240-a1b5-18cef53dcbff@acm.org> <CANCZdfqHZidf%2BZvf3Pqpr1BHuyRPBP9zLSzkw_CcFqJde2KzYw@mail.gmail.com> <20171206164801.GA1055@mail.laus.org> <CANCZdfp0AS-=xD8KvqgPkpFnM_7-Gc=CmLiHE9T=qo0_d1zYwg@mail.gmail.com> <20171206222155.GA1792@mail.laus.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Dec 6, 2017 at 3:21 PM, Thomas Laus <lausts@acm.org> wrote:

> Warner Losh [imp@bsdimp.com] wrote:
> > I've been *VERY* busy between then and now cleaning up the boot loader
> > "accumulated technical debt". Alas, sounds like I've broken something.
> So I
> > think it's a binary search: I'd start with 326370 as the pivot and
> 326500 /
> > 326250 as the next steps if it succeeds / fails.
> >
> Warren:
>
> I reverted my system to r326370 and it booted normally.  It looks like
> something broke after that revision.  I'll cue up another buildworld
> after updating the system to r326500.
>
> I received a couple of suggestions to take a picture and post my
> console screen of the BTX fault.  My camera battery has died and is on
> the charger for a while.  I'll build r326500 and post a picture if it
> shows the same BTX issue.


You can just build the boot blocks at each step if you'd like to save some
time on the binary search.

cd stand
make cleandir obj depend
make -j XX
sudo -E make install

should suffice. There's no compiler dependency that I'm aware of.

Warner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANCZdfoQQjDi-vhyLTkxEekHqoSncO0nvwE6qbhEXiMiELhhFQ>