Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Sep 2014 10:41:59 -0700
From:      Garrett Cooper <yaneurabeya@gmail.com>
To:        =?utf-8?Q?Jos=C3=A9_P=C3=A9rez_Arauzo?= <fbl@aoek.com>
Cc:        "Mike." <the.lists@mgm51.com>, "freebsd-current@freebsd.org" <freebsd-current@freebsd.org>
Subject:   Re: Looping during boot-up process in FreeBSD-11 current
Message-ID:  <1BC56699-412E-428C-973B-B86076451362@gmail.com>
In-Reply-To: <20140930172522.M83009@beckpeccoz.com>
References:  <201409281152140359.008FD377@smtp.24cl.home> <201409281153050191.00909A0F@smtp.24cl.home> <4821117AE9E7452FB73D452060B1E4CF@multiplay.co.uk> <201409291603440911.019119CE@smtp.24cl.home> <20140929210142.M26034@beckpeccoz.com> <201409301044110291.0060BD57@smtp.24cl.home> <CECC07C1-5A0D-4B86-8888-C822EBF487F9@gmail.com> <20140930172522.M83009@beckpeccoz.com>

next in thread | previous in thread | raw e-mail | index | archive | help

> On Sep 30, 2014, at 10:31, "Jos=C3=A9 P=C3=A9rez Arauzo" <fbl@aoek.com> wr=
ote:
>=20
> Hi Garrett,
>=20
> On Tue, 30 Sep 2014 09:57:19 -0700, Garrett Cooper wrote
>>> On Sep 30, 2014, at 7:44, "Mike." <the.lists@mgm51.com> wrote:
>>>=20
>>> On 9/29/2014 at 11:04 PM Jos=C3=A9 P=C3=A9rez Arauzo wrote:
>>>=20
>>> |This encoded message has been converted to an attachment.
>>> |
>>> |Hi Mike,
>>> |
>>> |On Mon, 29 Sep 2014 16:03:44 -0400, Mike. wrote
>>> [...]
>>> |So that should put a time bracket on the issue,=20
>>> |roughly the first half of 2014.
>>> |
>>> |can you boot 271146? Just buildkernel and installkernel. Thank
>>> |you.
>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>>>=20
>>> There doesn't seem to be much, if any, interest on the part of the
>>> FreeBSD developers in fixing this recently-introduced issue with
>>> booting up FreeBSD. =20
>>>=20
>>> Since I experience the problem only on the one notebook of mine, I'll
>>> just re-purpose that notebook for OpenBSD and try to find another old
>>> notebook that works with FreeBSD.  Seems like the path of least
>>> resistance for me....
>>=20
>> Did you boot with boot -d, using a stripped down kernel, and without=20
>> SMP like I suggested in another post?
>=20
> This suggestion was address to me, not Mike. :)
>=20
> I tried, as you suggested, I can reach vfs_mountroot if I don't
> include AHCI, so it must be that.
>=20
> Now I'm trying to take out SMP and add extra debugging things here and
> there.

Another suggestion might be to compile the driver as a module or vice versa -=
- what happens then?

Why this is slightly more interesting sometimes is that compiling drivers in=
to the kernel statically allows compilers to optimize out code, which may or=
 may not positively effect driver runtime (performance and functionality wis=
e). It shouldn't affect driver load order though; that should be determinist=
ic as long as the drivers and hardware (firmware and configuration) don't ch=
ange.

> I'm not sure what I'm doing, but I do it anyway. In the worst case I'm
> learning something.
>=20
> Thank you for your suggestions!

NP!=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1BC56699-412E-428C-973B-B86076451362>