>>> It's been a little while since I compiled a kernel, and evidentially
>>> I've forgotten something. I make mrproper, then make menuconfig.
>>> Save the results, make dep ; make clean, then make zImage. cp zImage
>>> /vmlinuz, then make zlilo. And... I *still* wind up with 2.0.30
>>> instead of 2.0.32. And, while it was compiling, it was going in and
>>> out of directories under /linux-2.0.32, so I know it's not a bad
>>> symlink or anything.
>>You put the kernel image in /vmlinuz - but what does your /etc/lilo.conf
>>point to?
>Hmmm... lilo.conf used to point to /vmlinuz. Now, it points to
>/boot/vmlinuz. So, I copied /vmlinuz to /boot/vmlinuz and... still
>boot to 2.0.30.
You shouldn't need to "make zImage" before "make zlilo" as the latter
option includes both the kernel compilation and rerunning lilo. The
make sequence I use most often can be entered in one line at the
command prompt:
make dep && make clean && make zlilo && make modules && make modules_install
Try that and reboot, and see what happens. If it still is going to 2.0.30,
then check what image lilo.conf points to, check what the modification time
of that image is to make sure it was changed with the last recompile, and
let us know what happens.
---
Roy Stogner