My distro is Debian GNU/Hurd
Memory: 128Mb, i386
My PT is:
hd0s1 [/dev/hda1] (hd0,0) - Linux SWAP
hd0s2 [/dev/hda2] (hd0,1) - ext2 (root partition with base system)
I've used these grub commands to run kernel and modules:
root (hd0,1)
kernel /boot/gnumach.gz root=device:hd0s2
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)hurd buzzes and the last lines I see are:
task loaded: /lib/ld.so.1 /hurd/exec start /hurd/ex2fs.static:
Could I try anything to overcome it?
Cheers! Eugen.