Hello Piet,

After you have compilled the kernel cd to /boot
rename vmlinuz to something like vmlinuz.old.
Then cd to /etc
and vi lilo.conf,
ADD something like,

image = /boot/vmlinuz.old
root = /dev/hdXX  # where XX is whatever your boot partition is
label = linux.old # or whatever you want to name your old config

This allows you to issue 

linux.old 

at the boot prompt if the new kernel fails and boot to 2.0.36.

Next go to /usr/src/linux/arch/i386/boot and

mv (or cp) zImage (or bzImage) /boot/vmlinuz

this moves or copies the kernel image to where it needs to be to boot.
Then issue

lilo

which sets up your new boot configuration.  Reboot and you should be
running 2.2.3.

Hope this helps,
Mike
On Fri, 19 Mar 1999, Piet Bossuyt wrote:

> 
> Hello,
> 
> I downloaded the 2.2.3 kernel and uncompressed it in /usr/src/linux. I
> have done the -make dep-, -make menuconfig-, -make bzImage- and -make
> bzlilo-. All with no problems. When I restart however, I still have the
> 2.0.36 kernel. What I am I doing wrong here?
> 
> Thanks!
> --
> To get out of this list, please send email to [EMAIL PROTECTED] with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
> archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html
> 

--
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html

Reply via email to