Easiest way to install older kernel?

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
clankfu

Easiest way to install older kernel?

Post by clankfu »

I installed 3.16.0-25 and have been experiencing a couple of minor bugs. If I want to replace it with 3.13.0-37, is it as easy as installing the older kernel via Update Manager and removing 3.16.0-25?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
WharfRat

Re: Easiest way to install older kernel?

Post by WharfRat »

clankfu wrote:I installed 3.16.0-25 and have been experiencing a couple of minor bugs. If I want to replace it with 3.13.0-37, is it as easy as installing the older kernel via Update Manager and removing 3.16.0-25?
Installing 3.16.0-25 shouldn't have removed 3.13.0-37. You should show both kernels in the grub menu. Check if both are installed with

Code: Select all

dpkg -l|grep  linux-image
clankfu

Re: Easiest way to install older kernel?

Post by clankfu »

WharfRat wrote:
clankfu wrote:I installed 3.16.0-25 and have been experiencing a couple of minor bugs. If I want to replace it with 3.13.0-37, is it as easy as installing the older kernel via Update Manager and removing 3.16.0-25?
Installing 3.16.0-25 shouldn't have removed 3.13.0-37. You should show both kernels in the grub menu. Check if both are installed with

Code: Select all

dpkg -l|grep  linux-image
I never had 3.13.0-37 installed.

I went from 3.13.0-24 to 3.13.0-39 to 3.16.0-25.
WharfRat

Re: Easiest way to install older kernel?

Post by WharfRat »

Unless you purged 3.13.0-24 and 3.13.0-39 they should still be there.

In any event you can install 3.13.0-37 with

Code: Select all

sudo apt install linux-image-3.13.0-37-generic linux-image-extra-3.13.0-37-generic linux-headers-3.13.0-37 linux-headers-3.13.0-37-generic
BlackVeils

Post by BlackVeils »

you need to choose the kernel which boots, because it will always be the newest one by default. you can install Grub Customizer from a PPA to easily adjust this. be careful, save settings and wait for them to save.
https://launchpad.net/~danielrichter200 ... customizer

--- Sent from my Moto G using Tapatalk ---
clankfu

Re: Easiest way to install older kernel?

Post by clankfu »

WharfRat wrote:Unless you purged 3.13.0-24 and 3.13.0-39 they should still be there.

In any event you can install 3.13.0-37 with

Code: Select all

sudo apt install linux-image-3.13.0-37-generic linux-image-extra-3.13.0-37-generic linux-headers-3.13.0-37 linux-headers-3.13.0-37-generic
Is installing it via Update Manager different than doing it via the terminal or are the results the same?
Locked

Return to “Beginner Questions”