Bug#558486: grub-pc: grub.cfg wrong for systems with separate /boot partition

Felix Zielcke fzielcke at z-51.de
Sun Nov 29 14:06:10 UTC 2009


reassign 558486 grub-common
forcemerge 558486 558306 
thanks
Am Sonntag, den 29.11.2009, 12:34 +0100 schrieb Markus Schulz:
> Package: grub-pc
> Version: 1.97+20091125-1
> Severity: important
> 
> i have a raid1 where md0 is mounted at /boot and md1 as /.
> the md0 kernel entries in grub.cfg must be generated without /boot
> path
> prefix (like the memtest86 entries)


Please see http://bugs.debian.org/558042
Someone provided a /etc/grub.d/10_linux which fixes this.
The changes should also work with the 20_memtest86+ which is not
provided by us.

> -- Package-specific info:
> 
> *********************** BEGIN /proc/mounts
> /dev/disk/by-uuid/1bb5c5cb-8998-4735-9e22-f3cf5a7a1eca / xfs
> rw,noatime,noquota 0 0
> /dev/md0 /boot ext2 rw,noatime,errors=continue 0 0
> *********************** END /proc/mounts
> 
> *********************** BEGIN /boot/grub/device.map
> (hd0)	/dev/sda
> *********************** 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 raid
> insmod mdraid
> insmod xfs
> set root=(md1)
> search --no-floppy --fs-uuid --set
> 1bb5c5cb-8998-4735-9e22-f3cf5a7a1eca
> 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 locale_dir=/boot/grub/locale
> set lang=de
> insmod gettext 
> set timeout=5
> ### END /etc/grub.d/00_header ###
> 
> ### BEGIN /etc/grub.d/05_debian_theme ###
> insmod raid
> insmod mdraid
> insmod xfs
> set root=(md1)
> search --no-floppy --fs-uuid --set
> 1bb5c5cb-8998-4735-9e22-f3cf5a7a1eca
> insmod png
> if background_image
> /usr/share/images/desktop-base/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-1-686" {
> 	insmod raid
> 	insmod mdraid
> 	insmod ext2
> 	set root=(md0)
> 	search --no-floppy --fs-uuid --set
> 7c88aff0-7e6e-47c1-ac23-5bcff69f9750
> 	linux	/boot/vmlinuz-2.6.31-1-686 root=/dev/md1 ro hpet=force silent
> quiet
> 	initrd	/boot/initrd.img-2.6.31-1-686
> }
> menuentry "Debian GNU/Linux, with Linux 2.6.31-1-686 (recovery mode)"
> {
> 	insmod raid
> 	insmod mdraid
> 	insmod ext2
> 	set root=(md0)
> 	search --no-floppy --fs-uuid --set
> 7c88aff0-7e6e-47c1-ac23-5bcff69f9750
> 	linux	/boot/vmlinuz-2.6.31-1-686 root=/dev/md1 ro single hpet=force
> silent
> 	initrd	/boot/initrd.img-2.6.31-1-686
> }
> menuentry "Debian GNU/Linux, with Linux 2.6.30-nias" {
> 	insmod raid
> 	insmod mdraid
> 	insmod ext2
> 	set root=(md0)
> 	search --no-floppy --fs-uuid --set
> 7c88aff0-7e6e-47c1-ac23-5bcff69f9750
> 	linux	/boot/vmlinuz-2.6.30-nias root=/dev/md1 ro hpet=force silent
> quiet
> 	initrd	/boot/initrd.img-2.6.30-nias
> }
> menuentry "Debian GNU/Linux, with Linux 2.6.30-nias (recovery mode)" {
> 	insmod raid
> 	insmod mdraid
> 	insmod ext2
> 	set root=(md0)
> 	search --no-floppy --fs-uuid --set
> 7c88aff0-7e6e-47c1-ac23-5bcff69f9750
> 	linux	/boot/vmlinuz-2.6.30-nias root=/dev/md1 ro single hpet=force
> silent
> 	initrd	/boot/initrd.img-2.6.30-nias
> }
> ### END /etc/grub.d/10_linux ###
> 
> ### BEGIN /etc/grub.d/20_memtest86+ ###
> menuentry "Memory test (memtest86+)" {
> 	insmod raid
> 	insmod mdraid
> 	insmod ext2
> 	set root=(md0)
> 	search --no-floppy --fs-uuid --set
> 7c88aff0-7e6e-47c1-ac23-5bcff69f9750
> 	linux16	/memtest86+.bin
> }
> menuentry "Memory test (memtest86+, serial console 115200)" {
> 	insmod raid
> 	insmod mdraid
> 	insmod ext2
> 	set root=(md0)
> 	search --no-floppy --fs-uuid --set
> 7c88aff0-7e6e-47c1-ac23-5bcff69f9750
> 	linux16	/memtest86+.bin console=ttyS0,115200n8
> }
> ### END /etc/grub.d/20_memtest86+ ###
> 
> ### BEGIN /etc/grub.d/30_os-prober ###
> ### 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.
> ### END /etc/grub.d/40_custom ###
> *********************** END /boot/grub/grub.cfg
> 
> -- System Information:
> Debian Release: squeeze/sid
>   APT prefers unstable
>   APT policy: (500, 'unstable'), (1, 'experimental')
> Architecture: i386 (i686)
> 
> Kernel: Linux 2.6.31-1-686 (SMP w/2 CPU cores)
> Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/bash
> 
> Versions of packages grub-pc depends on:
> ii  debconf [debconf-2.0]    1.5.28          Debian configuration
> management sy
> ii  grub-common              1.97+20091125-1 GRand Unified Bootloader,
> version 
> ii  libc6                    2.10.2-2        GNU C Library: Shared
> libraries
> ii  ucf                      3.0025          Update Configuration
> File: preserv
> 
> grub-pc recommends no packages.
> 
> Versions of packages grub-pc suggests:
> ii  desktop-base                  5.0.5      common files for the
> Debian Deskto
> ii  genisoimage                   9:1.1.10-1 Creates ISO-9660 CD-ROM
> filesystem
> 
> -- debconf-show failed
> 
> 
> 
> _______________________________________________
> Pkg-grub-devel mailing list
> Pkg-grub-devel at lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-grub-devel

-- 
Felix Zielcke
Proud Debian Maintainer and GNU GRUB developer






More information about the Pkg-grub-devel mailing list