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

Re: hanging in ./native-install



On Mon, 15 Mar 2004 14:44:53 -0800 (PST)
Ghorban Mohamad Tavakkoli <gmtavakkoli@yahoo.com> wrote:


> my processor is VIA samuel 3 (VIA C3) and i installed
> Hurd on /dev/hda9 (1.4GB) and swap is hda10 (384MB)
> and my GRUB settings are:

I have Hurd K4 running on a VIA EPIA-M9000, a board with an C3 (Codename
Ezra). I don't think this is a problem.

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

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)



> may be my cpu is incompatible or my GRUB settings
> are incorrect.

See above.


MfG/Best Regards Oliver Beck

-- 
 /"\ -ASCII-Ribbon-Campaign- |
 \ /    Against HTML Mail    | -Linux on an VIA EPIA-M9000-
  X                          |    http://epia.std-err.de
 / \                         |        (german only)



Reply to: