Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 May 1999 07:51:04 +0100
From:      Mark Ovens <marko@uk.radan.com>
To:        "Brian D. McGrew" <brian@visionpro.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Kernel Configuratio (boot -c)
Message-ID:  <19990516075104.C255@marder-1>
In-Reply-To: <007701be9f14$51220960$0264a8c0@kaffesoft.com>; from Brian D. McGrew on Sat, May 15, 1999 at 01:48:37PM -0700
References:  <007701be9f14$51220960$0264a8c0@kaffesoft.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, May 15, 1999 at 01:48:37PM -0700, 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?
> 

From the Errata:

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).


> Brian
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 

-- 
      FreeBSD - The Power To Serve http://www.freebsd.org
      My Webpage http://www.users.globalnet.co.uk/~markov
_______________________________________________________________
Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK
CAD/CAM solutions for Sheetmetal Working Industry
mailto:marko@uk.radan.com                  http://www.radan.com



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?19990516075104.C255>