Results 1 to 6 of 6

Thread: Why am I not using the latest kernel?

  1. #1
    Join Date
    Oct 2008
    Beans
    3,509

    Why am I not using the latest kernel?

    Code:
    glen@Raring:~$ sudo apt-get update && sudo apt-get upgrade
    [sudo] password for glen:
    
    < blah blah blah with no errors >
    Reading package lists... Done
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    Rebooted and ran....
    Code:
    glen@Raring:~$ uname -a
    Linux Raring 3.8.0-13-generic #23-Ubuntu SMP Mon Mar 18 18:09:44 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
    Code:
    glen@Raring:~$ dpkg-query -l 'linux-image*'
    Desired=Unknown/Install/Remove/Purge/Hold
    | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
    |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
    ||/ Name                                Version                Architecture           Description
    +++-===================================-======================-======================-============================================================================
    ii  linux-image                         3.8.0.17.32            amd64                  Generic Linux kernel image.
    un  linux-image-3.0                     <none>                                        (no description available)
    ii  linux-image-3.8.0-10-generic        3.8.0-10.19            amd64                  Linux kernel image for version 3.8.0 on 64 bit x86 SMP
    ii  linux-image-3.8.0-11-generic        3.8.0-11.20            amd64                  Linux kernel image for version 3.8.0 on 64 bit x86 SMP
    ii  linux-image-3.8.0-12-generic        3.8.0-12.21            amd64                  Linux kernel image for version 3.8.0 on 64 bit x86 SMP
    ii  linux-image-3.8.0-13-generic        3.8.0-13.23            amd64                  Linux kernel image for version 3.8.0 on 64 bit x86 SMP
    ii  linux-image-3.8.0-14-generic        3.8.0-14.24            amd64                  Linux kernel image for version 3.8.0 on 64 bit x86 SMP
    ii  linux-image-3.8.0-15-generic        3.8.0-15.25            amd64                  Linux kernel image for version 3.8.0 on 64 bit x86 SMP
    ii  linux-image-3.8.0-16-generic        3.8.0-16.26            amd64                  Linux kernel image for version 3.8.0 on 64 bit x86 SMP
    ii  linux-image-3.8.0-17-generic        3.8.0-17.27            amd64                  Linux kernel image for version 3.8.0 on 64 bit x86 SMP
    ii  linux-image-3.8.0-6-generic         3.8.0-6.13             amd64                  Linux kernel image for version 3.8.0 on 64 bit x86 SMP
    ii  linux-image-3.8.0-7-generic         3.8.0-7.15             amd64                  Linux kernel image for version 3.8.0 on 64 bit x86 SMP
    ii  linux-image-3.8.0-8-generic         3.8.0-8.17             amd64                  Linux kernel image for version 3.8.0 on 64 bit x86 SMP
    ii  linux-image-3.8.0-9-generic         3.8.0-9.18             amd64                  Linux kernel image for version 3.8.0 on 64 bit x86 SMP
    ii  linux-image-extra-3.8.0-10-generic  3.8.0-10.19            amd64                  Linux kernel image for version 3.8.0 on 64 bit x86 SMP
    ii  linux-image-extra-3.8.0-11-generic  3.8.0-11.20            amd64                  Linux kernel image for version 3.8.0 on 64 bit x86 SMP
    ii  linux-image-extra-3.8.0-12-generic  3.8.0-12.21            amd64                  Linux kernel image for version 3.8.0 on 64 bit x86 SMP
    ii  linux-image-extra-3.8.0-13-generic  3.8.0-13.23            amd64                  Linux kernel image for version 3.8.0 on 64 bit x86 SMP
    ii  linux-image-extra-3.8.0-14-generic  3.8.0-14.24            amd64                  Linux kernel image for version 3.8.0 on 64 bit x86 SMP
    ii  linux-image-extra-3.8.0-15-generic  3.8.0-15.25            amd64                  Linux kernel image for version 3.8.0 on 64 bit x86 SMP
    ii  linux-image-extra-3.8.0-16-generic  3.8.0-16.26            amd64                  Linux kernel image for version 3.8.0 on 64 bit x86 SMP
    ii  linux-image-extra-3.8.0-17-generic  3.8.0-17.27            amd64                  Linux kernel image for version 3.8.0 on 64 bit x86 SMP
    ii  linux-image-extra-3.8.0-6-generic   3.8.0-6.13             amd64                  Linux kernel image for version 3.8.0 on 64 bit x86 SMP
    ii  linux-image-extra-3.8.0-7-generic   3.8.0-7.15             amd64                  Linux kernel image for version 3.8.0 on 64 bit x86 SMP
    ii  linux-image-extra-3.8.0-8-generic   3.8.0-8.17             amd64                  Linux kernel image for version 3.8.0 on 64 bit x86 SMP
    ii  linux-image-extra-3.8.0-9-generic   3.8.0-9.18             amd64                  Linux kernel image for version 3.8.0 on 64 bit x86 SMP
    ii  linux-image-generic                 3.8.0.17.32            amd64                  Generic Linux kernel image
    Last edited by stinkeye; April 9th, 2013 at 05:48 AM.

  2. #2
    Join Date
    Aug 2007
    Location
    US
    Beans
    929
    Distro
    Ubuntu Development Release

    Re: Why am I not using the latest kernel?

    Restart and make sure you're selecting the latest kernel in the grub menu.
    Please mark completed threads as [SOLVED], which lets us find solutions faster!

  3. #3
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Why am I not using the latest kernel?

    Quote Originally Posted by ptn107 View Post
    Restart and make sure you're selecting the latest kernel in the grub menu.
    Have rebooted and grub only shows up to 3.8.0-13

  4. #4
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Why am I not using the latest kernel?

    Quote Originally Posted by ptn107 View Post
    Restart and make sure you're selecting the latest kernel in the grub menu.
    Aha, thanks for the brain kickstart.
    I'm also running Quantal on a separate disk which is the default boot device and therefore using it's grub.
    I booted into Quantal and ran sudo update-grub and am now using latest kernel.

    Code:
    glen@Raring:~$ uname -a
    Linux Raring 3.8.0-17-generic #27-Ubuntu SMP Sun Apr 7 19:39:35 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

  5. #5
    Join Date
    Apr 2012
    Location
    Oz
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Why am I not using the latest kernel?

    have you tried Boot Repair. Has saved my bacon many times.

  6. #6
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Why am I not using the latest kernel?

    Yes, I've used Boot Repair in the past and works well.
    I'm on top of it now and could fix the kernel updating by selecting my Raring Drive as the boot device in the BIOS.
    I remember now I left the Bios to boot into Quantal's grub because I had customized it and
    hate the default purple grub screen.
    Thanks for the help.

Bookmarks

Posting Permissions

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