<?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>Alex Sleat &#187; boot</title>
	<atom:link href="http://alexsleat.co.uk/tag/boot/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexsleat.co.uk</link>
	<description>/home/alex</description>
	<lastBuildDate>Sat, 04 Feb 2012 22:11:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How To: Fix &#8220;Unknown keyword in configuration file.&#8221; Ubuntu USB Boot</title>
		<link>http://alexsleat.co.uk/2010/11/27/how-to-fix-unknown-keyword-in-configuration-file-ubuntu-usb-boot/</link>
		<comments>http://alexsleat.co.uk/2010/11/27/how-to-fix-unknown-keyword-in-configuration-file-ubuntu-usb-boot/#comments</comments>
		<pubDate>Sat, 27 Nov 2010 10:44:52 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[configuration file]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[isadora]]></category>
		<category><![CDATA[julia]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[katya]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[lisa]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[maverick]]></category>
		<category><![CDATA[Maverick Meerkat]]></category>
		<category><![CDATA[syslinux.cfg]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[unknown keyword]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[usb device]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=7614</guid>
		<description><![CDATA[<br/><p style="text-align: center;"></p> <p>Attempting Boot From USB Device</p> <p>SYSLINUX 3.63 Debian-2008-07-15 EBIOS Copyright (C) 1994-2008 H. Peter Anvin Unknown keyword in configuration file. boot: _</p> <p></p> <p>After creating a USB bootable version of Ubuntu from the Startup Disk Creator (or usb-creator-gtk) and attempting to boot, I was greeted by the error above. It might [...]]]></description>
			<content:encoded><![CDATA[<br/><p style="text-align: center;"><a href="http://alexsleat.co.uk/wp-content/uploads/2010/11/2010-11-26-14.20.40.jpg"><img class="aligncenter size-large wp-image-7789" title="USB boot fail" src="http://alexsleat.co.uk/wp-content/uploads/2010/11/2010-11-26-14.20.40-1024x614.jpg" alt="" width="614" height="368" /></a></p>
<blockquote><p>Attempting Boot From USB Device</p>
<p>SYSLINUX 3.63 Debian-2008-07-15 EBIOS Copyright (C) 1994-2008 H. Peter Anvin<br />
Unknown keyword in configuration file.<br />
boot:<br />
_</p></blockquote>
<p></p>
<p>After creating a USB bootable version of Ubuntu from the Startup Disk Creator (or usb-creator-gtk) and attempting to boot, I was greeted by the error above. It might look a bit scary but it&#8217;s really easy to fix, just plug the USB flash drive into a computer (windows or linux, mac too probably but I haven&#8217;t tried that.)</p>
<h5>Solution 1:</h5>
<ol>
<li>Open the the syslinux folder in the root of the flash drive.</li>
<li>Inside is a file called syslinux.cfg you&#8217;ll want to edit that.</li>
<li>Find the line &#8220;ui gfxboot bootlogo&#8221; and simply remove the &#8220;ui &#8220;.</li>
<li>Save and try booting again.</li>
</ol>
<p>Below is how my syslinux.cfg file looks after editing:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="re3"># D-I config version <span class="nu0">2.0</span></span><br />
include menu.cfg<br />
default vesamenu.c32<br />
prompt <span class="nu0">0</span><br />
timeout <span class="nu0">50</span><br />
gfxboot bootlogo</div>
<p></p>
<hr />
<h5>Solution 2</h5>
<p>Alternatively it looks as though there is another way of fixing this issue if there is no &#8220;ui&#8221; in the file, this is to do as followed (as pointed out in the comments below):</p>
<ol>
<li> Type &#8220;help&#8221; and press enter </li>
<li> Hit Enter again </li>
</ol>
<p>This should boot correctly and shouldn&#8217;t need to be done every time.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2010/11/27/how-to-fix-unknown-keyword-in-configuration-file-ubuntu-usb-boot/feed/</wfw:commentRss>
		<slash:comments>48</slash:comments>
		</item>
		<item>
		<title>HowTo: Fix “An error occurred while mounting” – Ubuntu Lucid (10.04)</title>
		<link>http://alexsleat.co.uk/2010/05/03/howto-fix-an-error-occurred-while-mounting-ubuntu-lucid-10-04/</link>
		<comments>http://alexsleat.co.uk/2010/05/03/howto-fix-an-error-occurred-while-mounting-ubuntu-lucid-10-04/#comments</comments>
		<pubDate>Mon, 03 May 2010 10:09:22 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[mounting]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=49</guid>
		<description><![CDATA[<br/><p>An error occurred while mounting /dev/bus/usb (and/or) An error occurred while mounting /proc/bus/usb</p> <p>Press S to skip mounting or M for manual recovery</p> <p>If you are seeing this error on boot an easy way to get rid:</p> sudo gedit /etc/fstab Fine the following line (or lines if you are having both errors) <p>none /proc/bus/usb [...]]]></description>
			<content:encoded><![CDATA[<br/><p><code>An error occurred while mounting /dev/bus/usb (and/or)<br />
An error occurred while mounting /proc/bus/usb</code></p>
<p><code>Press S to skip mounting or M for manual recovery</code></p>
<p>If you are seeing this error on boot an easy way to get rid:</p>
<ol>
<li>sudo gedit /etc/fstab</li>
<li>Fine the following line (or lines if you are having both errors)</li>
<p><code>none /proc/bus/usb usbfs defaults,devmode=0666 0 0<br />
none /dev/bus/usb usbfs defaults,devmode=0666 0 0</code></p>
<li>Add a # infront of them to comment it out</li>
<li>Save &amp; Exit.</li>
</ol>
<p>As far as I am aware everything is still working fine and it might just be something left in from Karmic which isn’t needed any longer but just to make sure comment out these lines rarther than removing them.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2010/05/03/howto-fix-an-error-occurred-while-mounting-ubuntu-lucid-10-04/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

