Date: Sun, 23 May 1999 20:43:19 -0400 From: "Michael A. Smith" <michael_smith@bigfoot.com> To: freebsd-questions@freebsd.org Subject: install problem follow-up Message-ID: <4.1.19990523203944.00a077b0@pop3.vais.net>
next in thread | raw e-mail | index | archive | help
[RECAP: 3.1-STABLE install on 486 hangs at boot on "ep0 not found at 0x300"]
The 3.1 Errata tells me:
<SNIP>
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).
</SNIP>
This certainly may be what's wrong with my system, but if I can't boot it
up, how do I make these changes?? I've tried the fixit shell & CD-ROM live
filesystem, but am runing into difficulties.
TIA
MAS
--------------------------------------------------------------------
"He that would make his own liberty secure must guard even his
enemy from oppression; for if he violates this duty, he establishes
a precedent that will reach to himself" --Thomas Paine
--------------------------------------------------------------------
michael_smith@bigfoot.com | http://www.soylentgreen.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?4.1.19990523203944.00a077b0>
