I'm trying to install mageia 4(.1) on 5 disks with/on a raid 5 configuration, but I can't seem to get the /boot partion to work.
I've followed the information provided in this post with the only difference being the raid 5 instead of 1:
viewtopic.php?f=8&t=7975#p49644
So I did the following:
Boot Mageia 4 Live DVD
I created:
22mb partition, type raid on each hdd (to become a 90mb /boot partion later on) (sda1, sdb1, sdc1, sdd1, sde1)
3GB partition, type raid on each hdd (to become a 12GB / partions later on) (sda5, sdb5, sdc5, sdd5, sde5 / not sure why 5, but that's what it became)
1GB partition, type raid on each hdd (to become a 4GB swap partition later on) (sda6, sdb6, sdc6, sdd6, sde6)
927GB partition, type raid on each hdd (to become a 3.6TB /var partition later on) (sda7, sdb7, sdc7, sdd7, sde7)
I then click on each corresponding partion to add them to a raid md device:
sda5, sdb5, etc. into md1
sda6, sdb6, etc. into md2
sda7, sdb7, etc. into md3
After every "add to raid" I got a few errors saying something along the lines of "unknown device sda5" etc. but it did add them to the raid devices
After that I formatted each md device as suggested.
I then went to console, became su root and did the following commands:
# mdadm --create /dev/md5 --metadata=0.90 --raid-devices=5 --level=raid5 /dev/sda1 /dev/sdb1 /dev/sdc1 /dev/sdd1 /dev/sde1
# sync ; sync
I then went back to diskdrake and formatted the new raid device md5.
I then rebooted into the normal mageia 4.1 DVD and chose custom partitioning, set mount points:
md1 /
md2 swap
md3 /var
But when i try to set mountpoint on md5 to /boot it still says "You've selected a software raid partition as /boot. No bootloader is able to handle this.."
From what I understood in the other topic the --metadata=0.90 should have fixed this, but I cannot continue for some reason.
What am I missing or misunderstanding which is causing me this problem?
