<?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>Lilo Grub &#8211; Harry Jackson</title>
	<atom:link href="http://127.0.0.1:8090/tag/lilo-grub/feed" rel="self" type="application/rss+xml" />
	<link>http://127.0.0.1:8090</link>
	<description>Parent, Painter, Programmer</description>
	<lastBuildDate>Mon, 22 Aug 2005 03:50:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>
	<item>
		<title>Moving from Lilo to Grub</title>
		<link>http://127.0.0.1:8090/moving_from_lilo_to_grub.htm</link>
					<comments>http://127.0.0.1:8090/moving_from_lilo_to_grub.htm#respond</comments>
		
		<dc:creator><![CDATA[harry]]></dc:creator>
		<pubDate>Mon, 22 Aug 2005 03:50:22 +0000</pubDate>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Lilo Grub]]></category>
		<guid isPermaLink="false">http://www.hjackson.org/wp/?p=288</guid>

					<description><![CDATA[Is a pain in the ass, or at least it was for me. I have been a die hard lilo fan for a fair while but I wanted to try Xen which meant I needed to use Grub. The biggest problem I had was not realizing that if your grub.conf file is missing then you &#8230; <p class="link-more"><a href="http://127.0.0.1:8090/moving_from_lilo_to_grub.htm" class="more-link">Continue reading<span class="screen-reader-text"> "Moving from Lilo to Grub"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>Is a pain in the ass, or at least it was for me. I have been a die hard lilo fan for a fair while but I wanted to try <a href="http://www.cl.cam.ac.uk/Research/SRG/netos/xen/">Xen</a> which meant I needed to use Grub. The biggest problem I had was not realizing that if your grub.conf file is missing then you need to boot manually from the grub command line. The command line is actually quite simple once you know the steps to boot your machine (If you get a VFS error you probably don&#8217;t have your file system built into your kernel, try again).<br />
Not knowing how the hell</p>
<pre>
title blah
root <b>(hd0,0)</b>
kernel /vmlinuz-nnnnnn <b>root=/dev/sda2</b>
</pre>
<p>the bits in bold above related to each other I created 4 entries in<br />
/boot/grub/grub.conf<br />
and tried each in turn until I realized that<br />
root (hd0,0) is the partition my /boot/*files* are on<br />
and<br />
root=/dev/sda2<br />
is the actual root file system. Would it not have been simpler doing</p>
<pre>
title blah
boot <b>(hd0,0)</b>
kernel /vmlinuz-nnnnnn <b>root=/dev/sda2</b>
</pre>
]]></content:encoded>
					
					<wfw:commentRss>http://127.0.0.1:8090/moving_from_lilo_to_grub.htm/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
