The 03.02.24 at 13:38, Paul Uiterlinden wrote:
On Monday 24 February 2003 11:23, Paul Uiterlinden wrote:
Hmmm, "all modularized"? Not quite: CONFIG_BLK_DEV_MD can be set to "m" as well. I wonder what happens if I do that. As soon as I've done that, I'll let you know.
Setting CONFIG_BLK_DEV_MD to m creates a module not suprisingly called md.o. Without adding this to initrd, module raid0 cannot be loaded (undefined symbols), and the root partition cannot be mounted. So far, clear.
Ah! I bumped into that the other day, without knowing. I updated the patch for the kernel sources, but not for the kernel binary, in order to save transmission time (and money), as I use a V90 modem. So I set up to compile the kernel, and I got the error you mention above. I couldn't see what I had done wrong, so I had to download the patch for binary as well (k_deflt). After that, i made a make cloneconfig and compiled without problems. -- Cheers, Carlos Robinson