From owner-freebsd-questions@FreeBSD.ORG Sat Feb 16 22:54:24 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A15916A418 for ; Sat, 16 Feb 2008 22:54:24 +0000 (UTC) (envelope-from jwm-freebsd-questions@sentinelchicken.net) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 3083613C44B for ; Sat, 16 Feb 2008 22:54:24 +0000 (UTC) (envelope-from jwm-freebsd-questions@sentinelchicken.net) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 16 Feb 2008 17:54:24 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.8.6-GA) with ESMTP id JRW94689; Sat, 16 Feb 2008 17:54:15 -0500 (EST) Received: from 207-172-209-180.c3-0.bkl-ubr2.sbo-bkl.ma.static.cable.rcn.com (HELO sentinelchicken.net) ([207.172.209.180]) by smtp01.lnh.mail.rcn.net with ESMTP; 16 Feb 2008 17:53:11 -0500 Received: (qmail 21864 invoked from network); 16 Feb 2008 22:54:09 -0000 Received: from aeryn.skepsi.net (HELO crichton.skepsi.net) (10.0.0.101) by aeryn.skepsi.net with SMTP; 16 Feb 2008 22:54:09 -0000 Received: (nullmailer pid 21861 invoked by uid 1000); Sat, 16 Feb 2008 22:54:09 -0000 Date: Sat, 16 Feb 2008 17:54:08 -0500 From: Jason Morgan To: freebsd-questions@freebsd.org Message-ID: <20080216225408.GA15244@sentinelchicken.net> References: <20080210164920.GA46810@sentinelchicken.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080210164920.GA46810@sentinelchicken.net> User-Agent: Mutt/1.5.17 (2007-11-01) X-Junkmail-Status: score=10/50, host=mr08.lnh.mail.rcn.net X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A010205.47B7699E.00F4,ss=1,fgs=0, ip=207.172.4.11, so=2007-10-30 19:00:17, dmn=5.4.3/2007-11-16 X-Junkmail-IWF: false Subject: Re: Lockup on Boot due to ACPI (Freebsd 7.0-RC2 i386) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Feb 2008 22:54:24 -0000 On Sun, Feb 10, 2008 at 11:49:20AM -0500, Jason Morgan wrote: > I just upgraded a system from 6.3-RELEASE to 7.0-RC2 (both i386) only > to discover that the system won't boot with ACPI enabled. ACPI was > working fine in 6.3. The problems occur at boot-up -- the system > simply stops loading at approximately the same place during each > attempt (noted below in the dmesg). I have added > `hint.acpi.0.disabled=1' to loader.conf to get around the issue > automatically. I have tried building new kernels with various options > added/removed, rebuilt world with updated source, etc. > > I have included my system information below. The dmesg output (a full > boot with ACPI disabled) is `verbose' and I have edited it to show > where the lockup happens. I am more than willing to help out with any > debugging if needed. I just need some direction. [snip] This is still an issue. I updated my source today, rebuilt world and kernel (disabling SMP), and the system still freezes at boot with ACPI enabled. If anyone has any suggestions as to how I can work around the problem, they would be greatly appreciated. Cheers, ~Jason