<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bert&#039;s notes &#187; GRUB</title>
	<atom:link href="https://a20.net/bert/tag/grub/feed/" rel="self" type="application/rss+xml" />
	<link>https://a20.net/bert</link>
	<description></description>
	<lastBuildDate>Mon, 02 Nov 2020 10:47:22 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8.5</generator>
	<item>
		<title>GRUB not updating, showing old kernels in boot menu on Ubuntu 14.04</title>
		<link>https://a20.net/bert/2015/11/20/grub-not-updating-showing-old-kernels/</link>
		<comments>https://a20.net/bert/2015/11/20/grub-not-updating-showing-old-kernels/#comments</comments>
		<pubDate>Fri, 20 Nov 2015 09:11:38 +0000</pubDate>
		<dc:creator><![CDATA[bert]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[booting]]></category>
		<category><![CDATA[GRUB]]></category>
		<category><![CDATA[kernel]]></category>

		<guid isPermaLink="false">https://a20.net/bert/?p=70</guid>
		<description><![CDATA[Grub boot problem on Ubuntu 14.04 that people seem to have had for older versions too: the grub boot loader does not get updated with newly installed kernels. Did not find a solution on the net though, so here goes. Newer kernels get installed but do not show up in the boot menu. A bit [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Grub boot problem on Ubuntu 14.04 that people seem to have had for older versions too: the grub boot loader does not get updated with newly installed kernels. Did not find a solution on the net though, so here goes.</p>
<p>Newer kernels get installed but do not show up in the boot menu. A bit puzzling, non of <strong>update-grub</strong>, <strong>grub-install /dev/sda</strong> or adding and removing kernel packages made any difference. At boot there was still the same stubborn list of old kernels, and the new ones were not listed.</p>
<p>Turns out somehow grub (v1), Ubuntu package name &#8216;grub&#8217; had ended up on my system, where the config was grub2 based. So I did <strong>apt-get remove grub; apt-get install grub-pc</strong> and all was well again, including the latest and greatest kernel in the boot menu.</p>
]]></content:encoded>
			<wfw:commentRss>https://a20.net/bert/2015/11/20/grub-not-updating-showing-old-kernels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
