Results 1 to 3 of 3
hi,
i got 2.6 version of kernel for fedora core and installed in my compuuter using
rpm -i command.
i didnt upgrade the kernel. now while booting it is showing ...
- 07-06-2009 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 21
Kernel installation
hi,
i got 2.6 version of kernel for fedora core and installed in my compuuter using
rpm -i command.
i didnt upgrade the kernel. now while booting it is showing two kernels old and new one. my new kernel is working fine. how to remove the old kernel. grub.conf is showing two entries. pls help me to remove the old kernel.
thanks in advance,
csanthosh
- 07-06-2009 #2
Hi,
I think you can edit that through nano or gedit.
Hope this is what your looking for.HTML Code:su nano /boot/grub/menu.lst OR su gedit /boot/grub/menu.lst
- 07-06-2009 #3
You have to un-install older version of kernel.
Execute this
It will list all installed kernel versions.Code:su - rpm -q kernel
Execute this to remove older kernel.
Code:rpm -e kernel-<version>
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote