Subject: Re: Progress With 1.4 But Still Boot Problem
To: Kevin McQuiggin <mcquiggi@sfu.ca>
From: Michael Kukat <michael@hermes.camaronet.de>
List: port-vax
Date: 07/11/1999 10:37:42
Hi !
> > boot netbsd
[...]
> root on ra1a dumps on ra1b
> ra1: size 633672 sectors
> root file system type: ffs
> warning: no /dev/console
>
> Note how the system (or at least the console) hangs on the "warning: no
> /dev/console" message.
>
> The file /dev/console does in fact exist, but perhaps it has to be
> configured somehow.
>
> Any suggestions? I'm almost there.
Usual way for those device files:
cd to /dev in your root-dir
type "./MAKEDEV std" or better "./MAKEDEV all" to create the device files.
With this everything is done correctly.
so long.. Michael