On Mon, Apr 24, 2000 at 03:31:16PM -0500, John Foster wrote: > [...] > grub>; I issued the command "root=(hd1,0)"; recieved the message 'found > ext2 linux filesystem"; I issued the command "kernel=hd1s1 -s";that is > as far as I got. I get the error message "file not found"; > ANY help or criticisms are greatly appreciated as this is my first > attempt at using HURD.
with grub's kernel command you should point to *file* containing kernel, that is /boot/gnumach (with .gz or without), with root partition as argument like this : (exact citation from my system, please substitute disk names) root (hd0,0) kernel /boot/gnumach root=sd0s1 -s module /boot/serverboot

