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

Re: hanging in ./native-install



   You have to change the location of the kernel, rootfs and the modules
   because you have it installed on '/dev/hda9'. It must look like this:

      kernel (hd0,8)/boot/gnumach.gz root=device:hd0s9 -s
      module (hd0,8)/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 (hd0,8)/lib/ld.so.1 /hurd/exec $(exec-
      task=task-create)

The last module line is wrong, should be one line, i.e.:

,----
|  module (hd0,8)/lib/ld.so.1 /hurd/exec $(exec-task=task-create)
`----



Reply to: