[    1.345397] computername dracut-pre-trigger[217]: rd.md=0: removing
MD RAID activation


and

[    1.354112] computername dracut-pre-trigger[217]:
///lib/dracut/hooks/pre-trigger/30-parse-md.sh@32(source): '[' -e
/etc/mdadm.conf ']'
[    1.354178] computername dracut-pre-trigger[217]:
///lib/dracut/hooks/pre-trigger/30-parse-md.sh@32(source): getargbool
1 rd.md.conf -d -n rd_NO_MDADMCONF


I'm getting the idea, possibly incorrectly, that there is no
mdadm.conf in the initramfs. You can use lsinitrd to see if there's
one inside and what the size, time stamp is, to see if it's current.

It's definitely not assembling the array is the problem. I'm not sure
if boot param rd.md.uuid= is sufficient because IMSM RAID is actually
a container plus RAID, so there are two UUIDs that apply. You could
try:

rd.md.uuid=03afe6a1:b37c71b2:f9b7eb4e:9322a561
rd.md.uuid=1d2f6a80:99e713e3:73601439:2cdb477f

And see if dracut figures out which is which and assembles the
container first then the array. I also don't know for sure if : should
be replaced with - as is typically the case for filesystems.


Chris Murphy
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to