[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Hurd freezed on boot



> I'm trying to install hurd following the instructions at:
>
http://web.walfield.org/papers/hurd-installation-guide/english/hurd-install-guide.html

There's other newbie info at hurd.gnufans.org and
seinfeld.arrowstreet.com . =)
 
> When I boot to hurd it freezed right after:
> 
> start /hurd/ext2fs.static:

Did it output any error messages?
 
> Here's my grub menu item:
> 
> title hurd (single user mode)
> root (hd0,5)
> kernel /boot/gnumach.gz -s root=hd0s6
> module /hurd/ext2fs.static
> --multiboot-command-line=${kernel-command-line} 
> --host-priv-port=${host-port}
--device-master-port=${device-port}
> --exec-server-task=${exec-task} -T typed ${root}
$(task-create)
> $(task-resume)
> module /lib/ld.so.1 /hurd/exec $(exec-task=task-create)
> boot

It looks to me like you need a '\' character at the end of
each line of the module /hurd/ext2fs.static ... line so that
GRUB knows to treat it all as one logical line. Try that. =)
 
-- Tom Hart



Reply to: