From owner-freebsd-current@FreeBSD.ORG Thu May 27 19:29:11 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6187316A4CE for ; Thu, 27 May 2004 19:29:11 -0700 (PDT) Received: from corrupt.co.nz (222-152-15-178.jetstream.xtra.co.nz [222.152.15.178]) by mx1.FreeBSD.org (Postfix) with SMTP id 20E0043D1D for ; Thu, 27 May 2004 19:29:08 -0700 (PDT) (envelope-from drew@corrupt.co.nz) Received: (qmail 54485 invoked by uid 1011); 28 May 2004 02:29:19 -0000 Received: from drew@corrupt.co.nz by mail.corrupt.co.nz by uid 1009 with qmail-scanner-1.20st Clear:RC:0(10.10.69.1):SA:0(0.0/3.8):. Processed in 0.873706 secs); 28 May 2004 02:29:19 -0000 X-Spam-Status: No, hits=0.0 required=3.8 Received: from unknown (HELO corrupt.co.nz) (drew@corrupt.co.nz@10.10.69.1) by corrupt.co.nz with SMTP; 28 May 2004 02:29:17 -0000 Message-ID: <40B6A3A6.8000101@corrupt.co.nz> Date: Fri, 28 May 2004 14:27:50 +1200 From: Drew Broadley User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040505 X-Accept-Language: en-us, en MIME-Version: 1.0 To: noackjr@alumni.rice.edu References: <40B69786.4000509@alumni.rice.edu> In-Reply-To: <40B69786.4000509@alumni.rice.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: 5.2.1-p8 -> -CURRENT: Fatal trap 12 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 28 May 2004 02:29:11 -0000 Jon Noack wrote: > I'm trying to update a machine from 5.2.1-p8 to -CURRENT. I did a > buildworld, buildkernel, installkernel, and was trying to reboot into > single-user mode when the I got the following and was dropped to ddb: I just suffered the EXACT same problem. Solution: Boot with ACPI disabled, you will boot without a problem. Remove in your /boot/loader.conf any reference to loading a 3rd party ACPI DSDT table and then reboot. Problem is in using non bios ACPI DSDT tables. Can someone look into this ? - Drew