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 /usr/sbin/update-grub: update-grub writes root=UUID= to grub.cfg for
LVM2, renders machine unbootable
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 ---
Package: grub2-common
Version: 2.02~beta2-7
Severity: critical
File: /usr/sbin/update-grub
Justification: breaks the whole system
Hello,
update-grub writes root=UUID=xxxxxx for LVM2 volumes to kernel command line.
This renders the system unbootable since it is not supported as far as I can
tell.
Hence, if I replace root=UUID=af89a290-9c6f-4039-8d5c-95aa75654776 with
root=/dev/mapper/mdxinventi-root, the system boots fine.
P.S. It appears that 2.02~beta2-7 has been uploaded to unstable even if
the changelog indicates that it was targeted to experimental.
-- Package-specific info:
*********************** BEGIN /proc/mounts
/dev/mapper/mdxinventi-root / ext3 rw,relatime,errors=remount-ro,data=ordered 0 0
/dev/sda1 /boot ext2 rw,relatime 0 0
/dev/mapper/mdxinventi-home /home ext4 rw,relatime,data=ordered 0 0
*********************** END /proc/mounts
*********************** BEGIN /boot/grub/device.map
(hd0) /dev/disk/by-id/ata-ST9500423AS_5WR0GXYW
*********************** 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
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="0"
fi
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 ext2
set
root='lvmid/nqfp4d-BOkJ-OIVj-Uigv-ysEo-NOTR-8Xy1pJ/0TBnxh-eEPl-YGJO-6Q4E-9MRF-6qic-fIRzyl'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root
--hint='lvmid/nqfp4d-BOkJ-OIVj-Uigv-ysEo-NOTR-8Xy1pJ/0TBnxh-eEPl-YGJO-6Q4E-9MRF-6qic-fIRzyl'
af89a290-9c6f-4039-8d5c-95aa75654776
else
search --no-floppy --fs-uuid --set=root af89a290-9c6f-4039-8d5c-95aa75654776
fi
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=lt_LT
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=-1
else
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=5
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=5
fi
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod lvm
insmod ext2
set
root='lvmid/nqfp4d-BOkJ-OIVj-Uigv-ysEo-NOTR-8Xy1pJ/0TBnxh-eEPl-YGJO-6Q4E-9MRF-6qic-fIRzyl'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root
--hint='lvmid/nqfp4d-BOkJ-OIVj-Uigv-ysEo-NOTR-8Xy1pJ/0TBnxh-eEPl-YGJO-6Q4E-9MRF-6qic-fIRzyl'
af89a290-9c6f-4039-8d5c-95aa75654776
else
search --no-floppy --fs-uuid --set=root af89a290-9c6f-4039-8d5c-95aa75654776
fi
insmod png
if background_image /usr/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-af89a290-9c6f-4039-8d5c-95aa75654776' {
load_video
insmod gzio
insmod part_msdos
insmod ext2
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'
77b9f482-78cc-4625-885e-1d6489b84fc1
else
search --no-floppy --fs-uuid --set=root
77b9f482-78cc-4625-885e-1d6489b84fc1
fi
echo 'Loading Linux 3.13-1-amd64 ...'
linux /vmlinuz-3.13-1-amd64
root=UUID=af89a290-9c6f-4039-8d5c-95aa75654776 ro splash quiet
echo 'Loading initial ramdisk ...'
initrd /initrd.img-3.13-1-amd64
}
submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option
'gnulinux-advanced-af89a290-9c6f-4039-8d5c-95aa75654776' {
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-af89a290-9c6f-4039-8d5c-95aa75654776' {
load_video
insmod gzio
insmod part_msdos
insmod ext2
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' 77b9f482-78cc-4625-885e-1d6489b84fc1
else
search --no-floppy --fs-uuid --set=root
77b9f482-78cc-4625-885e-1d6489b84fc1
fi
echo 'Loading Linux 3.13-1-amd64 ...'
linux /vmlinuz-3.13-1-amd64
root=UUID=af89a290-9c6f-4039-8d5c-95aa75654776 ro splash quiet
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-af89a290-9c6f-4039-8d5c-95aa75654776' {
load_video
insmod gzio
insmod part_msdos
insmod ext2
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' 77b9f482-78cc-4625-885e-1d6489b84fc1
else
search --no-floppy --fs-uuid --set=root
77b9f482-78cc-4625-885e-1d6489b84fc1
fi
echo 'Loading Linux 3.13-1-amd64 ...'
linux /vmlinuz-3.13-1-amd64
root=UUID=af89a290-9c6f-4039-8d5c-95aa75654776 ro single
echo 'Loading initial ramdisk ...'
initrd /initrd.img-3.13-1-amd64
}
}
### END /etc/grub.d/10_linux ###
### 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.
### 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 ###
*********************** 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 mdxinventi
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 8
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 3
Open LV 3
Max PV 0
Cur PV 1
Act PV 1
VG Size 465.52 GiB
PE Size 4.00 MiB
Total PE 119173
Alloc PE / Size 119173 / 465.52 GiB
Free PE / Size 0 / 0
VG UUID nqfp4d-BOkJ-OIVj-Uigv-ysEo-NOTR-8Xy1pJ
--- Physical volume ---
PV Name /dev/sda5
VG Name mdxinventi
PV Size 465.52 GiB / not usable 2.00 MiB
Allocatable yes (but full)
PE Size 4.00 MiB
Total PE 119173
Free PE 0
Allocated PE 119173
PV UUID oWJG9t-Yq9S-arAg-HgKQ-9kDp-ZnFs-kpGw1J
--- Logical volume ---
LV Path /dev/mdxinventi/swap_1
LV Name swap_1
VG Name mdxinventi
LV UUID w3jW9m-dEDf-C6YJ-jkNq-rE5S-U0SS-VXCVYm
LV Write Access read/write
LV Creation host, time ,
LV Status available
# open 2
LV Size 7.36 GiB
Current LE 1885
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 254:1
--- Logical volume ---
LV Path /dev/mdxinventi/root
LV Name root
VG Name mdxinventi
LV UUID 0TBnxh-eEPl-YGJO-6Q4E-9MRF-6qic-fIRzyl
LV Write Access read/write
LV Creation host, time ,
LV Status available
# open 1
LV Size 111.76 GiB
Current LE 28610
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 254:0
--- Logical volume ---
LV Path /dev/mdxinventi/home
LV Name home
VG Name mdxinventi
LV UUID Rjr4al-LkMS-20Pg-nWKB-uyqA-2oJ9-hX4yyA
LV Write Access read/write
LV Creation host, time ,
LV Status available
# open 1
LV Size 346.40 GiB
Current LE 88678
Segments 2
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 254:2
*********************** END LVM
*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root 9 Mar 11 14:13 ata-PLDS_DVD+_-RW_DS-8A5SH_107190183821
-> ../../sr0
lrwxrwxrwx 1 root root 9 Mar 11 14:13 ata-ST9500423AS_5WR0GXYW -> ../../sda
lrwxrwxrwx 1 root root 10 Mar 11 14:13 ata-ST9500423AS_5WR0GXYW-part1 ->
../../sda1
lrwxrwxrwx 1 root root 10 Mar 11 14:13 ata-ST9500423AS_5WR0GXYW-part2 ->
../../sda2
lrwxrwxrwx 1 root root 10 Mar 11 14:13 ata-ST9500423AS_5WR0GXYW-part5 ->
../../sda5
lrwxrwxrwx 1 root root 10 Mar 11 14:14 dm-name-mdxinventi-home -> ../../dm-2
lrwxrwxrwx 1 root root 10 Mar 11 14:13 dm-name-mdxinventi-root -> ../../dm-0
lrwxrwxrwx 1 root root 10 Mar 11 14:13 dm-name-mdxinventi-swap_1 -> ../../dm-1
lrwxrwxrwx 1 root root 10 Mar 11 14:13
dm-uuid-LVM-nqfp4dBOkJOIVjUigvysEoNOTR8Xy1pJ0TBnxheEPlYGJO6Q4E9MRF6qicfIRzyl ->
../../dm-0
lrwxrwxrwx 1 root root 10 Mar 11 14:14
dm-uuid-LVM-nqfp4dBOkJOIVjUigvysEoNOTR8Xy1pJRjr4alLkMS20PgnWKBuyqA2oJ9hX4yyA ->
../../dm-2
lrwxrwxrwx 1 root root 10 Mar 11 14:13
dm-uuid-LVM-nqfp4dBOkJOIVjUigvysEoNOTR8Xy1pJw3jW9mdEDfC6YJjkNqrE5SU0SSVXCVYm ->
../../dm-1
lrwxrwxrwx 1 root root 9 Mar 11 14:13 scsi-SATA_ST9500423AS_5WR0GXYW ->
../../sda
lrwxrwxrwx 1 root root 10 Mar 11 14:13 scsi-SATA_ST9500423AS_5WR0GXYW-part1 ->
../../sda1
lrwxrwxrwx 1 root root 10 Mar 11 14:13 scsi-SATA_ST9500423AS_5WR0GXYW-part2 ->
../../sda2
lrwxrwxrwx 1 root root 10 Mar 11 14:13 scsi-SATA_ST9500423AS_5WR0GXYW-part5 ->
../../sda5
lrwxrwxrwx 1 root root 9 Mar 11 14:13 wwn-0x5000c5003d4b424e -> ../../sda
lrwxrwxrwx 1 root root 10 Mar 11 14:13 wwn-0x5000c5003d4b424e-part1 ->
../../sda1
lrwxrwxrwx 1 root root 10 Mar 11 14:13 wwn-0x5000c5003d4b424e-part2 ->
../../sda2
lrwxrwxrwx 1 root root 10 Mar 11 14:13 wwn-0x5000c5003d4b424e-part5 ->
../../sda5
*********************** END /dev/disk/by-id
*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 Mar 11 14:13 77b9f482-78cc-4625-885e-1d6489b84fc1 ->
../../sda1
lrwxrwxrwx 1 root root 10 Mar 11 14:13 af89a290-9c6f-4039-8d5c-95aa75654776 ->
../../dm-0
lrwxrwxrwx 1 root root 10 Mar 11 14:14 cc470f9c-b18b-4164-b4ab-c5410974b834 ->
../../dm-2
lrwxrwxrwx 1 root root 10 Mar 11 14:13 e8f52047-de95-4636-a242-bb0964db3878 ->
../../dm-1
*********************** END /dev/disk/by-uuid
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (100, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.13-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=lt_LT.UTF-8, LC_CTYPE=lt_LT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages grub2-common depends on:
ii dpkg 1.17.6
ii grub-common 2.02~beta2-7
ii install-info 5.2.0.dfsg.1-2
ii libc6 2.18-4
ii libdevmapper1.02.1 2:1.02.83-2
ii liblzma5 5.1.1alpha+20120614-2
grub2-common recommends no packages.
grub2-common suggests no packages.
-- no debconf information
--- 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 ---