{"id":2428,"date":"2025-04-06T01:00:53","date_gmt":"2025-04-06T01:00:53","guid":{"rendered":"https:\/\/serverhost.com\/blog\/step-by-step-guide-installing-linux-kernel-6-14-on-ubuntu-24-10\/"},"modified":"2025-04-06T01:00:53","modified_gmt":"2025-04-06T01:00:53","slug":"step-by-step-guide-installing-linux-kernel-6-14-on-ubuntu-24-10","status":"publish","type":"post","link":"https:\/\/serverhost.com\/blog\/step-by-step-guide-installing-linux-kernel-6-14-on-ubuntu-24-10\/","title":{"rendered":"Step-by-Step Guide: Installing Linux Kernel 6.14 on Ubuntu 24.10"},"content":{"rendered":"<p>Linux 6.14 is now available as the latest stable kernel, and Ubuntu users can install it through the official Ubuntu Mainline Kernel PPA archive. This guide will walk you through both GUI and CLI methods for installation.<\/p>\n<p>Released on March 24th, 2025, Linux kernel 6.14 includes several new features such as Btrfs RAID1 read balancing support, an ntsync subsystem enhancing game emulation with Wine, uncached buffered I\/O support, and an accelerator driver for AMD Ryzen AI NPUs. It also introduces energy counter support for AMD CPUs, power supply extensions for better driver integration, support for T-Head vector extensions for RISC-V, and power management enhancements for Raspberry Pi devices.<\/p>\n<p>While Linux 6.14 will be included in the upcoming Ubuntu 25.04 (Plucky Puffin) release, set for April 17, 2025, users of Ubuntu 24.10 (Oracular Oriole) can install it now to take advantage of these new features or enhanced hardware support.<\/p>\n<h3>Installation Methods<\/h3>\n<h4>Method 1: Using the Mainline Kernels Tool (GUI)<\/h4>\n<p>The simplest way to install Linux kernel 6.14 is through a graphical application called Mainline Kernels, which can be added via a PPA. Run the following commands in the Terminal:<\/p>\n<pre><code class=\"language-bash\">sudo add-apt-repository ppa:cappelikan\/ppasudo apt update &amp;&amp; sudo apt full-upgradesudo apt install -y mainline<\/code><\/pre>\n<p>After installation, open the Mainline Kernels tool from your applications menu. It will check for available kernels from Canonical\u2019s archive. Click on \u201cLinux kernel 6.14\u201d and then hit the \u201cInstall\u201d button. Once installed, reboot your computer.<\/p>\n<p>This method allows you to receive notifications for future kernel updates directly through the tool.<\/p>\n<h4>Method 2: CLI Installation<\/h4>\n<p>This method is intended for experienced users who prefer command-line operations or when the GUI tool is not functioning correctly. You will need to manually download the appropriate kernel packages for your architecture (options include amd64, AArch64, ARMhf, ppc64el, and s390x) from the official <a target=\"_blank\" rel=\"nofollow\" href=\"https:\/\/kernel.ubuntu.com\/mainline\/v6.14\/\">Ubuntu Mainline Kernel PPA archive<\/a>.<\/p>\n<p>For instance, to download for a 64-bit (amd64) system, retrieve the following packages:<\/p>\n<ul>\n<li><a target=\"_blank\" rel=\"nofollow\" href=\"https:\/\/kernel.ubuntu.com\/mainline\/v6.14\/amd64\/linux-headers-6.14.0-061400-generic_6.14.0-061400.202503241442_amd64.deb\">linux-headers-6.14.0-061400-generic<\/a><\/li>\n<li><a target=\"_blank\" rel=\"nofollow\" href=\"https:\/\/kernel.ubuntu.com\/mainline\/v6.14\/amd64\/linux-headers-6.14.0-061400_6.14.0-061400.202503241442_all.deb\">linux-headers-6.14.0-061400<\/a><\/li>\n<li><a target=\"_blank\" rel=\"nofollow\" href=\"https:\/\/kernel.ubuntu.com\/mainline\/v6.14\/amd64\/linux-image-unsigned-6.14.0-061400-generic_6.14.0-061400.202503241442_amd64.deb\">linux-image-unsigned-6.14.0-061400-generic<\/a><\/li>\n<li><a target=\"_blank\" rel=\"nofollow\" href=\"https:\/\/kernel.ubuntu.com\/mainline\/v6.14\/amd64\/linux-modules-6.14.0-061400-generic_6.14.0-061400.202503241442_amd64.deb\">linux-modules-6.14.0-061400-generic<\/a><\/li>\n<\/ul>\n<p>Download these packages to a folder in your Home directory, then run:<\/p>\n<pre><code class=\"language-bash\">sudo dpkg -i *.deb<\/code><\/pre>\n<h3>Reverting to an Older Kernel<\/h3>\n<p>If you encounter issues with Linux kernel 6.14 and wish to switch back, press the Esc key during startup to access the boot menu. Select \u201cAdvanced options\u201d to choose a different installed kernel.<\/p>\n<h3>Important Consideration<\/h3>\n<p>The kernels available from the Ubuntu Mainline Kernel PPA are provided without warranty. The Ubuntu Kernel Team does not offer support for these kernels and will not be responsible for any issues arising from their installation or use.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Linux 6.14 is now available as the latest stable kernel, and Ubuntu users can install it through the official Ubuntu Mainline Kernel PPA archive. This guide will walk you through both GUI and CLI methods for installation. Released on March 24th, 2025, Linux kernel 6.14 includes several new features such as Btrfs RAID1 read balancing [&hellip;]<\/p>\n","protected":false},"author":0,"featured_media":2429,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[931,932,35,17,386],"tags":[],"class_list":["post-2428","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux-6-14","category-linux-kernel-6-14","category-tutorials","category-ubuntu","category-ubuntu-24-10"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Step-by-Step Guide: Installing Linux Kernel 6.14 on Ubuntu 24.10 - ServerHost Hosting Solutions Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/serverhost.com\/blog\/step-by-step-guide-installing-linux-kernel-6-14-on-ubuntu-24-10\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Step-by-Step Guide: Installing Linux Kernel 6.14 on Ubuntu 24.10 - ServerHost Hosting Solutions Blog\" \/>\n<meta property=\"og:description\" content=\"Linux 6.14 is now available as the latest stable kernel, and Ubuntu users can install it through the official Ubuntu Mainline Kernel PPA archive. This guide will walk you through both GUI and CLI methods for installation. Released on March 24th, 2025, Linux kernel 6.14 includes several new features such as Btrfs RAID1 read balancing [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/serverhost.com\/blog\/step-by-step-guide-installing-linux-kernel-6-14-on-ubuntu-24-10\/\" \/>\n<meta property=\"og:site_name\" content=\"ServerHost Hosting Solutions Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-04-06T01:00:53+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/serverhost.com\/blog\/step-by-step-guide-installing-linux-kernel-6-14-on-ubuntu-24-10\/\",\"url\":\"https:\/\/serverhost.com\/blog\/step-by-step-guide-installing-linux-kernel-6-14-on-ubuntu-24-10\/\",\"name\":\"Step-by-Step Guide: Installing Linux Kernel 6.14 on Ubuntu 24.10 - ServerHost Hosting Solutions Blog\",\"isPartOf\":{\"@id\":\"https:\/\/serverhost.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/serverhost.com\/blog\/step-by-step-guide-installing-linux-kernel-6-14-on-ubuntu-24-10\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/serverhost.com\/blog\/step-by-step-guide-installing-linux-kernel-6-14-on-ubuntu-24-10\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/serverhost.com\/blog\/wp-content\/uploads\/2025\/04\/c7a57e0f-2a61-4f4b-aa70-ac58af0510d0.webp\",\"datePublished\":\"2025-04-06T01:00:53+00:00\",\"author\":{\"@id\":\"\"},\"breadcrumb\":{\"@id\":\"https:\/\/serverhost.com\/blog\/step-by-step-guide-installing-linux-kernel-6-14-on-ubuntu-24-10\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/serverhost.com\/blog\/step-by-step-guide-installing-linux-kernel-6-14-on-ubuntu-24-10\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/serverhost.com\/blog\/step-by-step-guide-installing-linux-kernel-6-14-on-ubuntu-24-10\/#primaryimage\",\"url\":\"https:\/\/serverhost.com\/blog\/wp-content\/uploads\/2025\/04\/c7a57e0f-2a61-4f4b-aa70-ac58af0510d0.webp\",\"contentUrl\":\"https:\/\/serverhost.com\/blog\/wp-content\/uploads\/2025\/04\/c7a57e0f-2a61-4f4b-aa70-ac58af0510d0.webp\",\"width\":1920,\"height\":985},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/serverhost.com\/blog\/step-by-step-guide-installing-linux-kernel-6-14-on-ubuntu-24-10\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/serverhost.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Step-by-Step Guide: Installing Linux Kernel 6.14 on Ubuntu 24.10\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/serverhost.com\/blog\/#website\",\"url\":\"https:\/\/serverhost.com\/blog\/\",\"name\":\"ServerHost Hosting Solutions Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/serverhost.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Step-by-Step Guide: Installing Linux Kernel 6.14 on Ubuntu 24.10 - ServerHost Hosting Solutions Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/serverhost.com\/blog\/step-by-step-guide-installing-linux-kernel-6-14-on-ubuntu-24-10\/","og_locale":"en_US","og_type":"article","og_title":"Step-by-Step Guide: Installing Linux Kernel 6.14 on Ubuntu 24.10 - ServerHost Hosting Solutions Blog","og_description":"Linux 6.14 is now available as the latest stable kernel, and Ubuntu users can install it through the official Ubuntu Mainline Kernel PPA archive. This guide will walk you through both GUI and CLI methods for installation. Released on March 24th, 2025, Linux kernel 6.14 includes several new features such as Btrfs RAID1 read balancing [&hellip;]","og_url":"https:\/\/serverhost.com\/blog\/step-by-step-guide-installing-linux-kernel-6-14-on-ubuntu-24-10\/","og_site_name":"ServerHost Hosting Solutions Blog","article_published_time":"2025-04-06T01:00:53+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/serverhost.com\/blog\/step-by-step-guide-installing-linux-kernel-6-14-on-ubuntu-24-10\/","url":"https:\/\/serverhost.com\/blog\/step-by-step-guide-installing-linux-kernel-6-14-on-ubuntu-24-10\/","name":"Step-by-Step Guide: Installing Linux Kernel 6.14 on Ubuntu 24.10 - ServerHost Hosting Solutions Blog","isPartOf":{"@id":"https:\/\/serverhost.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/serverhost.com\/blog\/step-by-step-guide-installing-linux-kernel-6-14-on-ubuntu-24-10\/#primaryimage"},"image":{"@id":"https:\/\/serverhost.com\/blog\/step-by-step-guide-installing-linux-kernel-6-14-on-ubuntu-24-10\/#primaryimage"},"thumbnailUrl":"https:\/\/serverhost.com\/blog\/wp-content\/uploads\/2025\/04\/c7a57e0f-2a61-4f4b-aa70-ac58af0510d0.webp","datePublished":"2025-04-06T01:00:53+00:00","author":{"@id":""},"breadcrumb":{"@id":"https:\/\/serverhost.com\/blog\/step-by-step-guide-installing-linux-kernel-6-14-on-ubuntu-24-10\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/serverhost.com\/blog\/step-by-step-guide-installing-linux-kernel-6-14-on-ubuntu-24-10\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/serverhost.com\/blog\/step-by-step-guide-installing-linux-kernel-6-14-on-ubuntu-24-10\/#primaryimage","url":"https:\/\/serverhost.com\/blog\/wp-content\/uploads\/2025\/04\/c7a57e0f-2a61-4f4b-aa70-ac58af0510d0.webp","contentUrl":"https:\/\/serverhost.com\/blog\/wp-content\/uploads\/2025\/04\/c7a57e0f-2a61-4f4b-aa70-ac58af0510d0.webp","width":1920,"height":985},{"@type":"BreadcrumbList","@id":"https:\/\/serverhost.com\/blog\/step-by-step-guide-installing-linux-kernel-6-14-on-ubuntu-24-10\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/serverhost.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Step-by-Step Guide: Installing Linux Kernel 6.14 on Ubuntu 24.10"}]},{"@type":"WebSite","@id":"https:\/\/serverhost.com\/blog\/#website","url":"https:\/\/serverhost.com\/blog\/","name":"ServerHost Hosting Solutions Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/serverhost.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/posts\/2428","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"replies":[{"embeddable":true,"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/comments?post=2428"}],"version-history":[{"count":0,"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/posts\/2428\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/media\/2429"}],"wp:attachment":[{"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/media?parent=2428"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/categories?post=2428"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/tags?post=2428"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}