help-hurd
[Top][All Lists]
Advanced

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

Re: [Fwd: Think I found the problem - hurd booting]


From: James Morrison
Subject: Re: [Fwd: Think I found the problem - hurd booting]
Date: Sun, 20 Oct 2002 21:13:58 -0700 (PDT)

--- Joachim Nilsson <joachim@vmlinux.org> wrote:
> Grub entries that I've tried:
> 
> root (hd0,1)
> kernel /boot/oskit-mach.gz -- root=device:hd0s2

 Shouldn't this be:
   kernel /boot/oskit-mach.gz root=device:hd0s2 --

 The -- indicates oskit-mach should not parsing arguments, but root=...
is an argument to oskit-mach.

> module /hurd/ext2fs.static --readonly \
>     --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)
> 
> root (hd0,1)
> kernel /boot/oskit-mach.gz -- root=hd0s2
> module /hurd/ext2fs.static --readonly \
>     --multiboot-command-line=${kernel-command-line} \
>     --host-priv-port=${host-port} \
>     --device-master-port=${device-port} \
>     --exec-server-task=${exec-task} \
>     -T device ${root} $(task-create) $(task-resume)
> module /lib/ld.so.1 /hurd/exec $(exec-task=task-create)
> 
> root (hd0,1)
> kernel /boot/oskit-mach.gz root=hd0s2
> module /hurd/ext2fs.static --readonly \
>     --multiboot-command-line=${kernel-command-line} \
>     --host-priv-port=${host-port} \
>     --device-master-port=${device-port} \
>     --exec-server-task=${exec-task} \
>     -T device ${root} $(task-create) $(task-resume)
> module /lib/ld.so.1 /hurd/exec $(exec-task=task-create)
> 
> root (hd0,1)
> kernel /boot/oskit-mach.gz -- root=hd0s2
> module /boot/serverboot.gz
> 
> 
> Regards
>  /Joachim
> 
> -- 
> Joachim Nilsson -- <joachim AT vmlinux DOT org> 
> +46(0)21-123348 -- <http://vmlinux.org/joachim/>
> 
> 
> 
> 
> 
> _______________________________________________
> Help-hurd mailing list
> Help-hurd@gnu.org
> http://mail.gnu.org/mailman/listinfo/help-hurd


=====
James Morrison
   University of Waterloo
   Computer Science - Digital Hardware
   2A co-op
http://hurd.dyndns.org

Anyone referring to this as 'Open Source' shall be eaten by a GNU

__________________________________________________
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]