The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    HowTo: Kernel Upgrade (2.6.30-020630) for Ubuntu 9.04 amd64

    Discussion in 'Linux Compatibility and Software' started by theZoid, Sep 27, 2009.

  1. theZoid

    theZoid Notebook Savant

    Reputations:
    1,338
    Messages:
    5,202
    Likes Received:
    22
    Trophy Points:
    206
    The linux kernel 2.6.30 DEB files can be found at the following website:
    Kernels
    You have to install 3 files in the ORDER listed:

    Code:
    linux-headers-2.6.30-020630_2.6.30-020630_all.deb
    linux-headers-2.6.30-020630-generic_2.6.30-020630_amd64.deb	
    linux-image-2.6.30-020630-generic_2.6.30-020630_amd64.deb
    When clicking the files you get a choice to install them using gdebi or to save them. Choose install.
    There is just one thing: the order in which you install them is important. Don't panic: when choosing the wrong file first in gdebi it will tell you it is missing some dependences. The right order is the one written above.
    When done simply re-boot and you'll see the new kernel mentioned at the top of the Grub list.

    On Ubuntu forums the kernel listed above was recommended as STABLE. I've done this myself. You'll have to recompile the VirtualBox Kernel Module, and VBox will give you the sudo command to do this when you try to launch your VM.....easy. Nvidia will be taken care of automagically.

    FWIW

    3500th post.....!! :D :D
     
  2. mr_raider

    mr_raider Notebook Consultant

    Reputations:
    13
    Messages:
    160
    Likes Received:
    0
    Trophy Points:
    30
    Actually, nvidia may bork when you do the upgrade and sometimes DKMS fails to rebuild the module. In that case boot to recovery mode and selected the option to fix graphical environment. Then purge all the nvidia drivers in synaptic and re-install them.
     
  3. joeelmex

    joeelmex Notebook Evangelist

    Reputations:
    229
    Messages:
    518
    Likes Received:
    1
    Trophy Points:
    31
    Correct me if I am wrong, but if we upgrade the kernel this way, you loose the ability for any security flaws that ubuntu releases?
     
  4. theZoid

    theZoid Notebook Savant

    Reputations:
    1,338
    Messages:
    5,202
    Likes Received:
    22
    Trophy Points:
    206
    I didn't have any problems, at all....but I did keep my old kernel and made a copy of the original grub "menu.lst" file.

    @joeelmex....I don't think so...with Slackware, many people roll their own kernels and run on different versions...they all update.....can someone confirm this?