On Sat, Jan 29, 2005 at 12:09:32AM +0600, ANIL C JOHN wrote: > i have a serious trouble. I obtained the hurd k7 cd and made 1.2GB > ext2fs partition and installed the base system on /dev/hdb10, and > mount it as /mnt/hurd under linux. > > I did it as per instructions given in various help files: > title GNU/Hurd > root (hd0,9)
If you installed on /dev/hdb10, it might very well be the case that you need to put 'root (hd1,9)' there. > kernel /boot/gnumach.gz -s root=device:hd0s10 Same here, try 'root=device:hd1s10' (or try using GRUB's find command as indicated in another post) cheers, Michael _______________________________________________ Help-hurd mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-hurd
