Bug#530357: grub-pc: 1.96+20091213.Experimental worked, 1.97+20091210 doesn't )-:

Arthur Marsh arthur.marsh at internode.on.net
Wed Dec 16 13:21:02 UTC 2009


Package: grub-pc
Version: 1.98~20091210-1
Severity: normal


Hi, it appears that the 1.97+20091210 version does *NOT* include the search
fix.

Any idea how the working 1.96+20091213.Experimental that worked was replaced
with a version that didn't?

Regards,

Arthur.

-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/disk/by-uuid/96c96a61-8615-4715-86d0-09cb8c62638c / ext3 rw,relatime,errors=remount-ro,data=ordered 0 0
/dev/hda1 /boot ext3 rw,relatime,errors=continue,data=ordered 0 0
/dev/hda6 /victoria vfat rw,relatime,uid=65534,gid=65534,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=utf8,shortname=mixed,errors=remount-ro 0 0
/dev/sda /mnt/usb8gig vfat rw,nosuid,nodev,noexec,relatime,uid=65534,gid=65534,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=utf8,shortname=win95,flush,errors=remount-ro 0 0
/dev/sdb1 /scsic vfat rw,relatime,uid=65534,gid=65534,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=utf8,shortname=mixed,errors=remount-ro 0 0
/dev/sdb5 /scsid vfat rw,relatime,uid=65534,gid=65534,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=utf8,shortname=mixed,errors=remount-ro 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)	/dev/hda
(hd1)	/dev/hdc
(hd2)	/dev/sda
(hd3)	/dev/sdb
*********************** 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=2
insmod ext2
set root=(hd0,7)
search --no-floppy --fs-uuid --set 96c96a61-8615-4715-86d0-09cb8c62638c
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=en
insmod gettext 
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod ext2
set root=(hd0,1)
search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
insmod png
if background_image /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.32-trunk-686" {
	insmod ext2
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
	linux	//vmlinuz-2.6.32-trunk-686 root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro  
	initrd	//initrd.img-2.6.32-trunk-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.32-trunk-686 (recovery mode)" {
	insmod ext2
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
	linux	//vmlinuz-2.6.32-trunk-686 root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro single 
	initrd	//initrd.img-2.6.32-trunk-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.32" {
	insmod ext2
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
	linux	//vmlinuz-2.6.32 root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro  
	initrd	//initrd.img-2.6.32
}
menuentry "Debian GNU/Linux, with Linux 2.6.32 (recovery mode)" {
	insmod ext2
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
	linux	//vmlinuz-2.6.32 root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro single 
	initrd	//initrd.img-2.6.32
}
menuentry "Debian GNU/Linux, with Linux 2.6.32-rc8-686" {
	insmod ext2
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
	linux	//vmlinuz-2.6.32-rc8-686 root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro  
	initrd	//initrd.img-2.6.32-rc8-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.32-rc8-686 (recovery mode)" {
	insmod ext2
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
	linux	//vmlinuz-2.6.32-rc8-686 root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro single 
	initrd	//initrd.img-2.6.32-rc8-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.32-rc8" {
	insmod ext2
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
	linux	//vmlinuz-2.6.32-rc8 root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro  
	initrd	//initrd.img-2.6.32-rc8
}
menuentry "Debian GNU/Linux, with Linux 2.6.32-rc8 (recovery mode)" {
	insmod ext2
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
	linux	//vmlinuz-2.6.32-rc8 root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro single 
	initrd	//initrd.img-2.6.32-rc8
}
menuentry "Debian GNU/Linux, with Linux 2.6.31-1-686" {
	insmod ext2
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
	linux	//vmlinuz-2.6.31-1-686 root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro  
	initrd	//initrd.img-2.6.31-1-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.31-1-686 (recovery mode)" {
	insmod ext2
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
	linux	//vmlinuz-2.6.31-1-686 root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro single 
	initrd	//initrd.img-2.6.31-1-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.31" {
	insmod ext2
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
	linux	//vmlinuz-2.6.31 root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro  
	initrd	//initrd.img-2.6.31
}
menuentry "Debian GNU/Linux, with Linux 2.6.31 (recovery mode)" {
	insmod ext2
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
	linux	//vmlinuz-2.6.31 root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro single 
	initrd	//initrd.img-2.6.31
}
menuentry "Debian GNU/Linux, with Linux 2.6.30-2-686" {
	insmod ext2
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
	linux	//vmlinuz-2.6.30-2-686 root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro  
	initrd	//initrd.img-2.6.30-2-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.30-2-686 (recovery mode)" {
	insmod ext2
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
	linux	//vmlinuz-2.6.30-2-686 root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro single 
	initrd	//initrd.img-2.6.30-2-686
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
	insmod ext2
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
	linux16	/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
	insmod ext2
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
	linux16	/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 95/98/Me (on /dev/hdb1)" {
	insmod fat
	set root=(/dev/hdb,1)
	search --no-floppy --fs-uuid --set 3571-16de
	drivemap -s (hd0) ${root}
	chainloader +1
}
menuentry "Debian GNU/Linux, linux 2.6.30-rc3-686 (on /dev/hdb5)" {
	insmod ext2
	set root=(/dev/hdb,5)
	search --no-floppy --fs-uuid --set 026a3f5c-0064-4ae7-869e-519d2cee05e7
	linux /boot/vmlinuz-2.6.30-rc3-686 root=/dev/hda5 ro
	initrd /boot/initrd.img-2.6.30-rc3-686
}
menuentry "Debian GNU/Linux, linux 2.6.30-rc3-686 (recovery mode) (on /dev/hdb5)" {
	insmod ext2
	set root=(/dev/hdb,5)
	search --no-floppy --fs-uuid --set 026a3f5c-0064-4ae7-869e-519d2cee05e7
	linux /boot/vmlinuz-2.6.30-rc3-686 root=/dev/hda5 ro single
	initrd /boot/initrd.img-2.6.30-rc3-686
}
menuentry "Debian GNU/Linux, linux 2.6.29-1-686 (on /dev/hdb5)" {
	insmod ext2
	set root=(/dev/hdb,5)
	search --no-floppy --fs-uuid --set 026a3f5c-0064-4ae7-869e-519d2cee05e7
	linux /boot/vmlinuz-2.6.29-1-686 root=/dev/hda5 ro
	initrd /boot/initrd.img-2.6.29-1-686
}
menuentry "Debian GNU/Linux, linux 2.6.29-1-686 (recovery mode) (on /dev/hdb5)" {
	insmod ext2
	set root=(/dev/hdb,5)
	search --no-floppy --fs-uuid --set 026a3f5c-0064-4ae7-869e-519d2cee05e7
	linux /boot/vmlinuz-2.6.29-1-686 root=/dev/hda5 ro single
	initrd /boot/initrd.img-2.6.29-1-686
}
menuentry "Debian GNU/Linux, linux 2.6.29 (on /dev/hdb5)" {
	insmod ext2
	set root=(/dev/hdb,5)
	search --no-floppy --fs-uuid --set 026a3f5c-0064-4ae7-869e-519d2cee05e7
	linux /boot/vmlinuz-2.6.29 root=/dev/hda5 ro
	initrd /boot/initrd.img-2.6.29
}
menuentry "Debian GNU/Linux, linux 2.6.29 (recovery mode) (on /dev/hdb5)" {
	insmod ext2
	set root=(/dev/hdb,5)
	search --no-floppy --fs-uuid --set 026a3f5c-0064-4ae7-869e-519d2cee05e7
	linux /boot/vmlinuz-2.6.29 root=/dev/hda5 ro single
	initrd /boot/initrd.img-2.6.29
}
menuentry "Debian GNU/Linux, linux 2.6.28-1-686 (on /dev/hdb5)" {
	insmod ext2
	set root=(/dev/hdb,5)
	search --no-floppy --fs-uuid --set 026a3f5c-0064-4ae7-869e-519d2cee05e7
	linux /boot/vmlinuz-2.6.28-1-686 root=/dev/hda5 ro
	initrd /boot/initrd.img-2.6.28-1-686
}
menuentry "Debian GNU/Linux, linux 2.6.28-1-686 (recovery mode) (on /dev/hdb5)" {
	insmod ext2
	set root=(/dev/hdb,5)
	search --no-floppy --fs-uuid --set 026a3f5c-0064-4ae7-869e-519d2cee05e7
	linux /boot/vmlinuz-2.6.28-1-686 root=/dev/hda5 ro single
	initrd /boot/initrd.img-2.6.28-1-686
}
menuentry "Debian GNU/Linux, linux 2.6.28 (on /dev/hdb5)" {
	insmod ext2
	set root=(/dev/hdb,5)
	search --no-floppy --fs-uuid --set 026a3f5c-0064-4ae7-869e-519d2cee05e7
	linux /boot/vmlinuz-2.6.28 root=/dev/hda5 ro
	initrd /boot/initrd.img-2.6.28
}
menuentry "Debian GNU/Linux, linux 2.6.28 (recovery mode) (on /dev/hdb5)" {
	insmod ext2
	set root=(/dev/hdb,5)
	search --no-floppy --fs-uuid --set 026a3f5c-0064-4ae7-869e-519d2cee05e7
	linux /boot/vmlinuz-2.6.28 root=/dev/hda5 ro single
	initrd /boot/initrd.img-2.6.28
}
menuentry "Memory test (memtest86+) (on /dev/hdb5)" {
	insmod ext2
	set root=(/dev/hdb,5)
	search --no-floppy --fs-uuid --set 026a3f5c-0064-4ae7-869e-519d2cee05e7
	linux /boot/memtest86+.bin 
}
menuentry "Memory test (memtest86+, serial console 115200) (on /dev/hdb5)" {
	insmod ext2
	set root=(/dev/hdb,5)
	search --no-floppy --fs-uuid --set 026a3f5c-0064-4ae7-869e-519d2cee05e7
	linux /boot/memtest86+.bin console=ttyS0,115200n8
}
menuentry "Windows 95/98/Me (on /dev/sdb1)" {
	insmod fat
	set root=(hd3,1)
	search --no-floppy --fs-uuid --set 0831-11dd
	drivemap -s (hd0) ${root}
	chainloader +1
}
### 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'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32 (SMP w/1 CPU core; PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
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.98~20091210-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

-- debconf information:
  grub2/kfreebsd_cmdline:
* grub-pc/linux_cmdline:
* grub2/linux_cmdline:
* grub-pc/chainload_from_menu.lst: true
  grub-pc/kopt_extracted: false
  grub-pc/postrm_purge_boot_grub: false
  grub2/kfreebsd_cmdline_default: quiet
* grub2/linux_cmdline_default:
* grub-pc/install_devices: /dev/hda





More information about the Pkg-grub-devel mailing list