<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Kernel | no dogma blog</title><link>https://nodogmablog.bryanhogan.net/tag/kernel/</link><atom:link href="https://nodogmablog.bryanhogan.net/tag/kernel/index.xml" rel="self" type="application/rss+xml"/><description>Kernel</description><generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><lastBuildDate>Tue, 21 Jul 2026 00:00:00 +0000</lastBuildDate><image><url>https://nodogmablog.bryanhogan.net/media/icon_hu9c23d68d4e9f1f9acfa8237e5c2ea674_3344_512x512_fill_lanczos_center_3.png</url><title>Kernel</title><link>https://nodogmablog.bryanhogan.net/tag/kernel/</link></image><item><title>Ubuntu 24.04 Kernel Panic 7.0.0-28-generic</title><link>https://nodogmablog.bryanhogan.net/2026/07/ubuntu-24-04-kernel-panic-7-0-0-28-generic/</link><pubDate>Tue, 21 Jul 2026 00:00:00 +0000</pubDate><guid>https://nodogmablog.bryanhogan.net/2026/07/ubuntu-24-04-kernel-panic-7-0-0-28-generic/</guid><description>&lt;p>Last night I ran a normal update, Open Office, some other stuff, and a few kernel related updates. Nothing out of the ordinary. I continued to use my computer normally, and everything seemed fine, and then turned it off.&lt;/p>
&lt;p>After booting my laptop this morning, I got no further than the Kernel Panic screen and a suggestion to reboot. I tried that a couple of times to no avail.&lt;/p>
&lt;p>What I didn&amp;rsquo;t know at the time was that the kernel update had been a major one, to 7.0.0-28-generic, and that was the source of the panic.&lt;/p>
&lt;p>But with just a couple of commands, I&amp;rsquo;m back up and running and using the new kernel.&lt;/p>
&lt;p>Here are the steps.&lt;/p>
&lt;h3 id="1-boot-into-the-previous-kernel">1. Boot into the previous kernel&lt;/h3>
&lt;p>Because you&amp;rsquo;ve had some boot failures, you should see the GRUB menu. Choose the &lt;code>Advanced options for Ubuntu&lt;/code>, and then boot into the previous kernel, something that doesn&amp;rsquo;t start with 7!&lt;/p>
&lt;p>If the GRUB menu doesn&amp;rsquo;t appear, try pressing &lt;code>Shift&lt;/code> or &lt;code>Esc&lt;/code> during boot to bring it up.&lt;/p>
&lt;p>Your computer should start up normally now.&lt;/p>
&lt;h3 id="2-fix-the-initramfs-and-the-grub-menu">2. Fix the initramfs and the GRUB menu&lt;/h3>
&lt;p>Open a terminal and run the following commands -&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-cfg" data-lang="cfg">&lt;span style="display:flex;">&lt;span>&lt;span style="color:#000">sudo update-initramfs -u -k 7.0.0-28-generic &lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#000">sudo update-grub&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#000">sudo reboot&lt;/span>&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>
&lt;p>Hopefully, your computer will boot normally now.&lt;/p></description></item></channel></rss>