Hi,
Before rebooting, make the modules, if any. (Instructions are in the
HOWTO).
Move the new kernel out of /usr/src/linux/arch/i386/boot to the directory
you wish to boot from.
You then have to edit /etc/lilo.conf (assuming you are using lilo), and
create an entry for the newly compiled kernel, pointing to the place you
have just dropped the new kernel.
Then run lilo, and it should pick up on the new kernel.
To make sure what it's going to do, you might want to run it in test mode
first:
lilo -t -v
Will give verbose output of what it will do, without actually doing it.
That should be it, only I think there is an issue with keeping your old
/System.map, if you wish to boot from the older kernel later. Perhaps
someone on the list can give some info about it.
Thanks,
Harold
On Sat, 26 Sep 1998, Tanguy CARRABIN wrote:
> Hi,
> I'm trying to upgrade kernel 2.0.32 to kernel 2.0.35 under RedHat 5.0.
> Here's what I do:
> I place the 2.0.35_kernel.tar.gz file in /usr/src,
> I execute the command tar xvzf [name of the file].tar.gz
> A lot of text flies by for quite a long moment and when it ends a new
> directory called "linux" is created.
> then I execute the make .... commands (I'm followinf the directives
> of the How-to's); but when I reboot, nothing has changed !!!
> Can somebody tell me if I did something wrong ??? and/or tell me exactly
> what to do ?
>
> Tanks,
>
> Tanguy
>
>