Find the answer to your Linux question:
Results 1 to 2 of 2
Ok so, the kernel was updated when I was installing updates and I when I tried to remove the old kernel. It gave me an error telling me to rerun ...
  1. #1
    Just Joined!
    Join Date
    Jun 2008
    Posts
    12

    Detecting/Removing Kernel



    Ok so, the kernel was updated when I was installing updates and I when I tried to remove the old kernel. It gave me an error telling me to rerun grub boot loader or something and when I tried to detect the kernels, I found that the kernel was still in the records but not when the computer was starting up.

    <name>@Ubuntu:~$ dpkg --list | grep linux-image
    rc linux-image-2.6.24-16-generic 2.6.24-16.30 Linux kernel image for version 2.6.24 on x86
    ii linux-image-2.6.24-18-generic 2.6.24-18.32 Linux kernel image for version 2.6.24 on x86
    ii linux-image-generic 2.6.24.18.20 Generic Linux kernel image
    <name>@Ubuntu:~$ sudo apt-get remove linux-image-2.6.24-16-generic
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Package linux-image-2.6.24-16-generic is not installed, so not removed
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    What is going on here...

  2. #2
    Just Joined!
    Join Date
    Jun 2008
    Posts
    12
    anyone? can someone help?
    why is this still here: "rc linux-image-2.6.24-16-generic 2.6.24-16.30 Linux kernel image for version 2.6.24 on x86"

Posting Permissions

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