Lawrence Dickson wrote:
[...]
> PROBLEM: Since the raid has been configured (apparently
> successfully) using raidtab, mkraid, and (attempted) raidadd, raidrun,
> raidstop, the system will not boot up properly. It keeps saying
>
> modprobe: can't locate module md-personality-3
>
> and dropping me to a shell. Even if before the boot I ran raidstop.
> It goes away if I rename /etc/raidtab.
Just add the lines
alias md-personality-1 linear
alias md-personality-2 raid0
alias md-personality-3 raid1
alias md-personality-4 raid5
(especially the line about raid1) to /etc/conf.modules and kerneld
should know which module to actually load.
Yes, these lines should be mentioned somewhere.
/Sverker