My system is an AMD dual core x86_64 populated with 4 SATA 2TB hard drives.
Using the partitioning section of the installation tools I layed out the
following partitions:
sda:
sda1 1.95TB type FD (RAID)
sda2 50GB type FD (RAID)
sdb:
sdb1 1.95TB type FD (RAID)
sdb2 50GB type FD (RAID)
sdc:
sdc1 2.0TB type FD (RAID)
sdd:
sdd1 2.0TB type FD (RAID)
I then moved onto the RAID section of the tool and laid it out like this:
md0: “/” type ext4 (root file system) partitions sda1 & sdb1
md1: swap type swap partitions sda2 & sdb2
md2: “/home” type ext4 partitions sdc1 & sdd1
This worked fine and was fairly easy to setup. The rest of the installation was
straight forward.
When the tool went to write this to the hard disks it formatted and seem to
work just fine but when the boot loader GRUB was being written, the system would
fail. The error (15) was reporting a missing file and the GRUB installation
seemed to be complaining about stage 2 of the boot loader.
I was convinced by someone who is somewhat knowledgeable in the IT industry to
try the Ubuntu Server installation. It worked perfectly. It also followed
pretty much the same procedure to setup the partitions and then the RAID
configuration.
So, what gives with OpenSuSE’s 11.3 RAID installation?
Cheers!!