Mailinglist Archive: opensuse (1473 mails)
| < Previous | Next > |
Re: [opensuse] kernel version mismatch
- From: Shawn Protsman <protsman@xxxxxxx>
- Date: Mon, 29 Jun 2009 21:49:31 -0700
- Message-id: <F9BD8892-6725-40E7-8744-79219258AAA7@xxxxxxx>
On Jun 29, 2009, at 9:17 PM, Rajko M. wrote:
On Monday 29 June 2009 09:54:11 pm Shawn Protsman wrote:
I've been running 11.1 for some time now without a hitch (mostly).
After an update this morning I noticed a very odd issue. When I boot I
have one selection for the 2.6.27.23 kernel. Once I log in and check
uname it displays the old kernel. Any ideas how I can remedy this
oddity?
~] uname -r
2.6.27.21-0.1-default
Check /boot/grub/menu.lst for default boot option.
It seems that it doesn't boot in the right one.
~] rpm -qa | grep kernel
kernel-default-extra-2.6.27.23-0.1.1
kernel-default-base-2.6.27.23-0.1.1
linux-kernel-headers-2.6.27-2.28Kernel headers version is OK,
kernel-syms-2.6.27.23-0.1.1
kernel-default-2.6.27.23-0.1.1
kernel-source-2.6.27.23-0.1.1
Rajko,
Everything looks okay to me:
~] sudo cat /boot/grub/menu.lst
# Modified by YaST2. Last modification on Mon Jun 29 09:54:07 PDT 2009
default 0
timeout 8
##YaST - generic_mbr
gfxmenu (hd0,1)/boot/message
##YaST - activate
###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 11.1 - 2.6.27.23-0.1
root (hd0,1)
kernel /boot/vmlinuz-2.6.27.23-0.1-default root=/dev/sda2 resume=/ dev/sda1 splash=silent showopts vga=0x317
initrd /boot/initrd-2.6.27.23-0.1-default
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 11.1 - 2.6.27.23-0.1
root (hd0,1)
kernel /boot/vmlinuz-2.6.27.23-0.1-default root=/dev/sda2 showopts ide=nodma apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 x11failsafe vga=0x317
initrd /boot/initrd-2.6.27.23-0.1-default
###Don't change this comment - YaST2 identifier: Original name: floppy###
title Floppy
rootnoverify (fd0)
chainloader +1
Any other ideas?
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |