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

Re: Grub2 menu entry



On 10/4/06, Thomas Schwinge <tschwinge@gnu.org> wrote:
Hello!

On Tue, Oct 03, 2006 at 06:57:22PM +0200, Luca Capello wrote:
> On Sat, 30 Sep 2006 17:17:36 +0200, Luca Capello wrote:
> > I installed the grub2 package and I wanted to keep the entry I had
> > for the Debian GNU/Hurd, but I cannot find any documentation about
> > it.  The grub2 maintainer hadn't tried yet, so I'm seeking help :-)
>
> The solution was found on #hurd and #grub on Freenode, please read the
> Debian bug #390473 [1] for more information.

Thanks for posting such a follow-up --- this happens much too rarely.


Regards,
 Thomas

Thanks a lot for the post.  I read
"http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=390473";, however I
got a question on how the entry should be written then.  Is it like
the following?

menuentry "Debian GNU/Hurd" {
	set root=(hd0,9)
	multiboot /boot/gnumach.gz root=device:hd0s10
	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)'
}

Enclosing under '*', both ${*} and $(*), or is it some other way?  I
ask because the discussion was followed on freenode, and not on the
bug report...

Thanks,

--
Javier



Reply to: