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

Re: FW: install and configure grub in debian gnu hurd // instalar y Configurar Grub en debian gnu hurd



> English
> Hello
>   you could please give me instructions on how to install and configure
>   GRUB to Debian GNU HURD?
>  I have the time of partition and installed the base system 
>  and that I need to continue with the installation of Debian GNU / HURD 

Just add these lines at the end of your GRUB (0.97) configuration file ->
/boot/grub/menu.lst

title 		Debian GNU/Hurd
root 		(hd0,3)
kernel 		/boot/gnumach.gz root=device:hd0s4
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)

title 		Debian GNU/Hurd     (single-user mode)
root 		(hd0,3)
kernel 		/boot/gnumach.gz root=device:hd0s4 -s
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)

CAVE: you have to select your partition on root and kernel (here [in
GNU/Linux] hda4). You can search on the network how does mach call the
partitions.

If you speak spanisch, maybe won't be to difficult to understand italian; i
wrote a guide to install the debian gnu/hurd here:
http://e-zine.debianizzati.org/web-zine/numero_1/?page=18

Hasta el vuego ;-)

Bruno


Reply to: