Results 1 to 10 of 10
Hi,
I am using f 12. Every time I update software, a new tab appears in the boot menu screen to access both previous and new kernels. I thinks this ...
- 01-02-2010 #1
[SOLVED] Software Update
Hi,
I am using f 12. Every time I update software, a new tab appears in the boot menu screen to access both previous and new kernels. I thinks this will be a problem after 10 or more updates. Can I remove older kernel versions in order to save hard disk? I think dumping of all versions of kernel eat my hard disk.
- 01-02-2010 #2Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 1,939
The kernel itself doesn't take up much space. Go to your boot directory and right click on a kernel and click properties to see how big it is. It does get cumbersome and makes for a messy boot menu. I'd suggest setting your most recent kernel as the default, boot it to make sure everything works before deleting old kernels. Usually you are asked if you want to update the kernel when doing an update and there is not reason to if everything is working, just say no. I don't use Fedora so I'm not sure if it gives you the option.
- 01-02-2010 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,096
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 01-02-2010 #4
- 01-02-2010 #5
Execute this
It will display a list of installed kernels. Note down complete name of earlier version and execute this to un-install itCode:su - rpm -q kernel
Make sure to un-install earlier version only.Code:rpm -e kernel-<version>
You have to set default value for latest kernel in /boot/grub/grub.conf file.
Post the contents of grub.conf file after uninstalling earlier kernel(s).It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-02-2010 #6Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 1,939
Set the default by going to the /boot/grub/grub.conf file and counting from the top the title lines. Put the number of the one you want to boot next to the "default" at the top of the page. Grub counts from zero. Obviously do this after removing any kernels you don't want.
- 01-02-2010 #7forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,096
GRUB HowTos
If you aren't familiar with the inner workings of GRUB, you can find a couple of really good tutorials here:
GRUB bootloader - Full tutorial
GRUB 2 bootloader - Full tutorial
Both are probably the best guides that I've seen on GRUB.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 01-02-2010 #8
Thank you all. In case I am not intended to uninstall the kernel, and want to display only the latest one on the boot menu, what do i need to do? Just editing th grub.conf is ok?
- 01-02-2010 #9forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,096
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 01-02-2010 #10



