Raid 1 & opensuse 11

Hello,

I have a problem with the open suse 11 and raid 1. My system doesn't start and it doesn't say nothing about any problem and I can't see the grub. I test raid1 with suse 10 and the system works right. I see something suspicious in the md1 -> sda1 -> sdb1 the swap partition with the command cat /proc/mdstat. It says resync=PENDING but I don't believe it's the problem...

I solved myself the problem with:

grub> device (hd0) /dev/sda
grub> root (hd0,0)
grub> setup (hd0)

grub> device (hd0) /dev/sdb
grub> device (hd0,0)
grub> setup (hd0)

grub> quit