You are not logged in.
I had this problem as well and must have reinstalled arch 4 times before finding what was missing (for me)
I ended up following the instructions on the wiki but it seems to be missing a final step.
Creating the raid with mdadm but don't bother mounting/formatting them, the latest installer detected them for me. Then install arch as normal using the raid partition(s). When you get to the point of configuring arch jump to another console (alt-f2 etc) and make sure you delete /mnt/etc/mdadm.conf and recreate it with :-
mdadm -D --scan >> /mnt/etc/mdadm.conf
Jump back to installer (alt-f1).
When you get to adding raid into mkinitcpio.conf also add mdadm right after raid.
HOOKS="base udev autodetect pata scsi sata raid mdadm filesystems"
You should be good to go from then on. Say yes to installing grub to all drives in the detected array and reboot.
At least that worked for myself.
Genius may have its limitations, but stupidity is not thus handicapped.
Offline
When you get to adding raid into mkinitcpio.conf also add mdadm right after raid.
HOOKS="base udev autodetect pata scsi sata raid mdadm filesystems"
The MDADM hook replaces the RAID hook. They are mutually exclusive of each other
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline