From owner-freebsd-current@FreeBSD.ORG Wed May 26 08:50:40 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 8CAEB16A4CE for ; Wed, 26 May 2004 08:50:40 -0700 (PDT) Received: from ack.Berkeley.EDU (ack.berkeley.edu [128.32.206.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34C0E43D31 for ; Wed, 26 May 2004 08:50:40 -0700 (PDT) (envelope-from mhunter@ack.Berkeley.EDU) Received: (from mhunter@localhost) by ack.Berkeley.EDU (8.11.3/8.11.3) id i4QFnZB04190; Wed, 26 May 2004 08:49:35 -0700 (PDT) Date: Wed, 26 May 2004 08:49:34 -0700 From: Mike Hunter To: Joseph Davida Message-ID: <20040526154934.GA4036@ack.Berkeley.EDU> References: <20040526051053.80966.qmail@web42303.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040526051053.80966.qmail@web42303.mail.yahoo.com> User-Agent: Mutt/1.5.6i cc: current@freebsd.org Subject: Re: Disabling acpi 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: Wed, 26 May 2004 15:50:40 -0000 On May 25, "Joseph Davida" wrote: > Installed 5.2-CURRENT-20040508-JPSNAP > some time ago. > Would like to boot into single user mode > with all ACPI support DISABLED. > How can I do that? It seems the only > way I can boot is by selecting option > 2 from the boot menu, which boots into > multiuser mode , with ACPI disabled. > For some reason, all options in which > ACPI is enabled, causes kernel crash. > My hardware is > GA-8PE667 Ultra 2, Pentium 4 2.4 GHZ > > I tried to > set hint.acpi.0.disabled=1 > and then, boot -s > to no avail. kernel crashes. You'll need to type 6 to use the boot loader. Then, type "unset acpi_load" to disable acpi. Then, type "boot -s" to boot single-user. Feeling your pain, Mike