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

Re: Hurd boot problems



On Thursday 27 May 2004 21:40, nyugalomszigete wrote:

> I try to boot it with this:
> kernel (hd2,0)/boot/gnumach.gz root=device:hd2s1 -s
> module (hd2,0)/hurd/ext2fs.static --host-priv-port=${host-port}
> --device-master-port=${device-port} --exec-server-task=${exec-task} -T
> typed ${root} $(task-create) $(task-resume) module (hd2,0)/lib/ld.so.1
> /hurd/exec $(exec-task-task-create)
>

Here is my /boot/grub/menu.lst.  It was mostly generated by the grub that came 
with the iso.  I obviously have a different drive and slice than you.  I 
notice you are missing the --multiboot-command-line=${kernel-command-line}.  
I don't know whether it matters but module /lib/ld.so.1... is the start of 
another line. 

title  GNU/Hurd
    root   (hd1,0)
    kernel /boot/gnumach.gz root=device:hd1s1
    module /hurd/ext2fs.static --multiboot-command-li
ne=${kernel-command-line} --host-priv-port=${host-por
t} --device-master-port=${device-port} --exec-server-
task=${exec-task} -T typed ${root} $(task-create) $(t
ask-resume)
    module /lib/ld.so.1 /hurd/exec $(exec-task=task-c
reate)

I am new to the hurd, and I just broke my installation.  I was updating via 
ftp after dselecting, and I got an error something like:
panic:  zmalloc out of threads... or something to that effect.  So, if anybody 
knows what I can do to prevent that in the future, I would be real happy.  I 
gather it is 'memory allocation' of some type, but the googling did not yield 
anything I could really figure out.

Thanks
Ron





Reply to: