|

Best view with:
IE 4.0 or higher
Netscape 4.6
16 bits color
800x600
| |
Can't load bzimage kernel
I always compiled kernels
with make zImage, but the last one was too
big to fit. so, I compile it with make bzImage, and when I tried to boot, the
computer reboots. Searching the net didn't help; Kernel HOWTO said that "you
may have to install a newer version of LILO", or something like this. I'm
using LILO version 20. How can I boot bziped kernels?
Answer :
make the kernel with bzImage, copy it over, and
then when you reboot, it just sorta hangs at loading the kernel and reboots
itself after a quick second, right? The solution I found was to just run
/sbin/lilo again (after making sure that you named it correctly in /boot and
/etc/lilo.conf, of course). Give it a try...
|