Bug#666940: Grub doesn't like raid1 with 3 drives: error: superfluous RAID member (3 found).
Goswin von Brederlow
goswin-v-b at web.de
Mon Apr 2 18:33:59 UTC 2012
Package: grub-pc
Version: 1.99-18
Severity: normal
As the subject says grub doesn't like a raid1 with 3 drives:
Setting up grub2-common (1.99-18) ...
Setting up grub-pc-bin (1.99-18) ...
Setting up grub-pc (1.99-18) ...
error: superfluous RAID member (3 found).
error: superfluous RAID member (3 found).
error: superfluous RAID member (3 found).
Installation finished. No error reported.
Installation finished. No error reported.
...
MfG
Goswin
-- Package-specific info:
*********************** BEGIN /proc/mounts
/dev/mapper/r-root / ext3 rw,relatime,errors=remount-ro,barrier=0,data=ordered 0 0
/dev/mapper/r-usr /usr ext3 rw,relatime,errors=continue,barrier=0,data=ordered 0 0
/dev/mapper/r-var /var ext3 rw,relatime,errors=continue,barrier=0,data=ordered 0 0
/dev/mapper/r-home /home ext3 rw,relatime,errors=continue,barrier=0,data=ordered 0 0
*********************** END /proc/mounts
*********************** BEGIN /boot/grub/device.map
(hd0) /dev/disk/by-id/ata-SAMSUNG_HD154UI_S1Y6J1LS606898
(hd1) /dev/disk/by-id/ata-ST31500341AS_9VS241Y7
(hd2) /dev/disk/by-id/ata-ST31500341AS_9VS1669E
(hd3) /dev/disk/by-id/ata-ST31500341AS_9VS151DK
(hd4) /dev/disk/by-id/ata-SAMSUNG_HD203WI_S1UYJ1RZ502337
(hd5) /dev/disk/by-id/ata-SAMSUNG_HD203WI_S1UYJ1MZ102289
(hd6) /dev/disk/by-id/ata-SAMSUNG_HD204UI_S2H7J1SZ907870
(hd7) /dev/disk/by-id/ata-SAMSUNG_HD203WI_S1UYJ1MZ102288
(hd8) /dev/disk/by-id/usb-_USB_DISK_Pro_07780E0D0B8E-0:0
(hd9) /dev/disk/by-id/usb-_USB_DISK_Pro_07780E0D0B8E-0:1
*********************** 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 lvm
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod ext2
set root='(r-usr)'
search --no-floppy --fs-uuid --set=root a41ac6dc-d29a-4fa5-9de3-22dd0f29944c
if loadfont /share/grub/unicode.pf2 ; then
set gfxmode=640x480
load_video
insmod gfxterm
insmod raid
insmod mdraid09
insmod lvm
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod ext2
set root='(r-root)'
search --no-floppy --fs-uuid --set=root 53ba4590-c8ce-45f0-a4dd-b9de993a9264
set locale_dir=($root)/boot/grub/locale
set lang=
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/09_frosties ###
menuentry "Bare 2.6.39-rc7-xen-1" --class debian --class gnu-linux --class gnu --class os {
insmod gzio
insmod raid
insmod mdraid09
insmod lvm
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod ext2
set root=(r-root)
search --fs-uuid --set=root 53ba4590-c8ce-45f0-a4dd-b9de993a9264
echo Loading vmlinuz-2.6.39-rc7-xen-1
linux /boot/vmlinuz-2.6.39-rc7-xen-1 root=/dev/r/root ro quiet console=tty0
echo Loading initramfs
initrd /boot/initramfs
}
menuentry "Xen 2.6.39-rc7-xen-1" --class debian --class gnu-linux --class gnu --class os {
insmod gzio
insmod raid
insmod mdraid09
insmod lvm
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod ext2
set root=(md0)
search --fs-uuid --set=root 53ba4590-c8ce-45f0-a4dd-b9de993a9264
multiboot /boot/xen-3.4-amd64.gz /boot/xen-3.4-amd64.gz dom0_mem=2097152
module /boot/vmlinuz-2.6.39-rc7-xen-1 /boot/vmlinuz-2.6.39-rc7-xen-1 root=/dev/r/root ro quiet console=tty0
module /boot/initramfs.2010.02.18 /boot/initramfs.2010.02.18
}
menuentry "Bare 2.6.32-debian-xen-1" --class debian --class gnu-linux --class gnu --class os {
insmod gzio
insmod raid
insmod mdraid09
insmod lvm
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod ext2
set root=(r-root)
search --fs-uuid --set=root 53ba4590-c8ce-45f0-a4dd-b9de993a9264
echo Loading vmlinuz-2.6.32-debian-xen-1
linux /boot/vmlinuz-2.6.32-debian-xen-1 root=/dev/r/root ro quiet console=tty0
echo Loading initramfs
initrd /boot/initramfs
}
### END /etc/grub.d/09_frosties ###
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, with Linux 3.2.0-1-amd64' --class debian --class gnu-linux --class gnu --class os {
insmod gzio
insmod raid
insmod mdraid09
insmod lvm
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod ext2
set root='(r-root)'
search --no-floppy --fs-uuid --set=root 53ba4590-c8ce-45f0-a4dd-b9de993a9264
echo 'Loading Linux 3.2.0-1-amd64 ...'
linux /boot/vmlinuz-3.2.0-1-amd64 root=/dev/mapper/r-root ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.2.0-1-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.2.0-1-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
insmod gzio
insmod raid
insmod mdraid09
insmod lvm
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod ext2
set root='(r-root)'
search --no-floppy --fs-uuid --set=root 53ba4590-c8ce-45f0-a4dd-b9de993a9264
echo 'Loading Linux 3.2.0-1-amd64 ...'
linux /boot/vmlinuz-3.2.0-1-amd64 root=/dev/mapper/r-root ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.2.0-1-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.1.0-1-amd64' --class debian --class gnu-linux --class gnu --class os {
insmod gzio
insmod raid
insmod mdraid09
insmod lvm
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod ext2
set root='(r-root)'
search --no-floppy --fs-uuid --set=root 53ba4590-c8ce-45f0-a4dd-b9de993a9264
echo 'Loading Linux 3.1.0-1-amd64 ...'
linux /boot/vmlinuz-3.1.0-1-amd64 root=/dev/mapper/r-root ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.1.0-1-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.1.0-1-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
insmod gzio
insmod raid
insmod mdraid09
insmod lvm
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod ext2
set root='(r-root)'
search --no-floppy --fs-uuid --set=root 53ba4590-c8ce-45f0-a4dd-b9de993a9264
echo 'Loading Linux 3.1.0-1-amd64 ...'
linux /boot/vmlinuz-3.1.0-1-amd64 root=/dev/mapper/r-root ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.1.0-1-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.39-rc7-xen-1' --class debian --class gnu-linux --class gnu --class os {
insmod gzio
insmod raid
insmod mdraid09
insmod lvm
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod ext2
set root='(r-root)'
search --no-floppy --fs-uuid --set=root 53ba4590-c8ce-45f0-a4dd-b9de993a9264
echo 'Loading Linux 2.6.39-rc7-xen-1 ...'
linux /boot/vmlinuz-2.6.39-rc7-xen-1 root=/dev/mapper/r-root ro quiet
}
menuentry 'Debian GNU/Linux, with Linux 2.6.39-rc7-xen-1 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
insmod gzio
insmod raid
insmod mdraid09
insmod lvm
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod ext2
set root='(r-root)'
search --no-floppy --fs-uuid --set=root 53ba4590-c8ce-45f0-a4dd-b9de993a9264
echo 'Loading Linux 2.6.39-rc7-xen-1 ...'
linux /boot/vmlinuz-2.6.39-rc7-xen-1 root=/dev/mapper/r-root ro single
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
submenu "Xen 3.4-amd64" {
menuentry 'Debian GNU/Linux, with Xen 3.4-amd64 and Linux 3.2.0-1-amd64' --class debian --class gnu-linux --class gnu --class os --class xen {
insmod raid
insmod mdraid09
insmod lvm
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod ext2
set root='(r-root)'
search --no-floppy --fs-uuid --set=root 53ba4590-c8ce-45f0-a4dd-b9de993a9264
echo 'Loading Xen 3.4-amd64 ...'
multiboot /boot/xen-3.4-amd64.gz placeholder
echo 'Loading Linux 3.2.0-1-amd64 ...'
module /boot/vmlinuz-3.2.0-1-amd64 placeholder root=/dev/mapper/r-root ro quiet
echo 'Loading initial ramdisk ...'
module /boot/initrd.img-3.2.0-1-amd64
}
menuentry 'Debian GNU/Linux, with Xen 3.4-amd64 and Linux 3.2.0-1-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os --class xen {
insmod raid
insmod mdraid09
insmod lvm
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod ext2
set root='(r-root)'
search --no-floppy --fs-uuid --set=root 53ba4590-c8ce-45f0-a4dd-b9de993a9264
echo 'Loading Xen 3.4-amd64 ...'
multiboot /boot/xen-3.4-amd64.gz placeholder
echo 'Loading Linux 3.2.0-1-amd64 ...'
module /boot/vmlinuz-3.2.0-1-amd64 placeholder root=/dev/mapper/r-root ro single
echo 'Loading initial ramdisk ...'
module /boot/initrd.img-3.2.0-1-amd64
}
menuentry 'Debian GNU/Linux, with Xen 3.4-amd64 and Linux 3.1.0-1-amd64' --class debian --class gnu-linux --class gnu --class os --class xen {
insmod raid
insmod mdraid09
insmod lvm
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod ext2
set root='(r-root)'
search --no-floppy --fs-uuid --set=root 53ba4590-c8ce-45f0-a4dd-b9de993a9264
echo 'Loading Xen 3.4-amd64 ...'
multiboot /boot/xen-3.4-amd64.gz placeholder
echo 'Loading Linux 3.1.0-1-amd64 ...'
module /boot/vmlinuz-3.1.0-1-amd64 placeholder root=/dev/mapper/r-root ro quiet
echo 'Loading initial ramdisk ...'
module /boot/initrd.img-3.1.0-1-amd64
}
menuentry 'Debian GNU/Linux, with Xen 3.4-amd64 and Linux 3.1.0-1-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os --class xen {
insmod raid
insmod mdraid09
insmod lvm
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod ext2
set root='(r-root)'
search --no-floppy --fs-uuid --set=root 53ba4590-c8ce-45f0-a4dd-b9de993a9264
echo 'Loading Xen 3.4-amd64 ...'
multiboot /boot/xen-3.4-amd64.gz placeholder
echo 'Loading Linux 3.1.0-1-amd64 ...'
module /boot/vmlinuz-3.1.0-1-amd64 placeholder root=/dev/mapper/r-root ro single
echo 'Loading initial ramdisk ...'
module /boot/initrd.img-3.1.0-1-amd64
}
menuentry 'Debian GNU/Linux, with Xen 3.4-amd64 and Linux 2.6.39-rc7-xen-1' --class debian --class gnu-linux --class gnu --class os --class xen {
insmod raid
insmod mdraid09
insmod lvm
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod ext2
set root='(r-root)'
search --no-floppy --fs-uuid --set=root 53ba4590-c8ce-45f0-a4dd-b9de993a9264
echo 'Loading Xen 3.4-amd64 ...'
multiboot /boot/xen-3.4-amd64.gz placeholder
echo 'Loading Linux 2.6.39-rc7-xen-1 ...'
module /boot/vmlinuz-2.6.39-rc7-xen-1 placeholder root=/dev/mapper/r-root ro quiet
}
menuentry 'Debian GNU/Linux, with Xen 3.4-amd64 and Linux 2.6.39-rc7-xen-1 (recovery mode)' --class debian --class gnu-linux --class gnu --class os --class xen {
insmod raid
insmod mdraid09
insmod lvm
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod ext2
set root='(r-root)'
search --no-floppy --fs-uuid --set=root 53ba4590-c8ce-45f0-a4dd-b9de993a9264
echo 'Loading Xen 3.4-amd64 ...'
multiboot /boot/xen-3.4-amd64.gz placeholder
echo 'Loading Linux 2.6.39-rc7-xen-1 ...'
module /boot/vmlinuz-2.6.39-rc7-xen-1 placeholder root=/dev/mapper/r-root ro single
}
}
### 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 : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4]
md0 : active raid1 sdb1[0](W) sdd1[2](W) sdc1[1](W)
50002176 blocks [3/3] [UUU]
bitmap: 2/6 pages [8KB], 4096KB chunk
unused devices: <none>
*********************** END /proc/mdstat
*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root 9 Apr 2 20:30 ata-SAMSUNG_HD154UI_S1Y6J1LS606898 -> ../../sda
lrwxrwxrwx 1 root root 10 Apr 2 20:29 ata-SAMSUNG_HD154UI_S1Y6J1LS606898-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Apr 2 20:10 ata-SAMSUNG_HD154UI_S1Y6J1LS606898-part2 -> ../../sda2
lrwxrwxrwx 1 root root 9 Apr 2 20:30 ata-SAMSUNG_HD203WI_S1UYJ1MZ102288 -> ../../sdh
lrwxrwxrwx 1 root root 10 Apr 2 20:10 ata-SAMSUNG_HD203WI_S1UYJ1MZ102288-part1 -> ../../sdh1
lrwxrwxrwx 1 root root 9 Apr 2 20:29 ata-SAMSUNG_HD203WI_S1UYJ1MZ102289 -> ../../sdf
lrwxrwxrwx 1 root root 10 Apr 2 20:29 ata-SAMSUNG_HD203WI_S1UYJ1MZ102289-part1 -> ../../sdf1
lrwxrwxrwx 1 root root 10 Apr 2 20:19 ata-SAMSUNG_HD203WI_S1UYJ1MZ102289-part2 -> ../../sdf2
lrwxrwxrwx 1 root root 9 Apr 2 20:29 ata-SAMSUNG_HD203WI_S1UYJ1RZ502337 -> ../../sde
lrwxrwxrwx 1 root root 10 Apr 2 20:10 ata-SAMSUNG_HD203WI_S1UYJ1RZ502337-part1 -> ../../sde1
lrwxrwxrwx 1 root root 9 Apr 2 20:29 ata-SAMSUNG_HD204UI_S2H7J1SZ907870 -> ../../sdg
lrwxrwxrwx 1 root root 10 Apr 2 20:12 ata-SAMSUNG_HD204UI_S2H7J1SZ907870-part1 -> ../../sdg1
lrwxrwxrwx 1 root root 9 Apr 2 20:30 ata-ST31500341AS_9VS151DK -> ../../sdd
lrwxrwxrwx 1 root root 10 Apr 2 20:08 ata-ST31500341AS_9VS151DK-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 10 Apr 2 20:10 ata-ST31500341AS_9VS151DK-part2 -> ../../sdd2
lrwxrwxrwx 1 root root 9 Apr 2 20:08 ata-ST31500341AS_9VS1669E -> ../../sdc
lrwxrwxrwx 1 root root 10 Apr 2 20:08 ata-ST31500341AS_9VS1669E-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 10 Apr 2 20:10 ata-ST31500341AS_9VS1669E-part2 -> ../../sdc2
lrwxrwxrwx 1 root root 9 Apr 2 20:30 ata-ST31500341AS_9VS241Y7 -> ../../sdb
lrwxrwxrwx 1 root root 10 Apr 2 20:08 ata-ST31500341AS_9VS241Y7-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Apr 2 20:10 ata-ST31500341AS_9VS241Y7-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 9 Apr 2 20:21 md-uuid-902a1719:24eb3529:e0a928ca:d1346d95 -> ../../md0
lrwxrwxrwx 1 root root 9 Apr 2 20:30 scsi-SATA_SAMSUNG_HD154UIS1Y6J1LS606898 -> ../../sda
lrwxrwxrwx 1 root root 10 Apr 2 20:29 scsi-SATA_SAMSUNG_HD154UIS1Y6J1LS606898-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Apr 2 20:10 scsi-SATA_SAMSUNG_HD154UIS1Y6J1LS606898-part2 -> ../../sda2
lrwxrwxrwx 1 root root 9 Apr 2 20:30 scsi-SATA_SAMSUNG_HD203WIS1UYJ1MZ102288 -> ../../sdh
lrwxrwxrwx 1 root root 10 Apr 2 20:10 scsi-SATA_SAMSUNG_HD203WIS1UYJ1MZ102288-part1 -> ../../sdh1
lrwxrwxrwx 1 root root 9 Apr 2 20:29 scsi-SATA_SAMSUNG_HD203WIS1UYJ1MZ102289 -> ../../sdf
lrwxrwxrwx 1 root root 10 Apr 2 20:29 scsi-SATA_SAMSUNG_HD203WIS1UYJ1MZ102289-part1 -> ../../sdf1
lrwxrwxrwx 1 root root 10 Apr 2 20:19 scsi-SATA_SAMSUNG_HD203WIS1UYJ1MZ102289-part2 -> ../../sdf2
lrwxrwxrwx 1 root root 9 Apr 2 20:29 scsi-SATA_SAMSUNG_HD203WIS1UYJ1RZ502337 -> ../../sde
lrwxrwxrwx 1 root root 10 Apr 2 20:10 scsi-SATA_SAMSUNG_HD203WIS1UYJ1RZ502337-part1 -> ../../sde1
lrwxrwxrwx 1 root root 9 Apr 2 20:29 scsi-SATA_SAMSUNG_HD204UIS2H7J1SZ907870 -> ../../sdg
lrwxrwxrwx 1 root root 10 Apr 2 20:12 scsi-SATA_SAMSUNG_HD204UIS2H7J1SZ907870-part1 -> ../../sdg1
lrwxrwxrwx 1 root root 9 Apr 2 20:30 scsi-SATA_ST31500341AS_9VS151DK -> ../../sdd
lrwxrwxrwx 1 root root 10 Apr 2 20:08 scsi-SATA_ST31500341AS_9VS151DK-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 10 Apr 2 20:10 scsi-SATA_ST31500341AS_9VS151DK-part2 -> ../../sdd2
lrwxrwxrwx 1 root root 9 Apr 2 20:08 scsi-SATA_ST31500341AS_9VS1669E -> ../../sdc
lrwxrwxrwx 1 root root 10 Apr 2 20:08 scsi-SATA_ST31500341AS_9VS1669E-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 10 Apr 2 20:10 scsi-SATA_ST31500341AS_9VS1669E-part2 -> ../../sdc2
lrwxrwxrwx 1 root root 9 Apr 2 20:30 scsi-SATA_ST31500341AS_9VS241Y7 -> ../../sdb
lrwxrwxrwx 1 root root 10 Apr 2 20:08 scsi-SATA_ST31500341AS_9VS241Y7-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Apr 2 20:10 scsi-SATA_ST31500341AS_9VS241Y7-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 9 Apr 2 20:30 wwn-0x5000c50010e9afce -> ../../sdd
lrwxrwxrwx 1 root root 10 Apr 2 20:08 wwn-0x5000c50010e9afce-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 10 Apr 2 20:10 wwn-0x5000c50010e9afce-part2 -> ../../sdd2
lrwxrwxrwx 1 root root 9 Apr 2 20:08 wwn-0x5000c50010f4d32e -> ../../sdc
lrwxrwxrwx 1 root root 10 Apr 2 20:08 wwn-0x5000c50010f4d32e-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 10 Apr 2 20:10 wwn-0x5000c50010f4d32e-part2 -> ../../sdc2
lrwxrwxrwx 1 root root 9 Apr 2 20:30 wwn-0x5000c50014fbbc98 -> ../../sdb
lrwxrwxrwx 1 root root 10 Apr 2 20:08 wwn-0x5000c50014fbbc98-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Apr 2 20:10 wwn-0x5000c50014fbbc98-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 9 Apr 2 20:30 wwn-0x50024e9001918168 -> ../../sda
lrwxrwxrwx 1 root root 10 Apr 2 20:29 wwn-0x50024e9001918168-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Apr 2 20:10 wwn-0x50024e9001918168-part2 -> ../../sda2
lrwxrwxrwx 1 root root 9 Apr 2 20:30 wwn-0x50024e9002d70378 -> ../../sdh
lrwxrwxrwx 1 root root 10 Apr 2 20:10 wwn-0x50024e9002d70378-part1 -> ../../sdh1
lrwxrwxrwx 1 root root 9 Apr 2 20:29 wwn-0x50024e9002d7037d -> ../../sdf
lrwxrwxrwx 1 root root 10 Apr 2 20:29 wwn-0x50024e9002d7037d-part1 -> ../../sdf1
lrwxrwxrwx 1 root root 10 Apr 2 20:19 wwn-0x50024e9002d7037d-part2 -> ../../sdf2
lrwxrwxrwx 1 root root 9 Apr 2 20:29 wwn-0x50024e90037f7bba -> ../../sde
lrwxrwxrwx 1 root root 10 Apr 2 20:10 wwn-0x50024e90037f7bba-part1 -> ../../sde1
lrwxrwxrwx 1 root root 9 Apr 2 20:29 wwn-0x50024e900414bfed -> ../../sdg
lrwxrwxrwx 1 root root 10 Apr 2 20:12 wwn-0x50024e900414bfed-part1 -> ../../sdg1
*********************** END /dev/disk/by-id
*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 Apr 2 20:10 29ed23ad-0266-49cf-9cb0-0f991bbc019c -> ../../sdb2
lrwxrwxrwx 1 root root 10 Apr 2 20:10 4818a3e7-013a-4bd0-ba91-dc850eadce58 -> ../../sdc2
lrwxrwxrwx 1 root root 10 Apr 2 20:10 97114484-4f52-4da0-97d0-4207f314948f -> ../../sdd2
lrwxrwxrwx 1 root root 10 Apr 2 20:10 a34e2fd9-1124-44e3-bbde-2d5f93a29045 -> ../../sde1
lrwxrwxrwx 1 root root 10 Apr 2 20:10 be69cda5-69ac-45dd-987c-78e773e08846 -> ../../sda2
lrwxrwxrwx 1 root root 10 Apr 2 20:10 d487e032-b338-4d75-8a88-4ae820be9372 -> ../../sdh1
lrwxrwxrwx 1 root root 10 Apr 2 20:19 d608c807-8d14-478a-98c3-1ffa14e467ef -> ../../sdf2
lrwxrwxrwx 1 root root 10 Apr 2 20:12 e60b902a-1b55-4147-a025-de2a3a242106 -> ../../sdg1
*********************** END /dev/disk/by-uuid
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.39-rc7-xen-1 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Versions of packages grub-pc depends on:
ii debconf [debconf-2.0] 1.5.41
ii grub-common 1.99-18
ii grub-pc-bin 1.99-18
ii grub2-common 1.99-18
ii ucf 3.0025+nmu2
grub-pc recommends no packages.
grub-pc suggests no packages.
-- Configuration Files:
/etc/default/grub changed [not included]
-- debconf information excluded
More information about the Pkg-grub-devel
mailing list