From owner-freebsd-questions@FreeBSD.ORG Sat Sep 27 08:02:33 2003 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 B369B16A4B3 for ; Sat, 27 Sep 2003 08:02:33 -0700 (PDT) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 7226044033 for ; Sat, 27 Sep 2003 08:02:32 -0700 (PDT) (envelope-from andreas.kohn@gmx.net) Received: (qmail 26543 invoked by uid 65534); 27 Sep 2003 15:02:31 -0000 Received: from unknown (EHLO [172.16.32.190]) (212.204.32.190) by mail.gmx.net (mp027) with SMTP; 27 Sep 2003 17:02:31 +0200 X-Authenticated: #2431876 From: Andreas Kohn To: Enoch Chan In-Reply-To: <20030926203914.60537.qmail@web80604.mail.yahoo.com> References: <20030926203914.60537.qmail@web80604.mail.yahoo.com> Content-Type: text/plain Message-Id: <1064674955.707.5.camel@klamath> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sat, 27 Sep 2003 17:02:35 +0200 Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Kernel Config won't start... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2003 15:02:33 -0000 On Fri, 2003-09-26 at 22:39, Enoch Chan wrote: > I have tried to install FreeBSD 5.0 and 5.1 from a burned CD > ... Both CD won't boot to kernel config. I tried to go to the loader > prompt and type in boot -c but it won't work. It just boot right > into sysinstall. Hi, there is no boot -c anymore in FreeBSD 5. To set options for specific devices or to disable some, you set hints in the boot loader, for example set hint.acpi.0.disabled=1 boot To disable ACPI support and continue booting. To find out more about the installation of FreeBSD, read the Installation Guide at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-start.html (Section 2.3.2 deals with Kernel configuration) HTH, -- Andreas Kohn