Newbie help

Samuel Rydh mol-general@lists.maconlinux.org
Sat, 15 Mar 2003 03:54:28 +0100


On Fri, Mar 14, 2003 at 09:02:04PM -0500, Mark S. Mathews wrote:
> <sheepish>
> Ummm, yup you're right.  Guess I should've looked a little more closely.
> </sheepish>
> 
> Ok, we're getting a little farther now but still not quite there.
> 
> ----> (disk_open) Opening /dev/cdrom: No such file or directory
> ----> /dev/hda2 might be a boot-strap partition.
> ----> /dev/hda5 might be a boot-strap partition.
>     HFS+ /dev/hda8        Free           <rw> 12924 MB 
> 

To boot from UFS, you will have to specify the UFS partition
by hand, e.g.

	blkdev:	/dev/hda10	-rw -force

Note that the force flag is needed since MOL does not detect
UFS volumes automatically yet.

/Samuel