From owner-freebsd-questions Sat May 15 15:54:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from revolution.3-cities.com (revolution.3-cities.com [204.203.224.155]) by hub.freebsd.org (Postfix) with ESMTP id 0633514F4C for ; Sat, 15 May 1999 15:54:33 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn2213.bossig.com [208.26.242.213]) by revolution.3-cities.com (8.9.3/8.9.3) with ESMTP id PAA12475; Sat, 15 May 1999 15:54:16 -0700 (PDT) Message-ID: <373DFAF3.18F3BC18@3-cities.com> Date: Sat, 15 May 1999 15:53:39 -0700 From: Kent Stewart Organization: BOSSig X-Mailer: Mozilla 4.51 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: "Brian D. McGrew" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Kernel Configuratio (boot -c) References: <007701be9f14$51220960$0264a8c0@kaffesoft.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You didn't read the ERRATA.TXT where it states o Kernel change information is not saved in the new kernel, even though this is claimed to work in the docs. Fix: The change information is being written out, in fact, but to the wrong location. move /kernel.config to /boot/kernel.conf (if it exists, otherwise there were no changes to save) and add the following lines to /boot/loader.rc: load /kernel load -t userconfig_script /boot/kernel.conf autoboot 5 This will cause the kernel change information to be read in and used properly (and you just learned a little about the new 3-stage loader in the process, so the exercise wasn't a total loss). Kent "Brian D. McGrew" wrote: > > I've just finished the 3.1 install. I configured and installed and rebooted > and the kernel didn't save my configuration. So, rebooted and did a > boot -c; and once again, the kernel did not save my configuration. > > This has gone on for about twenty reboots now. What am I doing wrong? > > Brian > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message