Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Posts
    1,229
    Hi,

    I think you can edit that through nano or gedit.

    HTML Code:
    su
    
    nano /boot/grub/menu.lst
    
    OR
    su
    
    gedit /boot/grub/menu.lst
    Hope this is what your looking for.

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    You have to un-install older version of kernel.
    Execute this
    Code:
    su -
    rpm -q kernel
    It will list all installed kernel versions.
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...