Your message dated Sat, 19 Jun 2010 01:34:47 +0000
with message-id <e1opmxl-0006aa...@ries.debian.org>
and subject line Bug#585068: fixed in grub2 1.98+20100617-1
has caused the Debian Bug report #585068,
regarding grub-pc: fails to boot kfreebsd with "no such partition" after
upgrade from 1.98-1
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.)
--
585068: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585068
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: grub-pc
Version: 1.98+20100602-2
Severity: grave
When I try to boot, grub doesn't seem to find its "normal" module
anymore by itself but needs a manual hint:
---snip---
GRUB loading.
Welcome to GRUB!
error: no such partition.
Entering rescue mode...
grub rescue> set prefix=(hd0,msdos1,bsd1)/boot/grub
grub rescue> insmod normal
grub rescue> normal
---snap---
Neither "grub-install /dev/ad0" nor "update-grub" nor
"grub-mkdevicemap" changed this situation.
I don't know exactly since which version this is happening, because
the box had an uptime of 77 days.
The last boot was at Tue Mar 23 12:27:43 2010 when both, testing and
unstable had version 1.98-1. So I downgraded all packages build from
the grub2 source package to 1.98-1 from testing and it worked again.
So this problem probably has been introduced after 1.98-1.
Following the diff between the grub.cfg generated by 1.98-1 ("<") and
1.98+20100602-2 (">"). One notable difference is that the newer grub
uses "(hd0,1,1)" instead of "(hd0,1,a)" to describe the root
partition. But at least "ls" on the grub 1.98+20100602-2 command line
did neither accept "(hd0,1,1)" as partition nor "(hd0,1,a)", just
"(hd0,msdos1,bsd1)" and "(hd0,1,bsd1)".
OTOH "set root='(hd0,1,1)'" from grub.cfg seems to work anyway.
---snip---
26a27,28
> insmod part_bsd
> insmod part_msdos
28c30
< set root='(hd0,1,a)'
---
> set root='(hd0,1,1)'
34,38d35
< if terminal_output gfxterm ; then true ; else
< # For backward compatibility with versions of terminal.mod that don't
< # understand terminal_output
< terminal gfxterm
< fi
39a37,49
> if terminal_output gfxterm ; then true ; else
> # For backward compatibility with versions of terminal.mod that don't
> # understand terminal_output
> terminal gfxterm
> fi
> insmod part_bsd
> insmod part_msdos
> insmod ufs2
> set root='(hd0,1,1)'
> search --no-floppy --fs-uuid --set 49c265649d15ddd7
> set locale_dir=($root)/boot/grub/locale
> set lang=en
> insmod gettext
43a54,55
> insmod part_bsd
> insmod part_msdos
45c57
< set root='(hd0,1,a)'
---
> set root='(hd0,1,1)'
58c70,72
< menuentry "Debian GNU/kFreeBSD, with kFreeBSD 8.0-1-686-smp" --class debian
--class gnu-kfreebsd --class gnu --class os {
---
> menuentry 'Debian GNU/kFreeBSD, with kFreeBSD 8.0-1-686-smp' --class debian
> --class gnu-kfreebsd --class gnu --class os {
> insmod part_bsd
> insmod part_msdos
60c74
< set root='(hd0,1,a)'
---
> set root='(hd0,1,1)'
62c76
< echo Loading kernel of FreeBSD 8.0-1-686-smp ...
---
> echo 'Loading kernel of FreeBSD 8.0-1-686-smp ...'
67c81,83
< menuentry "Debian GNU/kFreeBSD, with kFreeBSD 7.3-1-686-smp" --class debian
--class gnu-kfreebsd --class gnu --class os {
---
> menuentry 'Debian GNU/kFreeBSD, with kFreeBSD 7.3-1-686-smp' --class debian
> --class gnu-kfreebsd --class gnu --class os {
> insmod part_bsd
> insmod part_msdos
69c85
< set root='(hd0,1,a)'
---
> set root='(hd0,1,1)'
71c87
< echo Loading kernel of FreeBSD 7.3-1-686-smp ...
---
> echo 'Loading kernel of FreeBSD 7.3-1-686-smp ...'
77c93,95
< menuentry "Debian GNU/kFreeBSD, with kFreeBSD 7.2-1-686-smp" --class debian
--class gnu-kfreebsd --class gnu --class os {
---
> menuentry 'Debian GNU/kFreeBSD, with kFreeBSD 7.2-1-686-smp' --class debian
> --class gnu-kfreebsd --class gnu --class os {
> insmod part_bsd
> insmod part_msdos
79c97
< set root='(hd0,1,a)'
---
> set root='(hd0,1,1)'
81c99
< echo Loading kernel of FreeBSD 7.2-1-686-smp ...
---
> echo 'Loading kernel of FreeBSD 7.2-1-686-smp ...'
96a115,116
> insmod part_bsd
> insmod part_msdos
98c118
< set root='(hd0,1,a)'
---
> set root='(hd0,1,1)'
102a123,124
> insmod part_bsd
> insmod part_msdos
104c126
< set root='(hd0,1,a)'
---
> set root='(hd0,1,1)'
111a134,135
> insmod part_bsd
> insmod part_msdos
113c137
< set root='(hd0,1,a)'
---
> set root='(hd0,1,1)'
---snap---
-- Package-specific info:
*********************** BEGIN /proc/mounts
/dev/ad0s1a / ufs rw 0 0
*********************** END /proc/mounts
*********************** BEGIN /boot/grub/device.map
(hd0) /dev/ad0
*********************** END /boot/grub/device.map
*********************** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
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
}
insmod part_bsd
insmod part_msdos
insmod ufs2
set root='(hd0,1,1)'
search --no-floppy --fs-uuid --set 49c265649d15ddd7
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
fi
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
fi
insmod part_bsd
insmod part_msdos
insmod ufs2
set root='(hd0,1,1)'
search --no-floppy --fs-uuid --set 49c265649d15ddd7
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 ###
insmod part_bsd
insmod part_msdos
insmod ufs2
set root='(hd0,1,1)'
search --no-floppy --fs-uuid --set 49c265649d15ddd7
insmod png
if background_image /boot/grub/moreblue-orbit-grub.png ; then
set color_normal=black/black
set color_highlight=magenta/black
else
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_kfreebsd ###
menuentry 'Debian GNU/kFreeBSD, with kFreeBSD 8.0-1-686-smp' --class debian
--class gnu-kfreebsd --class gnu --class os {
insmod part_bsd
insmod part_msdos
insmod ufs2
set root='(hd0,1,1)'
search --no-floppy --fs-uuid --set 49c265649d15ddd7
echo 'Loading kernel of FreeBSD 8.0-1-686-smp ...'
kfreebsd /boot/kfreebsd-8.0-1-686-smp.gz
set kFreeBSD.vfs.root.mountfrom=ufs:/dev/ad0s1a
set kFreeBSD.vfs.root.mountfrom.options=rw
}
menuentry 'Debian GNU/kFreeBSD, with kFreeBSD 7.3-1-686-smp' --class debian
--class gnu-kfreebsd --class gnu --class os {
insmod part_bsd
insmod part_msdos
insmod ufs2
set root='(hd0,1,1)'
search --no-floppy --fs-uuid --set 49c265649d15ddd7
echo 'Loading kernel of FreeBSD 7.3-1-686-smp ...'
kfreebsd /boot/kfreebsd-7.3-1-686-smp.gz
kfreebsd_module_elf /lib/modules/7.3-1-686-smp/acpi.ko
set kFreeBSD.vfs.root.mountfrom=ufs:/dev/ad0s1a
set kFreeBSD.vfs.root.mountfrom.options=rw
}
menuentry 'Debian GNU/kFreeBSD, with kFreeBSD 7.2-1-686-smp' --class debian
--class gnu-kfreebsd --class gnu --class os {
insmod part_bsd
insmod part_msdos
insmod ufs2
set root='(hd0,1,1)'
search --no-floppy --fs-uuid --set 49c265649d15ddd7
echo 'Loading kernel of FreeBSD 7.2-1-686-smp ...'
kfreebsd /boot/kfreebsd-7.2-1-686-smp.gz
kfreebsd_module_elf /lib/modules/7.2-1-686-smp/acpi.ko
set kFreeBSD.vfs.root.mountfrom=ufs:/dev/ad0s1a
set kFreeBSD.vfs.root.mountfrom.options=rw
}
### END /etc/grub.d/10_kfreebsd ###
### BEGIN /etc/grub.d/20_memtest86 ###
menuentry "Memory test (memtest86)" {
linux16 /boot/memtest86.bin
}
### END /etc/grub.d/20_memtest86 ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod part_bsd
insmod part_msdos
insmod ufs2
set root='(hd0,1,1)'
search --no-floppy --fs-uuid --set 49c265649d15ddd7
multiboot /boot/memtest86+_multiboot.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_bsd
insmod part_msdos
insmod ufs2
set root='(hd0,1,1)'
search --no-floppy --fs-uuid --set 49c265649d15ddd7
multiboot /boot/memtest86+_multiboot.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/22_invaders ###
menuentry "GRUB Invaders" {
insmod part_bsd
insmod part_msdos
insmod ufs2
set root='(hd0,1,1)'
search --no-floppy --fs-uuid --set 49c265649d15ddd7
multiboot /boot/invaders.exec
}
### END /etc/grub.d/22_invaders ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
*********************** END /boot/grub/grub.cfg
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (990, 'unstable'), (600, 'testing'), (110, 'experimental')
Architecture: kfreebsd-i386 (i686)
Kernel: kFreeBSD 8.0-1-686-smp
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages grub-pc depends on:
ii cdebconf [debconf-2.0] 0.149 Debian Configuration Management Sy
ii debconf [debconf-2.0] 1.5.32 Debian configuration management sy
ii grub-common 1.98+20100602-2 GRand Unified Bootloader, version
ii libc0.1 2.11.1-2 Embedded GNU C Library: Shared lib
ii ucf 3.0025 Update Configuration File: preserv
grub-pc recommends no packages.
Versions of packages grub-pc suggests:
ii desktop-base 5.0.5 common files for the Debian Deskto
-- Configuration Files:
/etc/default/grub changed:
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX=""
-- debconf information:
grub2/kfreebsd_cmdline:
grub-pc/linux_cmdline: fillme
* grub2/linux_cmdline:
grub-pc/chainload_from_menu.lst: true
grub-pc/kopt_extracted: false
* grub-pc/install_devices: /dev/ad0
grub-pc/postrm_purge_boot_grub: false
grub2/kfreebsd_cmdline_default: quiet
* grub2/linux_cmdline_default: quiet
--- End Message ---
--- Begin Message ---
Source: grub2
Source-Version: 1.98+20100617-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.98+20100617-1_i386.deb
to main/g/grub2/grub-common_1.98+20100617-1_i386.deb
grub-coreboot_1.98+20100617-1_i386.deb
to main/g/grub2/grub-coreboot_1.98+20100617-1_i386.deb
grub-efi-amd64_1.98+20100617-1_i386.deb
to main/g/grub2/grub-efi-amd64_1.98+20100617-1_i386.deb
grub-efi-ia32_1.98+20100617-1_i386.deb
to main/g/grub2/grub-efi-ia32_1.98+20100617-1_i386.deb
grub-efi_1.98+20100617-1_i386.deb
to main/g/grub2/grub-efi_1.98+20100617-1_i386.deb
grub-emu_1.98+20100617-1_i386.deb
to main/g/grub2/grub-emu_1.98+20100617-1_i386.deb
grub-firmware-qemu_1.98+20100617-1_i386.deb
to main/g/grub2/grub-firmware-qemu_1.98+20100617-1_i386.deb
grub-ieee1275_1.98+20100617-1_i386.deb
to main/g/grub2/grub-ieee1275_1.98+20100617-1_i386.deb
grub-linuxbios_1.98+20100617-1_i386.deb
to main/g/grub2/grub-linuxbios_1.98+20100617-1_i386.deb
grub-pc_1.98+20100617-1_i386.deb
to main/g/grub2/grub-pc_1.98+20100617-1_i386.deb
grub-rescue-pc_1.98+20100617-1_i386.deb
to main/g/grub2/grub-rescue-pc_1.98+20100617-1_i386.deb
grub2_1.98+20100617-1.diff.gz
to main/g/grub2/grub2_1.98+20100617-1.diff.gz
grub2_1.98+20100617-1.dsc
to main/g/grub2/grub2_1.98+20100617-1.dsc
grub2_1.98+20100617-1_i386.deb
to main/g/grub2/grub2_1.98+20100617-1_i386.deb
grub2_1.98+20100617.orig.tar.gz
to main/g/grub2/grub2_1.98+20100617.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 585...@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: Sat, 19 Jun 2010 01:31:40 +0100
Source: grub2
Binary: grub2 grub-linuxbios grub-efi grub-common grub-emu grub-pc
grub-rescue-pc grub-coreboot grub-efi-ia32 grub-efi-amd64 grub-ieee1275
grub-firmware-qemu grub-yeeloong
Architecture: source i386
Version: 1.98+20100617-1
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, version 2 (common files)
grub-coreboot - GRand Unified Bootloader, version 2 (Coreboot version)
grub-efi - GRand Unified Bootloader, version 2 (dummy package)
grub-efi-amd64 - GRand Unified Bootloader, version 2 (EFI-AMD64 version)
grub-efi-ia32 - GRand Unified Bootloader, version 2 (EFI-IA32 version)
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-linuxbios - GRand Unified Bootloader, version 2 (dummy package)
grub-pc - GRand Unified Bootloader, version 2 (PC/BIOS version)
grub-rescue-pc - GRUB bootable rescue images, version 2 (PC/BIOS version)
grub-yeeloong - GRand Unified Bootloader, version 2 (Yeeloong version)
grub2 - GRand Unified Bootloader, version 2 (dummy package)
Closes: 547944 550477 557425 585068 586143
Changes:
grub2 (1.98+20100617-1) unstable; urgency=low
.
* New Bazaar snapshot.
- Fix i386-pc prefix handling with nested partitions (closes: #585068).
.
* When running grub-pc.postinst from upgrade-from-grub-legacy, tell it to
disregard the fact that /boot/grub/stage2 and /boot/grub/menu.lst still
exist (closes: #550477).
* Touch a marker file when grub-install is run but GRUB Legacy files are
still around. If that marker file is present, pretend that GRUB Legacy
files are missing when upgrading.
* If GRUB Legacy files are present when upgrading, scan boot sectors of
all disks for GRUB 2. If we find GRUB 2 installed anywhere, then ask
the user if they want to finish conversion to GRUB 2, and warn them that
not doing so may render the system unbootable (closes: #586143).
* Leaving grub-pc/install_devices empty makes sense in some situations,
but more often than not is a mistake. On the other hand, automatically
selecting all disk devices would upset some people too. Compromise by
simply asking for explicit confirmation if grub-pc/install_devices is
left empty, defaulting to false so that simply selecting all the
defaults in debconf can't leave you with an unbootable system (closes:
#547944, #557425).
Checksums-Sha1:
f33d9a746c81a49b36c4f35554b19500130dea17 2822 grub2_1.98+20100617-1.dsc
ce1c3018663dfb9a70e967a5a44f44df481b9038 1822574
grub2_1.98+20100617.orig.tar.gz
1290b42212ccfb7476548f81661e7616b7dc7d84 398878 grub2_1.98+20100617-1.diff.gz
3cbce865ae2577908f23f1be8e82d1032191c286 263702 grub2_1.98+20100617-1_i386.deb
1368f85102b5dc3a970a7b60af4aaf3116b02f83 262470
grub-linuxbios_1.98+20100617-1_i386.deb
4e3cb546078f4382aee5d2eebbbbf2ed61da13ab 262470
grub-efi_1.98+20100617-1_i386.deb
8010f421dfdcaa2b9a19f14db5810c31b16a1150 1615230
grub-common_1.98+20100617-1_i386.deb
cadf9db56247fa8e05c3f000008e1f645fb1304c 2603038
grub-emu_1.98+20100617-1_i386.deb
98e4c0ec1a88777bcd6d1bc43837ba3c5a055f27 916338
grub-pc_1.98+20100617-1_i386.deb
6548d519a1710921ed3be4f36f5bf19118ecedc6 1395554
grub-rescue-pc_1.98+20100617-1_i386.deb
d3cfd00724f1f66bfd4b2045d8a94d66836f26ca 718548
grub-coreboot_1.98+20100617-1_i386.deb
facde914db821d01b6bf7fc94d7ab02f82e956ad 753666
grub-efi-ia32_1.98+20100617-1_i386.deb
ffba4991b2942079f17a70b0f332a6f04a9afcc3 828256
grub-efi-amd64_1.98+20100617-1_i386.deb
3ca1cb51c84ac4d7cdb06948f30e2bc907bb4c08 712414
grub-ieee1275_1.98+20100617-1_i386.deb
3f4e449709104aba91d34fe37a67e550f92ae0a1 665628
grub-firmware-qemu_1.98+20100617-1_i386.deb
Checksums-Sha256:
8139015cddfe1ac132f7457b391b4ef51beac3d316aae14f8467efadc41b28a8 2822
grub2_1.98+20100617-1.dsc
8c5350708a6579ed2b0ceed0a8ff137baaf072a2587cd84c6c19f5bd61f5c273 1822574
grub2_1.98+20100617.orig.tar.gz
23f82e004636dd05cc6c8f5c2238e58d8b40399cc69f69b1e5e2379e45dbfb71 398878
grub2_1.98+20100617-1.diff.gz
5d94b62889efbfdee63297410f990451ebfd91a7b4698f6749282b71cad40ccd 263702
grub2_1.98+20100617-1_i386.deb
810c9d7b6e53a2fa667c5d2416da2750719ff3e73dfbac9912c1a5fa3515c22e 262470
grub-linuxbios_1.98+20100617-1_i386.deb
a305a94939090e19dd5ff37f6637a9482e9df9deab3883ab816fe22ba16e6c22 262470
grub-efi_1.98+20100617-1_i386.deb
c3baceb5bdf2874b3192dfc6dde9813cbe2d9f4e38fa594a8e03844b83f92907 1615230
grub-common_1.98+20100617-1_i386.deb
82ce4b8b298721443ae03bfed866f3d0a5571681f9957d98219b75f711ddc650 2603038
grub-emu_1.98+20100617-1_i386.deb
13f28fd767962c6063d89fdf7b56c32f9603b2091a096123331fbb966b4b9fbe 916338
grub-pc_1.98+20100617-1_i386.deb
b3ccc46c4a9d311fb94e5c7dea868908fe9c7d9454720a9a776d1fc80a326103 1395554
grub-rescue-pc_1.98+20100617-1_i386.deb
738f93c13edd1043effdb82d7ca6e4ddc49c88e9c31a0c13b91cdd621fbf4397 718548
grub-coreboot_1.98+20100617-1_i386.deb
8723bb89dcc4423957c6c8870da7b2d013e4bee7098e7ae21bbdcc4438f50972 753666
grub-efi-ia32_1.98+20100617-1_i386.deb
27bd7b3bf6d084a91edd60e8d0c6779b85eb0de24660b680980b52b65f7e610a 828256
grub-efi-amd64_1.98+20100617-1_i386.deb
5091de0d68b65227c588b7a37c05e66cde96eda810c79f4b2518c8ca66210f3d 712414
grub-ieee1275_1.98+20100617-1_i386.deb
28b22c5c2c56912df302658bc56af9cc0dada21472b7b449952d8fd5f1fc5132 665628
grub-firmware-qemu_1.98+20100617-1_i386.deb
Files:
7f9b52461301d9b976d8a7c9ce883ed7 2822 admin extra grub2_1.98+20100617-1.dsc
7fcc9fc3fde341e42ff52ae2ac187a34 1822574 admin extra
grub2_1.98+20100617.orig.tar.gz
94cca16db597c0b6f77bc330c94a3c4b 398878 admin extra
grub2_1.98+20100617-1.diff.gz
7a0a384ed09c154c0783e624c3d244e6 263702 admin extra
grub2_1.98+20100617-1_i386.deb
a35c44ccbb9fe1fb9113190e10a8b165 262470 admin extra
grub-linuxbios_1.98+20100617-1_i386.deb
75882bfd90614bfc39649aae9215c36d 262470 admin extra
grub-efi_1.98+20100617-1_i386.deb
7cd4e7ef3512b3942411fdb3773dfa8d 1615230 admin extra
grub-common_1.98+20100617-1_i386.deb
a1fc41823495894a0b00dce172a1ad08 2603038 admin extra
grub-emu_1.98+20100617-1_i386.deb
8391eef0ad7d169eee4b59db2584d303 916338 admin extra
grub-pc_1.98+20100617-1_i386.deb
d576ca5ee33cc44e97f4c7ff9761dd76 1395554 admin extra
grub-rescue-pc_1.98+20100617-1_i386.deb
64fe65293bb75e74b87669d9d51abf9b 718548 admin extra
grub-coreboot_1.98+20100617-1_i386.deb
ec6e3dee8ab26461b557003e518d200f 753666 admin extra
grub-efi-ia32_1.98+20100617-1_i386.deb
a1d73bfaddaf9be99ad92023d1a81c92 828256 admin extra
grub-efi-amd64_1.98+20100617-1_i386.deb
93b6f859946ff4b8e3db83e2bf7abe2b 712414 admin extra
grub-ieee1275_1.98+20100617-1_i386.deb
cc42b60272fbd92d950ef472bfe8497c 665628 admin extra
grub-firmware-qemu_1.98+20100617-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Colin Watson <cjwat...@debian.org> -- Debian developer
iQIVAwUBTBwUcTk1h9l9hlALAQj1dw/+KHKKpVb6WJ3gw8buKEAoqULOsI5P4d4C
amAf7tPKGgERNWrDAic3QMk5vUFfhdQ2dQ3weba9dEfSOZhid2kBq2mcTQsKjY4Y
pIaxpkd5zpegcruNjGOcQXnVrUiDerydKUktKs6GkWIFRtN/TC2D+yuUubQWl68P
thKNrQa9180K3XFapWFXmrltPrOOqvI+VU7LlQxGTadg44enOuzNPq+Lg66JxF50
vgxI/k+6JjzDvQ3CRzFnnJ18CRoUY/ajdPULZH3gahK6y+Yw4MQNeqNvH++F/aAg
OnhPHyKbQC69PgSbC/nV9d8EFnWFWplw4GPoMMmicjnoDy4+hxaZhfzu3bKa/rSQ
TIVE16etiCoMcPxka0trkuBIDG38fSJLyFQpir2NkGxgf+CSp0dtYD6Ml6QMXpSA
biY27iaiNi29mGuIhtv/qbvULyCNR7NOVKQ2qrFGKbyKOjsPJNAIU0WduKLCQ6GW
MH7f/jxWjkPET6KEkrhjcE3ULFSXIbigmGqHgxUf9z7mRYDrJUgcds3Omun3Bo2Y
q70QSi/YizZeV1gVpzRWmULDaUHK4t/3zg/Ce2ZRxnohQl+NzN0JfOLqt7XNAJ8H
AEIZhA9jsqO55BtwevhwUzivsSYRvUQIHoRN2gyH2LKmcVIWGjijqOVHXNLBcv/H
M5iVQAf1QMc=
=jTyQ
-----END PGP SIGNATURE-----
--- End Message ---