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

Re: Installing grub to hd from hurd



Alfred M. Szmidt wrote:

You need to create an menu.lst file in /boot/grub, with something that
looks like this (replace the "..." with you know what) if you do not
want to retype the lines by hand all the time:

timeout 30
default 0

title  Debian GNU/Hurd
root   (hd1,0)
kernel /boot/gnumach root=device:hd0s1
module /hurd/ext2fs.static ...
module /lib/ld.so.1 /hurd/exec $(exec-task=task-create)
Yes, I have that:

hurd:~# cat /boot/grub/menu.lst
title GNU/Hurd
root (hd0,0)
kernel /boot/gnumach.gz root=device:hd2s1
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)

--
Kent




Reply to: