Naturally, the boot loader must be placed outside of any raid partition, preferably into MBR of a disk. Even Raid 1 setups require this. Raid 0 setups might also require the /boot partition to be outside of any raid partition, or modify initrd to include raid modules on boot.
But I only have a RAID setting. Only partitions in the RAID.
Can you boot in repair mode from the DVD and do the following?
You have to login as root and press Enter when it ask for password.
Substitute the correct value for /dev/sda1 if that is not the disk device where you have installed root of the openSUSE. (You can see it by typing
“fdisk -l”). Also, see that the reference to harddisk in the /etc/grub.conf is (hd0,0).
mount /dev/sda1 /mnt
mount -t proc none /mnt/proc
mount -o bind /dev /mnt/dev
chroot /mnt /bin/bash
grub --batch < /etc/grub.conf
init 6