更新 grub 上的 grub 错误“多余的 RAID 成员”

Bas*_*ing 9 debian mdadm grub2

我的系统 (wheezy/sid: 2.6.32-5-amd64 #1 SMP x86_64 GNU/Linux) 运行良好 - 我只是想知道一些消息是什么意思。我的系统上运行着两个 mdraid 阵列。这是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]
Run Code Online (Sandbox Code Playgroud)

我使用/dev/md0as//dev/md1as /home。无论何时update-grup运行 - 或者当 grub 出现时,我都会收到错误: error: superfluous RAID member (2 found)..

要了解为什么我想删除它,请查看以下结果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
Run Code Online (Sandbox Code Playgroud)

我怎样才能摆脱这些消息?

jon*_*n_d 8

这是update-grub 脚本上的一个错误。在 Debian 错误报告中所说的之后,上游应用了一个补丁,因此它应该在某个时间在 Debian 包中修复。