From owner-freebsd-amd64@FreeBSD.ORG Mon Mar 19 15:25:49 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 49F39106567C for ; Mon, 19 Mar 2012 15:25:48 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 4C9B38FC14 for ; Mon, 19 Mar 2012 15:25:48 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) by cyrus.watson.org (Postfix) with ESMTPSA id 02E7046B39; Mon, 19 Mar 2012 11:25:48 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 63A37B93E; Mon, 19 Mar 2012 11:25:47 -0400 (EDT) From: John Baldwin To: Kai Gallasch Date: Mon, 19 Mar 2012 09:42:32 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p10; KDE/4.5.5; amd64; ; ) References: <201203141040.q2EAe3Os043367@freefall.freebsd.org> <201203150933.35265.jhb@freebsd.org> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201203190942.32374.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 19 Mar 2012 11:25:47 -0400 (EDT) Cc: freebsd-amd64@freebsd.org Subject: Re: amd64/164773: [boot] 9.0 amd64 fails to boot on HP DL145 G3 [regression] X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Mar 2012 15:25:49 -0000 On Saturday, March 17, 2012 10:54:02 am Kai Gallasch wrote: > > Am 15.03.2012 um 14:33 schrieb John Baldwin: > > > On Wednesday, March 14, 2012 6:40:03 am Kai Gallasch wrote: > >> The following reply was made to PR amd64/164773; it has been noted by GNATS. > >> > >> From: Kai Gallasch > >> To: bug-followup@FreeBSD.org, > >> jshupe@hermetek.com > >> Cc: > >> Subject: Re: amd64/164773: [boot] 9.0 amd64 fails to boot on HP DL145 G3 > > [regression] > >> Date: Wed, 14 Mar 2012 11:25:10 +0100 > >> > >> Booting the DL145 G3 with disabled ehci in GENERIC kernel changes = > >> nothing, the boot process still times out with > >> "mount waiting for: usbus1 usbus0" > > > > Hmm, if you are still able to try, it would be interesting to build a kernel > > without USB at all to see if it can boot ok. Also, it might be good to break > > into DDB in a kernel with USB enabled and run 'show intrcnt' to see if the USB > > devices are seeing any interrupts. > > I installed 8.3 on this server and did a makeworld into 9.0 REL (GENERIC kernel without USB support) > > Now the bootup from drom disk stops with the message: > "Entropy harvesting: interrupts ethernet point_to_point" > and I cannot enter DDB (vga console, ctrl-alt-esc), although it is compiled into the kernel. > > However. I have the option to boot into single-user, before "Entropy harvesting: interrupts ethernet point_to_point" shows up. > > FYI: Additionally I tried to boot the 9.0-RELEASE-AMD64 memstick on another HP/Compaq server (DL385 G2) and the bootup also stops with the same "mount waiting for: usbus1 usbus0" message, as the DL145G3 does. > > Is DDB active on the 9.0-RELEASE-AMD64 memstick? Hmm, I'm not sure if it is. If it isn't, you can build a 9.0 kernel that contains DDB and replace the kernel image on the memstick with that from another machine. -- John Baldwin