From owner-freebsd-questions Sun May 23 17:43:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from blue.vais.net (blue.vais.net [207.98.180.9]) by hub.freebsd.org (Postfix) with ESMTP id 82CEF14DA9 for ; Sun, 23 May 1999 17:43:35 -0700 (PDT) (envelope-from michael_smith@bigfoot.com) Received: from michael (aunchaki.vais.net [207.98.178.29]) by blue.vais.net (8.8.8/8.8.5) with SMTP id TAA02514 for ; Sun, 23 May 1999 19:48:49 -0400 Message-Id: <4.1.19990523203944.00a077b0@pop3.vais.net> X-Sender: aunchaki@pop3.vais.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Sun, 23 May 1999 20:43:19 -0400 To: freebsd-questions@freebsd.org From: "Michael A. Smith" Subject: install problem follow-up Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [RECAP: 3.1-STABLE install on 486 hangs at boot on "ep0 not found at 0x300"] The 3.1 Errata tells me: 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). 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