Install older kernel version

13,639

If you look at the answers to this question, it may provide some pointers: How do I install an older 2.6.37 Kernel Version?

As far as I can work out, if you go into the Grub menu at start up, just after the BIOS screen, you then have a number of options for booting.

If your Grub menu does not show when you boot up, then the simplest way to display your Grub is to press and hold the SHIFT button while booting.

As an alternative, you can always displays Grub without it booting any particular kernel:

gksudo gedit /etc/default/grub

change grub_timeout to -1

finish off by running

sudo update-grub
Share:
13,639

Related videos on Youtube

user2261693
Author by

user2261693

Updated on September 18, 2022

Comments

  • user2261693
    user2261693 over 1 year

    I'm using Ubuntu 13.04 and the kernel version is 3.8.0.

    Unfortunately, I need a driver which cannot be compiled and installed in 3.8.0.

    As a result, I want to install older version(2.6.35) and I want to switch between them when I need to use the driver.

    Is it possible? How to do so?

    • Uri Herrera
      Uri Herrera almost 11 years
      You would be better off trying to figure out how to compile the driver with a current supported version than installing such an old version of the kernel.