Keeping your Linux system up to date with the latest kernel allows you to introduce new features that will greatly improve performance, increase hardware compatibility, and improve the overall experience. With a recent release of Linux Kernel 6.14Ubuntu 24.10 users will have the opportunity to make a profit by installing this powerful update. In this article, we will show you two ways Install kernel 6.14 on your system
- Use a user-friendly method using the “mainline kernel” tool
- For experienced users using the CLI method.
Read more: How to use SCP commands on Linux
What’s new in Linux Kernel 6.14?
Released on March 24, 2025, Linux 6.14 brings some exciting features and hardware improvements, including:
- Read BTRFS RAID1 Balance Support
- New NTSYNC subsystem for improved Windows NT sync (optimized for wine games)
- Unbreakable buffer I/O support
- AMD XDNA ryzen ai npus new accelerator driver
- AMD CPU core energy counter support
- Enhanced Power Management, Allow drivers to add properties to devices
- Support for T-head vector expansion in RISC-V
- Pause/resume power management support for Raspberry PI devices
This kernel will be the default for Ubuntu 25.04 (Plucky Puffin), which will be released on April 17th, 2025. However, Ubuntu 24.10 (Oracular Oriole) users can install it to take advantage of these features.
Note: Ubuntu 24.04 LTS (Noble Numbat) users are encouraged to stick to long-term supported kernels like 6.12 LTS. However, the Ubuntu 24.04.3 LTS, which will be held in August 2025, also includes Kernel 6.14.
Kernel Upgrade Warnings and Cautions
These kernels are provided through the Ubuntu Mainline Kernel PPA, maintained by the Ubuntu Kernel team. but:
- They come without official support.
- Any problems or damage caused by improper installation is your responsibility.
- Especially in production systems, use them at your own risk.
How to install Linux kernel 6.14 on Ubuntu 24.10?
Linux Kernel 6.14 is now officially the latest stable release, and Ubuntu users can easily install using the Ubuntu Mainline Kernel PPA. Whether you prefer a graphical interface or a command line, this guide will explain both methods step by step.
Method 1: Install Linux kernel 6.14 using mainline kernel GUI tool
If you prefer a simple and user-friendly approach, the mainline kernel GUI tool is the easiest way Install Linux kernel 6.14 on Ubuntu 24.10. This graphical application handles searching, downloading and installing the latest kernel version with just a few clicks. There is no need to manually search for packages or use complex commands.
Walk the steps and set it up in your system.
Step 1: Install the mainline tool
You can install this using a graphical program called the mainline kernel This PPA This is the easiest way to install Linux kernel 6.14 on an Ubuntu 24.10 machine by entering the following command into a terminal application: To install the mainline kernel tool, start the terminal application and enter the following command:
sudo add-apt-repository ppa:cappelikan/ppa
sudo apt update && sudo apt full-upgrade
sudo apt install -y mainline
Step 2: Starting and Installing Kernel 6.14
Once the main kernel tool is downloaded, open it from the Applications menu. Automatically lists all available kernels. Select Linux kernel 6.14 from the top.[インストール]Click the button.
Wait for the installation to finish Reboot the system.
Using this method, you can get a new kernel version (such as Linux 6.14.1, 6.14.2) as soon as it can be upstream. Even better, activating the notification option in the Mainline Kernel Tools configuration will notify you of Linux kernel updates.
Read more: How to integrate Linux Windows subsystem into Windows 11?
Method 2: Install Linux kernel 6.14 via CLI
If you are an experienced user who knows what you are doing and does not want to use the mainline kernel tool from the first method above, the second option is recommended. If the Mainline Kernels program cannot download the latest kernel from the Ubuntu Mainline Kernel PPA Archive, this technique can be used as a backup.
Step 1: Download the kernel package
This method requires you to manually download and install the Linux 6.14 kernel package. Official Ubuntu Mainline Kernel PPA Archive To your computer using the command line. These packages must be installed for a specific 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 Linux kernel 6.14 on your 64-bit (AMD64) ubuntu system by installing the packages listed below in the folder in your home directory. After downloading each kernel package to the corresponding folder, you can install them using the sudo dpkg -i *.deb command.
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 is complete, restart the system to use Linux kernel 6.14.
Return to the previous kernel (if necessary)
If you encounter problems with Linux kernel 6.14, follow these steps to return to the previous or default kernel:
- Restart the computer.
- When the system starts, Press Esc key Repeat access to the boot menu.
- Select from the menu “Advanced options for Ubuntu.”
- You will see a list of installed kernels Previous kernel versions It will be booted.
- press input Starts Ubuntu with the selected kernel.
This allows you to use the previous stable kernel until you troubleshoot or uninstall the new kernel.
Conclusion
Upgrade to Linux Kernel 6.14 Especially if you’re using new devices or experimenting with tools like Wine, Raspberry Pi, or AMD’s AI-powered chips, this is the perfect way to unlock new features, increased hardware compatibility, and improved performance.
No matter what it is Mainline Kernel GUI Tool Its simplicity or Command Line Methods To get even more control, this guide will provide you with everything you need to create a switch with confidence. As these are mainline kernels, they are provided without official Ubuntu support, so always be a little careful, especially for important systems.
FAQ
What is Linux kernel 6.14? Why do I need to install it?
Linux Kernel 6.14 is a new version of the Linux kernel with improved performance, hardware support and security fixes. This may include hardware driver updates, system optimizations, and bug fixes. Installing this kernel will improve system performance, support for new hardware, and stability.
Is Linux kernel 6.14 stable for production use?
Kernel 6.14 is considered stable, but there may be some issues depending on your hardware and use case. If you are using your system for important tasks, we recommend that you first test the new kernel in a secure environment or make sure your system’s hardware is fully supported.
Can I install kernel 6.14 along with the current kernel?
Yes, you can install kernel 6.14 along with the current kernel. Ubuntu allows you to select kernels in boot time via menus, allowing you to keep the current kernel as a fallback option in case the new kernel has a problem.
Does Linux kernel 6.14 work on all Ubuntu 24.10 systems?
Linux Kernel 6.14 is compatible with most modern hardware, but there may be some issues with older hardware and certain proprietary drivers. It is recommended to check the kernel change log to ensure that your hardware is supported.
After installing kernel 6.14, do I need to install additional drivers?
After installing Kernel 6.14, you may need to reinstall or update drivers for your own hardware, especially graphics cards (such as NVIDIA, AMD) and wireless adapters. You can use the sudo apt installation to install the required drivers or visit the manufacturer’s website for the latest drivers.