From owner-freebsd-current@FreeBSD.ORG Fri Nov 19 18:02:42 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A53C7106564A; Fri, 19 Nov 2010 18:02:42 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1-b.corp.re1.yahoo.com (mrout1-b.corp.re1.yahoo.com [69.147.107.20]) by mx1.freebsd.org (Postfix) with ESMTP id 5EDB98FC0A; Fri, 19 Nov 2010 18:02:41 +0000 (UTC) Received: from [127.0.0.1] (rideseveral.corp.yahoo.com [10.73.160.231]) by mrout1-b.corp.re1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id oAJI23Wq029781; Fri, 19 Nov 2010 10:02:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=yahoo-inc.com; s=cobra; t=1290189724; bh=tSWtkG+60ambCVXZcnmJosE4KKIXzt9rz8FJgus468s=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=FrJICAwwscQQcd0K6GIlRe5dr04D9SE579FmrPIlZKDIvS8EZD18EJUKUazo4rANq a7dzPaTCOpYVjn1P2bXvHbTs10xPfjIZ3+JPhKBs1nF6AfxFJbL/Ru0AbYFgte+axH 0DtwU8JRn9o2fDN12iF2+FKR/HOsTtDKhK6/o7zE= From: Sean Bruno To: Ivan Voras In-Reply-To: References: <4CE69CFA.4030803@freebsd.org> <20101119171359.65b43213@ernst.jennejohn.org> <4CE6ACEF.4000303@freebsd.org> Content-Type: text/plain; charset="UTF-8" Date: Fri, 19 Nov 2010 10:02:03 -0800 Message-ID: <1290189723.3201.38.camel@home-yahoo> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 (2.28.3-1.fc12) Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Fri, 19 Nov 2010 18:25:27 +0000 Cc: "freebsd-current@freebsd.org" , Andriy Gapon , Garrett Cooper Subject: Re: A big-ish machine, cannot boot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Nov 2010 18:02:42 -0000 On Fri, 2010-11-19 at 09:08 -0800, Ivan Voras wrote: > On 19 November 2010 18:04, Garrett Cooper wrote: > > A similar issue occurred with an HP box recently (in the last 3-4 > > months?). I'd check the archives for more details. > > Yes, I remembered the post by Sean Bruno but then I also remembered > people replying they have successfully booted larger machines than his > or mine. > > What is the last thing the loader does before booting the kernel? > Enumberating memory regions? > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" What I've seen is that the long pause occurs between the display of the SMAP (boot verbose) and the copywrite notice. The delay gets worse with larger memory maps. Sean