Your message dated Wed, 4 Aug 2010 14:17:36 +0100 with message-id <[email protected]> and subject line Re: Bug#589005: grub-pc: Not possible to select MD devices for installation has caused the Debian Bug report #589005, regarding grub-pc: Not possible to select MD devices for installation 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.) -- 589005: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589005 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: grub-pc Version: 1.98+20100710-1 Severity: normal Due to recent changes in iterate_devices dpkg-reconfigure grub-pc no longer shows MD devices for installation. To work around this you can run grub-install '(md0)' manually. -- Package-specific info: *********************** BEGIN /proc/mounts /dev/mapper/HotFuzz-root / ext3 rw,relatime,errors=remount-ro,barrier=0,data=writeback 0 0 /dev/mapper/HotFuzz-home /home ext3 rw,relatime,errors=continue,barrier=0,data=writeback 0 0 /dev/mapper/HotFuzz-var /var ext3 rw,relatime,errors=continue,barrier=0,data=writeback 0 0 /dev/mapper/HotFuzz-data /var/media xfs rw,relatime,attr2,logbsize=256k,sunit=512,swidth=2048,noquota 0 0 /dev/md0 /boot ext3 rw,relatime,errors=remount-ro,barrier=0,data=writeback 0 0 *********************** END /proc/mounts *********************** BEGIN /boot/grub/device.map (fd0) /dev/fd0 (hd0) /dev/disk/by-id/ata-SAMSUNG_HD401LJ_S0HVJ1CLA13200 (hd1) /dev/disk/by-id/ata-SAMSUNG_HD501LJ_S0MUJ1EPC33499 (hd2) /dev/disk/by-id/ata-SAMSUNG_HD501LJ_S0MUJ1EPC33500 (hd3) /dev/disk/by-id/ata-SAMSUNG_HD501LJ_S0MUJ1KQ142398 (hd4) /dev/disk/by-id/ata-SAMSUNG_HD501LJ_S0MUJ1KQ142399 (hd5) /dev/disk/by-id/ata-ST3500410SV_6VM89Y1P *********************** 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 mdraid insmod part_msdos insmod part_msdos insmod part_msdos insmod part_msdos insmod part_msdos insmod ext2 set root='(md0)' search --no-floppy --fs-uuid --set 99e4e5e4-d99b-45fb-974a-2174a7310b2d if loadfont /grub/unicode.pf2 ; then set gfxmode=640x480 load_video insmod gfxterm 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 raid insmod mdraid insmod part_msdos insmod part_msdos insmod part_msdos insmod part_msdos insmod part_msdos insmod ext2 set root='(md0)' search --no-floppy --fs-uuid --set 99e4e5e4-d99b-45fb-974a-2174a7310b2d set locale_dir=($root)/grub/locale set lang= 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.35-rc5' --class debian --class gnu-linux --class gnu --class os { insmod raid insmod mdraid insmod part_msdos insmod part_msdos insmod part_msdos insmod part_msdos insmod part_msdos insmod ext2 set root='(md0)' search --no-floppy --fs-uuid --set 99e4e5e4-d99b-45fb-974a-2174a7310b2d echo 'Loading Linux 2.6.35-rc5 ...' linux /vmlinuz-2.6.35-rc5 root=/dev/mapper/HotFuzz-root ro video=matroxfb:vesa:0x118,fv:90 quiet echo 'Loading initial ramdisk ...' initrd /initrd.img-2.6.35-rc5 } menuentry 'Debian GNU/Linux, with Linux 2.6.35-rc5 (recovery mode)' --class debian --class gnu-linux --class gnu --class os { insmod raid insmod mdraid insmod part_msdos insmod part_msdos insmod part_msdos insmod part_msdos insmod part_msdos insmod ext2 set root='(md0)' search --no-floppy --fs-uuid --set 99e4e5e4-d99b-45fb-974a-2174a7310b2d echo 'Loading Linux 2.6.35-rc5 ...' linux /vmlinuz-2.6.35-rc5 root=/dev/mapper/HotFuzz-root ro single video=matroxfb:vesa:0x118,fv:90 echo 'Loading initial ramdisk ...' initrd /initrd.img-2.6.35-rc5 } menuentry 'Debian GNU/Linux, with Linux 2.6.35-rc4' --class debian --class gnu-linux --class gnu --class os { insmod raid insmod mdraid insmod part_msdos insmod part_msdos insmod part_msdos insmod part_msdos insmod part_msdos insmod ext2 set root='(md0)' search --no-floppy --fs-uuid --set 99e4e5e4-d99b-45fb-974a-2174a7310b2d echo 'Loading Linux 2.6.35-rc4 ...' linux /vmlinuz-2.6.35-rc4 root=/dev/mapper/HotFuzz-root ro video=matroxfb:vesa:0x118,fv:90 quiet echo 'Loading initial ramdisk ...' initrd /initrd.img-2.6.35-rc4 } menuentry 'Debian GNU/Linux, with Linux 2.6.35-rc4 (recovery mode)' --class debian --class gnu-linux --class gnu --class os { insmod raid insmod mdraid insmod part_msdos insmod part_msdos insmod part_msdos insmod part_msdos insmod part_msdos insmod ext2 set root='(md0)' search --no-floppy --fs-uuid --set 99e4e5e4-d99b-45fb-974a-2174a7310b2d echo 'Loading Linux 2.6.35-rc4 ...' linux /vmlinuz-2.6.35-rc4 root=/dev/mapper/HotFuzz-root ro single video=matroxfb:vesa:0x118,fv:90 echo 'Loading initial ramdisk ...' initrd /initrd.img-2.6.35-rc4 } menuentry 'Debian GNU/Linux, with Linux 2.6.34' --class debian --class gnu-linux --class gnu --class os { insmod raid insmod mdraid insmod part_msdos insmod part_msdos insmod part_msdos insmod part_msdos insmod part_msdos insmod ext2 set root='(md0)' search --no-floppy --fs-uuid --set 99e4e5e4-d99b-45fb-974a-2174a7310b2d echo 'Loading Linux 2.6.34 ...' linux /vmlinuz-2.6.34 root=/dev/mapper/HotFuzz-root ro video=matroxfb:vesa:0x118,fv:90 quiet echo 'Loading initial ramdisk ...' initrd /initrd.img-2.6.34 } menuentry 'Debian GNU/Linux, with Linux 2.6.34 (recovery mode)' --class debian --class gnu-linux --class gnu --class os { insmod raid insmod mdraid insmod part_msdos insmod part_msdos insmod part_msdos insmod part_msdos insmod part_msdos insmod ext2 set root='(md0)' search --no-floppy --fs-uuid --set 99e4e5e4-d99b-45fb-974a-2174a7310b2d echo 'Loading Linux 2.6.34 ...' linux /vmlinuz-2.6.34 root=/dev/mapper/HotFuzz-root ro single video=matroxfb:vesa:0x118,fv:90 echo 'Loading initial ramdisk ...' initrd /initrd.img-2.6.34 } menuentry 'Debian GNU/Linux, with Linux 2.6.33' --class debian --class gnu-linux --class gnu --class os { insmod raid insmod mdraid insmod part_msdos insmod part_msdos insmod part_msdos insmod part_msdos insmod part_msdos insmod ext2 set root='(md0)' search --no-floppy --fs-uuid --set 99e4e5e4-d99b-45fb-974a-2174a7310b2d echo 'Loading Linux 2.6.33 ...' linux /vmlinuz-2.6.33 root=/dev/mapper/HotFuzz-root ro video=matroxfb:vesa:0x118,fv:90 quiet echo 'Loading initial ramdisk ...' initrd /initrd.img-2.6.33 } menuentry 'Debian GNU/Linux, with Linux 2.6.33 (recovery mode)' --class debian --class gnu-linux --class gnu --class os { insmod raid insmod mdraid insmod part_msdos insmod part_msdos insmod part_msdos insmod part_msdos insmod part_msdos insmod ext2 set root='(md0)' search --no-floppy --fs-uuid --set 99e4e5e4-d99b-45fb-974a-2174a7310b2d echo 'Loading Linux 2.6.33 ...' linux /vmlinuz-2.6.33 root=/dev/mapper/HotFuzz-root ro single video=matroxfb:vesa:0x118,fv:90 echo 'Loading initial ramdisk ...' initrd /initrd.img-2.6.33 } ### 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 -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.35-rc5 Locale: LANG=C, LC_CTYPE=de_AT.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.33 Debian configuration management sy ii grub-common 1.98+20100710-1 GRand Unified Bootloader, version ii libc6 2.11.2-2 Embedded GNU C Library: Shared lib ii libdevmapper1.02.1 2:1.02.48-2 The Linux Kernel Device Mapper use ii ucf 3.0025 Update Configuration File: preserv grub-pc recommends no packages. Versions of packages grub-pc suggests: pn desktop-base <none> (no description available) -- debconf information: grub2/kfreebsd_cmdline: * grub2/device_map_regenerated: * grub2/linux_cmdline: video=matroxfb:vesa:0x118,fv:90 * grub-pc/install_devices_empty: true grub-pc/install_devices_failed: false grub-pc/chainload_from_menu.lst: true grub-pc/kopt_extracted: false * grub-pc/install_devices: /dev/md0 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: quiet grub-pc/mixed_legacy_and_grub2: true
--- End Message ---
--- Begin Message ---Source: grub2 Source-Version: 1.98+20100802-1 On Wed, Jul 14, 2010 at 09:32:38AM +0200, Michael Guntsche wrote: > Due to recent changes in iterate_devices dpkg-reconfigure grub-pc no > longer shows MD devices for installation. To work around this you can > run grub-install '(md0)' manually. Thanks. I fixed this recently, although at the time I'd mislaid this bug number and so didn't list it in the changelog. grub2 (1.98+20100802-1) unstable; urgency=low * New Bazaar snapshot. - Remove compatibility with terminal.mod prior to terminal_input/terminal_output separation (LP: #519358). - Enable `grub-probe -t device' resolution on ZFS. - Don't use UUID for LVM root when generating Xen entries (closes: #591093). - Restore missing whitespace to commands' --help output (closes: #590874). - Select unique numbers for named RAID arrays, for use as keys in the disk cache. [ Updated translations ] * German (Martin Eberhard Schauer). Closes: #590108 * Spanish (Francisco Javier Cuadrado). Closes: #590448 * Traditional Chinese (Tetralet). Closes: #591191 * Danish (Joe Hansen). Closes: #591223 * Dutch (Paul Gevers). Closes: #590864 * Japanese (Hideki Yamane). Closes: #591058 [ Robert Millan ] * postinst.in: Fill in device size and model information on GNU/kFreeBSD, using camcontrol. * patches/enable_zfs.patch: New patch. Link ZFS from grub-extras into grub-probe and grub-setup. * control: Build-Depend on libzfs-dev and libnvpair-dev on kfreebsd-*. [ Colin Watson ] * Offer RAID devices as GRUB installation targets if they contain /, /boot, or /boot/grub. -- Colin Watson <[email protected]> Tue, 03 Aug 2010 02:13:07 +0100 -- Colin Watson [[email protected]]
--- End Message ---

