Subject: Re: NetBSD 4.0_RC5 stuck at boot (not when using floppies)
To: Gilbert Fernandes <fernandes@math.univ-paris13.fr>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: port-i386
Date: 12/11/2007 16:06:17
On Tue, Dec 11, 2007 at 12:14:42PM +0000, Gilbert Fernandes wrote:
> My history with this pc is :
> 
> - install netbsd 4.0_RC5 using boot1 and boot2.fs
> - boots ok, install ok
> - on restart : gets stuck just after c0d forever
> 
> Here is the dmesg :
> 
> NetBSD 4.0_RC5 (INSTALL) #0: Wed Nov 28 15:19:49 PST 2007
> 	builds@wb34:/home/builds/ab/netbsd-4-0-RC5/i386/200711280522Z-obj/home/builds/ab/netbsd-4-0-RC5/src/sys/arch/i386/compile/INSTALL

By the look of things, you have installed NetBSD, but installed an INSTALL
rather than GENERIC kernel. I'm not sure how you managed that...
Did you grab the sets over the network?
Booting from floppies, ctrl-C for a prompt,

fsck /dev/wd0a
mount /dev/wd0a /mnt
cd /mnt/dev
sh MAKEDEV all

might help too..

Cheers,

Patrick