From owner-freebsd-amd64@FreeBSD.ORG Mon Mar 8 15:34:23 2010 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A20CF106564A; Mon, 8 Mar 2010 15:34:23 +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 7455A8FC1A; Mon, 8 Mar 2010 15:34:23 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 247A746B46; Mon, 8 Mar 2010 10:34:23 -0500 (EST) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPA id 595828A01F; Mon, 8 Mar 2010 10:34:22 -0500 (EST) From: John Baldwin To: freebsd-amd64@freebsd.org Date: Mon, 8 Mar 2010 07:59:23 -0500 User-Agent: KMail/1.12.1 (FreeBSD/7.3-CBSD-20100217; KDE/4.3.1; amd64; ; ) References: <201003060310.o263AB9k089662@www.freebsd.org> In-Reply-To: <201003060310.o263AB9k089662@www.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201003080759.23547.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Mon, 08 Mar 2010 10:34:22 -0500 (EST) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.5 required=4.2 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: Gunther Schadow , freebsd-gnats-submit@freebsd.org Subject: Re: amd64/144503: 8.0-RELEASE does not boot on DL585 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, 08 Mar 2010 15:34:23 -0000 On Friday 05 March 2010 10:10:11 pm Gunther Schadow wrote: > > >Number: 144503 > >Category: amd64 > >Synopsis: 8.0-RELEASE does not boot on DL585 > >Confidential: no > >Severity: critical > >Priority: medium > >Responsible: freebsd-amd64 > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Sat Mar 06 03:20:01 UTC 2010 > >Closed-Date: > >Last-Modified: > >Originator: Gunther Schadow > >Release: 8.0-RELEASE > >Organization: > >Environment: > 8.0-RELEASE > GENERIC > amd64 > > >Description: > System does not boot, neither from freebsd-upgrade nor from boot CD. > With or without ACPI or APIC it always gets stuck at the line where > the pci0 is being probed. > > I am running 7.0 just fine. Skipped over 7.1 and 7.2 thought 8.0 was > time to upgrade, but it does not boot. > > Not sure if there are any other people with DL585s, I have 3 (more > actually) and neither of them boots. > > May be 32 GB of RAM is too much for it? Nothing else special. > There is QLogic ISP card in the PCI bus, but can that halt it? > > I tried to boot with verbose mode, but not much comes out of that. > It just gets stuck. Can you try setting 'hw.pci.mcfg=0' from the loader prompt? -- John Baldwin