Slight change in suggestions:
On Wed, May 25, 2016 at 1:25 PM, Chris Murphy lists@colorremedies.com wrote:
What do you get for cat /proc/mdstat at the dracut prompt before you do anything else?
Do this still. Then assemble the array manually as you have been and continue the boot normally.
And also the results from
mdstat -E /dev/sda1 mdstate -E /dev/sdb1 blkid
These are easier done after basic target is reached, rather than at the dracut shell. Also, the first two have bad typos so here's the revised version:
mdadm -E /dev/sda[12] mdadm -D /dev/md[01] blkid
You might just try renaming the current mdadm.conf, or commenting out all of the lines, except for one:
ARRAY /dev/md0 UUID=5a1848ce:cff64c1f:a622dc1f:e5f06d55
And after saving it, use dracut -f.
Skip this for now. I'd rather just collect info rather than change anything.