From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0) Description of problem: I have downloaded the source code of mkinitrd, I have applied the patch: --- mkinitrd-3.5.13/mkinitrd.BAD 2004-05-11 22:12:55.918825872 -0500+++ mkinitrd-3.5.13/mkinitrd 2004-05-11 22:14:46.579002968 -0500@@ -399,6 +399,10 @@ findmodule linear startraid=1 ;;+ multipath) + findmodule multipath+ startraid=1+ ;; raid[0145]) findmodule $level startraid=1 and i have created the new rpm and I have installed it on my system. After this operations, mkinitrd insert on file linuxrc the commands: raidautorun /dev/md0 raidautorun /dev/md1 raidautorun /dev/md2 raidautorun /dev/md3 on boot the shell nash run the commands raidautorun but the meta devices doesn't start. Can anyone help me? Thanks a lot Version-Release number of selected component (if applicable): mkinitrd-3.5.13-1a [mkinitrd-3.5.13-1 + patch] How reproducible: Always Steps to Reproduce: 1.boot server 2. 3. Actual Results: the meta devices /dev/md0 /dev/md1 /dev/md2 /dev/md3 doesn't start Additional info:
It's possible the kernel doen't know how to autostart multipath devices. mkinitrd doesn't do these as such by default, though and it's not something I can really support.