Your message dated Sat, 21 Jun 2008 16:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#486804: fixed in grub2 1.96+20080621-1
has caused the Debian Bug report #486804,
regarding grub-pc: grub.cfg has wrong root device set on LVM with /usr on a 
different lv than /
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.)


-- 
486804: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486804
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: grub-pc
Version: 1.96+20080617-1
Severity: important


After an upgrade I could no longer boot my system without editing the menuentry 
with grup.

After changing

        linux   /boot/vmlinuz-2.6.24-1-amd64 
root=UUID=3fe734d5-bbaf-4515-835e-f6d0bb12e242 ro single vga=791
        initrd  /boot/initrd.img-2.6.24-1-amd64

to

        linux   (hd0,2)/boot/vmlinuz-2.6.24-1-amd64 
root=UUID=3fe734d5-bbaf-4515-835e-f6d0bb12e242 ro single vga=791
        initrd  (hd0,2)/boot/initrd.img-2.6.24-1-amd64

my system booted as usual.

I suspect

   set root=(vg-usr)

to be the culprit here.


-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/disk/by-uuid/3fe734d5-bbaf-4515-835e-f6d0bb12e242 / ext3 
rw,errors=remount-ro,acl,data=ordered 0 0
/dev/disk/by-uuid/3fe734d5-bbaf-4515-835e-f6d0bb12e242 /dev/.static/dev ext3 
rw,errors=remount-ro,acl,data=ordered 0 0
/dev/mapper/vg-home /home ext3 rw,errors=continue,acl,data=ordered 0 0
/dev/mapper/vg-opt /opt ext3 rw,errors=continue,acl,data=ordered 0 0
/dev/mapper/vg-usr /usr ext3 rw,errors=continue,acl,data=ordered 0 0
/dev/mapper/vg-var /var ext3 rw,errors=continue,acl,data=ordered 0 0
/dev/mapper/vg-srv /srv ext3 rw,errors=continue,acl,data=ordered 0 0
/dev/mapper/vg-music /mnt/musik ext3 rw,errors=continue,acl,data=ordered 0 0
/dev/mapper/vg-space /mnt/platz ext3 rw,errors=continue,acl,data=ordered 0 0
/dev/mapper/vg-apt /var/cache/apt/archives ext3 
rw,errors=continue,acl,data=ordered 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/update-grub using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
set root=(vg-usr)
search --fs-uuid --set b22901d9-92ac-4e02-9b5b-9225451ab970
if font /share/grub/unicode.pff ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  terminal gfxterm
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set root=(vg-usr)
search --fs-uuid --set b22901d9-92ac-4e02-9b5b-9225451ab970
insmod png
if background_image 
/share/images/desktop-base/debian-blueish-wallpaper-640x480.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_hurd ###
### END /etc/grub.d/10_hurd ###

### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, linux 2.6.25-2-amd64" {
        linux   /boot/vmlinuz-2.6.25-2-amd64 
root=UUID=3fe734d5-bbaf-4515-835e-f6d0bb12e242 ro vga=791 
        initrd  /boot/initrd.img-2.6.25-2-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.25-2-amd64 (single-user mode)" {
        linux   /boot/vmlinuz-2.6.25-2-amd64 
root=UUID=3fe734d5-bbaf-4515-835e-f6d0bb12e242 ro single vga=791
        initrd  /boot/initrd.img-2.6.25-2-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.24-1-amd64" {
        linux   /boot/vmlinuz-2.6.24-1-amd64 
root=UUID=3fe734d5-bbaf-4515-835e-f6d0bb12e242 ro vga=791 
        initrd  /boot/initrd.img-2.6.24-1-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.24-1-amd64 (single-user mode)" {
        linux   /boot/vmlinuz-2.6.24-1-amd64 
root=UUID=3fe734d5-bbaf-4515-835e-f6d0bb12e242 ro single vga=791
        initrd  /boot/initrd.img-2.6.24-1-amd64
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
        linux   /memtest86+.bin
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
*********************** END /boot/grub/grub.cfg

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (300, 'testing'), (100, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.25-2-amd64 (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.22          Debian configuration management sy
ii  grub-common              1.96+20080617-1 GRand Unified Bootloader, version 
ii  libc6                    2.7-12          GNU C Library: Shared libraries
ii  liblzo2-2                2.03-1          data compression library
ii  libncurses5              5.6+20080614-1  Shared libraries for terminal hand

grub-pc recommends no packages.

-- debconf information:
  grub-pc/linux_cmdline:
* grub-pc/chainload_from_menu.lst: false



--- End Message ---
--- Begin Message ---
Source: grub2
Source-Version: 1.96+20080621-1

We believe that the bug you reported is fixed in the latest version of
grub2, which is due to be installed in the Debian FTP archive:

grub-common_1.96+20080621-1_amd64.deb
  to pool/main/g/grub2/grub-common_1.96+20080621-1_amd64.deb
grub-efi_1.96+20080621-1_amd64.deb
  to pool/main/g/grub2/grub-efi_1.96+20080621-1_amd64.deb
grub-ieee1275_1.96+20080621-1_amd64.deb
  to pool/main/g/grub2/grub-ieee1275_1.96+20080621-1_amd64.deb
grub-linuxbios_1.96+20080621-1_amd64.deb
  to pool/main/g/grub2/grub-linuxbios_1.96+20080621-1_amd64.deb
grub-pc_1.96+20080621-1_amd64.deb
  to pool/main/g/grub2/grub-pc_1.96+20080621-1_amd64.deb
grub-rescue-pc_1.96+20080621-1_amd64.deb
  to pool/main/g/grub2/grub-rescue-pc_1.96+20080621-1_amd64.deb
grub2_1.96+20080621-1.diff.gz
  to pool/main/g/grub2/grub2_1.96+20080621-1.diff.gz
grub2_1.96+20080621-1.dsc
  to pool/main/g/grub2/grub2_1.96+20080621-1.dsc
grub2_1.96+20080621-1_amd64.deb
  to pool/main/g/grub2/grub2_1.96+20080621-1_amd64.deb
grub2_1.96+20080621.orig.tar.gz
  to pool/main/g/grub2/grub2_1.96+20080621.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Robert Millan <[EMAIL PROTECTED]> (supplier of updated grub2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 21 Jun 2008 15:52:48 +0200
Source: grub2
Binary: grub2 grub-of grub-common grub-pc grub-rescue-pc grub-linuxbios 
grub-efi grub-ieee1275
Architecture: source amd64
Version: 1.96+20080621-1
Distribution: unstable
Urgency: high
Maintainer: GRUB Maintainers <[EMAIL PROTECTED]>
Changed-By: Robert Millan <[EMAIL PROTECTED]>
Description: 
 grub-common - GRand Unified Bootloader, version 2 (common files)
 grub-efi   - GRand Unified Bootloader, version 2 (EFI version)
 grub-ieee1275 - GRand Unified Bootloader, version 2 (Open Firmware version)
 grub-linuxbios - GRand Unified Bootloader, version 2 (LinuxBIOS version)
 grub-of    - GRand Unified Bootloader, version 2 [dummy]
 grub-pc    - GRand Unified Bootloader, version 2 (PC/BIOS version)
 grub-rescue-pc - GRUB bootable rescue images, version 2 (PC/BIOS version)
 grub2      - GRand Unified Bootloader, version 2 (dummy package)
Closes: 486804 487198
Changes: 
 grub2 (1.96+20080621-1) unstable; urgency=high
 .
   * Urgency set to "high" because of #482688.
   * New CVS snapshot.
     - Fix module load hook in prepare_grub_to_access_device().
       (Closes: #486804)
     - Call prepare_grub_to_access_device() before accessing devices, never
       afterwards.  (Closes: #487198)
   * grub.d/05_debian_theme: Prefer /boot/grub over /usr for image
     loading, since chances are it's less LVMed.
Checksums-Sha1: 
 0b3ee3f00754759826a4b7395c72cd737bffcfd9 1979 grub2_1.96+20080621-1.dsc
 0d6880722a6d559194e9a9f0e4267227a0f53a7e 858522 grub2_1.96+20080621.orig.tar.gz
 2b6ec145471d758f16072596561b0559fe60da6a 40501 grub2_1.96+20080621-1.diff.gz
 1bc84cb9dd4dbccf6c015825ce2f86260a927829 114790 grub2_1.96+20080621-1_amd64.deb
 599c53f021bd1f5e422b2db85ce057acdb3a206c 188496 
grub-common_1.96+20080621-1_amd64.deb
 b6861476c1607c9f91a918a6de0dc1506fffb24e 1116290 
grub-pc_1.96+20080621-1_amd64.deb
 8dbfec1c9688b3542e1476c1abfe1ac073e5c005 456436 
grub-rescue-pc_1.96+20080621-1_amd64.deb
 af5a39a1d83b9a8242ba803071bd207363485a70 979090 
grub-linuxbios_1.96+20080621-1_amd64.deb
 09b1c9a1c122fb4d3c648e38d568e8631adcfa24 872144 
grub-efi_1.96+20080621-1_amd64.deb
 90a05995a78f1d492defb5f51d33189dcdf6db88 981260 
grub-ieee1275_1.96+20080621-1_amd64.deb
Checksums-Sha256: 
 a58f63aba271996416db734c88edbdf271a7aae88eab0e742353e4560289c23b 1979 
grub2_1.96+20080621-1.dsc
 419e6a946098da2192b6870b9dc03003afdb7b7fcc8005353eb5e3468fede6c4 858522 
grub2_1.96+20080621.orig.tar.gz
 dda43ec1b225b5d5f54795e59770a20e74dc143efd5876cfa5265088cd7b8d26 40501 
grub2_1.96+20080621-1.diff.gz
 a355ccaf1ca4ee9e5999320c25b9251a462c945f60aa497c5282eb5b4245b4ac 114790 
grub2_1.96+20080621-1_amd64.deb
 80162391d943b7cc390c79a5f3e4f0d7d289430bb1981104e264feda508c3ff7 188496 
grub-common_1.96+20080621-1_amd64.deb
 ca3e2032e6260eb8cb8fd721ed96f4d62b9d8fb742dbe5f37217d66b1a926202 1116290 
grub-pc_1.96+20080621-1_amd64.deb
 ed626740f1217734f57b8b6bda24490059adfc2626d793fa7f9777e909a00f20 456436 
grub-rescue-pc_1.96+20080621-1_amd64.deb
 778e98c59a42e6ac1a2deab8845fc9a976b2e1e718306703cd05c458442f10fb 979090 
grub-linuxbios_1.96+20080621-1_amd64.deb
 fcf0ecc4b7585ae35ee659dfa4bf45366cdc3e06353b242e76d0a8dff169dc6c 872144 
grub-efi_1.96+20080621-1_amd64.deb
 f56752c8f8cea9334ecddf6031576d74af21bff881df7979cce8464d46c9dbeb 981260 
grub-ieee1275_1.96+20080621-1_amd64.deb
Files: 
 e574465075f9aa3a359b119b793fc70d 1979 admin extra grub2_1.96+20080621-1.dsc
 cd1ffcc97eb065728255de7d821bf166 858522 admin extra 
grub2_1.96+20080621.orig.tar.gz
 32263718719ede1a4a0eb889e191049d 40501 admin extra 
grub2_1.96+20080621-1.diff.gz
 1c314568832496bbfb20caca532bb4df 114790 admin extra 
grub2_1.96+20080621-1_amd64.deb
 76d9d3b0bf64a3a6bedee4d52684a1a3 188496 admin extra 
grub-common_1.96+20080621-1_amd64.deb
 063ad848b862d8bcf7ac9a4dfd4c7683 1116290 admin extra 
grub-pc_1.96+20080621-1_amd64.deb
 94aa4a13dd024d09e8adb37c6fd1dde9 456436 admin extra 
grub-rescue-pc_1.96+20080621-1_amd64.deb
 73e6992fe816292b4234dac815d0f0f8 979090 admin extra 
grub-linuxbios_1.96+20080621-1_amd64.deb
 c9bc9c048f5ef765a736a17ef100967e 872144 admin extra 
grub-efi_1.96+20080621-1_amd64.deb
 89cd38888571fe2cb967a22d364f8cd4 981260 admin extra 
grub-ieee1275_1.96+20080621-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkhdF0QACgkQC19io6rUCv/02ACdGRJz0N60T7aiGf/qnksQ380D
T1MAmwU3dkZFmPdCI/4uPCd790vN+T0+
=z4gf
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to