help-hurd
[Top][All Lists]
Advanced

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

Re: Booting GNU/HURD boots GNU/Linux


From: Srinivasan R
Subject: Re: Booting GNU/HURD boots GNU/Linux
Date: Sun, 24 Jul 2005 09:42:30 +0530

On 7/24/05, kevin bullock <kbullock@chicago.us.mensa.org> wrote:
> I found gnumach.gz.
> I gotten to this part:
> 
> grub> root=(hd0,1)
> 
> grub> kernel= /boot/gnumach.gz root=device:hd0s2 -s
> [Multiboot-elf, ...]
> 
> grub> module (hd0,1)/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)
> [Multiboot-module  0x1c4000, 0x2cfe6a bytes]
> 
> grub> module (hd0,0)/lib/ld.so.1 /hurd/exec $(exec-task=task-create)
> [Multiboot-module  0x494000, 0x27afe bytes]
> 
> grub> boot
> 
> A this point my system reboots to GNU/Linux -- unless, of course, I type all 
> the commands again. :)
> 
> How can I boot into the HURD?
> 
add the following lines in your /boot/grub/menu.lst
kernel (hd0,2)/boot/gnumach.gz root=device:hd1s3 -s
module (hd0,2)/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,2)/lib/ld.so.1 /hurd/exec $(exec-task=task-create)

For more details about hurd installation with GNU/Linus see
http://www.shakthimaan.com/Mambo/index.php?option=com_content&task=view&id=32&Itemid=53

-- 
Next mail in %d minutes
cnu
http://cnu.objectis.net




reply via email to

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