Your message dated Sun, 29 May 2011 21:48:06 +0000
with message-id <e1qqnqa-0006ff...@franck.debian.org>
and subject line Bug#627587: fixed in grub2 1.99-5
has caused the Debian Bug report #627587,
regarding grub-pc: grub-probe: error: cannot stat `/dev/root'.
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.)
--
627587: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627587
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: grub-pc
Version: 1.99-4
Severity: grave
<-- snip -->
# apt-get install grub-pc
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
grub-common grub-pc-bin grub2-common
Suggested packages:
multiboot-doc grub-emu xorriso desktop-base
Recommended packages:
os-prober
The following NEW packages will be installed:
grub-pc-bin grub2-common
The following packages will be upgraded:
grub-common grub-pc
2 upgraded, 2 newly installed, 0 to remove and 468 not upgraded.
Need to get 3,557 kB of archives.
After this operation, 2,273 kB of additional disk space will be used.
Do you want to continue [Y/n]?
Get:1 http://ftp.debian.org/debian/ unstable/main grub2-common amd64 1.99-4
[94.1 kB]
Get:2 http://ftp.debian.org/debian/ unstable/main grub-pc-bin amd64 1.99-4 [815
kB]
Get:3 http://ftp.debian.org/debian/ unstable/main grub-pc amd64 1.99-4 [95.0 kB]
Get:4 http://ftp.debian.org/debian/ unstable/main grub-common amd64 1.99-4
[2,553 kB]
Fetched 3,557 kB in 17s (201 kB/s)
Reading changelogs... Done
apt-listchanges: Do you want to continue? [Y/n]
Preconfiguring packages ...
Selecting previously deselected package grub2-common.
(Reading database ... 254132 files and directories currently installed.)
Unpacking grub2-common (from .../grub2-common_1.99-4_amd64.deb) ...
Replacing files in old package grub-pc ...
Replacing files in old package grub-common ...
Selecting previously deselected package grub-pc-bin.
Unpacking grub-pc-bin (from .../grub-pc-bin_1.99-4_amd64.deb) ...
Replacing files in old package grub-pc ...
Preparing to replace grub-pc 1.98+20100804-14 (using
.../grub-pc_1.99-4_amd64.deb) ...
Unpacking replacement grub-pc ...
Preparing to replace grub-common 1.98+20100804-14 (using
.../grub-common_1.99-4_amd64.deb) ...
Unpacking replacement grub-common ...
Processing triggers for install-info ...
install-info: warning: no info dir entry in `/usr/share/info/latex2rtf.info.gz'
Processing triggers for man-db ...
Setting up grub-common (1.99-4) ...
Installing new version of config file /etc/grub.d/10_linux ...
Installing new version of config file /etc/grub.d/30_os-prober ...
Installing new version of config file /etc/grub.d/00_header ...
Installing new version of config file /etc/grub.d/05_debian_theme ...
Installing new version of config file /etc/grub.d/20_linux_xen ...
Setting up grub2-common (1.99-4) ...
Setting up grub-pc-bin (1.99-4) ...
Setting up grub-pc (1.99-4) ...
Replacing config file /etc/default/grub with new version
grub-probe: error: cannot stat `/dev/root'.
grub-probe: error: cannot stat `/dev/root'.
grub-probe: error: cannot stat `/dev/root'.
/usr/sbin/grub-probe: error: cannot stat `/dev/root'.
/usr/sbin/grub-probe: error: cannot stat `/dev/root'.
dpkg: error processing grub-pc (--configure):
subprocess installed post-installation script returned error exit status 1
configured to not write apport reports
Errors were encountered while processing:
grub-pc
E: Sub-process /usr/bin/dpkg returned an error code (1)
<-- snip -->
-- Package-specific info:
*********************** BEGIN /proc/mounts
/dev/root / ext2 rw,relatime,errors=remount-ro 0 0
*********************** END /proc/mounts
*********************** BEGIN /boot/grub/device.map
(hd0) /dev/sda
(hd1) /dev/sdb
*********************** 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
load_env
fi
set default="0"
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 {
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
}
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set ac28828f-e074-4c34-a906-9509710bde32
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
load_video
insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set ac28828f-e074-4c34-a906-9509710bde32
set locale_dir=($root)/boot/grub/locale
set lang=en
insmod gettext
set timeout=5
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, with Linux 2.6.39' --class debian --class
gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set ac28828f-e074-4c34-a906-9509710bde32
echo 'Loading Linux 2.6.39 ...'
linux /boot/vmlinuz-2.6.39 root=/dev/sda1 ro
}
menuentry 'Debian GNU/Linux, with Linux 2.6.39 (recovery mode)' --class debian
--class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set ac28828f-e074-4c34-a906-9509710bde32
echo 'Loading Linux 2.6.39 ...'
linux /boot/vmlinuz-2.6.39 root=/dev/sda1 ro single
}
menuentry 'Debian GNU/Linux, with Linux 2.6.38.6' --class debian --class
gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set ac28828f-e074-4c34-a906-9509710bde32
echo 'Loading Linux 2.6.38.6 ...'
linux /boot/vmlinuz-2.6.38.6 root=/dev/sda1 ro
}
menuentry 'Debian GNU/Linux, with Linux 2.6.38.6 (recovery mode)' --class
debian --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set ac28828f-e074-4c34-a906-9509710bde32
echo 'Loading Linux 2.6.38.6 ...'
linux /boot/vmlinuz-2.6.38.6 root=/dev/sda1 ro single
}
menuentry 'Debian GNU/Linux, with Linux 2.6.38.4' --class debian --class
gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set ac28828f-e074-4c34-a906-9509710bde32
echo 'Loading Linux 2.6.38.4 ...'
linux /boot/vmlinuz-2.6.38.4 root=/dev/sda1 ro
}
menuentry 'Debian GNU/Linux, with Linux 2.6.38.4 (recovery mode)' --class
debian --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set ac28828f-e074-4c34-a906-9509710bde32
echo 'Loading Linux 2.6.38.4 ...'
linux /boot/vmlinuz-2.6.38.4 root=/dev/sda1 ro single
}
menuentry 'Debian GNU/Linux, with Linux 2.6.38.3' --class debian --class
gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set ac28828f-e074-4c34-a906-9509710bde32
echo 'Loading Linux 2.6.38.3 ...'
linux /boot/vmlinuz-2.6.38.3 root=/dev/sda1 ro
}
menuentry 'Debian GNU/Linux, with Linux 2.6.38.3 (recovery mode)' --class
debian --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set ac28828f-e074-4c34-a906-9509710bde32
echo 'Loading Linux 2.6.38.3 ...'
linux /boot/vmlinuz-2.6.38.3 root=/dev/sda1 ro single
}
menuentry 'Debian GNU/Linux, with Linux 2.6.38.2' --class debian --class
gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set ac28828f-e074-4c34-a906-9509710bde32
echo 'Loading Linux 2.6.38.2 ...'
linux /boot/vmlinuz-2.6.38.2 root=/dev/sda1 ro
}
menuentry 'Debian GNU/Linux, with Linux 2.6.38.2 (recovery mode)' --class
debian --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set ac28828f-e074-4c34-a906-9509710bde32
echo 'Loading Linux 2.6.38.2 ...'
linux /boot/vmlinuz-2.6.38.2 root=/dev/sda1 ro single
}
menuentry 'Debian GNU/Linux, with Linux 2.6.38' --class debian --class
gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set ac28828f-e074-4c34-a906-9509710bde32
echo 'Loading Linux 2.6.38 ...'
linux /boot/vmlinuz-2.6.38 root=/dev/sda1 ro
}
menuentry 'Debian GNU/Linux, with Linux 2.6.38 (recovery mode)' --class debian
--class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set ac28828f-e074-4c34-a906-9509710bde32
echo 'Loading Linux 2.6.38 ...'
linux /boot/vmlinuz-2.6.38 root=/dev/sda1 ro single
}
menuentry 'Debian GNU/Linux, with Linux 0.test' --class debian --class
gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set ac28828f-e074-4c34-a906-9509710bde32
echo 'Loading Linux 0.test ...'
linux /boot/vmlinuz-0.test root=/dev/sda1 ro
}
menuentry 'Debian GNU/Linux, with Linux 0.test (recovery mode)' --class debian
--class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set ac28828f-e074-4c34-a906-9509710bde32
echo 'Loading Linux 0.test ...'
linux /boot/vmlinuz-0.test root=/dev/sda1 ro single
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set ac28828f-e074-4c34-a906-9509710bde32
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set ac28828f-e074-4c34-a906-9509710bde32
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
menuentry "Memory test (memtest86+, experimental multiboot)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set ac28828f-e074-4c34-a906-9509710bde32
multiboot /boot/memtest86+_multiboot.bin
}
menuentry "Memory test (memtest86+, serial console 115200, experimental
multiboot)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set ac28828f-e074-4c34-a906-9509710bde32
multiboot /boot/memtest86+_multiboot.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/41_custom ###
if [ -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 /dev/disk/by-id
ls: cannot access /dev/disk/by-id: No such file or directory
*********************** END /dev/disk/by-id
*********************** BEGIN /dev/disk/by-uuid
ls: cannot access /dev/disk/by-uuid: No such file or directory
*********************** END /dev/disk/by-uuid
-- System Information:
Debian Release: 6.0.1
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.39 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.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.36.1 Debian configuration management sy
ii grub-common 1.99-4 GRand Unified Bootloader (common f
ii grub-pc-bin 1.99-4 GRand Unified Bootloader, version
ii grub2-common 1.99-4 GRand Unified Bootloader (common f
ii ucf 3.0025+nmu1 Update Configuration File: preserv
grub-pc recommends no packages.
grub-pc suggests no packages.
-- Configuration Files:
/etc/grub.d/05_debian_theme changed [not included]
-- debconf information:
grub2/kfreebsd_cmdline:
grub2/device_map_regenerated:
* grub2/linux_cmdline:
grub-pc/install_devices_empty: false
* grub-pc/install_devices_failed: true
grub-pc/chainload_from_menu.lst: true
grub-pc/kopt_extracted: false
* grub-pc/install_devices: /dev/sda
grub-pc/postrm_purge_boot_grub: false
grub-pc/install_devices_failed_upgrade: true
grub-pc/disk_description:
grub2/kfreebsd_cmdline_default: quiet
grub-pc/partition_description:
grub-pc/install_devices_disks_changed:
* grub2/linux_cmdline_default:
grub-pc/mixed_legacy_and_grub2: true
--- End Message ---
--- Begin Message ---
Source: grub2
Source-Version: 1.99-5
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.99-5_i386.deb
to main/g/grub2/grub-common_1.99-5_i386.deb
grub-coreboot-bin_1.99-5_i386.deb
to main/g/grub2/grub-coreboot-bin_1.99-5_i386.deb
grub-coreboot_1.99-5_i386.deb
to main/g/grub2/grub-coreboot_1.99-5_i386.deb
grub-efi-amd64-bin_1.99-5_i386.deb
to main/g/grub2/grub-efi-amd64-bin_1.99-5_i386.deb
grub-efi-amd64_1.99-5_i386.deb
to main/g/grub2/grub-efi-amd64_1.99-5_i386.deb
grub-efi-ia32-bin_1.99-5_i386.deb
to main/g/grub2/grub-efi-ia32-bin_1.99-5_i386.deb
grub-efi-ia32_1.99-5_i386.deb
to main/g/grub2/grub-efi-ia32_1.99-5_i386.deb
grub-efi_1.99-5_i386.deb
to main/g/grub2/grub-efi_1.99-5_i386.deb
grub-emu_1.99-5_i386.deb
to main/g/grub2/grub-emu_1.99-5_i386.deb
grub-firmware-qemu_1.99-5_i386.deb
to main/g/grub2/grub-firmware-qemu_1.99-5_i386.deb
grub-ieee1275-bin_1.99-5_i386.deb
to main/g/grub2/grub-ieee1275-bin_1.99-5_i386.deb
grub-ieee1275_1.99-5_i386.deb
to main/g/grub2/grub-ieee1275_1.99-5_i386.deb
grub-linuxbios_1.99-5_i386.deb
to main/g/grub2/grub-linuxbios_1.99-5_i386.deb
grub-mount-udeb_1.99-5_i386.udeb
to main/g/grub2/grub-mount-udeb_1.99-5_i386.udeb
grub-pc-bin_1.99-5_i386.deb
to main/g/grub2/grub-pc-bin_1.99-5_i386.deb
grub-pc_1.99-5_i386.deb
to main/g/grub2/grub-pc_1.99-5_i386.deb
grub-rescue-pc_1.99-5_i386.deb
to main/g/grub2/grub-rescue-pc_1.99-5_i386.deb
grub2-common_1.99-5_i386.deb
to main/g/grub2/grub2-common_1.99-5_i386.deb
grub2_1.99-5.diff.gz
to main/g/grub2/grub2_1.99-5.diff.gz
grub2_1.99-5.dsc
to main/g/grub2/grub2_1.99-5.dsc
grub2_1.99-5_i386.deb
to main/g/grub2/grub2_1.99-5_i386.deb
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 627...@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...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sun, 29 May 2011 21:58:55 +0100
Source: grub2
Binary: grub2 grub-linuxbios grub-efi grub-common grub2-common grub-emu
grub-pc-bin grub-pc grub-rescue-pc grub-coreboot-bin grub-coreboot
grub-efi-ia32-bin grub-efi-ia32 grub-efi-amd64-bin grub-efi-amd64
grub-ieee1275-bin grub-ieee1275 grub-firmware-qemu grub-yeeloong-bin
grub-yeeloong grub-mount-udeb
Architecture: source i386
Version: 1.99-5
Distribution: unstable
Urgency: low
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-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-ia32 - GRand Unified Bootloader, version 2 (EFI-IA32 version)
grub-efi-ia32-bin - GRand Unified Bootloader, version 2 (EFI-IA32 binaries)
grub-emu - GRand Unified Bootloader, version 2 (emulated version)
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-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-rescue-pc - GRUB bootable rescue images, version 2 (PC/BIOS version)
grub-yeeloong - GRand Unified Bootloader, version 2 (Yeeloong version)
grub-yeeloong-bin - GRand Unified Bootloader, version 2 (Yeeloong binaries)
grub2 - GRand Unified Bootloader, version 2 (dummy package)
grub2-common - GRand Unified Bootloader (common files for version 2)
Closes: 627587 628196 628210 628382 628427
Changes:
grub2 (1.99-5) unstable; urgency=low
.
[ Colin Watson ]
* Change grub2/linux_cmdline and grub2/kfreebsd_cmdline descriptions to
indicate that the command line is allowed to be empty, since this is a
common source of confusion (thanks, Jordan Uggla).
* On non-Ubuntu-derived systems, add Breaks: udev (<< 168-1) to
grub-common, for the sake of (some?) users without initrds (closes:
#627587).
.
[ Debconf translations ]
* French (Christian Perrier)
* Russian (Yuri Kozlov). Closes: #628196
* Simplified Chinese (YunQiang Su). Closes: #628210
* Japanese (Hideki Yamane). Closes: #628382
* Danish (Joe Hansen). Closes: #628427
Checksums-Sha1:
a53854302f2aaebc7b08219c4c761b7747af77a0 3074 grub2_1.99-5.dsc
7cb6916b82cfd6849101979cc0e47150de500918 295456 grub2_1.99-5.diff.gz
ae1c6a0fd3fe3cdb39e1ffb3cc1392afddd392fd 2480 grub2_1.99-5_i386.deb
64f58bf0bc111d7cb85ba7437b2d9c385a9119aa 1038 grub-linuxbios_1.99-5_i386.deb
2980bb46245b9ba6ec7add69be22b7db916b7e13 1054 grub-efi_1.99-5_i386.deb
f65e058dc73c2e779d418a9d41b1d99a917a4ab0 2469432 grub-common_1.99-5_i386.deb
16fd4789cd3e8a1a99cd602843e896011a57b5cc 93994 grub2-common_1.99-5_i386.deb
f45eb9c616bb24bdc35d128abd160287d63f4537 3295940 grub-emu_1.99-5_i386.deb
2f2ed625a8ce52df41ac6d7e97ffc9683173df9c 795490 grub-pc-bin_1.99-5_i386.deb
853fd935e9699a50ef2344a14875f0b8759357d8 91134 grub-pc_1.99-5_i386.deb
63089778fe4ba2a7196e377811188c947b82c504 1558260 grub-rescue-pc_1.99-5_i386.deb
9a8f7ba11db0f02af7c652a538a9e1b3213dacd9 577518
grub-coreboot-bin_1.99-5_i386.deb
3310d2ee899397ef8139690e20c61aef4e9d1357 28592 grub-coreboot_1.99-5_i386.deb
cb2dd2c2cdd6210a229e082a8074e0a9b9e88fcd 589940
grub-efi-ia32-bin_1.99-5_i386.deb
60982675469d451cfbd26faca89a80a4d28d26c8 28676 grub-efi-ia32_1.99-5_i386.deb
4e1793360a0afce11de910fcb7c7a0f871f4bc60 698064
grub-efi-amd64-bin_1.99-5_i386.deb
fb79959007a96d380fcbab264502f603ece1d77c 28664 grub-efi-amd64_1.99-5_i386.deb
c44875895dea4157d879e8440fa72b5af8fffa1b 573696
grub-ieee1275-bin_1.99-5_i386.deb
2922f45bb0910322be4309912e1e58a78c6b7eac 28624 grub-ieee1275_1.99-5_i386.deb
f1331b21e97fb77d4abd8b08f44770b6c72dd51b 864294
grub-firmware-qemu_1.99-5_i386.deb
95c91e73f8927347502367e3f5fe3c478531a232 141518
grub-mount-udeb_1.99-5_i386.udeb
Checksums-Sha256:
578349d0db9ad6e5c1b5c7a0022044c38dd1dfc53897be9038ed821636165c83 3074
grub2_1.99-5.dsc
aba6eba20fac0f76f74fc86a48679e3d38a7ca2dbd6de61bdf9c98aa03dc9b69 295456
grub2_1.99-5.diff.gz
b1fee92f68d08eb00708818485edaf6a5d5fffd1769d5c55b1f993b3e737236c 2480
grub2_1.99-5_i386.deb
398a5e1612bea934eab32e0d62db26e3223f0b90558b3077642670bff3c18277 1038
grub-linuxbios_1.99-5_i386.deb
46d7b9c3ba2bc73fa29dd5653bfaeb8596f38868cf8223ab92250329cde1ce25 1054
grub-efi_1.99-5_i386.deb
40a50478165ae25673d911166c9fd6f4b364417041ba9d11c13e80f94e102deb 2469432
grub-common_1.99-5_i386.deb
1a9a0c1bac86599688a89a71859be440e45a9df8328371fcfc83787ed1a3551c 93994
grub2-common_1.99-5_i386.deb
9d83bcda687daef365b0348b916b6ba81f4cf55385d791eb4d4898be9fcb5c73 3295940
grub-emu_1.99-5_i386.deb
697f4dd3e2c7a2f02679151c9683b5dfac5667e7bf478bcb0b84565a1076dc42 795490
grub-pc-bin_1.99-5_i386.deb
4550a8d4ce5b8ab92978f43c6f6d2e9825e80440325d5502253a10a48c11b982 91134
grub-pc_1.99-5_i386.deb
9b05b529ae7819cb3469acd31ba0b3323de01a62ff68ab324a77bb8efe0eb34c 1558260
grub-rescue-pc_1.99-5_i386.deb
971060db1a0cb2293fa372a5231e7c9e301faf240ccabbad242e08670654e161 577518
grub-coreboot-bin_1.99-5_i386.deb
6e3a20bccd13c303797b5b02a9c694b31092f19acff7842d8690465e70fcdc87 28592
grub-coreboot_1.99-5_i386.deb
3f95ceb51b48072260942ea4cd2f8ac6083d2be373353f74c15b71a037f1e88f 589940
grub-efi-ia32-bin_1.99-5_i386.deb
113a24d4f78ed7ccf928e2a6fef792e0d9c7b264e0b19aedd1a86de45add081c 28676
grub-efi-ia32_1.99-5_i386.deb
de982b63038c4618a6315cb8f1e4c33ec8edd0fe20568270701e16077d5e5311 698064
grub-efi-amd64-bin_1.99-5_i386.deb
e18f39b252394689c9bc91481bb703671646525d14096bf876921f069af1258f 28664
grub-efi-amd64_1.99-5_i386.deb
f5bd0e7792e5fb36bc1a12980f5d35b763ebb602d5a89cf34d5a6e0a3bdcf725 573696
grub-ieee1275-bin_1.99-5_i386.deb
e36cfd6760eac5a7dc159a30b931b8ec7131c661a043b9dc6f3708478ef8b6f1 28624
grub-ieee1275_1.99-5_i386.deb
e2d84dc8a6da1820d451cdf056deab013059fa22d0d1008fcfcf3effe8decab9 864294
grub-firmware-qemu_1.99-5_i386.deb
182685d8d2e58bcfa8d87f47c69feca8d540e18c6e1681c5fb46c6498e49aea2 141518
grub-mount-udeb_1.99-5_i386.udeb
Files:
9c703f21085afdda88e9c818b4c68a44 3074 admin extra grub2_1.99-5.dsc
e96a76998a21023a6b7e6614766cd8bc 295456 admin extra grub2_1.99-5.diff.gz
42bc4598a8528780b80531ddec7c611c 2480 admin extra grub2_1.99-5_i386.deb
eab0fb0545add3e5b1bdbc41d24daf44 1038 admin extra
grub-linuxbios_1.99-5_i386.deb
0824cf0b5d597416a70791bc035cdc60 1054 admin extra grub-efi_1.99-5_i386.deb
2c6491c3802d5ab3de17144ac0d1925b 2469432 admin optional
grub-common_1.99-5_i386.deb
52cfb1ab2cadb26bd66b2bb6b69c3abc 93994 admin optional
grub2-common_1.99-5_i386.deb
c890c6f86bc7ec6dce8fe2eb98fae110 3295940 admin extra grub-emu_1.99-5_i386.deb
acb1051b60b43987f674ebe156a85b4d 795490 admin optional
grub-pc-bin_1.99-5_i386.deb
5b8449cdb89350249f7f187e57cd1541 91134 admin optional grub-pc_1.99-5_i386.deb
45e85e90efcc358ef4e354432a40187d 1558260 admin extra
grub-rescue-pc_1.99-5_i386.deb
26a77b21e6bb26b97d4ee71b5bda5e27 577518 admin extra
grub-coreboot-bin_1.99-5_i386.deb
94fc5de88a13b130bf4074c2aedecc21 28592 admin extra
grub-coreboot_1.99-5_i386.deb
38e0ce587cb77147cba808c159365a50 589940 admin extra
grub-efi-ia32-bin_1.99-5_i386.deb
e8fe61f8b2e98b4a9d4be28b6308530f 28676 admin extra
grub-efi-ia32_1.99-5_i386.deb
31304bf558a93559fada3ca256ca3c9d 698064 admin extra
grub-efi-amd64-bin_1.99-5_i386.deb
51f9ee2ec6f1b3de543f1e53d05e6cc7 28664 admin extra
grub-efi-amd64_1.99-5_i386.deb
7e048f71dd2ed15e8e4d42c55cc3a523 573696 admin extra
grub-ieee1275-bin_1.99-5_i386.deb
b7309c7b850c0e4ed7b5dc1085617f6c 28624 admin extra
grub-ieee1275_1.99-5_i386.deb
c000d4e841254eb5595cd754cb5cefc0 864294 admin extra
grub-firmware-qemu_1.99-5_i386.deb
08c83ac2bc910c422ebda3cbe7ddbd1d 141518 debian-installer extra
grub-mount-udeb_1.99-5_i386.udeb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Colin Watson <cjwat...@debian.org> -- Debian developer
iQIVAwUBTeK8Dzk1h9l9hlALAQgIFRAAmErsWyaU5iiqmDZynFp9Gd0GhyAn2udG
5fTQvANeqFxpaqJYgB6N2eMyePQouZrf1lJRda3btTUcw36boIlNSX7EYrecsoJm
G8q9lVF8M2eBK1xSHICXULHVq4/llfDyWzdo+GKgUcGhAsrTHJKaFNT43uTNz/Zl
6UAcvfbhaBgzEz2dhVZ62v4d1jj7h1cn9ABrkwnGULaqwAytWUINDoMXIS+aYNba
TNznYLRUjb58ud5k2PB+LH05EUKiFuF4yh0fFn0hJWyUbxlQAmec63rYRpnt3B2h
PcrAnV7IkG2weSjb5j3dh1Mv67Rn/uTmEBKHCMmVnScL209RyOQh/Py4xDM08WVK
+krzucqRDUJ39apZSy0vPUdVipMidfIUtcTPLb3ynIFtFs2zWljMjzmvIMgZRN3c
DAfc+7Bd/rAFSJ2q09QKBM+xEGhW3yFhdG5vFWs6Cywc1zSWg//Gp6Obr4WqHD9v
etm/QQlC1iO2+qT0m9OnlGykOw+HAsPSRUKne9Nxr6kGemu4JBdBNsv3AhGxpQpl
jLrRujFON4/Do8NI9dULjD+u5E6a5T5t3hd8bMjOoCyixcb3MsBWQDewIJJIIJge
h5SoeUh7vA+hsuLoBfvtp+LJUzSSSQsDqe3ZsPWKAdupW72xd8fX/Y5HGgNUKBI8
RP6+Osciaz4=
=mmbC
-----END PGP SIGNATURE-----
--- End Message ---