help-hurd
[Top][All Lists]
Advanced

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

Re: grub2 gnu/hurd


From: Samuel Thibault
Subject: Re: grub2 gnu/hurd
Date: Tue, 15 Dec 2009 01:12:50 +0100
User-agent: Mutt/1.5.12-2006-07-14

ptaylor, le Mon 14 Dec 2009 01:13:12 +0000, a écrit :
> i dont see that webpage in elinks,

It's still not up to date indeed. The content I've put there is

* Make sure that grub2's version is at least 20091130 and GNU Mach's version is 
at least 20091020.
* sample file

menuentry "GNU/Linux" {
    insmod ext2
    set root=(hd0,12)
    linux      /boot/vmlinuz-2.6.32 root=/dev/hda12 ro
    initrd     /boot/initrd.img-2.6.32
}

menuentry "GNU" {
    insmod ext2
    set root=(hd0,16)
    multiboot /boot/gnumach.gz root=device:hd0s16
    module /hurd/ext2fs.static ext2fs --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 exec /hurd/exec '$(exec-task=task-create)'
}

> the partition i will put gnu/hurd on is around 12GB, is that too much?

Not a problem. The debian buildds have 50GB.

Samuel




reply via email to

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