From owner-freebsd-current@FreeBSD.ORG Thu Dec 4 21:24:59 2008 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 076B61065672; Thu, 4 Dec 2008 21:24:59 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 8DC068FC1A; Thu, 4 Dec 2008 21:24:58 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [IPv6:::1]) (authenticated bits=0) by server.baldwin.cx (8.14.3/8.14.3) with ESMTP id mB4LOIOl033364; Thu, 4 Dec 2008 16:24:52 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-current@freebsd.org Date: Thu, 4 Dec 2008 14:21:52 -0500 User-Agent: KMail/1.9.7 References: <49226603.5030204@nixil.net> In-Reply-To: <49226603.5030204@nixil.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812041421.53099.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [IPv6:::1]); Thu, 04 Dec 2008 16:24:52 -0500 (EST) X-Virus-Scanned: ClamAV 0.93.1/8721/Thu Dec 4 08:26:10 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=4.2 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: current@freebsd.org, Phil Oleson Subject: Re: lockup booting 8.0-CURRENT-200811 snap image 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: Thu, 04 Dec 2008 21:24:59 -0000 On Tuesday 18 November 2008 01:51:47 am Phil Oleson wrote: > Hi, I've been trying to update my system to Current to try out the new > usb stack etc.. > and have had some problems. Initially I attempted to just do a cvsup, > make buildworld, > make kernel and had problems at the reboot. Ended up having to use the > livecd to swap > out the kernel (loader was strangely hanging before I could type unload; > boot kernel.old) > > Anyways, I picked up a new drive to split my system up to have a > working 7 & current. > So, I downloaded the 200811 snap iso's for amd64 & i386 and tried to > boot to them. > Same/similar lockup happens.. now since this board currently doesn't > have a serial port > I've had to handtype what was left on the screen.. so hopefully it's > enough for now. > > System: INTEL BLKDG35EC 775 G35 (flashed to the **ECG3510M.86A.0107** > Bios Image) > INTEL C2Q Q9300 2.5G 775 > 2 gigs memory (messed up on original order and havnt fixed > it yet) > using the built-in Intel video.. > > so the i386 and the amd64 dvd image I booted with had the same stopping > screen/output > that I could see.. this is what I was able to get down from a verbose boot. > > ------------------------------------------------------ > Initial Probe 0 10 N 0 3 4 5 7 9 10 11 12 > Validation 0 10 N 0 3 4 5 7 9 10 11 12 > After Disable 0 255 N 0 3 4 5 7 9 10 11 12 > acpi_hpet0: iomem 0xfed00000-0xfed003ff on > acpi0 > acpi_hpet0: vend: 0x8086 rev: 0x1 num: 2 hz: 14318180 opts: legacy_route > 64-bit Timecounter "HPET" frequency 143181800 Hz quality 900 > acpi_button0: on acpi0 > pcib0: port 0xcf8-0xcff on acpi0 > pci0: on pcib0 > pci0: domain=0, physical bus=0 > found-> vendor=0x8086, dev=0x2980, revid=0x03 > domain=0, bus=0, slot=0, func=0 > class=06-00-00, hdrtype=0x00, mfdev=0 > cmdreg=0x0006, statreg=0x2090, cachelnsz=0 (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0ns), maxlat=0x00 (0 ns) > found-> vendor=0x8086, dev=0x2982, revid=0x03 > domain=0, bus=0, slot=2, func=0 > class=03-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0007, statreg=0x0090, cachelnsz=0 (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0ns), maxlat=0x00 (0 ns) > intpin=a, irq=11 > powerspec 2 supports D0 D3 current D0 > MSI supports 1 message > map[10]: type Memory, range32, base 0x90200000, size 20, > enabled > -------------------------------- > > > Any suggestions on how to proceed? > > I'll see about installing the new install on the new drive starting at > RELENG_7 > and updating to HEAD from there.. so any source changes will have to wait on > completing that.. but anything would help. Try setting hw.pci.mcfg=0 -- John Baldwin