From owner-freebsd-current@FreeBSD.ORG Tue Nov 18 07:03:44 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA42C106564A for ; Tue, 18 Nov 2008 07:03:44 +0000 (UTC) (envelope-from oz@nixil.net) Received: from nixil.net (nixil.net [161.58.222.1]) by mx1.freebsd.org (Postfix) with ESMTP id 7760E8FC08 for ; Tue, 18 Nov 2008 07:03:44 +0000 (UTC) (envelope-from oz@nixil.net) Received: from home.nixil.net (c-76-23-62-255.hsd1.ut.comcast.net [76.23.62.255]) (authenticated bits=0) by nixil.net (8.13.6.20060614/8.13.6) with ESMTP id mAI6pmPl086563 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 17 Nov 2008 23:51:54 -0700 (MST) Message-ID: <49226603.5030204@nixil.net> Date: Mon, 17 Nov 2008 23:51:47 -0700 From: Phil Oleson User-Agent: Thunderbird 2.0.0.16 (X11/20080818) MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (nixil.net [161.58.222.1]); Mon, 17 Nov 2008 23:51:54 -0700 (MST) X-Virus-Scanned: ClamAV 0.94/8645/Mon Nov 17 21:30:32 2008 on nixil.net X-Virus-Status: Clean Cc: Subject: 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: Tue, 18 Nov 2008 07:03:44 -0000 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. -Phil.