Hello Possible failure is the "make clean, make dep" procedures cleaned not enough. So, here's my workaround.
Save your .config and blow your complete kernel-source directory away. Unpack an new kernel-source tar and copy your saved .config in it. Now "make menuconfig" and save your settings by leaving the kernel-builder menu. make dep clean bzImage modules make modules_install copy your new kernel to /boot make your settings in lilo.conf and do an "lilo" :-) Thorsten Rißland