Subject: Re: What is this?
To: Anders Hogrelius SdU <elt96ahs@mds.mdh.se>
From: Anders Magnusson <ragge@ludd.luth.se>
List: port-vax
Date: 01/17/1999 00:14:57
> Hi everyone!
> 
> I'm trying to make a installation CD to use with the VS3100.
> I've made a ffs filesystem with all the stuff necessary on it and
> put it on a CD. I can boot the kernel on the CD without problem,
> but it's impossible to mount root on it. This is what happens.
> 
> <cut>
> root device (default cd0a):
> dump device (default cd0b):
> file system (default ffs):
> root on cd0a dumps on cd0b
> cannot mount root, error = 6
> </cut>
> 
#define ENXIO           6               /* Device not configured */

Humm, it looks as something doesn't like cd as root...

-- Ragge