hi,
let´s take a look at what i´ve got:
- sda1 partition type FD
- md1 raid level 1 (one missing), formatted with ext4., contains boot/* and tce/* directories.
- called extlinux -ir /mnt/md1/boot/extlinux to make it boot
- oh yeah, microcore64.gz and bzImage64 - wanna have full memory support
in fact, the microcore64 initrd is modified:
- added raid1 and md-mod kernel modules to load at boot time
- updated via depmod
- 64-md-raid.rules: uncommented first rule (describing raid members)
- rcS (i.e. tc-config) calls modprobe raid1 in line 107 - this is before udev is called
now tc64 boots but still ignores my partition at boot time, so there´s solely the command line but nothing installed in tce. i immediately can sudo mdadm -As and get my raiddrive, so - be it the rules like gerald suggested or a wrong placement of modprobe raid1 - it´s all there, but something´s still wrong...
i read a lot and tried hard... anyone for assistance?