grub error “membro RAID supérfluo” em update-grub

9

Meu sistema (wheezy / sid: 2.6.32-5-amd64 # 1 SMP x86_64 GNU / Linux) está funcionando bem - só estou querendo saber o que algumas mensagens significam. Eu tenho dois arrays mdraid em execução no meu sistema. Aqui está cat /proc/mdstat :

Personalities : [raid1] [raid6] [raid5] [raid4] 
md1 : active (auto-read-only) raid5 sda3[0] sdc3[3] sdb3[1]
      823103488 blocks super 1.2 level 5, 512k chunk, algorithm 2 [3/3] [UUU]

md0 : active raid1 sda2[0] sdc2[2](S) sdb2[1]
      72628769 blocks super 1.2 [2/2] [UU]

Eu uso /dev/md0 como / e /dev/md1 como /home . Sempre que update-grup estiver em execução - ou enquanto o grub aparece, recebo o erro: error: superfluous RAID member (2 found). .

Para entender por que eu gostaria de remover isso, dê uma olhada no resultado de update-grub :

error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
Generating grub.cfg ...
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
Found background image: /usr/share/images/desktop-base/desktop-grub.png
error: superfluous RAID member (2 found).
Found linux image: /boot/vmlinuz-2.6.32-5-amd64
Found initrd image: /boot/initrd.img-2.6.32-5-amd64
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
  No volume groups found
done

Como posso me livrar dessas mensagens?

    
por Bastian Ebeling 28.02.2011 / 12:11

1 resposta

8

Este é um bug no script update-grub. Depois do que é dito no relatório de erros do Debian, um patch foi aplicado a upstream, então ele deve ser corrigido no pacote Debian em algum momento.

    
por 28.02.2011 / 12:35