Subject: Re: CF mounted on wd0
To: Hubert Feyrer <hubert@feyrer.de>
From: Marcin Jessa <lists@yazzy.org>
List: tech-embed
Date: 06/27/2005 15:56:45
On Mon, 27 Jun 2005 15:43:54 +0200 (CEST)
Hubert Feyrer <hubert@feyrer.de> wrote:
> On Mon, 27 Jun 2005, Marcin Jessa wrote:
> > Yes, I removed it:
> >> I tried to remove the opts and mount / on the disk:
> >> /dev/wd0a / ffs ro 1 1
> >
> > Still the kernel said it could not find /sbin/init which I find pretty
> > strange since /sbin/init should be ran before anything else, like mount
> > command.
> >
> > But if you said it can be done then I will try to remove all the other
> > MEMORY_DISK options and try again.
>
> You have to change the "config"-line in your kernel config file, not
> /etc/fstab. "grep config GENERIC" etc.
Right, it said:
config netbsd root on ? type ? dumps on none
Should I change that to :
config netbsd root on wd0a type ffs
?