<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=2410&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / error: no symbol table - Grub error HOWTO fix]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2410</link>
		<description><![CDATA[The most recent posts in error: no symbol table - Grub error HOWTO fix.]]></description>
		<lastBuildDate>Fri, 12 Oct 2018 18:51:19 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: error: no symbol table - Grub error HOWTO fix]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=12232#p12232</link>
			<description><![CDATA[<p>I think you have to go back to squeeze to find --root-directory in the grub-install man page. Pretty sure it still works, though. These days, I tend to chroot into the system to install grub, so I don&#039;t use that option.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Fri, 12 Oct 2018 18:51:19 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=12232#p12232</guid>
		</item>
		<item>
			<title><![CDATA[Re: error: no symbol table - Grub error HOWTO fix]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=12226#p12226</link>
			<description><![CDATA[<div class="quotebox"><cite>aitor wrote:</cite><blockquote><div><div class="codebox"><pre><code>grub-install --root-directory=/tmp/mnt /dev/sda</code></pre></div></div></blockquote></div><p>Should that be <span class="bbc">boot-directory</span> rather than <span class="bbc"><del>root-directory</del></span>? I can find no mention of root-directory in the documentation.</p><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Fri, 12 Oct 2018 09:33:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=12226#p12226</guid>
		</item>
		<item>
			<title><![CDATA[Re: error: no symbol table - Grub error HOWTO fix]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=12221#p12221</link>
			<description><![CDATA[<p>You can restore the grub using a live image. Run it and type:</p><div class="codebox"><pre><code>cat /proc/partitions</code></pre></div><p>You will get all the existent partitions sda1, sda2, sdd1,... Create a directory:</p><div class="codebox"><pre><code>mkdir /tmp/mnt</code></pre></div><p>and mount the first partition:</p><div class="codebox"><pre><code>mount /dev/sda1 /tmp/mnt</code></pre></div><p>You can see the content of this partition typing:</p><div class="codebox"><pre><code>ls /tmp/mnt</code></pre></div><p>If it contains the /boot directory you hit the target. In this case, you will be able to restore the grub by the following way:</p><div class="codebox"><pre><code>grub-install --root-directory=/tmp/mnt /dev/sda</code></pre></div><p>Otherwise, umount&#160; the partition:</p><div class="codebox"><pre><code>umount /tmp/mnt</code></pre></div><p>and try with another one.</p>]]></description>
			<author><![CDATA[dummy@example.com (aitor)]]></author>
			<pubDate>Thu, 11 Oct 2018 20:01:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=12221#p12221</guid>
		</item>
		<item>
			<title><![CDATA[error: no symbol table - Grub error HOWTO fix]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=12220#p12220</link>
			<description><![CDATA[<p>After installing ASCII I got the message at start of boot:</p><div class="quotebox"><blockquote><div><p>error: no symbol table</p></div></blockquote></div><p>Just so we have it on the forum I list the solution below.</p><p>To list the name of your harddrive type the command:</p><div class="codebox"><pre><code>lsblk</code></pre></div><p>Then:</p><div class="codebox"><pre><code>sudo grub-install /dev/sda (if your harddrive is sda)

sudo update-grub

sudo reboot</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Monti)]]></author>
			<pubDate>Thu, 11 Oct 2018 15:37:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=12220#p12220</guid>
		</item>
	</channel>
</rss>
