From owner-freebsd-questions@FreeBSD.ORG Tue Jun 22 18:41:23 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78DB316A4CE for ; Tue, 22 Jun 2004 18:41:23 +0000 (GMT) Received: from sdf.lonestar.org (ol.freeshell.org [192.94.73.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FD3A43D5E for ; Tue, 22 Jun 2004 18:41:23 +0000 (GMT) (envelope-from lukas@sdf.lonestar.org) Received: from sdf.lonestar.org (IDENT:lukas@mx.freeshell.org [192.94.73.21]) by sdf.lonestar.org (8.12.10/8.12.10) with ESMTP id i5MIewFA027039; Tue, 22 Jun 2004 18:40:59 GMT Received: (from lukas@localhost) by sdf.lonestar.org (8.12.10/8.12.8/Submit) id i5MIew70001615; Tue, 22 Jun 2004 11:40:58 -0700 (PDT) Date: Tue, 22 Jun 2004 11:40:58 -0700 (PDT) From: Luke X-X-Sender: lukas@mx.freeshell.org To: whizkid@ValueDJ.com In-Reply-To: <3992.207.13.174.37.1087929056.squirrel@www.ValueDJ.com> Message-ID: References: <3992.207.13.174.37.1087929056.squirrel@www.ValueDJ.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: freebsd-questions@freebsd.org Subject: Re: Boot Loader Config X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: LukeD@pobox.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2004 18:41:23 -0000 > What can I modify to make > the machine Automatically select option # 2 during the boot process? Check out your /boot/loader.conf file. Comment out the hint.acpi.0.disabled="1" if it's in there. I don't know for sure that this will work, but I'd try it.