Click to See Complete Forum and Search --> : kernel version


bakerb
01-26-2001, 04:00 PM
This vexes me . . . I am quite vexed

I am running mandrake 7.1.

I built and installed version 2.4.0 of the kernel. The vmlinuz ans System.map links point to the right stuff. lilo.conf is set to point to them as well. Everything seem to be pointing right.

however, when I boot up, the greeting above the login prompt says I am running 2.2.15 (released w/ md 7.1). Why? I am not really running that, am I?

Keep on rockin' in the free world . . .

-bakerb

------------------
Save the whales. That way, you can collect and trade them with your friends!

Honcho
01-26-2001, 04:36 PM
You must run /sbin/lilo to update the /boot process to the changes you made to lilo.conf. It should then boot up under the new kernel. If I could, I'd like to make a suggestion that someone passed off to me before you do that. Change your lilo.conf so that you can boot up in both kernels as such. Then if you have trouble you can boot in the old kernel if you have problems with the new one.

boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
message=/boot/message
linear
default=linux


image=/boot/vmlinuz-2.2.16-22
label=linux
read-only
root=/dev/hda5

image=/boot/vmlinuz-2.4.0
label=new
initrd=/boot/initrd-2.4.0.img
read-only
root=/dev/hda5




[This message has been edited by Honcho (edited 26 January 2001).]

demian
01-26-2001, 05:45 PM
Originally posted by bakerb:
...when I boot up, the greeting above the login prompt says I am running 2.2.15 (released w/ md 7.1).

This is just a login message. type uname -r to get your kernel version.

klamath
01-26-2001, 07:37 PM
This is just a login message

I believe login will read the kernel version and display that. Or at least, whenever I update my kernel, login is always smart enough to figure it out and update itself.

------------------
- Klamath
Get my GnuPG Key Here (http://klamath.dyndns.org/mykey.asc)
Looking for an open source project to contribute to? Check out the Tornado HTTP Server (http://sourceforge.net/projects/tornado)