i try to get my system booting from raid1. is there any alternative to changing my initrd? if not, what am i missing?
my system: microcore64.gz with some added xorg stuff
ok, my results so far:
- extlinux boots bzImage64 from an ext2 fs on sda1 (no raid for now)
- i fetched mdadm and raid-dm-...tinycore64.tgz
- created a test-raid1 on /dev/sdb + missing
- on reboot i have to modprobe raid1, then i can reassemble: mdadm -As
i guess the raid module should be in my ramdisk to let the kernel see my raid at boot time, so i
- extracted my initial ram disk
- copied in my ...drivers/md/ dir
- found the file rcS symlinks to and added a "modprobe raid1" after "modprobe loop"
- packed back my new microcore64
and now i wonder what´s missing since the module still isn´t loaded after rebooting.
any hints, please?