Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Resources > Guides & Solutions (No Questions)
FedoraForum Search

Forgot Password? Join Us!

Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 7th September 2004, 03:17 AM
jafni Offline
Registered User
 
Join Date: May 2004
Location: malaysia
Age: 34
Posts: 32
update kernel 2.6.8

Currently my kernel is 2.6.6-1.427 and i've download kernel is 2.6.8 and install by launch up2date, but after reboot my linux box my kernel is stiil 2.6.6-1.427 although l selected kernel 2.6.8.1-427 at grub while rebooting.
So, what should i do???
__________________
Jafni Hipni
Reply With Quote
  #2  
Old 7th September 2004, 03:19 AM
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 44
Posts: 8,256
open terminal and type: uname -r and see which kernel you are actually using
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills :D
Reply With Quote
  #3  
Old 7th September 2004, 03:30 AM
jafni Offline
Registered User
 
Join Date: May 2004
Location: malaysia
Age: 34
Posts: 32
i've typer uname -r ...the kernel still 2.6.6-1.427
__________________
Jafni Hipni
Reply With Quote
  #4  
Old 7th September 2004, 04:01 AM
SuperNu's Avatar
SuperNu Offline
Registered User
 
Join Date: Mar 2004
Posts: 617
There are two things I would do. First, from the command line, type rpm -qa | grep kernel and see what kernel versions you have installed on your system. Make sure you see kernel-2.6.8-1.521 (the latest released version). Next from the command line, less /boot/grub/grub.conf as root and make sure that the entry is correct. If your copy of grub.conf is messed up, be sure to make a backup and edit the original and see if you can fix the problems. If you have questions, be sure to post them here, along with the output form rpm -qa | grep kernel and your copy of /boot/grub/grub.conf. Here is my entry for kernel-2.6.8-1.521...
Code:
title Fedora Core (2.6.8-1.521)
        root (hd0,0)
        kernel /boot/vmlinuz-2.6.8-1.521 ro root=LABEL=/ vga=791
        initrd /boot/initrd-2.6.8-1.521.img
--SN
Reply With Quote
  #5  
Old 7th September 2004, 04:36 AM
jafni Offline
Registered User
 
Join Date: May 2004
Location: malaysia
Age: 34
Posts: 32
here my grub.conf


grub.conf

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/hda2
# initrd /initrd-version.img
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Fedora Core (2.6.8-1.521)
root (hd0,0)
kernel /vmlinuz-2.6.8-1.521 ro root=LABEL=/ rhgb
initrd /initrd-2.6.8-1.521.img
title Fedora Core (2.6.6-1.427)
root (hd0,0)
kernel /vmlinuz-2.6.6-1.427 ro root=LABEL=/ rhgb
initrd /initrd-2.6.6-1.427.img



where should i edit....????
__________________
Jafni Hipni
Reply With Quote
  #6  
Old 7th September 2004, 06:18 AM
ghaefb's Avatar
ghaefb Offline
Retired Community Manager
 
Join Date: Apr 2004
Location: Slovenia
Age: 30
Posts: 1,713
Change the line 'default=1' to 'default=0'
And grub should boot in to your new 2.6.8 kernel.
__________________
_ghaefb


blog & sysinfo
Reply With Quote
  #7  
Old 7th September 2004, 08:08 AM
superbnerd
Guest
 
Posts: n/a
there is also a gui called system-config-boot that allows you to select the default kernel. its under system settings -> bootloader. you may not have it installed though. to install it
Code:
yum install system-config-boot
or look for it using the add/remove application under system settings
Reply With Quote
  #8  
Old 7th September 2004, 08:22 AM
jafni Offline
Registered User
 
Join Date: May 2004
Location: malaysia
Age: 34
Posts: 32
thanx ghaefb.....it's work....but what about my old kernel, should i remove it.
__________________
Jafni Hipni
Reply With Quote
  #9  
Old 7th September 2004, 08:26 AM
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 44
Posts: 8,256
Quote:
Originally Posted by jafni
thanx ghaefb.....it's work....but what about my old kernel, should i remove it.
its always a good thing to have 2 kernel just in case you run into problems with the latest one.
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills :D
Reply With Quote
  #10  
Old 7th September 2004, 08:26 AM
superbnerd
Guest
 
Posts: n/a
no. do not remove the old kernel until you have thoroughly tested the new one and have found it to work without bugs, etc. you may remove old ones like 2.6.5 and 2.6.6, but it is advisable to keep atleast one older one, in your case 2.6.7.
Reply With Quote
  #11  
Old 7th September 2004, 11:45 AM
jafni Offline
Registered User
 
Join Date: May 2004
Location: malaysia
Age: 34
Posts: 32
thanx imdeemvp & superbnerd, i will keep my kernel 2.6.7....but how if i want to remove old kernel like 2.6.5 or 2.6.6, any method that i have to follow??
__________________
Jafni Hipni
Reply With Quote
  #12  
Old 7th September 2004, 11:51 AM
ghaefb's Avatar
ghaefb Offline
Retired Community Manager
 
Join Date: Apr 2004
Location: Slovenia
Age: 30
Posts: 1,713
Run this: 'rpm -qa | grep kernel'
You will see which kernels you have installed.
Remove old kernel like this: 'rpm -e kernel-version'
(write full version number)
__________________
_ghaefb


blog & sysinfo
Reply With Quote
  #13  
Old 8th September 2004, 12:04 PM
jafni Offline
Registered User
 
Join Date: May 2004
Location: malaysia
Age: 34
Posts: 32
thanx.._ghaefb & othes
__________________
Jafni Hipni
Reply With Quote
Reply

Tags
kernel, update

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora 9: latest kernel update (kernel-2.6.25.10-86) won't boot anymore alwin Using Fedora 8 2nd November 2008 02:11 PM
nvidia + kernel update problem - wrong kernel version?! Duli Installation and Live Media 5 6th March 2007 03:36 AM


Current GMT-time: 06:43 (Sunday, 19-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat