Results 1 to 5 of 5
I installed fedora 12 on my new laptop with windows XP as other OS on the dual boot.
When I boot I see three different things to select
fedora (2.6.31.12-174.2.22.fc12.x86_64)
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-27-2010 #1Just Joined!
- Join Date
- Feb 2010
- Location
- Chicago
- Posts
- 7
boot menu clarification
I installed fedora 12 on my new laptop with windows XP as other OS on the dual boot.
When I boot I see three different things to select
fedora (2.6.31.12-174.2.22.fc12.x86_64)
fedora (2.6.31.5-127.fc12.x86_64)
other
I wonder why two listings show for fedora? I appreciate if some body can help me in figuring this out.
Thanks
Sudhakar
- 02-27-2010 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
The kernel on top is a newer kernel version, so you've apparently upgraded the kernel at some point. The system usually keeps the older kernel during upgrades just in case the new one doesn't work for some reason.
You can keep both kernels, or remove the older kernel if you won't be using it any longer.oz
- 02-27-2010 #3Just Joined!
- Join Date
- Feb 2010
- Location
- Chicago
- Posts
- 7
How to remove the older kernel which I don't use it any more.
- 02-27-2010 #4
Open up a text editor (vim, nano, any will work) and remove the older one. If you prefer, gedit or kate are easy to work with.
This has to be done as root or sudo.
Example would be:
Delete the entry, save and exit.Code:gedit /boot/grub/grub.conf
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 02-27-2010 #5forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Jay's suggestion will remove the entry from the grub menu, and to remove the kernel itself, you should be able to use yum with a command like the following:
Code:yum remove kernel-2.6.31.5-127.fc12.x86_64
oz


Reply With Quote

