[prev in list] [next in list] [prev in thread] [next in thread] 

List:       hurd-help
Subject:    Re: grub2 gnu/hurd
From:       Samuel Thibault <samuel.thibault () gnu ! org>
Date:       2009-12-15 0:12:50
Message-ID: 20091215001250.GX4953 () const ! famille ! thibault ! fr
[Download RAW message or body]

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



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic