On Sun, Jul 21, 2002 at 05:56:35PM +0200, Ivar Alm wrote: > Hi. > > Tride to compile kernel 2.4.16. Seemed to work fine, used xconfig, selected > all modules I needed, mostly unselected unessecary ones. > Compiled to bzImage without problems. I copied the image to /boot/, created > a symlink from /vmlinuz to my image. > When I run lilo afterwards, it gives me an error: > Kernel - Fatal: vmlinuz too large > > Why this? What to do?
You probably copied vmlinux across. This is an uncompressed file and not what you were looking for. Try copying arch/i386/boot/bzImage to /boot/vmlinuz-2.4.16 or similar. You also need to copy System.map to /boot/System.map-2.4.16 make-kpkg (apt-get install kernel-package) is an easier way to get kernels installed in the Debian way. -- /__ \_|\/ /\ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

