From owner-freebsd-current@FreeBSD.ORG Fri May 28 03:15:16 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 76A7116A4CE for ; Fri, 28 May 2004 03:15:16 -0700 (PDT) Received: from cmsrelay01.mx.net (cmsrelay01.mx.net [165.212.11.110]) by mx1.FreeBSD.org (Postfix) with SMTP id 269A643D39 for ; Fri, 28 May 2004 03:15:16 -0700 (PDT) (envelope-from noackjr@alumni.rice.edu) Received: from uadvg129.cms.usa.net (165.212.11.129) by cmsoutbound.mx.net with SMTP; 28 May 2004 10:15:02 -0000 Received: from optimator.noacks.org [70.240.201.34] by uadvg129.cms.usa.net (ASMTP/noackjr@usa.net) via mtad (C8.MAIN.3.13N) with ESMTP id 824iebko80179M29; Fri, 28 May 2004 10:14:59 GMT X-USANET-Auth: 70.240.201.34 AUTH noackjr@usa.net optimator.noacks.org Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id BA34260CF; Fri, 28 May 2004 05:14:58 -0500 (CDT) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00606-01; Fri, 28 May 2004 05:14:57 -0500 (CDT) Received: from compgeek.noacks.org (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id 2764E60CE; Fri, 28 May 2004 05:14:57 -0500 (CDT) Received: from [127.0.0.1] (localhost.noacks.org [127.0.0.1]) by compgeek.noacks.org (8.12.11/8.12.11) with ESMTP id i4SAEtAQ002258; Fri, 28 May 2004 05:14:56 -0500 (CDT) (envelope-from noackjr@alumni.rice.edu) Message-ID: <40B7111F.2050607@alumni.rice.edu> Date: Fri, 28 May 2004 05:14:55 -0500 From: Jon Noack User-Agent: Mozilla Thunderbird 0.6 (X11/20040518) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Drew Broadley References: <40B69786.4000509@alumni.rice.edu> <40B6A3A6.8000101@corrupt.co.nz> In-Reply-To: <40B6A3A6.8000101@corrupt.co.nz> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at noacks.org 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 Reply-To: noackjr@alumni.rice.edu 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 10:15:16 -0000 On 05/27/04 21:27, Drew Broadley wrote: > 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 ? This didn't work for me. I get the same thing regardless of acpi off/on/dsdt_overridden. Jon