Andreas Rottmann wrote: > 1) How can I avoid the HURD from asking me for the root device? Adding > 'hd0s7' to the 'module serverboot.gz' line doesn't help. :-(
simply edit menu.lst of GRUB (i have it in /boot/grub/) add something like this --cut here-- title hurd-single root (hd0,2) kernel=/boot/gnumach.gz root=hd0s3 -s module=/boot/serverboot.gz boot --cut here-- that will give you the choice 'hurd' on grub menu, and you just have to press enter and you are in hurd. To boot to multi-user simply delete the -s switch c ya Slobodan

