Date: Mon, 16 Feb 2004 17:49:03 -0500 From: Garance A Drosihn <drosih@rpi.edu> To: "Didier" <drwitura@primus.ca>, <freebsd-current@freebsd.org> Subject: Re: /bin/sh terminated abnormally Message-ID: <p0602041fbc56f8796194@[128.113.24.47]> In-Reply-To: <000601c3f028$16c0d480$2100000a@o8p3f6> References: <000601c3f028$16c0d480$2100000a@o8p3f6>
next in thread | previous in thread | raw e-mail | index | archive | help
At 5:49 PM -0500 2/10/04, Didier wrote:
>I upgraded 4.8 to FreeBSD4.9 Release
>
>ran
>- make buildworld
>- make buildkernel KERNCONF=MYKERNEL
>- installkernel KERNCONF=MYKERNEL
I assume you mean 'make installkernel' there.
>rebooted to single mode ...now I am getting the following
>error messages:
>
>Terminated abnormally. going to single user mode, enter full
>pathname of shell or RETURN for /bin/sh:
>
>I hit enter and kept getting this line, tried /bin/tcsh ...
>I still can't get the prompt ... can you help please
At this point, I think you first have to reboot to your previous
kernel. To do that, reboot again. Press the space bar (or
something other than enter) so you get into the boot-loader.
If you have the newer boot-screen, there is a menu option
which will get you into the boot loader.
Once you are in the boot-loader, type:
unload
load /boot/kernel.old/kernel
boot
That should get you up on the old kernel. Assuming that works,
the first thing you should do is:
cd /boot
mv kernel kernel-BAD
mv kernel.old kernel
--
Garance Alistair Drosehn = gad@gilead.netel.rpi.edu
Senior Systems Programmer or gad@freebsd.org
Rensselaer Polytechnic Institute or drosih@rpi.edu
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?p0602041fbc56f8796194>
