[Jieming Wang]
> autorun ...
> considering sdb1 ...
> adding sdb1 ...
> adding sda1 ...
> created md0
> bind<sda1,1>
> bind<sdb1,2>
> running: <sdb1><sda1>
> now!
> sdb1's event counter: 0000000a
> sda1's event counter: 0000000a
Looks like a couple of partitions with type fd, looking great for
autostart by the raid code.
> kmod: failed to exec /sbin/modprobe -s -k md-personality-3, errno = 2
> do_md_run() returned -22
Doh! More likely than not, you'll want to build-in the necessary raid
levels into the kernel. Otherwise, you end up in a chicken-and-egg
problem (possibly, depending on fs layout) where you need to load a
module from a filesystem that you can't get to without the module loaded.
James