> I'm running Red Hat 6.1 and I'm getting the following stuff on bootup when
> it tries to autodetect my software raid setup:

Do you have an initrd which pre-loads raid5 ?

>>  kmod: failed to exec /sbin/modprobe -s -k md-personality-4, errno = 2 
> What is wrong?

It needs `md-personality-4' to process the array.
It does not have it (no initrd ?) so it tries to load it.
At this point, I suspect you do not have a FS so can't do the above :-(

(  Check that your modprobe knows it ...
        % modprobe -c | grep md-personality-4
        alias md-personality-4 raid5
        % 
)

Reply via email to