>>>>> abnix writes:
a> I gave the following commands at GRUB prompt
grub> root=(hd0,6)
grub> kernel=/boot/gnumach root=hd1s7
^---\
You almost certainly want root=hd0s7 here, since GNU Mach disk drives
are zero-indexed, it's only the partitions that are one-indexed.Good luck, -- Gordon Matzigkeit <[EMAIL PROTECTED]> //\ I'm a FIG (http://fig.org/) Committed to freedom and diversity \// I use GNU (http://gnu.fig.org/)

