I did as you said, and the same error: + exec /sbin/installkernel 2.4.22-1.2135.nptlcustom bzImage /usr/src/linux/System.map '' No module sata_sil found for kernel 2.4.22-1.2135.nptlcustom, aborting. mkinitrd failed make[1]: *** [install] Error 1 make[1]: Saliendo directorio `/usr/src/linux/arch/i386/boot' make: *** [install] Error 2 I think Im going to reinstall Fedora Core and then try. El vie, 26-12-2003 a las 22:17, Timothy Murphy escribió: > On Friday 26 December 2003 19:19, Juan wrote: > > Hi, Im a linux newbie :). Im trying to compile my own kernel, so I go to > > //usr/src and try to compile the last version I have. I do: > > > > make xconfig (configure it) > > make dep > > make clean > > make bzImage > > make install > > > > On "make install" I got the next message: > > > > No module sata_sil found for kernel 2.4.23, aborting. > > Shouldn't you say "make modules" at some point? > > Personally I say "make oldconfig xconfig" > and then (after choosing my options) > > make dep; make clean; make bzImage; make modules > > and then > > make modules_install; make install