<?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>Shami's Blog &#187; multiple hard drives</title>
	<atom:link href="http://blog.al-shami.net/index.php/tag/multiple-hard-drives/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.al-shami.net</link>
	<description>A Mushroom A Day Keeps The Koopas Away</description>
	<lastBuildDate>Thu, 13 May 2010 06:15:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Booting Windows and Linux using the NT loader</title>
		<link>http://blog.al-shami.net/index.php/booting-windows-and-linux-using-the-nt-loader/</link>
		<comments>http://blog.al-shami.net/index.php/booting-windows-and-linux-using-the-nt-loader/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 22:48:12 +0000</pubDate>
		<dc:creator>Mohammad Al-Shami</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[bootpart]]></category>
		<category><![CDATA[dual]]></category>
		<category><![CDATA[dual boot]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[grub4dos]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[multiple hard drives]]></category>

		<guid isPermaLink="false">http://blog.al-shami.net/?p=36</guid>
		<description><![CDATA[I recently decided to install Windows on my home PC since I wanted to play some games, it&#8217;s been about 3 years since I started using Linux exclusively but thought a change would be nice. Since I didn&#8217;t find good guides I decided to write my own  
Why would you want to do that? [...]]]></description>
			<content:encoded><![CDATA[<p>I recently decided to install Windows on my home PC since I wanted to play some games, it&#8217;s been about 3 years since I started using Linux exclusively but thought a change would be nice. Since I didn&#8217;t find good guides I decided to write my own <img src='http://blog.al-shami.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Why would you want to do that? Well, back when I used to dual boot on a single drive I used to re-install Windows very frequently. Windows wipes out grub during installation so I needed to keep grub on a separate partition.</p>
<p>This guide assumes you have 2 hard drives; one for Linux and the other for Windows, you can do the same with a single drive but with minor changes.</p>
<p>Install Windows on the first hard drive<br />
Install Linux on the second drive, and install grub on the master boot record of that drive<br />
Download <a href="http://grub4dos.sourceforge.net/">Grub4Dos</a><br />
Save grldr and menu.lst to C:\<br />
Edit menu.lst and put the following:</p>
<pre><code>title Linux
chainloader (hd1)+1
rootnoverify (hd1)</code></pre>
<p>Edit your boot.ini and add the following line:</p>
<pre><code>C:\GRLDR="Linux"</code></pre>
<p>Another way to do this is using <a href="http://www.winimage.com/bootpart.htm">bootpart</a>. Make sure to install grub on the first sector of the boot partition because bootpart can&#8217;t read master boot records.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.al-shami.net/index.php/booting-windows-and-linux-using-the-nt-loader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
