Package: grub-pc Version: 1.99-9 Followup-For: Bug #610184 I've just upgraded some packages, also grub-common (1.99-9), grub2-common (1.99-9), grub-pc-bin (1.99-9) and grub-pc (1.99-9). The problem, which should have been fixed in 1.99~rc1-9, is still present:
Setting up grub-pc (1.99-9) ... error: superfluous RAID member (2 found). error: superfluous RAID member (2 found). … Installation finished. No error reported … error: superfluous RAID member (2 found). error: superfluous RAID member (2 found). Installation finished. No error reported. … error: superfluous RAID member (2 found). error: superfluous RAID member (2 found). Installation finished. No error reported. … error: superfluous RAID member (2 found). Generating grub.cfg ... error: superfluous RAID member (2 found). … error: superfluous RAID member (2 found). Found linux image: /boot/vmlinuz-2.6.39-2-amd64 Found initrd image: /boot/initrd.img-2.6.39-2-amd64 error: superfluous RAID member (2 found). … error: superfluous RAID member (2 found). Found linux image: /boot/vmlinuz-2.6.38-2-amd64 Found initrd image: /boot/initrd.img-2.6.38-2-amd64 done Please contact me if you need more details. Best Regards, Pascal -- Package-specific info: *********************** BEGIN /proc/mounts /dev/md0 / ext3 rw,relatime,errors=remount-ro,barrier=0,data=ordered 0 0 /dev/md1 /var ext3 rw,nodev,noatime,errors=continue,barrier=0,data=ordered 0 0 /dev/md2 /srv ext3 rw,nodev,noexec,noatime,errors=continue,barrier=0,data=ordered 0 0 /dev/md1 /run ext3 rw,nodev,noatime,errors=continue,barrier=0,data=ordered 0 0 /dev/md1 /run/lock ext3 rw,nodev,noatime,errors=continue,barrier=0,data=ordered 0 0 *********************** END /proc/mounts *********************** BEGIN /boot/grub/device.map (hd0) /dev/disk/by-id/ata-WDC_WD5000ABYS-01TNA0_WD-WCAPW2296202 (hd1) /dev/disk/by-id/ata-WDC_WD5002ABYS-01B1B0_WD-WCASY3520075 (hd2) /dev/disk/by-id/ata-WDC_WD5000ABYS-01TNA0_WD-WCAPW2590664 *********************** 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 raid insmod mdraid09 insmod part_msdos insmod ext2 set root='(mduuid/864ad16ca0dc2b39b932cd44a87fcbb1)' search --no-floppy --fs-uuid --set=root cfc7522a-bb53-46f2-b8ae-8160792b42d0 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=640x480 load_video insmod gfxterm insmod raid insmod mdraid09 insmod part_msdos insmod ext2 set root='(mduuid/864ad16ca0dc2b39b932cd44a87fcbb1)' search --no-floppy --fs-uuid --set=root cfc7522a-bb53-46f2-b8ae-8160792b42d0 set locale_dir=($root)/boot/grub/locale set lang=en_US insmod gettext fi terminal_output gfxterm 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-2-amd64' --class debian --class gnu-linux --class gnu --class os { insmod gzio insmod raid insmod mdraid09 insmod part_msdos insmod ext2 set root='(mduuid/864ad16ca0dc2b39b932cd44a87fcbb1)' search --no-floppy --fs-uuid --set=root cfc7522a-bb53-46f2-b8ae-8160792b42d0 echo 'Loading Linux 2.6.39-2-amd64 ...' linux /boot/vmlinuz-2.6.39-2-amd64 root=/dev/md0 ro vga=791 noresume printk.time=0 quiet echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-2.6.39-2-amd64 } menuentry 'Debian GNU/Linux, with Linux 2.6.39-2-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os { insmod gzio insmod raid insmod mdraid09 insmod part_msdos insmod ext2 set root='(mduuid/864ad16ca0dc2b39b932cd44a87fcbb1)' search --no-floppy --fs-uuid --set=root cfc7522a-bb53-46f2-b8ae-8160792b42d0 echo 'Loading Linux 2.6.39-2-amd64 ...' linux /boot/vmlinuz-2.6.39-2-amd64 root=/dev/md0 ro single vga=791 noresume echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-2.6.39-2-amd64 } menuentry 'Debian GNU/Linux, with Linux 2.6.38-2-amd64' --class debian --class gnu-linux --class gnu --class os { insmod gzio insmod raid insmod mdraid09 insmod part_msdos insmod ext2 set root='(mduuid/864ad16ca0dc2b39b932cd44a87fcbb1)' search --no-floppy --fs-uuid --set=root cfc7522a-bb53-46f2-b8ae-8160792b42d0 echo 'Loading Linux 2.6.38-2-amd64 ...' linux /boot/vmlinuz-2.6.38-2-amd64 root=/dev/md0 ro vga=791 noresume printk.time=0 quiet echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-2.6.38-2-amd64 } menuentry 'Debian GNU/Linux, with Linux 2.6.38-2-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os { insmod gzio insmod raid insmod mdraid09 insmod part_msdos insmod ext2 set root='(mduuid/864ad16ca0dc2b39b932cd44a87fcbb1)' search --no-floppy --fs-uuid --set=root cfc7522a-bb53-46f2-b8ae-8160792b42d0 echo 'Loading Linux 2.6.38-2-amd64 ...' linux /boot/vmlinuz-2.6.38-2-amd64 root=/dev/md0 ro single vga=791 noresume echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-2.6.38-2-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/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 $prefix/custom.cfg ]; then source $prefix/custom.cfg; fi ### END /etc/grub.d/41_custom ### *********************** END /boot/grub/grub.cfg *********************** BEGIN /proc/mdstat Personalities : [raid1] md2 : active raid1 sda4[0] sdb4[2](S) sdc4[1] 211045824 blocks [2/2] [UU] md1 : active raid1 sda3[0] sdb3[2](S) sdc3[1] 244139712 blocks [2/2] [UU] md0 : active raid1 sda1[0] sdb1[2](S) sdc1[1] 29294400 blocks [2/2] [UU] unused devices: <none> *********************** END /proc/mdstat *********************** BEGIN LVM -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (500, 'testing'), (1, 'unstable') Architecture: i386 (x86_64) Kernel: Linux 2.6.38-2-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages grub-pc depends on: ii debconf [debconf-2.0] 1.5.40 Debian configuration management sy ii grub-common 1.99-9 GRand Unified Bootloader (common f ii grub-pc-bin 1.99-9 GRand Unified Bootloader, version ii grub2-common 1.99-9 GRand Unified Bootloader (common f ii ucf 3.0025+nmu2 Update Configuration File: preserv grub-pc recommends no packages. grub-pc suggests no packages. -- debconf information: grub2/kfreebsd_cmdline: * grub2/device_map_regenerated: * grub-pc/linux_cmdline: * grub2/linux_cmdline: vga=791 noresume grub-pc/install_devices_empty: false grub-pc/install_devices_failed: false * grub-pc/chainload_from_menu.lst: true grub-pc/kopt_extracted: false * grub-pc/install_devices: /dev/disk/by-id/ata-WDC_WD5000ABYS-01TNA0_WD-WCAPW2296202, /dev/disk/by-id/ata-WDC_WD5002ABYS-01B1B0_WD-WCASY3520075, /dev/disk/by-id/ata-WDC_WD5000ABYS-01TNA0_WD-WCAPW2590664 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: /dev/disk/by-id/ata-WDC_WD5000ABYS-01TNA0_WD-WCAPW2296202, /dev/disk/by-id/ata-WDC_WD5002ABYS-01B1B0_WD-WCASY3520075, /dev/disk/by-id/ata-WDC_WD5000ABYS-01TNA0_WD-WCAPW2590664 * grub2/linux_cmdline_default: printk.time=0 quiet grub-pc/mixed_legacy_and_grub2: true -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org