Bug#555188: grub2: Please cherry-pick Hurd fixes
Samuel Thibault
sthibault at debian.org
Sun Nov 8 21:57:31 UTC 2009
Package: grub2
Version: 1.97-1
Severity: normal
Tags: fixed-upstream
Hello,
Could you cherry-pick the Hurd fixes that have been commited after the
1.94 release? They are subversion revisions 2644, 2677, 2678, 2679,
2680, and 2681.
Samuel
-- Package-specific info:
*********************** BEGIN /proc/mounts
/dev/root / ext3 rw,noatime,errors=remount-ro,data=writeback 0 0
/dev/hda1 /mnt/dell vfat ro,relatime,fmask=0022,dmask=0022,codepage=cp850,iocharset=cp850,errors=remount-ro 0 0
/dev/hda2 /mnt/win ntfs ro,relatime,uid=1000,gid=100,umask=0222,nls=iso8859-15,errors=continue,mft_zone_multiplier=1 0 0
/dev/root /chroot/testing-i386/home ext3 rw,noatime,errors=remount-ro,data=writeback 0 0
/dev/hda5 /mnt/goinfre vfat rw,nosuid,nodev,noexec,noatime,uid=1000,gid=100,fmask=0002,dmask=0002,allow_utime=0020,codepage=cp850,iocharset=cp850,utf8,errors=remount-ro 0 0
*********************** END /proc/mounts
*********************** BEGIN /boot/grub/device.map
(hd0) /dev/hda
(hd0) /dev/loop0
*********************** END /boot/grub/device.map
*********************** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
set default=0
insmod ext2
set root=(hd0,6)
search --no-floppy --fs-uuid --set 4a792f25-e877-4fe0-aca4-ca867f490139
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
fi
fi
set timeout=5
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
insmod ext2
set root=(hd0,6)
search --no-floppy --fs-uuid --set 4a792f25-e877-4fe0-aca4-ca867f490139
insmod png
if background_image /boot/grub/moreblue-orbit-grub.png ; then
set color_normal=black/black
set color_highlight=magenta/black
else
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, with Linux 2.6.31" {
insmod ext2
set root=(hd0,6)
search --no-floppy --fs-uuid --set 4a792f25-e877-4fe0-aca4-ca867f490139
linux /boot/vmlinuz-2.6.31 root=/dev/hda6 ro video=intelfb vga=ext elevator=cfq
}
menuentry "Debian GNU/Linux, with Linux 2.6.31 (recovery mode)" {
insmod ext2
set root=(hd0,6)
search --no-floppy --fs-uuid --set 4a792f25-e877-4fe0-aca4-ca867f490139
linux /boot/vmlinuz-2.6.31 root=/dev/hda6 ro single video=intelfb vga=ext elevator=cfq
}
menuentry "Debian GNU/Linux, with Linux 2.6.30" {
insmod ext2
set root=(hd0,6)
search --no-floppy --fs-uuid --set 4a792f25-e877-4fe0-aca4-ca867f490139
linux /boot/vmlinuz-2.6.30 root=/dev/hda6 ro video=intelfb vga=ext elevator=cfq
}
menuentry "Debian GNU/Linux, with Linux 2.6.30 (recovery mode)" {
insmod ext2
set root=(hd0,6)
search --no-floppy --fs-uuid --set 4a792f25-e877-4fe0-aca4-ca867f490139
linux /boot/vmlinuz-2.6.30 root=/dev/hda6 ro single video=intelfb vga=ext elevator=cfq
}
menuentry "Debian GNU/Linux, with Linux 2.6.29-1-amd64" {
insmod ext2
set root=(hd0,6)
search --no-floppy --fs-uuid --set 4a792f25-e877-4fe0-aca4-ca867f490139
linux /boot/vmlinuz-2.6.29-1-amd64 root=UUID=4a792f25-e877-4fe0-aca4-ca867f490139 ro video=intelfb vga=ext elevator=cfq
initrd /boot/initrd.img-2.6.29-1-amd64
}
menuentry "Debian GNU/Linux, with Linux 2.6.29-1-amd64 (recovery mode)" {
insmod ext2
set root=(hd0,6)
search --no-floppy --fs-uuid --set 4a792f25-e877-4fe0-aca4-ca867f490139
linux /boot/vmlinuz-2.6.29-1-amd64 root=UUID=4a792f25-e877-4fe0-aca4-ca867f490139 ro single video=intelfb vga=ext elevator=cfq
initrd /boot/initrd.img-2.6.29-1-amd64
}
menuentry "Debian GNU/Linux, with Linux 2.6.26-2-xen-amd64" {
insmod ext2
set root=(hd0,6)
search --no-floppy --fs-uuid --set 4a792f25-e877-4fe0-aca4-ca867f490139
linux /boot/vmlinuz-2.6.26-2-xen-amd64 root=UUID=4a792f25-e877-4fe0-aca4-ca867f490139 ro video=intelfb vga=ext elevator=cfq
initrd /boot/initrd.img-2.6.26-2-xen-amd64
}
menuentry "Debian GNU/Linux, with Linux 2.6.26-2-xen-amd64 (recovery mode)" {
insmod ext2
set root=(hd0,6)
search --no-floppy --fs-uuid --set 4a792f25-e877-4fe0-aca4-ca867f490139
linux /boot/vmlinuz-2.6.26-2-xen-amd64 root=UUID=4a792f25-e877-4fe0-aca4-ca867f490139 ro single video=intelfb vga=ext elevator=cfq
initrd /boot/initrd.img-2.6.26-2-xen-amd64
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Microsoft Windows XP Professionnel (on /dev/hda2)" {
insmod ntfs
set root=(hd0,2)
search --no-floppy --fs-uuid --set ec788aae788a775c
drivemap -s (hd0) ${root}
chainloader +1
}
menuentry "GNU/Hurd (on /dev/hda7)" {
insmod ext2
set root=(hd0,7)
search --no-floppy --fs-uuid --set 95b68585-e9ae-4d24-8623-b800fb805842
multiboot /boot/gnumach.gz root=device:hd0s7
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)'
}
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry "GNU (aka GNU/Hurd)" {
set root=(hd0,7)
multiboot /boot/gnumach.gz root=device:hd0s7
module /hurd/ext2fs.static ext2fs -A --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)'
}
menuentry "GNU (aka GNU/Hurd) 2" {
set root=(hd0,7)
multiboot /boot/gnumach.gz root=device:hd0s7
module /hurd/ext2fs.static ext2fs -A --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)'
}
menuentry "hda6" {
set root=(hd0,6)
chainloader +1
}
menuentry "debinst x86" {
set root=(hd0,6)
linux /home/samy/local/installer/build/dest/netboot/debian-installer/amd64/2.6/linux vga=normal ramdisk_size=10166 root=/dev/ram rw --
initrd /home/samy/local/installer/build/dest/netboot/debian-installer/amd64/2.6/initrd.gz
}
menuentry "funk" {
set root=(hd0,6)
multiboot /home/samy/ens/funk/trunk/src/kernel/funk-i686-0.1.0
}
menuentry "CD" {
set root=(hd0,6)
linux /boot/memdisk.bin
initrd /boot/sbootmgr.dsk
}
menuentry "monprog" {
set root=(hd0,6)
multiboot /boot/monprog
}
menuentry "halt" {
halt
}
menuentry "grub1" {
set root=(hd0)
chainloader +1
}
### END /etc/grub.d/40_custom ###
*********************** END /boot/grub/grub.cfg
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.31 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages grub2 depends on:
ii grub-pc 1.97-1 GRand Unified Bootloader, version
grub2 recommends no packages.
grub2 suggests no packages.
-- no debconf information
--
Samuel Thibault <samuel.thibault at fnac.net>
<i8b4uUnderground> d-_-b
<BonyNoMore> how u make that inverted b?
<BonyNoMore> wait
<BonyNoMore> never mind
More information about the Pkg-grub-devel
mailing list