błąd grub „zbędny element RAID” podczas aktualizacji grub


9

Mój system (wheezy / sid: 2.6.32-5-amd64 # 1 SMP x86_64 GNU / Linux) działa dobrze - zastanawiam się, co oznaczają niektóre wiadomości. W moim systemie działają dwie tablice mdraid. Oto 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]

Używam /dev/md0jako /i /dev/md1jako /home. Ilekroć update-grupjest uruchomiony - lub do wyczerpania grub podchodzi, otrzymuję błąd: error: superfluous RAID member (2 found)..

Aby zrozumieć, dlaczego chcę to usunąć, spójrz na wynik 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

Jak mogę pozbyć się tych wiadomości?

Odpowiedzi:


8

To jest błąd w skrypcie aktualizacji-gruba. Po tym, co powiedziano w raporcie o błędzie Debiana, łatka została nałożona wcześniej, dlatego należy ją kiedyś naprawić w pakiecie Debiana.


Dzięki za odpowiedź. Nie znalazłem tych danych przy użyciu our friends from google.
Bastian Ebeling
Korzystając z naszej strony potwierdzasz, że przeczytałeś(-aś) i rozumiesz nasze zasady używania plików cookie i zasady ochrony prywatności.
Licensed under cc by-sa 3.0 with attribution required.