You Can Now Install Linux Kernel 6.6 on Ubuntu, Here’s How

A step-by-step and easy to follow tutorial for all Ubuntu users and Linux beginners.
Ubuntu Linux kernel 6.6

Reports on the death of Canonical’s Ubuntu Mainline Kernel PPA have been greatly exaggerated and Ubuntu users can now install the latest Linux 6.6 kernel series on their machines. Here’s a quick tutorial on how to achieve that using the GUI or the command line.

Linux kernel 6.6 was released at the end of October 2023 and it introduces new features like Intel Shadow Stack support, a new task scheduler called EEVDF, improved support for Lenovo IdeaPad, HP, and ASUS devices, USB MIDI 2 gadget support, as well as numerous new and updated drivers for better hardware support. And now, you can install it on your Ubuntu machine!

Therefore, if you need hardware support that’s available in Linux kernel 6.6 or you just want to run the latest kernel version, you can now install Linux 6.6 from the official Ubuntu Mainline Kernel Archive. Packages are currently available for amd64 (x86_64), ARMhf, PowerPC 64-bit Little Endian (ppc64el), and IBM System z (s390x) architectures.

However, I have to warn you that these kernels are produced with no warranty by the Ubuntu Kernel Team. They will NOT offer support for these kernels in case you have issues, and they will NOT be held responsible for any damages these kernels may cause as a result of improper installation or use. Also, these kernels aren’t signed, so you’ll need to disable Secure Boot.

The easiest way to install Linux kernel 6.6 on your Ubuntu computer is to use a graphical tool called Mainline Kernels, which you can install from this PPA or by running the commands below in the Terminal app.

sudo add-apt-repository ppa:cappelikan/ppa
sudo apt update && sudo apt full-upgrade
sudo apt install -y mainline

Once the PPA has been installed, you can open the Mainline Kernels tool from the applications menu of your Ubuntu system. There, you’ll see Linux kernel 6.6.1 at the top, as that is the latest version available at the moment of writing. Click on the entry and then click on the big “Install” button on the right.

Wait for the installation to complete and then you’ll need to reboot your computer. That’s it, you’re now running Linux kernel 6.6 on your Ubuntu machine. I’ve tested this tutorial against an Ubuntu 23.10 (Mantic Minotaur) installation and everything worked like a charm.

The advantage of using this method is that you’ll receive new kernel versions (e.g. Linux 6.6.2, 6.6.3, etc.) when they are available upstream. The Mainline Kernels tool will inform you of new Linux kernel versions if you enable the feature in Settings > Notifications.

The second method is recommended for experienced users who know what they’re doing and don’t want to use the Mainline Kernels tool from the first method above, or in case the Mainline Kernels tool doesn’t pick up the latest kernels from the official Ubuntu Mainline Kernel Archive.

This method implies that you will have to manually download and install the kernel packages for your specific architecture from the official Ubuntu mainline kernel PPA archive for Linux kernel 6.6 and then install them manually on your system via the command line.

For 64-bit (amd64) systems, you need to download the following packages to install Linux kernel 6.6.1, which, again, is the latest version at the moment of writing. Create a folder in your Home directory and download the packages there.


amd64/linux-headers-6.6.1-060601-generic_6.6.1-060601.202311151749_amd64.deb
amd64/linux-headers-6.6.1-060601_6.6.1-060601.202311151749_all.deb
amd64/linux-modules-6.6.1-060601-generic_6.6.1-060601.202311151749_amd64.deb

amd64/linux-image-unsigned-6.6.1-060601-generic_6.6.1-060601.202311151749_amd64.deb

Once you’ve downloaded the kernel packages in the folder that you created, you can install all the .deb files at once by running the sudo dpkg -i *.deb command in the Terminal app or from a virtual terminal, assuming you’ve navigated first to the folder where the kernel packages have been downloaded.

When the installation is complete, reboot your system.

If you experience any issues with Linux kernel 6.6 and you want to go back to Ubuntu’s default kernel or another kernel that’s installed on your system, press the Esc key when your computer boots to view the boot menu, then access the “Advanced options” boot entry and select a different kernel version from the list of available kernels.

Last updated 6 months ago

Buy Me a Coffee at ko-fi.com