{"id":5630,"date":"2024-02-13T15:56:34","date_gmt":"2024-02-13T21:56:34","guid":{"rendered":"https:\/\/www.incredigeek.com\/home\/?p=5630"},"modified":"2024-02-13T15:56:34","modified_gmt":"2024-02-13T21:56:34","slug":"more-space-needed-on-the-boot-filesystem-rhel-fedora-alma-rocky","status":"publish","type":"post","link":"https:\/\/www.incredigeek.com\/home\/more-space-needed-on-the-boot-filesystem-rhel-fedora-alma-rocky\/","title":{"rendered":"More space needed on the \/boot filesystem.  RHEL \/ Fedora \/ Alma \/ Rocky"},"content":{"rendered":"\n<pre class=\"wp-block-preformatted\">Error Summary\n-------------\nDisk Requirements:\n   At least 28MB more space needed on the \/boot filesystem.\n<\/pre>\n\n\n\n<p>The above error is due to the \/boot partition being out of space.  We can fix this issue by removing older unused Linux kernels.  You could also increase the disk space, but that is a little more involved.<\/p>\n\n\n\n<p>First we need to list which kernels we have installed.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">rpm -qa | grep kernel<\/pre>\n\n\n\n<p>Example output<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">[incredigeek@apache ~]$ rpm -qa | grep kernel\n<strong>kernel-core-4.18.0-522.el8.x86_64<\/strong>\nkernel-tools-4.18.0-529.el8.x86_64\nkernel-modules-4.18.0-526.el8.x86_64\nkernel-4.18.0-526.el8.x86_64\nkernel-modules-4.18.0-529.el8.x86_64\n<strong>kernel-4.18.0-522.el8.x86_64<\/strong>\nkernel-4.18.0-529.el8.x86_64\nkernel-core-4.18.0-529.el8.x86_64\n<strong>kernel-devel-4.18.0-522.el8.x86_64<\/strong>\nkernel-core-4.18.0-526.el8.x86_64\nkernel-devel-4.18.0-529.el8.x86_64\nkernel-tools-libs-4.18.0-529.el8.x86_64\nkernel-devel-4.18.0-526.el8.x86_64\nkernel-headers-4.18.0-529.el8.x86_64\n<strong>kernel-modules-4.18.0-522.el8.x86_64<\/strong>\n<\/pre>\n\n\n\n<p>The kernel in bold is the one we will remove.<\/p>\n\n\n\n<p>Next we remove erase the old kernel(s)\/items.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo rpm -e kernel-4.18.0-522.el8.x86_64 kernel-core-4.18.0-522.el8.x86_64 kernel-devel-4.18.0-522.el8.x86_64 kernel-modules-4.18.0-522.el8.x86_64<\/pre>\n\n\n\n<p>And now we continue with our update<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo dnf update<\/pre>\n\n\n\n<p>Helpful links.<\/p>\n\n\n\n<p><a href=\"https:\/\/www.cyberciti.biz\/faq\/installing-kernel-2-6-32-131-2-1-el6-x86_64-needs-8mb-on-boot-filesystem\/\">https:\/\/www.cyberciti.biz\/faq\/installing-kernel-2-6-32-131-2-1-el6-x86_64-needs-8mb-on-boot-filesystem\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Error Summary &#8212;&#8212;&#8212;&#8212;- Disk Requirements: At least 28MB more space needed on the \/boot filesystem. The above error is due to the \/boot partition being out of space. We can fix this issue by removing older unused Linux kernels. You &hellip; <a href=\"https:\/\/www.incredigeek.com\/home\/more-space-needed-on-the-boot-filesystem-rhel-fedora-alma-rocky\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[23,4,24,3,22],"tags":[1649,19,538,1648],"class_list":["post-5630","post","type-post","status-publish","format-standard","hentry","category-centos-linux","category-command-line","category-fedora-2","category-linux","category-redhat-linux","tag-alma","tag-fedora","tag-rhel","tag-rocky"],"_links":{"self":[{"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/posts\/5630","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/comments?post=5630"}],"version-history":[{"count":1,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/posts\/5630\/revisions"}],"predecessor-version":[{"id":5631,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/posts\/5630\/revisions\/5631"}],"wp:attachment":[{"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/media?parent=5630"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/categories?post=5630"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/tags?post=5630"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}