From owner-freebsd-questions Tue Mar 23 6: 4:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pegasus.cc.ucf.edu (Pegasus.cc.ucf.edu [132.170.240.30]) by hub.freebsd.org (Postfix) with ESMTP id E83AE15305 for ; Tue, 23 Mar 1999 06:04:29 -0800 (PST) (envelope-from ewayte@pegasus.cc.ucf.edu) Received: from pegasus.cc.ucf.edu (pegasus.cc.ucf.edu [132.170.240.30]) Ident [ewayte] by pegasus.cc.ucf.edu (Postfix) with SMTP id 1E7083430; Tue, 23 Mar 1999 09:00:36 -0500 (EST) Date: Tue, 23 Mar 1999 09:00:36 -0500 (EST) From: Eric Wayte To: Benkbenk Cc: freebsd-questions@freebsd.org Subject: Re: freebsd 3.1 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The solution to this can be found in the errata for 3.1: http://www.freebsd.org/releases/3.1R/errata.html Here 'tis: 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). Eric Wayte Database Administrator University of Central Florida ewayte@pegasus.cc.ucf.edu On Tue, 23 Mar 1999, Benkbenk wrote: > Date: Tue, 23 Mar 1999 17:25:37 +0700 (JAVT) > From: Benkbenk > To: freebsd-questions@freebsd.org > Subject: freebsd 3.1 > > i found a problem with my FreeBSD 3.1. > i've configured the kernel, but if i reboot the machine it always > back to default configuration. > The hardware configuration cannot be saved and message "kget , error > buffer size" occured. > > How can i solve this??? > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message