Your message dated Tue, 22 Dec 2009 17:18:43 +0100
with message-id <[email protected]>
and subject line Re: Bug#562093: grub-pc: upgraded to 1.98~20091221, boot menu 
still shows 1.97
has caused the Debian Bug report #562093,
regarding grub-pc: upgraded to 1.98~20091221, boot menu still shows 1.97 
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
562093: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=562093
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: grub-pc Version: 1.98~20091221-1 Severity: minor


After upgrading to 1.98~20091221-1 from the previous version in Debian unstable,
the boot menu still displays GRUB version 1.97.

-- 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.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=en_AU.UTF-8, LC_CTYPE=en_AU.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.98~20091221-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-show failed



--- End Message ---
--- Begin Message ---
Am Mittwoch, den 23.12.2009, 02:20 +1030 schrieb Arthur Marsh:
> Package: grub-pc Version: 1.98~20091221-1 Severity: minor
> 
> 
> After upgrading to 1.98~20091221-1 from the previous version in Debian
> unstable,
> the boot menu still displays GRUB version 1.97.
> 

Yes because only the Debian version was changed and not upstreams'
I don't think it's worth to keep that report open until upstream
releases 1.98.
That was only done because I wrongly made an upload to sid instead of
experimental of the experimental branch and they have a higher version
then the normal sid uploads.
And so we needed to bump version number.
We could have used an epoch but they're ugly and you can never get rid
of them as soon as you start to use them.

-- 
Felix Zielcke
Proud Debian Maintainer and GNU GRUB developer



--- End Message ---

Reply via email to