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)

That line is incorrect.  It should look _exactly_ like this:

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 (hd2,0)/lib/ld.so.1 /hurd/exec $(exec-task-task-create)

   (if I remove it, it won't boot, but at least the error disappears).

And the difference between not booting and spitting out a error is
exactly what? :-)


Reply via email to