Date: Sat, 15 May 1999 15:53:39 -0700 From: Kent Stewart <kstewart@3-cities.com> To: "Brian D. McGrew" <brian@visionpro.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Kernel Configuratio (boot -c) Message-ID: <373DFAF3.18F3BC18@3-cities.com> References: <007701be9f14$51220960$0264a8c0@kaffesoft.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?373DFAF3.18F3BC18>