From owner-freebsd-questions Mon Oct 18 0: 2:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from imo23.mx.aol.com (imo23.mx.aol.com [198.81.17.67]) by hub.freebsd.org (Postfix) with ESMTP id A779514A2D for ; Mon, 18 Oct 1999 00:02:19 -0700 (PDT) (envelope-from ATeslik@aol.com) Received: from ATeslik@aol.com by imo23.mx.aol.com (mail_out_v23.6.) id tNRRa07459 (4068); Mon, 18 Oct 1999 03:02:13 -0400 (EDT) From: ATeslik@aol.com Message-ID: <0.f7c37870.253c1ff4@aol.com> Date: Mon, 18 Oct 1999 03:02:12 EDT Subject: Re: Kernel/Booting trouble To: dakiraun@home.com Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: AOL 4.0 for Windows 95 sub 26 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey Arron, When you boot it will say to press any key to bypass the kernel while it counts down. When you press a key it will drop you to a prompt like disk1s1a:> at this type: unload (unloads the currently loaded kernel) then type: load kernel.old (loads the last kernel that was replaced by the install of the new kernel - e.g. the working kernel. This is of course provided that you didn't do "make install" of your bad kernel twice, in which case the only thing you could load would be kernel.GENERIC, which is the very original kernel that the system first booted with) then type: boot (boots off of the currently loaded kernel) This should work. Good luck. Take a peek at your root directory after and you will see kernel kernel.old kernel.GENERIC in there. After you make your working kernel, copy it to kernel.MYKERNEL in case you build another bogus kernel later. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message