Wrong modules directory used during boot ...
I try to recompile 2.6.8 kernel on Mandrake 10.1 official :
- I install 2.6.8.1-12mdk source
- in Makefile by default, EXTRAVERSION variable is defined (= .1-12mdkcustom) so modules directory (/lib/modules/2.6.8.1-12mdk) is not erased, modules are installed under /lib/modules/2.6.8.1-12mdkcustom
- I created the initrd.img file corresponding to this new kernel
- I modified /etc/lilo.conf to enable this 2.6.8.1-12mdkcustom kernel
My problem is that during boot, modules are not looked for under "/lib/modules/2.6.8.1-12mdkcustom" directory but under "/lib/modules/2.6.8.1-12mdk"
What did I miss ? I there anything else than EXTRAVERSION to defined ?
Thanks
|