Install Linux Kernel 6.14 on Ubuntu 24.10 – Step-by-Step Tutorial with GUI and Command Line Instructions
Keeping your Linux system up to date with the latest kernel can significantly enhance performance, expand hardware compatibility, and introduce new features that improve your overall experience. With the recent release of Linux Kernel 6.14, users of Ubuntu 24.10 now have the opportunity to install and benefit from this powerful update. In this article, we’ll guide you through two methods to install Kernel 6.14 on your system
Read More: How to Use SCP Command on Linux
Released on March 24, 2025, Linux 6.14 brings several exciting features and hardware improvements, including:
This kernel will be the default in Ubuntu 25.04 (Plucky Puffin), launching on April 17, 2025. However, Ubuntu 24.10 (Oracular Oriole) users can install it now to take advantage of these features.
Note: Ubuntu 24.04 LTS (Noble Numbat) users are encouraged to stick with long-term supported kernels like 6.12 LTS. However, Ubuntu 24.04.3 LTS, coming in August 2025, will include kernel 6.14 as well.
These kernels are offered through the Ubuntu Mainline Kernel PPA, maintained by the Ubuntu Kernel Team. However:
Linux Kernel 6.14 is now officially the latest stable release, and Ubuntu users can install it easily using the Ubuntu Mainline Kernel PPA. Whether you prefer a graphical interface or the command line, this guide walks you through both methods step-by-step.
If you prefer a simple, user-friendly approach, the Mainline Kernels GUI tool is the easiest way to install Linux Kernel 6.14 on Ubuntu 24.10. This graphical application takes care of finding, downloading, and installing the latest kernel version with just a few clicks, no need to manually search packages or use complex commands.
Let’s walk through the steps to get it set up on your system.
Step 1: Install the Mainline Tool
Using a graphical program called Mainline Kernels, which you can install from this PPA by entering the commands below in the Terminal application, is the simplest method for installing Linux kernel 6.14 on your Ubuntu 24.10 machine. To install the Mainline Kernels tool, launch the Terminal application and type the following commands:
sudo add-apt-repository ppa:cappelikan/ppa
sudo apt update && sudo apt full-upgrade
sudo apt install -y mainline
Step 2: Launch and Install Kernel 6.14
Once the Main Kernels tool is downloaded, open it from your applications menu. It will automatically list all available kernels. Select Linux Kernel 6.14 from the top. Click the Install button.
Wait for the installation to finish, then reboot your system.
Using this method gives the benefit of allowing you to acquire new kernel versions (such as Linux 6.14.1, 6.14.2, etc.) as soon as they are made available upstream. Better yet, if you activate the notification option in the Mainline Kernels tool’s settings, it will notify you of updates to the Linux kernel.
Read More: How to integrate the Windows Subsystem for Linux with Windows 11?
If you’re an experienced user who knows what you’re doing and don’t want to use the Mainline Kernels tool from the first way above, the second option is recommended. When the Mainline Kernels program fails to download the most recent kernels from the Ubuntu Mainline Kernel PPA archive, this technique can be used as a backup.
Step 1: Download Kernel Packages
This method requires you to manually download and install the Linux 6.14 kernel packages from the official Ubuntu mainline kernel PPA archive on your computer using the command line. These packages must be installed for your particular architecture (64-bit (amd64), AArch64 (ARM64), ARMhf, PowerPC 64-bit Little Endian (ppc64el), or IBM System z (s390x).
Step 2: Install the Kernel
Install the packages listed below in a folder in your home directory to install Linux kernel 6.14 on a 64-bit (amd64) Ubuntu system. After downloading each kernel package into its corresponding folder, you can use the sudo dpkg -i *.deb command to install them.
linux-headers-6.14.0-061400-generic_6.14.0-061400.202503241442_amd64.deb
linux-headers-6.14.0-061400_6.14.0-061400.202503241442_all.deb
linux-image-unsigned-6.14.0-061400-generic_6.14.0-061400.202503241442_amd64.deb
linux-modules-6.14.0-061400-generic_6.14.0-061400.202503241442_amd64.deb
Once the installation completes, reboot your system to use Linux kernel 6.14.
If you run into problems with Linux Kernel 6.14, follow these steps to switch back to a previous or default kernel:
This will let you use a previous, stable kernel until you troubleshoot or uninstall the newer one.
Upgrading to Linux Kernel 6.14 is a great way to unlock new features, improved hardware compatibility, and performance enhancements, especially if you’re using newer devices or experimenting with tools like Wine, Raspberry Pi, or AMD’s AI-powered chips.
No matter whatever you prefer the Mainline Kernels GUI tool for its simplicity or the command-line method for more control, this guide gives you everything you need to make the switch confidently. Just remember, since these are mainline kernels, they come without official Ubuntu support, so always proceed with a bit of caution, especially on critical systems.
The Linux Kernel 6.14 is a newer version of the Linux kernel with improvements in performance, hardware support, and security fixes. It may include updates for hardware drivers, system optimizations, and bug fixes. Installing this kernel can provide better system performance, support for newer hardware, and enhanced stability.
Kernel 6.14 is considered stable, but it may have some issues depending on your hardware and use case. If you are using your system for critical tasks, it’s recommended to test the new kernel in a safe environment first or ensure that your system’s hardware is fully supported.
Yes, you can install Kernel 6.14 alongside your current kernel. Ubuntu allows you to choose the kernel at boot time through the menu, so you can keep your current kernel as a fallback option in case the new one causes issues.
Linux Kernel 6.14 is compatible with most modern hardware, but there may be some issues with old hardware or certain proprietary drivers. It’s a good idea to check the kernel’s changelog and ensure that your hardware is supported.
After installing Kernel 6.14, you may need to reinstall or update some drivers, especially for proprietary hardware such as graphics cards (e.g., NVIDIA, AMD) or wireless adapters. You can use sudo apt install to install necessary drivers or visit the manufacturer’s website for the latest drivers.
What are JPG and WebP Image Formats? Joint Photographic Experts Group introduced JPG format in…
You’ve probably seen this happen: the monthly cloud bill drops, and it’s way higher than…
BDRSuite v7.6.0 Now Available! Excited to inform about the general availability of BDRSuite v7.6.0! This…
VMware is a virtualization software and cloud computing vendor with a long history in the…
The internet world constantly changes. In this fast-moving world, companies want to grow better continuously…
Virtual machines are useful in many ways. You can use them to try out new…