From owner-freebsd-questions Sun Oct 17 23:34:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc3.on.home.com (ha1.rdc3.on.home.com [24.2.9.68]) by hub.freebsd.org (Postfix) with ESMTP id 6A85014D17 for ; Sun, 17 Oct 1999 23:34:02 -0700 (PDT) (envelope-from dakiraun@home.com) Received: from Elysium ([24.112.53.95]) by mail.rdc3.on.home.com (InterMail v4.01.01.02 201-229-111-106) with SMTP id <19991018063213.RCAJ8488.mail.rdc3.on.home.com@Elysium> for ; Sun, 17 Oct 1999 23:32:13 -0700 X-Sender: dakiraun@mail.lndn1.on.wave.home.com (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Demo Date: Mon, 18 Oct 1999 02:44:22 -0400 To: freebsd-questions@FreeBSD.org From: Aaron Subject: Kernel/Booting trouble Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-Id: <19991018063213.RCAJ8488.mail.rdc3.on.home.com@Elysium> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hey hey First off, I would love to thank everyone responsible for FreeBSD - it's amazing! That said, I was working at creating a custom kernel for my system. Upon compiling it, I restarted the machine, and hoped all would work out OK. Since it was my first attempt, naturally there was a small error, so I had to reload the prior kernel in order to get back in. Problem is that the old kernel doesn't work! When I installed FreeBSD, I used the configuration utility on the boot floppies to set up my machine specifics. That way it only looked for the equipment I had, and nothing more. It would seem, however, that this was done via a file alongside a generic kernel, because when I try to load the original kernel, it's the generic one and goes about checking for every known device. This is what prevents me from booting up. As it scans for some of the devices, the machine locks, and never recovers. In the /boot directory, there's a kernel.conf file, which is what I assume made the generic kernel originally only look for certain devices, but when I unload the new kernel to load its replacement, it unloads the link to the kernel.conf too. Is there a way I can specify that I still want it to use kernel.conf with the backed up kernel? Or is there a way to get it not to look for ALL known devices? My solution to this would be to reinstall, only I can't resort to reinstalling EVERY time the kernel modifications fail. :( Any suggestions? Aaron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message