Linux mint upgrade kernel

Linux Mint Forums

Forum rules
Before you post please read how to get help. Topics in this forum are automatically closed 6 months after creation.

Linux Mint 21: How to install newer kernel?

Post by The Bright Side » Mon Aug 01, 2022 3:56 am

So happy that Linux Mint 21 is out Let me start off by saying congratulations to the entire team. I very much look forward to using it.

I was a bit disappointed there is no Edge version this time around. Now I’m testing in VirtualBox, and when I go to Update Manager > View > Kernels, the only kernel I see is 5.15.

I added the Ubuntu proposed kernels PPA and after a sudo apt update, I see 5.17 in the Update Manager.

Would this be the noob-friendliest way of installing a recent kernel?

Last edited by LockBot on Wed Feb 01, 2023 11:00 pm, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.

antikythera Level 15
Posts: 5723 Joined: Thu Jul 02, 2020 12:52 pm Location: Cymru

Re: Linux Mint 21: How to install newer kernel?

Post by antikythera » Mon Aug 01, 2022 4:05 am

The most noob friendly way would be to wait for the Mint Update tool to be updated with any new kernel releases pushed by Ubuntu rather than adding a PPA. If you don’t need nvidia proprietary blobs for an RTX3070ti for example, try running the live ISO on bare metal and see if you encounter any hardware issues with kernel 5.15 in the live environment. Virtualbox tests are great for checking out what is new but don’t give a full picture.

PPA kernels are not necessarily what gets released and are there for development and testing purposes.

Pjotr Level 23
Posts: 19047 Joined: Mon Mar 07, 2011 10:18 am Location: The Netherlands (Holland) 🇳🇱 Contact:

Re: Linux Mint 21: How to install newer kernel?

Post by Pjotr » Mon Aug 01, 2022 4:16 am

Do *not* use anything from Proposed. Accident waiting to happen.

If you really must have a newer kernel than the 5.15.x, do this, which should give you the official stable 5.17.x:

sudo apt-get install linux-oem-22.04

Tip: 10 things to do after installing Linux Mint 21.2 Victoria
Keep your Linux Mint healthy: Avoid these 10 fatal mistakes
Twitter: twitter.com/easylinuxtips
All in all, horse sense simply makes sense.

Re: Linux Mint 21: How to install newer kernel?

Post by The Bright Side » Mon Aug 01, 2022 4:16 am

Thanks! That makes sense. I’m guessing from experience it won’t take too long either until 5.16 or something rolls around by itself.

The reason I’m asking is that the «fshack» wine builds that come with Lutris need a «patched kernel» to work, and I read somewhere that 5.16 is the earliest one that is compatible.

Читайте также:  Unzip с заменой linux

When I get around to reformatting my PC and putting LM21 on it, I guess I’ll tinker around a bit right after install and before messing with any other setup.

If I do want to try out more recent kernels, would that PPA (it’s this one https://launchpad.net/~canonical-kernel . u/proposed) be a good idea? Or are there better ways?

EDIT: ooh, thanks Piotr! This is good to know.

Re: Linux Mint 21: How to install newer kernel?

Post by The Bright Side » Mon Aug 01, 2022 4:22 am

Follow-up: what exactly does the linux-oem-22.04 package do? Does it provide «only» 5.17, or is it a feature that just enables one to get new kernels when they become available?

Or, I guess in other words: if I wanted to get another kernel at another point in time, would I need a different package?

Pjotr Level 23
Posts: 19047 Joined: Mon Mar 07, 2011 10:18 am Location: The Netherlands (Holland) 🇳🇱 Contact:

Re: Linux Mint 21: How to install newer kernel?

Post by Pjotr » Mon Aug 01, 2022 4:30 am

The Bright Side wrote: ⤴ Mon Aug 01, 2022 4:22 am Follow-up: what exactly does the linux-oem-22.04 package do? Does it provide «only» 5.17, or is it a feature that just enables one to get new kernels when they become available?

Or, I guess in other words: if I wanted to get another kernel at another point in time, would I need a different package?

It’s a meta package that allows hardware manufacturers to ship new computers with Ubuntu (or Mint), even when the components are very new. Because the drivers are in the kernel. Courtesy of the Ubuntu Kernel Team.

In time, the oem meta package choice will be expanded. Not sure what will happen with the linux-oem-22.04, but there is also a linux-oem-22.04a (which currently installs the same kernel as linux-oem-22.04), so in time there will probably follow a 22.04b, c, etc. Each with a newer kernel.

Tip: 10 things to do after installing Linux Mint 21.2 Victoria
Keep your Linux Mint healthy: Avoid these 10 fatal mistakes
Twitter: twitter.com/easylinuxtips
All in all, horse sense simply makes sense.

Источник

Upgrade Kernel on Linux Mint

Upgrading the kernel on Linux Mint is a comparatively straightforward process that can be completed through the terminal and Update Manager. Upgrading the kernel can bring new features and bug fixes, but it can also cause compatibility issues with certain software and hardware. Therefore, before starting the upgrade, it is essential to back up the key data. This guide covers two methods to upgrade the Linux Mint kernel.

Check the Current Kernel Version

Before upgrading the kernel, it is a good idea to check the current version of the kernel that runs on the system. The “uname -r” command can be employed to achieve this. The “uname -r” is a command that displays the current version of the kernel (the core part of the operating system) that the system is running on. The “-r” option specifically tells the uname command to display only the release version of the kernel.

Читайте также:  Linux get current time milliseconds

This command outputs the current kernel version – “5.15.0.56-generic”. This tells us that the current version of the kernel is 5.15.0 and the specific build is 56. The “generic” at the end indicates that this is a standard version of the kernel, as opposed to a specific version which is tailored for a particular hardware architecture.

Upgrade Using the Update Manager

Upgrading the Linux Mint kernel using the Update Manager is a straightforward process. First, open the Update Manager by searching for it in the Mint menu or by running the “mintupdate” command in the terminal.

The Update Manager is launched within seconds on your Linux Mint screen. In the Update Manager, click on the “View” button in the top right corner as displayed from the attached image and select the 4th option which is “Linux kernels”.

The very next screen displays a warning to proceed with the kernel update. It explains the issues that you can encounter after upgrading a kernel and the instructions to perform if you face any of the listed ones. You need to proceed with this step by utilizing the “Continue” button at the bottom.

After continuing, the very next “Kernels” screen shows you a list of available kernel updates. The kernel version with its “Active” status is your currently in-use kernel. Tap on the kernel version that you would like to upgrade to and hit the “Install” button to begin the installation process.

Before the initialization of a kernel upgrade process, the pop-up dialog appears to reassure you that you’re going to upgrade to the newest kernel version. Tap “Yes” to proceed. The process of upgrading might take more than 5 minutes. Wait and relax until then. Once the installation is completed, reboot your system and your new kernel will be in use.

Upgrade Using the Wget Utility

The “wget” command is used to download the latest kernel file for the Linux Mint system from a GitHub repository. The file that is being downloaded is called “ubuntu-mainline-kernel.sh” and is located in the “master” branch of the “pimlie/ubuntu-mainline-kernel.sh” repository on GitHub. When the command is executed, the computer first attempts to resolve the “raw.githubusercontent.com” URL to an IP address.

The server responds with a status code of 200, indicating that the file is found and is being sent back to the computer. The computer receives the file and saves it under the same name as the server-side file in a local directory. In this case, the file is saved as “ubuntu-mainline-kernel.sh” in the current working directory. The file size is 26474 bytes, and the download speed is 1.90 MB/s.

omar@omar-VirtualBox:~$ wget https: // raw.githubusercontent.com / pimlie / ubuntu-mainline-kernel.sh / master / ubuntu-mainline-kernel.sh

—2023-01-16 13 : 51 : 48 — https: // raw.githubusercontent.com / pimlie / ubuntu-mainline-kernel.sh / master / ubuntu-mainline-kernel.sh

Resolving raw.githubusercontent.com ( raw.githubusercontent.com ) . 185.199.111.133, 185.199.110.133, 185.199.108.133, .

Connecting to raw.githubusercontent.com ( raw.githubusercontent.com ) | 185.199.111.133 | : 443 . connected.

HTTP request sent, awaiting response. 200 OK

Length: 26474 ( 26K ) [ text / plain ]

Saving to: ‘ubuntu-mainline-kernel.sh’

ubuntu-mainline-kernel.s 100 % [ ================================ > ] 25.85K —.-KB / s in 0.01s

2023 -01- 16 13 : 51 : 48 ( 1.90 MB / s ) — ‘ubuntu-mainline-kernel.sh’ saved [ 26474 / 26474 ]

To display the directories and files in the current working directory, the “ls” command is used. In this case, the “omar” user is in their home directory, represented by the “~” symbol. The output of the command shows a list of the items in the directory including “ubuntu-mainline-kernel.sh” which is likely a shell script file with the “ubuntu-mainline-kernel” name.

Читайте также:  Linux подобрать пароль wifi

Desktop Downloads new.txt Public ubuntu-mainline-kernel.sh Warpinator

Documents Music Pictures Templates Videos

The downloaded latest kernel file from a GitHub repository using the wget command contains the shell script to install the newest kernel version. You can open this file in the VIM editor and have a look at the script as shown in the following image:

The “/usr/local/bin/” directory is used to store the locally installed executable files. It is a good practice to install the locally created scripts in this directory so that they can be easily accessed by all users on the system. The following command is used to install a file called “ubuntu-mainline-kernel.sh” in the “/usr/local/bin/” directory. The “sudo” keyword is used to run the subsequent di with superuser privileges. This is necessary because the “/usr/local/bin/” directory is a system directory and the regular users do not have permission to write to it.

When the command is executed, it copies the “ubuntu-mainline-kernel.sh” file from its current location to the “/usr/local/bin/” directory and set the appropriate permissions for that file so that it can be executed by any user on the system.

omar@omar-VirtualBox:~$ sudo install ubuntu-mainline-kernel.sh / usr / local / bin /

The following command uses the “ubuntu-mainline-kernel.sh” script to install a new version of the Linux kernel on an Ubuntu system. The installation process begins with the “-i” flag. When the command is executed, the system prompts for the user’s password and confirmation of the process proceeding (by typing “y” and pressing Enter). The new kernel version is installed and is accessible on the system after this is accomplished. The updated kernel won’t take effect until the user reboots the computer.

omar@omar-VirtualBox:~$ sudo ubuntu-mainline-kernel.sh -i

Finding latest version available on kernel.ubuntu.com

Latest version is: v6.1.6, continue ? ( y / N )

Will download 6 files from kernel.ubuntu.com:

Downloading amd64 / linux-headers-6.1.6-060106-generic_6.1.6- 060106.202301141035 _amd64.deb: 100 %

Downloading amd64 / linux-headers-6.1.6-060106_6.1.6- 060106.202301141035 _all.deb: 100 %

Downloading amd64 / linux-image-unsigned-6.1.6-060106-generic_6.1.6- 060106.202301141035 _amd64.deb: 100 %

Downloading amd64 / linux-modules-6.1.6-060106-generic_6.1.6- 060106.202301141035 _amd64.deb: 100 %

Downloading amd64 / CHECKSUMS: 100 %

Downloading amd64 / CHECKSUMS.gpg: 100 %

Importing kernel-ppa gpg key ok

Signature of checksum file has been successfully verified

Checksums of deb files have been successfully verified with sha256sum

Cleaning up the work folder

Now, run the uname-r command again on the Linux Mint terminal to see the kernel version. You will see that the Linux Mint kernel is upgraded to 6.1.6-060106-generic without causing any issues during the upgrade process.

omar@omar-VirtualBox:~$ uname -r

Conclusion

Upgrading the kernel on Linux Mint is a simple process that can be done through the terminal via the wget instruction and using the Update Manager of your Linux Mint system. Please note that before upgrading, you should make sure that all your software is compatible with the new kernel and also make a backup of your important data.

About the author

Omar Farooq

Hello Readers, I am Omar and I have been writing technical articles from last decade. You can check out my writing pieces.

Источник

Оцените статью
Adblock
detector