On Sun, Aug 12, 2007 at 12:17:53PM -0400, Mike Erdely wrote:
> On Sun, Aug 12, 2007 at 05:34:37PM +0300, Pekka Niiranen wrote:
> > Can't open /dev/rwd1a: Device not configured
> > Enter pathname of shell or RETURN for sh:
> Since you're getting the kernel to load, it sounds to me that all you
> have to do is fix your fstab.

I left off a helpful piece of info... (since / won't mount):
Reboot and type: bsd.rd at the boot prompt (you did install that file,
right?).  Then, manually mount your / partition to /mnt and fix
/mnt/etc/fstab.

You could run: sed -e 's#/dev/wd1#/dev/wd2#' /mnt/etc/fstab > /tmp/fstab
Then: cp /tmp/fstab /mnt/etc/fstab

-ME

Reply via email to