Find the answer to your Linux question:
Results 1 to 9 of 9
Hi, I recently upgraded to 10.04, but it gave me a heap of problems, so I've reinstalled 9.10. Everything seems to be working again, but Grub seems to think that ...
  1. #1
    Just Joined!
    Join Date
    Apr 2010
    Posts
    10

    Non existent Kernel listed in Grub

    Hi, I recently upgraded to 10.04, but it gave me a heap of problems, so I've reinstalled 9.10. Everything seems to be working again, but Grub seems to think that the 2.6.32-24 kernel is installed.

    When I try to boot it, it gives me a ton of errors that basically say it can't find what it's supposed to mount, so I'm assuming that it's left over from Lucid.

    Thing is, I can't find the kernel in synaptic to uninstall it, but when I update grub, it still lists it as being there.....

    How do I go about removing it from the boot menu?

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    10.04 uses GRUB2. Does sudo update-grub command detect 2.6.32.24 version?
    Post the output of this
    Code:
    ls /boot/grub
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Apr 2010
    Posts
    10
    915resolution.mod efiemu64.o lsmmap.mod read.mod
    acpi.mod efiemu.mod ls.mod reboot.mod
    affs.mod elf.mod lspci.mod reiserfs.mod
    afs_be.mod ext2.mod lvm.mod scsi.mod
    afs.mod extcmd.mod mdraid.mod search.mod
    aout.mod fat.mod memdisk.mod serial.mod
    ata.mod font.mod memrw.mod setjmp.mod
    ata_pthru.mod fs_file.mod minicmd.mod sfs.mod
    at_keyboard.mod fshelp.mod minix.mod sh.mod
    befs_be.mod fs.lst mmap.mod sleep.mod
    befs.mod fs_uuid.mod moddep.lst tar.mod
    biosdisk.mod gfxterm.mod msdospart.mod terminfo.mod
    bitmap.mod gptsync.mod multiboot.mod test.mod
    blocklist.mod grub.cfg normal.mod tga.mod
    boot.img grubenv ntfscomp.mod true.mod
    boot.mod gzio.mod ntfs.mod udf.mod
    bsd.mod halt.mod ohci.mod ufs1.mod
    bufio.mod handler.lst part_acorn.mod ufs2.mod
    cat.mod handler.mod part_amiga.mod uhci.mod
    cdboot.img hdparm.mod part_apple.mod unicode.pf2
    chain.mod hello.mod part_gpt.mod usb_keyboard.mod
    cmp.mod help.mod partmap.lst usb.mod
    command.lst hexdump.mod part_msdos.mod usbms.mod
    configfile.mod hfs.mod part_sun.mod usbtest.mod
    core.img hfsplus.mod parttool.lst vbeinfo.mod
    cpio.mod iso9660.mod parttool.mod vbe.mod
    cpuid.mod jfs.mod password.mod vbetest.mod
    crc.mod jpeg.mod pci.mod vga.mod
    datehook.mod kernel.img play.mod vga_text.mod
    date.mod keystatus.mod png.mod video_fb.mod
    datetime.mod linux16.mod probe.mod video.mod
    device.map linux.mod pxeboot.img videotest.mod
    diskboot.img lnxboot.img pxecmd.mod xfs.mod
    dm_nv.mod load.cfg pxe.mod xnu.mod
    drivemap.mod loadenv.mod raid5rec.mod xnu_uuid.mod
    echo.mod locale raid6rec.mod zfsinfo.mod
    efiemu32.o loopback.mod raid.mod zfs.mod

    This is what I get when entering that.

    EDIT: Also yes, sudo update-grub shows 2.6.32-24
    Here's the output

    Generating grub.cfg ...
    Found linux image: /boot/vmlinuz-2.6.32-24-generic
    Found initrd image: /boot/initrd.img-2.6.32-24-generic
    Found linux image: /boot/vmlinuz-2.6.31-22-generic
    Found initrd image: /boot/initrd.img-2.6.31-22-generic
    Found linux image: /boot/vmlinuz-2.6.31-14-generic
    Found initrd image: /boot/initrd.img-2.6.31-14-generic
    Found memtest86+ image: /boot/memtest86+.bin
    Found Dell Utility Partition on /dev/sda1
    Found Windows XP Media Center Edition on /dev/sda2
    done

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    According to output, there is a kernel vmlinuz-2.6.32-24-generic in /boot.
    Post the contents of /boot partition too.
    Code:
    ls /boot
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Apr 2010
    Posts
    10
    abi-2.6.31-14-generic memtest86+.bin
    abi-2.6.31-22-generic System.map-2.6.31-14-generic
    abi-2.6.32-24-generic System.map-2.6.31-22-generic
    config-2.6.31-14-generic System.map-2.6.32-24-generic
    config-2.6.31-22-generic vmcoreinfo-2.6.31-14-generic
    config-2.6.32-24-generic vmcoreinfo-2.6.31-22-generic
    grub vmcoreinfo-2.6.32-24-generic
    initrd.img-2.6.31-14-generic vmlinuz-2.6.31-14-generic
    initrd.img-2.6.31-22-generic vmlinuz-2.6.31-22-generic
    initrd.img-2.6.32-24-generic vmlinuz-2.6.32-24-generic

    So how do I go about getting rid of it, is it safe to just delete it?

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Remove it using Package Manager only. Open Synaptic Package Manager and type linux-image-2 in Search box. Mark it for removal and hit Apply button.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Apr 2010
    Posts
    10
    It still isn't showing up in Synaptic though. How do I get it to show up?

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Did you click Reload button in Synaptic. Make sure to select All or Installed packages in Left pane of Synaptic.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Just Joined!
    Join Date
    Apr 2010
    Posts
    10
    I have "All" selected and it doesn't show, but when I click reload, I get this error:

    W: GPG error: [ u r l = h t t p : / / p p a . l a u n c h p a d . n e t ]Index of /[ / u r l ] karmic Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 39456311108B243F

    (I had to add spaces to the URL or it wouldn't post)

Posting Permissions

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