Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Aug 2003 02:22:55 -0700
From:      Terry Lambert <tlambert2@mindspring.com>
To:        Bill Moran <wmoran@potentialtech.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Slow Boot
Message-ID:  <3F41EC6F.F9D01AF4@mindspring.com>
References:  <20030817102318.69e094fc.aelfgar@aelfgar.com> <3F3FCFB2.3050900@potentialtech.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Bill Moran wrote:
> > It stalls for about 20-30 seconds and then continues booting. I can
> > not figure out what the problem is or how to solve it. Has anyone
> > had similar issues.
> 
> I've seen this on various hardware.  I actually have a 200mhz machine
> sitting here that has always done this.  I've never seen it cause any
> problems, and I've never had any suggestions on how to stop it either.

In init_main.c, verify that the current value for the thing
being initialized is greater than SI_SUB_CONSOLE.  If it is,
then print out the name of the thing being initialized before
you make the call.  Whatever prints before a long delay is
your culprit.

-- Terry



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