Your message dated Mon, 31 Mar 2014 17:49:25 +0000
with message-id <e1wugkr-0003fk...@franck.debian.org>
and subject line Bug#735935: fixed in grub2 2.02~beta2-8
has caused the Debian Bug report #735935,
regarding grub-pc-bin: No boot, cannot find root partition
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 ow...@bugs.debian.org
immediately.)


-- 
735935: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735935
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: grub-pc-bin
Version: 2.02~beta2-7
Severity: critical
Justification: breaks the whole system

Dear Maintainer,


   * What led up to the situation?
Upgrade from 2.00-22 to 2.02~beta2-7

   * What exactly did you do (or not do) that was effective (or
     ineffective)?
Found reference to bug 741464, not exactly the same but worth trying, nothing 
else found on Net
Boot with installation disc, mount LVM partitions, chroot, downgrade to 2.00-22 
using dpkg, update-grub

   * What was the outcome of this action?
Booted OK, then downgraded related 2.02~beta2-7 packages


Additional information: during boot, was dropped to an initramfs shell when 
root partition not found. Only two partitions found, the reiserfs sda1 /boot 
and the swap partition in LVM, problem seemed to be failure of reiserfs in LVM.
Tried with rootdelay=30 seconds, no different




-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/mapper/first-root / reiserfs rw,relatime 0 0
/dev/mapper/first-backup /backup reiserfs rw,relatime 0 0
/dev/sda1 /boot reiserfs rw,relatime,notail 0 0
/dev/mapper/first-home /home reiserfs rw,relatime 0 0
/dev/mapper/first-tmp /tmp reiserfs rw,relatime 0 0
/dev/mapper/first-usr /usr reiserfs rw,relatime 0 0
/dev/mapper/first-var /var reiserfs rw,relatime 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)   /dev/disk/by-id/ata-Hitachi_HDT721032SLA360_STF204ML0XDJMP
*********************** END /boot/grub/device.map

*********************** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
set default="0"

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_msdos
insmod lvm
insmod reiserfs
set root='lvm/first-usr'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='lvm/first-usr'  
fcd5801a-eb3e-4eeb-b44c-fd00eb5cbab3
else
  search --no-floppy --fs-uuid --set=root fcd5801a-eb3e-4eeb-b44c-fd00eb5cbab3
fi
    font="/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=en_GB
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=-1
else
  set timeout=5
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod lvm
insmod reiserfs
set root='lvm/first-usr'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='lvm/first-usr'  
fcd5801a-eb3e-4eeb-b44c-fd00eb5cbab3
else
  search --no-floppy --fs-uuid --set=root fcd5801a-eb3e-4eeb-b44c-fd00eb5cbab3
fi
insmod png
if background_image /share/images/desktop-base/joy-grub.png; then
  set color_normal=white/black
  set color_highlight=black/white
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 ###
function gfxmode {
        set gfxpayload="${1}"
}
set linux_gfx_mode=
export linux_gfx_mode
menuentry 'Debian GNU/Linux' --class debian --class gnu-linux --class gnu 
--class os $menuentry_id_option 
'gnulinux-simple-9bc3e03d-ce1a-403a-871b-fb7aa701b816' {
        load_video
        insmod gzio
        insmod part_msdos
        insmod reiserfs
        set root='hd0,msdos1'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 
--hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1'  
d73f3638-d220-48ef-8ac9-915a1cf20aab
        else
          search --no-floppy --fs-uuid --set=root 
d73f3638-d220-48ef-8ac9-915a1cf20aab
        fi
        echo    'Loading Linux 3.13-1-amd64 ...'
        linux   /vmlinuz-3.13-1-amd64 root=/dev/mapper/first-root ro 
rootdelay=10 
        echo    'Loading initial ramdisk ...'
        initrd  /initrd.img-3.13-1-amd64
}
submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option 
'gnulinux-advanced-9bc3e03d-ce1a-403a-871b-fb7aa701b816' {
        menuentry 'Debian GNU/Linux, with Linux 3.13-1-amd64' --class debian 
--class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-3.13-1-amd64-advanced-9bc3e03d-ce1a-403a-871b-fb7aa701b816' {
                load_video
                insmod gzio
                insmod part_msdos
                insmod reiserfs
                set root='hd0,msdos1'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root 
--hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 
--hint='hd0,msdos1'  d73f3638-d220-48ef-8ac9-915a1cf20aab
                else
                  search --no-floppy --fs-uuid --set=root 
d73f3638-d220-48ef-8ac9-915a1cf20aab
                fi
                echo    'Loading Linux 3.13-1-amd64 ...'
                linux   /vmlinuz-3.13-1-amd64 root=/dev/mapper/first-root ro 
rootdelay=10 
                echo    'Loading initial ramdisk ...'
                initrd  /initrd.img-3.13-1-amd64
        }
        menuentry 'Debian GNU/Linux, with Linux 3.13-1-amd64 (recovery mode)' 
--class debian --class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-3.13-1-amd64-recovery-9bc3e03d-ce1a-403a-871b-fb7aa701b816' {
                load_video
                insmod gzio
                insmod part_msdos
                insmod reiserfs
                set root='hd0,msdos1'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root 
--hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 
--hint='hd0,msdos1'  d73f3638-d220-48ef-8ac9-915a1cf20aab
                else
                  search --no-floppy --fs-uuid --set=root 
d73f3638-d220-48ef-8ac9-915a1cf20aab
                fi
                echo    'Loading Linux 3.13-1-amd64 ...'
                linux   /vmlinuz-3.13-1-amd64 root=/dev/mapper/first-root ro 
single rootdelay=10
                echo    'Loading initial ramdisk ...'
                initrd  /initrd.img-3.13-1-amd64
        }
        menuentry 'Debian GNU/Linux, with Linux 3.12-1-amd64' --class debian 
--class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-3.12-1-amd64-advanced-9bc3e03d-ce1a-403a-871b-fb7aa701b816' {
                load_video
                insmod gzio
                insmod part_msdos
                insmod reiserfs
                set root='hd0,msdos1'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root 
--hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 
--hint='hd0,msdos1'  d73f3638-d220-48ef-8ac9-915a1cf20aab
                else
                  search --no-floppy --fs-uuid --set=root 
d73f3638-d220-48ef-8ac9-915a1cf20aab
                fi
                echo    'Loading Linux 3.12-1-amd64 ...'
                linux   /vmlinuz-3.12-1-amd64 root=/dev/mapper/first-root ro 
rootdelay=10 
                echo    'Loading initial ramdisk ...'
                initrd  /initrd.img-3.12-1-amd64
        }
        menuentry 'Debian GNU/Linux, with Linux 3.12-1-amd64 (recovery mode)' 
--class debian --class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-3.12-1-amd64-recovery-9bc3e03d-ce1a-403a-871b-fb7aa701b816' {
                load_video
                insmod gzio
                insmod part_msdos
                insmod reiserfs
                set root='hd0,msdos1'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root 
--hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 
--hint='hd0,msdos1'  d73f3638-d220-48ef-8ac9-915a1cf20aab
                else
                  search --no-floppy --fs-uuid --set=root 
d73f3638-d220-48ef-8ac9-915a1cf20aab
                fi
                echo    'Loading Linux 3.12-1-amd64 ...'
                linux   /vmlinuz-3.12-1-amd64 root=/dev/mapper/first-root ro 
single rootdelay=10
                echo    'Loading initial ramdisk ...'
                initrd  /initrd.img-3.12-1-amd64
        }
}

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_ipxe ###
menuentry "Network boot (iPXE)" --users "" --class network {
        insmod part_msdos
        insmod reiserfs
        set root='hd0,msdos1'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 
--hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1'  
d73f3638-d220-48ef-8ac9-915a1cf20aab
        else
          search --no-floppy --fs-uuid --set=root 
d73f3638-d220-48ef-8ac9-915a1cf20aab
        fi
        linux16 /ipxe.lkrn
}
### END /etc/grub.d/20_ipxe ###

### BEGIN /etc/grub.d/20_linux_xen ###

### END /etc/grub.d/20_linux_xen ###

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

### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###

### 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 "Plop Boot Manager" {
        insmod gzio
        insmod part_msdos
        insmod reiserfs
        set root='(hd0,msdos1)'
    linux16 /plpbt.bin
}### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###

### BEGIN /etc/grub.d/orig40-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/orig40-custom ###
*********************** END /boot/grub/grub.cfg

*********************** BEGIN /proc/mdstat
cat: /proc/mdstat: No such file or directory
*********************** END /proc/mdstat

*********************** BEGIN LVM
  --- Volume group ---
  VG Name               first
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  10
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                8
  Open LV               7
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               297.62 GiB
  PE Size               4.00 MiB
  Total PE              76191
  Alloc PE / Size       52137 / 203.66 GiB
  Free  PE / Size       24054 / 93.96 GiB
  VG UUID               11P3z7-dufM-0332-0C1y-Y0fB-2LeV-7FHV2Y
   
  --- Physical volume ---
  PV Name               /dev/sda2
  VG Name               first
  PV Size               297.62 GiB / not usable 354.00 KiB
  Allocatable           yes 
  PE Size               4.00 MiB
  Total PE              76191
  Free PE               24054
  Allocated PE          52137
  PV UUID               c1UH5v-CQ60-mZ3u-tOwq-MOAz-ijuB-h6gAXH
   
  --- Logical volume ---
  LV Path                /dev/first/root
  LV Name                root
  VG Name                first
  LV UUID                Hmqoo3-qDMf-xxhq-QZ3u-A84g-cKPZ-5Ro8c4
  LV Write Access        read/write
  LV Creation host, time , 
  LV Status              available
  # open                 2
  LV Size                4.66 GiB
  Current LE             1192
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:0
   
  --- Logical volume ---
  LV Path                /dev/first/usr
  LV Name                usr
  VG Name                first
  LV UUID                wOKojm-EIHW-a0vf-4oCv-Xyic-MYgU-9F2JJK
  LV Write Access        read/write
  LV Creation host, time , 
  LV Status              available
  # open                 2
  LV Size                18.62 GiB
  Current LE             4768
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:2
   
  --- Logical volume ---
  LV Path                /dev/first/var
  LV Name                var
  VG Name                first
  LV UUID                1rLZZZ-DDue-OXMk-qc3z-I466-TJRC-TBycv7
  LV Write Access        read/write
  LV Creation host, time , 
  LV Status              available
  # open                 2
  LV Size                9.31 GiB
  Current LE             2384
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:3
   
  --- Logical volume ---
  LV Path                /dev/first/tmp
  LV Name                tmp
  VG Name                first
  LV UUID                bElYy3-ZwZ8-8OSv-4oSX-mBpA-3IEk-SoA6dq
  LV Write Access        read/write
  LV Creation host, time , 
  LV Status              available
  # open                 2
  LV Size                4.66 GiB
  Current LE             1192
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:4
   
  --- Logical volume ---
  LV Path                /dev/first/swap
  LV Name                swap
  VG Name                first
  LV UUID                Pial73-s6IY-GXPe-n3cB-CkaF-4gSo-R0uBbf
  LV Write Access        read/write
  LV Creation host, time , 
  LV Status              available
  # open                 2
  LV Size                4.66 GiB
  Current LE             1192
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:1
   
  --- Logical volume ---
  LV Path                /dev/first/home
  LV Name                home
  VG Name                first
  LV UUID                mQbhZq-l2jc-uMS7-Vzx4-zXDm-VS0G-C4OwF1
  LV Write Access        read/write
  LV Creation host, time , 
  LV Status              available
  # open                 2
  LV Size                50.00 GiB
  Current LE             12800
  Segments               2
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:5
   
  --- Logical volume ---
  LV Path                /dev/first/backup
  LV Name                backup
  VG Name                first
  LV UUID                wC5ymk-SIQQ-HKIK-W82t-aiCb-O2uH-jF1vW3
  LV Write Access        read/write
  LV Creation host, time , 
  LV Status              available
  # open                 2
  LV Size                93.13 GiB
  Current LE             23841
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:6
   
  --- Logical volume ---
  LV Path                /dev/first/spare
  LV Name                spare
  VG Name                first
  LV UUID                UyEENd-BEXq-pgvC-wkde-hRZU-RGaB-NrN8aM
  LV Write Access        read/write
  LV Creation host, time , 
  LV Status              available
  # open                 0
  LV Size                18.62 GiB
  Current LE             4768
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:7
   
*********************** END LVM

*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root  9 Mar 14 19:47 
ata-HL-DT-ST_DVDRAM_GSA-4160B_K3348GB2025 -> ../../sr0
lrwxrwxrwx 1 root root  9 Mar 14 19:47 
ata-Hitachi_HDT721032SLA360_STF204ML0XDJMP -> ../../sda
lrwxrwxrwx 1 root root 10 Mar 14 19:47 
ata-Hitachi_HDT721032SLA360_STF204ML0XDJMP-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Mar 14 19:47 
ata-Hitachi_HDT721032SLA360_STF204ML0XDJMP-part2 -> ../../sda2
lrwxrwxrwx 1 root root  9 Mar 14 19:47 ata-LITE-ON_LTR-32125W -> ../../sr1
lrwxrwxrwx 1 root root 10 Mar 14 19:47 dm-name-first-backup -> ../../dm-6
lrwxrwxrwx 1 root root 10 Mar 14 19:47 dm-name-first-home -> ../../dm-5
lrwxrwxrwx 1 root root 10 Mar 14 19:47 dm-name-first-root -> ../../dm-0
lrwxrwxrwx 1 root root 10 Mar 14 19:47 dm-name-first-spare -> ../../dm-7
lrwxrwxrwx 1 root root 10 Mar 14 19:47 dm-name-first-swap -> ../../dm-1
lrwxrwxrwx 1 root root 10 Mar 14 19:47 dm-name-first-tmp -> ../../dm-4
lrwxrwxrwx 1 root root 10 Mar 14 19:47 dm-name-first-usr -> ../../dm-2
lrwxrwxrwx 1 root root 10 Mar 14 19:47 dm-name-first-var -> ../../dm-3
lrwxrwxrwx 1 root root 10 Mar 14 19:47 
dm-uuid-LVM-11P3z7dufM03320C1yY0fB2LeV7FHV2Y1rLZZZDDueOXMkqc3zI466TJRCTBycv7 -> 
../../dm-3
lrwxrwxrwx 1 root root 10 Mar 14 19:47 
dm-uuid-LVM-11P3z7dufM03320C1yY0fB2LeV7FHV2YHmqoo3qDMfxxhqQZ3uA84gcKPZ5Ro8c4 -> 
../../dm-0
lrwxrwxrwx 1 root root 10 Mar 14 19:47 
dm-uuid-LVM-11P3z7dufM03320C1yY0fB2LeV7FHV2YPial73s6IYGXPen3cBCkaF4gSoR0uBbf -> 
../../dm-1
lrwxrwxrwx 1 root root 10 Mar 14 19:47 
dm-uuid-LVM-11P3z7dufM03320C1yY0fB2LeV7FHV2YUyEENdBEXqpgvCwkdehRZURGaBNrN8aM -> 
../../dm-7
lrwxrwxrwx 1 root root 10 Mar 14 19:47 
dm-uuid-LVM-11P3z7dufM03320C1yY0fB2LeV7FHV2YbElYy3ZwZ88OSv4oSXmBpA3IEkSoA6dq -> 
../../dm-4
lrwxrwxrwx 1 root root 10 Mar 14 19:47 
dm-uuid-LVM-11P3z7dufM03320C1yY0fB2LeV7FHV2YmQbhZql2jcuMS7Vzx4zXDmVS0GC4OwF1 -> 
../../dm-5
lrwxrwxrwx 1 root root 10 Mar 14 19:47 
dm-uuid-LVM-11P3z7dufM03320C1yY0fB2LeV7FHV2YwC5ymkSIQQHKIKW82taiCbO2uHjF1vW3 -> 
../../dm-6
lrwxrwxrwx 1 root root 10 Mar 14 19:47 
dm-uuid-LVM-11P3z7dufM03320C1yY0fB2LeV7FHV2YwOKojmEIHWa0vf4oCvXyicMYgU9F2JJK -> 
../../dm-2
lrwxrwxrwx 1 root root  9 Mar 14 19:47 
scsi-SATA_Hitachi_HDT72103_STF204ML0XDJMP -> ../../sda
lrwxrwxrwx 1 root root 10 Mar 14 19:47 
scsi-SATA_Hitachi_HDT72103_STF204ML0XDJMP-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Mar 14 19:47 
scsi-SATA_Hitachi_HDT72103_STF204ML0XDJMP-part2 -> ../../sda2
lrwxrwxrwx 1 root root  9 Mar 14 19:47 wwn-0x5000cca346cce973 -> ../../sda
lrwxrwxrwx 1 root root 10 Mar 14 19:47 wwn-0x5000cca346cce973-part1 -> 
../../sda1
lrwxrwxrwx 1 root root 10 Mar 14 19:47 wwn-0x5000cca346cce973-part2 -> 
../../sda2
*********************** END /dev/disk/by-id

*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 Mar 14 19:47 58b3aa71-e1ba-47f7-9915-051f16835558 -> 
../../dm-3
lrwxrwxrwx 1 root root 10 Mar 14 19:47 9bc3e03d-ce1a-403a-871b-fb7aa701b816 -> 
../../dm-0
lrwxrwxrwx 1 root root 10 Mar 14 19:47 9f63cf34-c3b7-4457-8ef0-3055e4d17b92 -> 
../../dm-7
lrwxrwxrwx 1 root root 10 Mar 14 19:47 ab8751de-8d08-4c51-8680-af5ec5f15508 -> 
../../dm-5
lrwxrwxrwx 1 root root 10 Mar 14 19:47 b9fbaf59-a52e-4c5e-a524-03c47705f258 -> 
../../dm-1
lrwxrwxrwx 1 root root 10 Mar 14 19:47 d73f3638-d220-48ef-8ac9-915a1cf20aab -> 
../../sda1
lrwxrwxrwx 1 root root 10 Mar 14 19:47 d77d55ad-d910-418a-ace1-94e87196d12a -> 
../../dm-6
lrwxrwxrwx 1 root root 10 Mar 14 19:47 f6c55e9d-bce5-4bc5-905c-0b4f371120b3 -> 
../../dm-4
lrwxrwxrwx 1 root root 10 Mar 14 19:47 fcd5801a-eb3e-4eeb-b44c-fd00eb5cbab3 -> 
../../dm-2
*********************** END /dev/disk/by-uuid

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: x86_64

Kernel: Linux 3.13-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

--- End Message ---
--- Begin Message ---
Source: grub2
Source-Version: 2.02~beta2-8

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.

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 735...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Watson <cjwat...@debian.org> (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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 31 Mar 2014 16:30:37 +0100
Source: grub2
Binary: grub2 grub-linuxbios grub-efi grub-common grub2-common grub-emu 
grub-emu-dbg grub-pc-bin grub-pc-dbg grub-pc grub-rescue-pc grub-coreboot-bin 
grub-coreboot-dbg grub-coreboot grub-efi-ia32-bin grub-efi-ia32-dbg 
grub-efi-ia32 grub-efi-amd64-bin grub-efi-amd64-dbg grub-efi-amd64 
grub-efi-ia64-bin grub-efi-ia64-dbg grub-efi-ia64 grub-efi-arm-bin 
grub-efi-arm-dbg grub-efi-arm grub-efi-arm64-bin grub-efi-arm64-dbg 
grub-efi-arm64 grub-ieee1275-bin grub-ieee1275-dbg grub-ieee1275 
grub-firmware-qemu grub-uboot-bin grub-uboot-dbg grub-uboot grub-xen-bin 
grub-xen-dbg grub-xen grub-yeeloong-bin grub-yeeloong-dbg grub-yeeloong 
grub-theme-starfield grub-mount-udeb
Architecture: source i386
Version: 2.02~beta2-8
Distribution: unstable
Urgency: medium
Maintainer: GRUB Maintainers <pkg-grub-de...@lists.alioth.debian.org>
Changed-By: Colin Watson <cjwat...@debian.org>
Description: 
 grub-common - GRand Unified Bootloader (common files)
 grub-coreboot - GRand Unified Bootloader, version 2 (Coreboot version)
 grub-coreboot-bin - GRand Unified Bootloader, version 2 (Coreboot binaries)
 grub-coreboot-dbg - GRand Unified Bootloader, version 2 (Coreboot debug files)
 grub-efi   - GRand Unified Bootloader, version 2 (dummy package)
 grub-efi-amd64 - GRand Unified Bootloader, version 2 (EFI-AMD64 version)
 grub-efi-amd64-bin - GRand Unified Bootloader, version 2 (EFI-AMD64 binaries)
 grub-efi-amd64-dbg - GRand Unified Bootloader, version 2 (EFI-AMD64 debug 
files)
 grub-efi-arm - GRand Unified Bootloader, version 2 (ARM UEFI version)
 grub-efi-arm-bin - GRand Unified Bootloader, version 2 (ARM UEFI binaries)
 grub-efi-arm-dbg - GRand Unified Bootloader, version 2 (ARM UEFI debug files)
 grub-efi-arm64 - GRand Unified Bootloader, version 2 (ARM64 UEFI version)
 grub-efi-arm64-bin - GRand Unified Bootloader, version 2 (ARM64 UEFI binaries)
 grub-efi-arm64-dbg - GRand Unified Bootloader, version 2 (ARM64 UEFI debug 
files)
 grub-efi-ia32 - GRand Unified Bootloader, version 2 (EFI-IA32 version)
 grub-efi-ia32-bin - GRand Unified Bootloader, version 2 (EFI-IA32 binaries)
 grub-efi-ia32-dbg - GRand Unified Bootloader, version 2 (EFI-IA32 debug files)
 grub-efi-ia64 - GRand Unified Bootloader, version 2 (IA64 version)
 grub-efi-ia64-bin - GRand Unified Bootloader, version 2 (IA64 binaries)
 grub-efi-ia64-dbg - GRand Unified Bootloader, version 2 (IA64 debug files)
 grub-emu   - GRand Unified Bootloader, version 2 (emulated version)
 grub-emu-dbg - GRand Unified Bootloader, version 2 (emulated debug files)
 grub-firmware-qemu - GRUB firmware image for QEMU
 grub-ieee1275 - GRand Unified Bootloader, version 2 (Open Firmware version)
 grub-ieee1275-bin - GRand Unified Bootloader, version 2 (Open Firmware 
binaries)
 grub-ieee1275-dbg - GRand Unified Bootloader, version 2 (Open Firmware debug 
files)
 grub-linuxbios - GRand Unified Bootloader, version 2 (dummy package)
 grub-mount-udeb - export GRUB filesystems using FUSE (udeb)
 grub-pc    - GRand Unified Bootloader, version 2 (PC/BIOS version)
 grub-pc-bin - GRand Unified Bootloader, version 2 (PC/BIOS binaries)
 grub-pc-dbg - GRand Unified Bootloader, version 2 (PC/BIOS debug files)
 grub-rescue-pc - GRUB bootable rescue images, version 2 (PC/BIOS version)
 grub-theme-starfield - GRand Unified Bootloader, version 2 (starfield theme)
 grub-uboot - GRand Unified Bootloader, version 2 (ARM U-Boot version)
 grub-uboot-bin - GRand Unified Bootloader, version 2 (ARM U-Boot binaries)
 grub-uboot-dbg - GRand Unified Bootloader, version 2 (ARM U-Boot debug files)
 grub-xen   - GRand Unified Bootloader, version 2 (Xen version)
 grub-xen-bin - GRand Unified Bootloader, version 2 (Xen binaries)
 grub-xen-dbg - GRand Unified Bootloader, version 2 (Xen debug files)
 grub-yeeloong - GRand Unified Bootloader, version 2 (Yeeloong version)
 grub-yeeloong-bin - GRand Unified Bootloader, version 2 (Yeeloong binaries)
 grub-yeeloong-dbg - GRand Unified Bootloader, version 2 (Yeeloong debug files)
 grub2      - GRand Unified Bootloader, version 2 (dummy package)
 grub2-common - GRand Unified Bootloader (common files for version 2)
Closes: 735935
Changes: 
 grub2 (2.02~beta2-8) unstable; urgency=medium
 .
   [ Colin Watson ]
   * Backport from upstream:
     - ieee1275: check for IBM pseries emulated machine.
     - Fix partmap, cryptodisk, and abstraction handling in grub-mkconfig
       (closes: #735935).
     - btrfs: fix get_root key comparison failures due to endianness.
   * Build-depend on automake (>= 1.10.1) to ensure that it meets configure's
     requirements (LP: #1299041).
   * When installing an image for use with UEFI Secure Boot, generate a
     load.cfg even if there are no device abstractions in use (LP: #1298399).
 .
   [ Jon Severinsson ]
   * Add Tanglu support, as in Debian except:
     - Enable splash screen by default (as Ubuntu)
     - Enable quiet and quick boot (as Ubuntu)
     - Enable the grub-common init script (as Ubuntu)
     - Enable dynamic gfxpayload (as Ubuntu)
     - Enable vt handover (as Ubuntu)
     - Use monochromatic theme by default (as Ubuntu)
     - Use Tanglu GRUB wallpaper by default.
Checksums-Sha1: 
 2840fdf61c9e5d60308ff38e8d1a6c0292af2d2d 5223 grub2_2.02~beta2-8.dsc
 d42db41d50dc7b33936afa545103253170399d2f 986840 
grub2_2.02~beta2-8.debian.tar.xz
 27717de6b152e10dd470aa45ac2633335e181184 2566 grub2_2.02~beta2-8_i386.deb
 11e6bead1441c9b526c5f077833d670d7618dcf0 2576 
grub-linuxbios_2.02~beta2-8_i386.deb
 1a53c5c305ebeb826c4693d611253d066625b3ef 2582 grub-efi_2.02~beta2-8_i386.deb
 df088ee7a313a6096ea3f51b87ea64f90268d657 2637274 
grub-common_2.02~beta2-8_i386.deb
 44559daa94f889d5c3e5a1da0daf68fbc9669e38 508580 
grub2-common_2.02~beta2-8_i386.deb
 7e9723963108926b47189033f4377edca16259cd 3132096 grub-emu_2.02~beta2-8_i386.deb
 b54f4a4ad2f15911ba4afb28cecfd3a30a32b48d 2193156 
grub-emu-dbg_2.02~beta2-8_i386.deb
 018ebb93479058777492d36e2d74127e34d0f772 887458 
grub-pc-bin_2.02~beta2-8_i386.deb
 09133c5c672b8e1e74237faf1d31ca3921220764 2798090 
grub-pc-dbg_2.02~beta2-8_i386.deb
 55fb86d3316c6417048debb80a93a52e592716db 195352 grub-pc_2.02~beta2-8_i386.deb
 6dcfb7ee8c34e19d6cf1ebd2534af4d4e4cc6b06 2724732 
grub-rescue-pc_2.02~beta2-8_i386.deb
 9cfe18e6e7583ac635c1a4f9178fc22ec9edeb61 593094 
grub-coreboot-bin_2.02~beta2-8_i386.deb
 cc8af994c465f3b360eacdc18c5748d76b635f53 2533130 
grub-coreboot-dbg_2.02~beta2-8_i386.deb
 3564490b82916e6e18107e9d4ffa00a39af2e8c8 51162 
grub-coreboot_2.02~beta2-8_i386.deb
 134b6a6b7c5d7b2a99dba47d3545a44a3d138adc 616448 
grub-efi-ia32-bin_2.02~beta2-8_i386.deb
 9f5ae174858534764edbf6c61863c679cfd9454d 2708194 
grub-efi-ia32-dbg_2.02~beta2-8_i386.deb
 3a977ef0ff475feda8e82d89131c8efc426a01e3 51194 
grub-efi-ia32_2.02~beta2-8_i386.deb
 29c476619403d8ce6f5740b9380719bcd549aec5 650124 
grub-efi-amd64-bin_2.02~beta2-8_i386.deb
 ad157a13a18ee803b9ee0e97380c19478183b228 2874508 
grub-efi-amd64-dbg_2.02~beta2-8_i386.deb
 5628e86407f2f4441541fd9dd9189b6aa33c697a 51192 
grub-efi-amd64_2.02~beta2-8_i386.deb
 028831384bedf45536174288832c8c176b315fc3 589764 
grub-ieee1275-bin_2.02~beta2-8_i386.deb
 7abd557aef7c4ebfafaa2a86256b589c7f2da8c2 2561130 
grub-ieee1275-dbg_2.02~beta2-8_i386.deb
 40b93fcd81ab1dd2e448f82abfa008ca005492ab 51160 
grub-ieee1275_2.02~beta2-8_i386.deb
 df1965bf44e72a155e91c584ccd88e533f6eac6e 1071898 
grub-firmware-qemu_2.02~beta2-8_i386.deb
 4679c34605e63dd793ee088fee4e46fee996b4c4 912802 
grub-xen-bin_2.02~beta2-8_i386.deb
 adfe61aebdb11c07178579f66206b4a6e3f78368 4190210 
grub-xen-dbg_2.02~beta2-8_i386.deb
 f1ee87dd2004dea5c85d9ea12b02f425502872f2 51126 grub-xen_2.02~beta2-8_i386.deb
 7c7b4d599a036495d3a866db056f1b51ad58b6db 2147370 
grub-theme-starfield_2.02~beta2-8_i386.deb
 dd5d30451877728a3c6c1c3eb891cf8e5e7f3994 338940 
grub-mount-udeb_2.02~beta2-8_i386.udeb
Checksums-Sha256: 
 3c29d65ba6530e67c522ebe27e8b315d9af2e99173034a8e21c617f8ec705616 5223 
grub2_2.02~beta2-8.dsc
 c0dc9f829c552385ca095204fd08c7fa6bba8ebb6bdb361ce80cbd0df07fc2d8 986840 
grub2_2.02~beta2-8.debian.tar.xz
 b12760471e4afd05da6fb468c0db985e8168a32a95d0da883c2c529c3f589734 2566 
grub2_2.02~beta2-8_i386.deb
 d0bc2049ff0c93fd3176eed9c7207b9cc08022c5867dbcf20593c8d1fb6447ca 2576 
grub-linuxbios_2.02~beta2-8_i386.deb
 e8fea13644438f0b55cd690ddc3e496bee498800a2bbb77f1a54025c933b3d49 2582 
grub-efi_2.02~beta2-8_i386.deb
 800b74bafb2a7119207a8581e2225234a90814053af020f31fd18f9562188886 2637274 
grub-common_2.02~beta2-8_i386.deb
 2f40a3c83fcfcc2ece7eb7c1c61cf7fd52c67497f46df20fa16f88e1429a1506 508580 
grub2-common_2.02~beta2-8_i386.deb
 b84ae13e35e1d00f6e1717aeaf7726ea5ee7dc1d371690889b235d31fde8628b 3132096 
grub-emu_2.02~beta2-8_i386.deb
 644c608f5b64f6d95a65b1f6e87475951daaaf98aad43e8b2a84c3bdca596fcc 2193156 
grub-emu-dbg_2.02~beta2-8_i386.deb
 8eeeec0cef5d84a74315ed590b033f84763b7c6df4b9e383fc1d81747c8f0b9e 887458 
grub-pc-bin_2.02~beta2-8_i386.deb
 943cff7f1dcb80bb121ad853ff5cee24dc4880f36b79e1fa208a6b0c137076b9 2798090 
grub-pc-dbg_2.02~beta2-8_i386.deb
 1d002063783e863eb31cbf08c4350d62cf039ea6eea42bc25af2076f5e2cd4e8 195352 
grub-pc_2.02~beta2-8_i386.deb
 239ba9dc3cc8dc48dd445df401e912a62384e0f56a452ebd24fa6c46b32e6989 2724732 
grub-rescue-pc_2.02~beta2-8_i386.deb
 d68789953b142cf73338edf2b3dda86a2eeb8edc5d0938046487c20ee615a270 593094 
grub-coreboot-bin_2.02~beta2-8_i386.deb
 ec4d5d4f2700569804c5cda796923e887121e331165b0a79be3990053a13bd3f 2533130 
grub-coreboot-dbg_2.02~beta2-8_i386.deb
 e582ee2c8974117228cb04f9e69a1abe9c9717ba76260bbd890574026764913f 51162 
grub-coreboot_2.02~beta2-8_i386.deb
 653a75c8856c1e5a347996c1a9be2f76015cc403df852a66780cc0b614252224 616448 
grub-efi-ia32-bin_2.02~beta2-8_i386.deb
 63ebac180f8b5d78701a85beb8d5cb85283e94633bb53e401778620040cc2036 2708194 
grub-efi-ia32-dbg_2.02~beta2-8_i386.deb
 86c5ab94e35d389ccf00741a442d2263d30c5da4a62a8016bdf0a42f87cf3a4f 51194 
grub-efi-ia32_2.02~beta2-8_i386.deb
 72d0f67b6ddc66c96fcfc123c6a242965c1b1229fe5b3a5c15e24cbfc9b629ec 650124 
grub-efi-amd64-bin_2.02~beta2-8_i386.deb
 7902b2fa61a4592c12f70f3b53767c5928aff7cc593ba65bd529dc174a384d55 2874508 
grub-efi-amd64-dbg_2.02~beta2-8_i386.deb
 bf3c9d6acc557f4b083437e02197eefdf08b9afc19347550887333e9e4a6c1aa 51192 
grub-efi-amd64_2.02~beta2-8_i386.deb
 af41de5ed9b20f1d09bb7bce5cc2aa5574ef2daa1d582e9ee9faec6f05a49afd 589764 
grub-ieee1275-bin_2.02~beta2-8_i386.deb
 5d56ad62ab97ecd31b18323f4159d91d70cd11abbd80ba571cb66fa6615fdb0b 2561130 
grub-ieee1275-dbg_2.02~beta2-8_i386.deb
 54c6fe2637a74fe8e21b239da543e1a279a9ede3e799cc16dd2e92e71a1d69ef 51160 
grub-ieee1275_2.02~beta2-8_i386.deb
 df7a557f80d882484cec2312377ad59849ae8edf61832e3a3640ff7e2125b0c0 1071898 
grub-firmware-qemu_2.02~beta2-8_i386.deb
 0da5266893e76f5e9f53bf5b6436c1eead9680bcf1e83690834a2ed850289d01 912802 
grub-xen-bin_2.02~beta2-8_i386.deb
 5026748a8da106b5eaa4995c8dd0738067314536a4253c428b242fb1e2a61e66 4190210 
grub-xen-dbg_2.02~beta2-8_i386.deb
 0119ecf982c2d76c44f0b094db9afbd74314e74d4ce951ad6253d2f1f4de201d 51126 
grub-xen_2.02~beta2-8_i386.deb
 66aabcadfb92b1636129e374cfa7e44e484db3f1124fa76b4492bbeec6c51ecd 2147370 
grub-theme-starfield_2.02~beta2-8_i386.deb
 55e1a0cf7ce4211eae27ff6027625396d77918f83d10c9deb5641b695781a53a 338940 
grub-mount-udeb_2.02~beta2-8_i386.udeb
Files: 
 b524509e169b66585a0f1a5db01e39e7 5223 admin extra grub2_2.02~beta2-8.dsc
 741b14be0ff8dd81514044429e7b8bac 986840 admin extra 
grub2_2.02~beta2-8.debian.tar.xz
 7183c2195ebd0890462387fbb333ebf7 2566 oldlibs extra grub2_2.02~beta2-8_i386.deb
 7beab21951af955f7acb5bb8c117d32c 2576 oldlibs extra 
grub-linuxbios_2.02~beta2-8_i386.deb
 0d1dd6fa6bb2b207d7878d07c3711abb 2582 oldlibs extra 
grub-efi_2.02~beta2-8_i386.deb
 4159eb52a3a58af0804824120a9d62f7 2637274 admin optional 
grub-common_2.02~beta2-8_i386.deb
 51a8f40371bf8a8c0936586d186cbef3 508580 admin optional 
grub2-common_2.02~beta2-8_i386.deb
 637098f6f35ecfb85469075da7adbfb1 3132096 admin extra 
grub-emu_2.02~beta2-8_i386.deb
 f9e1685a716fb3cd66fd8da6c1e147dc 2193156 debug extra 
grub-emu-dbg_2.02~beta2-8_i386.deb
 79d1a804f09f8b047d51beae1f9b400e 887458 admin optional 
grub-pc-bin_2.02~beta2-8_i386.deb
 304125f14dec8ad2781c0d6bb5e4f817 2798090 debug extra 
grub-pc-dbg_2.02~beta2-8_i386.deb
 50d455d627708e20b65b939ff1a097a4 195352 admin optional 
grub-pc_2.02~beta2-8_i386.deb
 da225aa988a04421596914805ef4dfdf 2724732 admin extra 
grub-rescue-pc_2.02~beta2-8_i386.deb
 382b0df7d1dc535d0b2c20bf925aa4d7 593094 admin extra 
grub-coreboot-bin_2.02~beta2-8_i386.deb
 bf864a416bacad6f044a18aefd0834a3 2533130 debug extra 
grub-coreboot-dbg_2.02~beta2-8_i386.deb
 e3558b2d2a33b843e6c383dbf1b3f75a 51162 admin extra 
grub-coreboot_2.02~beta2-8_i386.deb
 4f91d930b3d0a93912a628f8b2d61a70 616448 admin extra 
grub-efi-ia32-bin_2.02~beta2-8_i386.deb
 b87fb8058d44b0cc2684f41a5fda2160 2708194 debug extra 
grub-efi-ia32-dbg_2.02~beta2-8_i386.deb
 0721bdcbf816531d2fdc8d4eefb45bf3 51194 admin extra 
grub-efi-ia32_2.02~beta2-8_i386.deb
 db9e1628065cc403f7717253ba4a4b30 650124 admin extra 
grub-efi-amd64-bin_2.02~beta2-8_i386.deb
 b93dd3256f4e6b0358f190d5aaf92075 2874508 debug extra 
grub-efi-amd64-dbg_2.02~beta2-8_i386.deb
 e27abeee46dd870e36cfcf37b621ecfe 51192 admin extra 
grub-efi-amd64_2.02~beta2-8_i386.deb
 787d45999da713bdb31ebf7cb9e01272 589764 admin extra 
grub-ieee1275-bin_2.02~beta2-8_i386.deb
 c9e008569e05cca9be8e15f19a825c63 2561130 debug extra 
grub-ieee1275-dbg_2.02~beta2-8_i386.deb
 e352317291ded2ca0f957560598301c2 51160 admin extra 
grub-ieee1275_2.02~beta2-8_i386.deb
 ff2df72db1e7f73e1a48913d19812f40 1071898 admin extra 
grub-firmware-qemu_2.02~beta2-8_i386.deb
 5875f7bb0f25227c25015f6dc3d0c336 912802 admin extra 
grub-xen-bin_2.02~beta2-8_i386.deb
 43f41e1ebd30b5c2523b4a4bd120eca9 4190210 debug extra 
grub-xen-dbg_2.02~beta2-8_i386.deb
 3bfc328ea6e8f2a7bd54dbb5ee0a6d20 51126 admin extra 
grub-xen_2.02~beta2-8_i386.deb
 3130c6f14dbec9ffa6f3e93bf7c7df2b 2147370 admin extra 
grub-theme-starfield_2.02~beta2-8_i386.deb
 e5d9901f8571fe6678bbc9d77d375ecf 338940 debian-installer extra 
grub-mount-udeb_2.02~beta2-8_i386.udeb
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: Colin Watson <cjwat...@debian.org> -- Debian developer

iQIVAwUBUzmlhTk1h9l9hlALAQieLg/9H1bcsps0NqAz3GZO3PuHFwvielr9GgcS
FYL/SaY2LDpk5aOejtz0/wkvZa/Uw2QjWaZY0Si6leQU7MkxDyzz5X4kAG6xU2n7
6T8+01jmJKxL+vaSmScwQ7UijRiSuw5GMM80Feba9Bkdkbyy1YNR6bmV/7sWXpaI
UUMchi3kgbo3oFG8JWsH+XLQU0YKyXSuHBSQupSPHtjCR4tRhtdTayoXg7Gjnz/t
ion14hF5fRGS35Dh+mA7/lzFbuSk6FZDkk+Lf8w7dO5HMiVI+pYSaLRkVkYARJ8J
gCnXR/zveZi3AfqtHwWKI0HezjoO3Ljnaj2O3aYb5QO2lC9qzSYpdD9D4QDKRw2l
RG3gSwDvSsPm/48eJEXMJNYE7BvA41o6siXcTy1GZPtnp1hCM1CRl/uMW+pEz0J8
87YymHzUB/J2W7GYwp4ttaxAVRtRmfeN2GNuJYIo8eDay7ZaZCOeyz6cGMBRAPDF
TOBBcsDRBFfXFkqM5+XhEsCs+mCO2NkFhcDhEZI5emgD8c55n6PGoslGOkxb8NM3
6GOKhbSnARmA9jCisyWGZaZKK9te3Np/uOO0aybHLhSS9jwQlPZYhStgN4LzS5om
z+WcQXjjmEhIOebesEOBnrOBjkC03zCfeOgCydQlDVdWWn4xrSSlXFMnYKrSsjUb
naeKQR82EB8=
=fHlQ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to