 |
 |
 |
 |
| 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. |

7th September 2004, 03:17 AM
|
|
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
|

7th September 2004, 03:19 AM
|
 |
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
|

7th September 2004, 03:30 AM
|
|
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
|

7th September 2004, 04:01 AM
|
 |
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
|

7th September 2004, 04:36 AM
|
|
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
|

7th September 2004, 06:18 AM
|
 |
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.
|

7th September 2004, 08:08 AM
|
|
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
|

7th September 2004, 08:22 AM
|
|
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
|

7th September 2004, 08:26 AM
|
 |
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.
|

7th September 2004, 08:26 AM
|
|
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.
|

7th September 2004, 11:45 AM
|
|
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
|

7th September 2004, 11:51 AM
|
 |
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)
|

8th September 2004, 12:04 PM
|
|
Registered User
|
|
Join Date: May 2004
Location: malaysia
Age: 34
Posts: 32

|
|
|
thanx.._ghaefb & othes
__________________
Jafni Hipni
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 06:43 (Sunday, 19-05-2013)
|
|
 |
 |
 |
 |
|
|