Your message dated Fri, 03 Apr 2009 19:47:05 +0000
with message-id <[email protected]>
and subject line Bug#521897: fixed in grub2 1.96+20090402-1
has caused the Debian Bug report #521897,
regarding grub-pc: Cannot boot from RAID volume: error: Found two disks with
the number 0?!?
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
521897: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521897
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: grub-pc
Version: 1.96+20080704-2
Severity: important
Tags: patch
GRUB fails to boot with the message:
error: Found two disks with the number 0?!?
This was raised on grub-devel but no response from the other developers.
http://www.mail-archive.com/[email protected]/msg06852.html
Index: disk/raid.c
===================================================================
--- disk/raid.c (revision 1691)
+++ disk/raid.c (working copy)
@@ -440,18 +440,6 @@
return 0;
}
-
- if (array->device[sb.this_disk.number] != NULL)
- {
- /* We found multiple devices with the same number. Again,
- this shouldn't happen.*/
-
- grub_error (GRUB_ERR_BAD_NUMBER,
- "Found two disks with the number %d?!?",
- sb.this_disk.number);
-
- return 0;
- }
}
/* Add an array to the list if we didn't find any. */
-- Package-specific info:
*********************** BEGIN /proc/mounts
/dev/md0 / ext3 rw,relatime,errors=remount-ro,user_xattr,acl,data=ordered 0 0
*********************** END /proc/mounts
*********************** BEGIN /boot/grub/device.map
(hd0) /dev/hda
(hd1) /dev/hdb
(hd2) /dev/hdg
*********************** END /boot/grub/device.map
*********************** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/update-grub using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
insmod raid
set root=(md0)
search --fs-uuid --set 502a2727-6b08-4eb2-82f9-99bc5a7c6e26
if font /usr/share/grub/ascii.pff ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
terminal gfxterm
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
insmod raid
set root=(md0)
search --fs-uuid --set 502a2727-6b08-4eb2-82f9-99bc5a7c6e26
insmod png
if background_image /boot/grub/debian-blueish-wallpaper-640x480.png ; then
set color_normal=black/black
set color_highlight=magenta/black
else
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_hurd ###
### END /etc/grub.d/10_hurd ###
### BEGIN /etc/grub.d/10_linux ###
insmod raid
set root=(md0)
search --fs-uuid --set 502a2727-6b08-4eb2-82f9-99bc5a7c6e26
menuentry "Debian GNU/Linux, linux 2.6.25-2-686" {
linux /boot/vmlinuz-2.6.25-2-686 root=/dev/md0 ro noresume vga=0x305
quiet
initrd /boot/initrd.img-2.6.25-2-686
}
menuentry "Debian GNU/Linux, linux 2.6.25-2-686 (single-user mode)" {
linux /boot/vmlinuz-2.6.25-2-686 root=/dev/md0 ro single noresume
vga=0x305 quiet
initrd /boot/initrd.img-2.6.25-2-686
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
linux /memtest86+.bin
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Microsoft Windows XP Professional (on /dev/hda1)" {
set root=(hd0,1)
chainloader +1
}
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file is an example on how to add custom entries
### END /etc/grub.d/40_custom ###
*********************** END /boot/grub/grub.cfg
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (530, 'testing'), (520, 'unstable'), (510, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages grub-pc depends on:
ii debconf [debconf-2.0] 1.5.22 Debian configuration management sy
ii grub-common 1.96+20080724-2 GRand Unified Bootloader, version
ii libc6 2.7-10 GNU C Library: Shared libraries
ii liblzo2-2 2.03-1 data compression library
ii libncurses5 5.6+20080713-1 shared libraries for terminal hand
grub-pc recommends no packages.
Versions of packages grub-pc suggests:
ii desktop-base 4.0.7 common files for the Debian Deskto
ii os-prober 1.26 utility to detect other OSes on a
-- debconf information:
grub-pc/linux_cmdline:
* grub-pc/chainload_from_menu.lst: true
--- End Message ---
--- Begin Message ---
Source: grub2
Source-Version: 1.96+20090402-1
We believe that the bug you reported is fixed in the latest version of
grub2, which is due to be installed in the Debian FTP archive:
grub-common_1.96+20090402-1_powerpc.deb
to pool/main/g/grub2/grub-common_1.96+20090402-1_powerpc.deb
grub-ieee1275_1.96+20090402-1_powerpc.deb
to pool/main/g/grub2/grub-ieee1275_1.96+20090402-1_powerpc.deb
grub2_1.96+20090402-1.diff.gz
to pool/main/g/grub2/grub2_1.96+20090402-1.diff.gz
grub2_1.96+20090402-1.dsc
to pool/main/g/grub2/grub2_1.96+20090402-1.dsc
grub2_1.96+20090402-1_powerpc.deb
to pool/main/g/grub2/grub2_1.96+20090402-1_powerpc.deb
grub2_1.96+20090402.orig.tar.gz
to pool/main/g/grub2/grub2_1.96+20090402.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jordi Mallach <[email protected]> (supplier of updated grub2 package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 03 Apr 2009 20:58:37 +0200
Source: grub2
Binary: grub2 grub-linuxbios grub-common grub-pc grub-rescue-pc grub-coreboot
grub-efi grub-ieee1275
Architecture: source powerpc
Version: 1.96+20090402-1
Distribution: experimental
Urgency: low
Maintainer: Jordi Mallach <[email protected]>
Changed-By: Jordi Mallach <[email protected]>
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 (EFI version)
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)
grub2 - GRand Unified Bootloader, version 2 (dummy package)
Closes: 514338 516458 521897
Changes:
grub2 (1.96+20090402-1) experimental; urgency=low
.
* New SVN snapshot.
- Fix regression in disk/raid.c. (Closes: #521897, #514338)
- Fix handling of filename string lengths in HFS.
(Really closes: #516458).
* Add myself to Uploaders.
* Add patch 08_powerpc-ieee1275_build_fix.patch to fix powerpc-ieee1275
builds which were lacking header files for kernel_elf_HEADERS. Thanks
Vladimir Serbinenko.
Checksums-Sha1:
8853880aaaf68c493000930d123917945d3d61f2 1887 grub2_1.96+20090402-1.dsc
dd95cf1e137561ee3194424f24aea3e5aeff60d7 1069621
grub2_1.96+20090402.orig.tar.gz
ca7fa1e27c02897896fdbe853af252331e07ae03 49308 grub2_1.96+20090402-1.diff.gz
76b11559d54d9c445fb275cb53a428b33ced3444 150022
grub2_1.96+20090402-1_powerpc.deb
e1c64732431199ba36734d5bbf49cc6fd997f560 1152290
grub-common_1.96+20090402-1_powerpc.deb
70347e152c3766845855c109dae633568183254b 344894
grub-ieee1275_1.96+20090402-1_powerpc.deb
Checksums-Sha256:
35c3df547db625098414e210889ef5a12c6e9006600d3bde338a3fd591fb90b9 1887
grub2_1.96+20090402-1.dsc
b9b4385a8e0c1dedb1247612d500ba90ef04a61852984665cdea700ffd696aa5 1069621
grub2_1.96+20090402.orig.tar.gz
be33294bff8e6288a49a966b1ee7a76e4235a74d5aaaa1a5f64f4ec87c4c7d7a 49308
grub2_1.96+20090402-1.diff.gz
3bbc8d067819431aac1697dcf96e95d7046d9ce830a48d05004f2756b924afa8 150022
grub2_1.96+20090402-1_powerpc.deb
180b4d498d2c422c34bc29310c7735ccd2d030d2de6860d3f6d4b751764c7f6e 1152290
grub-common_1.96+20090402-1_powerpc.deb
39edaf26b01af83837848018aff4c8f9b7bd535d50e994202c6559d35b126a0f 344894
grub-ieee1275_1.96+20090402-1_powerpc.deb
Files:
0b25bbcbfdf0b3b623d2371079b7b0d9 1887 admin extra grub2_1.96+20090402-1.dsc
c4e32c0fc57b9d2c3b684ebc361d81f1 1069621 admin extra
grub2_1.96+20090402.orig.tar.gz
4c3b2c006c544fbb4e2769ac9534e344 49308 admin extra
grub2_1.96+20090402-1.diff.gz
5f2dadcf14f0fe79219ae7a9b1d8cadf 150022 admin extra
grub2_1.96+20090402-1_powerpc.deb
17f3713f269c6bc08ffe8d5faec82338 1152290 admin extra
grub-common_1.96+20090402-1_powerpc.deb
2c669b8ce131ba0d237d304ef84d42b2 344894 admin extra
grub-ieee1275_1.96+20090402-1_powerpc.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAknWZJoACgkQJYSUupF6Il4L+wCdEOsbHVd0OssbSSPSQKVxN4jT
nFQAoJ1RLKKaO4cmi1hVNs3JTLGFp8zs
=EBOD
-----END PGP SIGNATURE-----
--- End Message ---