[Repo Core]
Post here all issues you have with our core repository
FS#392 - udev ca't assemble root partition on software raid.
Attached to Project:
[Repo Core]
Opened by Krzysztof Raczkowski (raku) - Tuesday, 03 January 2012, 14:11 GMT
Opened by Krzysztof Raczkowski (raku) - Tuesday, 03 January 2012, 14:11 GMT
|
Detailsmdadm 3.2.1-4 has got broken hook for initcpio.
Problem occures when you move / to software raid. Result: udev is unable to assemble an array and booting ends with something like: udevd[21476]: failed to execute '/sbin/mdadm' '/sbin/mdadm --examine --export /dev/sdb': No such file or directory It looks like you've messed two hooks: mdadm for assembling arrays with /sbin/mdassemble and mdadm_udev for assembling arrays with udev and /sbin/mdadm. Udev needs to have /sbin/mdadm but it's missing in initcpio image. Instead of it, there is /sbin/mdassemble. I've created two patches which fixed it and made my system bootable. |
This task depends upon
Comment by Krzysztof Raczkowski (raku) -
Tuesday, 03 January 2012, 14:13 GMT
Here are patches.
Comment by Manuel Tortosa (manutortosa) -
Saturday, 04 May 2013, 11:26 GMT
It is still wrong with latest systemd?
Comment by Krzysztof Raczkowski (raku) -
Saturday, 04 May 2013, 23:36 GMT
I've got no opportunity to check that. I'm no longer a Chakra user.
mdadm-hooks.patch
(0.3 KiB)