From owner-freebsd-questions@FreeBSD.ORG Sun Dec 19 11:32:10 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 3076516A4CE for ; Sun, 19 Dec 2004 11:32:10 +0000 (GMT) Received: from smtp3.wanadoo.fr (smtp3.wanadoo.fr [193.252.22.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id E056C43D45 for ; Sun, 19 Dec 2004 11:32:09 +0000 (GMT) (envelope-from th.lacoste@wanadoo.fr) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0308.wanadoo.fr (SMTP Server) with SMTP id 8481420000B2; Sun, 19 Dec 2004 12:32:08 +0100 (CET) Received: from ALDEBARAN (ASte-Genev-Bois-151-1-9-127.w82-121.abo.wanadoo.fr [82.121.135.127]) by mwinf0308.wanadoo.fr (SMTP Server) with SMTP id 442C2200008F; Sun, 19 Dec 2004 12:32:08 +0100 (CET) Message-ID: <000501c4e5be$60762940$0100a8c0@ALDEBARAN> From: "Thierry Lacoste" To: "Eric Kjeldergaard" References: <000801c4e537$a720c080$0100a8c0@ALDEBARAN> <001001c4e56b$77252180$0100a8c0@ALDEBARAN> Date: Sun, 19 Dec 2004 12:32:07 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD loader X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thierry Lacoste List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Dec 2004 11:32:10 -0000 > > > > How can I configure the loader of FreeBSD 5.2 such that > > > > the default is loading the kernel with ACPI support. > > > > > > with ACPI is the default, is it not? > > > > > No. When I let the loader timeout, it does not load > > the acpi.ko module. This is the second choice. > > > > This is the way /boot/beastie.4th operates; > > at least for FreeBSD 5.2 installed from > > the freebsdmall CDs. > > Huh, that's strange, I could have sworn it was on mine...but nevermind > that, on to a solution. Ideally, all the acpi option does is load the > acpi module, so if you use /boot/loader.conf (man loader.conf) you > could use the load keyword and it should load it right up on boot. > It works. Thanks. Now the problem with your solution is that the acpi module is loaded unconditionally. I'd like to make acpi the default but keep the possibility of loading FreeBSD without acpi in case there's a problem with it. In other words, my present beastie menu begins with 1. Boot FreeBSD [default] 2. Boot FreeBSD with ACPI enabled and I'd like to just swap these options. Regards, Thierry.