On Sat, 8 Dec 2001, Guy Durand wrote: > what does it mean when you get a crc error after the lilo prompt and the > kernel start uncompressing. It happened with my laptop and I am able to > boot the original kernel bot not the new kernels I had compiled after. > Badiane,
Are you sure your kernel compile succeeded? If for instance, you were doing a 'make zImage', the build process complains at the very end that the "kernel is too big" or something like that. In that case, I've seen the zImage file actually being produced, but its worthless - you will get failures like the one you just described. If that is the case, do a "make bzImage". Regards, Jor-el