<?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>bloody error &#187; GRUB</title>
	<atom:link href="http://www.bloodyerror.com/tag/grub/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bloodyerror.com</link>
	<description>hope something here may help you...</description>
	<lastBuildDate>Thu, 14 Jan 2010 17:29:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Windows XP over Linux Fedora Core over Windows Vista</title>
		<link>http://www.bloodyerror.com/2009/05/installing-windows-xp-over-linux-fedora-core-over-windows-vista/</link>
		<comments>http://www.bloodyerror.com/2009/05/installing-windows-xp-over-linux-fedora-core-over-windows-vista/#comments</comments>
		<pubDate>Fri, 29 May 2009 16:08:05 +0000</pubDate>
		<dc:creator>Jeevan</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[boot loader]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[Dual boot]]></category>
		<category><![CDATA[Fedora Core]]></category>
		<category><![CDATA[GRUB]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MBR]]></category>
		<category><![CDATA[Rescue]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.bloodyerror.com/?p=13</guid>
		<description><![CDATA[How to Fix Boot Loader after Installing Windows XP over Vista and Linux (Fedora Core)
Problem
I brought a New Laptop and it comes with Vista by Default. That’s not really a problem unless you want to install XP and / or Linux.
Since I had vista, it’s much easier to create a new partition using vistas Disk [...]]]></description>
			<content:encoded><![CDATA[<p>How to Fix Boot Loader after Installing Windows XP over Vista and Linux (Fedora Core)</p>
<h3>Problem</h3>
<p>I brought a New Laptop and it comes with Vista by Default. That’s not really a problem unless you want to install XP and / or Linux.<br />
Since I had vista, it’s much easier to create a new partition using vistas Disk manager Utility (You can simple Right Click on any Vista partition / volume and Select option Shrink to Split / Join partitions). You need to read some guide about how to shrink volume and create partitions, this will help you getting the job done quickly without worrying too much why and what! Try reading this simple guide:  <a href="http://www.howtogeek.com/howto/windows-vista/working-around-windows-vistas-shrink-volume-inadequacy-problems/" target="_blank">Working Around Windows Vista&#8217;s &#8220;Shrink Volume&#8221; Inadequacy Problems</a></p>
<p>Okay, Now I have created two new partitions for Linux and Windows XP to be installed. First I installed Linux Fedora Core 10 and Used GRUB boot loader as main boot loader. GRUB worked perfectly detecting Vista’s present (as Other) and I were able to boot Vista or Fedora core whenever booting.</p>
<p>When I Installed Windows XP Professional, Everything gone wrong? My Master Boot Record (MBR) is overwritten by Windows XP and its directly booting Windows XP and none other or shows any other choices. I went on searching for solution but in many Forums they keep on telling to Use Vistas Install CD to recover its boot loader and Add Windows XP into its boot loader.  Vista comes with my Laptop and I have no Installation CD of vista other than Recovery Disk created via Manufactures software. Plus I want to have the GRUB as main boot loader (because, every time Kernel updated, it will amend its Menu List to support backward compatibility and I want that option too&#8230;).</p>
<p><span id="more-13"></span></p>
<h3>Solution</h3>
<p>Fist as suggested in many Forums and articles, Fix or Re-install Vista’s boot-loader and Add XP into its menu list.</p>
<p><strong>Step 1:</strong> Read <a href="http://www.bloodyerror.com/2009/05/installing-windows-xp-over-windows-vista/" target="_blank">Installing Windows XP over Windows Vista </a>for more detailed information on how to set up Dual boot for Windows Vista and XP even <span style="text-decoration: underline;">without Vista installation CD</span>.</p>
<p>Now you should be able to Boot into Vista and XP without any problem&#8230; Only Thing is that Linux MBR record has been deleted and overwritten by Vistas Boot loader (by following Step 1). You will need to Re-install / recover Linux GRUB MBR record. Many forums suggested that unless you have a Backup copy of Linux MBR, you may not be able to boot again and or you may have to re-install again. Well for me, I used my Fedora core 10 installations DVD to recover GRUB boot loader and override MBR record again.</p>
<p><strong>Step 2: </strong>User your <span style="text-decoration: underline;">Linux Installation</span> DVD (I used Fedora Core 10, because I had Fedora Core 10 Installed) to “<strong>Rescue Installed System</strong>”. Make sure you don’t Re-install again (unless of-cause you want to) and select “<strong>Rescue Installed System</strong>” when CD / DVD booted. It will than ask you series of question regarding your language, keyboard, network and each&#8230; goo through until you come up with a Shell Command (Usually it will end-up at Shell command for you to continue fixing or rescuing your system). When you get to the command prompt, follow these instructions to Get back your GRUB boot loader and overwrite the MBR again!</p>
<p><strong>Step 2:</strong> Type <span style="color: #ff0000;">grub </span>and hit &lt;ENTER&gt;  : Once you hit enter, shell command will switch to grub command prompt.</p>
<p><strong>Step 3:</strong> Type <span style="color: #ff0000;">find /boot/grub/stage1</span> to find out your Linux partition.</p>
<p><strong>Step 4: </strong>Then use the device name that was output in the next command, say<span style="color: #808000;"> (hd0,1)</span>. Then the command would be <span style="color: #ff0000;">root (hd0,1)</span>.</p>
<p><strong>Step 5:</strong> After this, say <span style="color: #ff0000;">setup (hd0)</span>. Replace hd0 with your hard drive.</p>
<p>This will Re-install your GRUB boot loader into MBR. Now when the system boot up it will Boot GRUB boot loader and It will shows you the Options for Kernels of your Linux and Also ONLY ONE for Other or Windows Boot. Once you into Linux you can add remove edit other operating system Boot from GRUB menu (Read this Guide for Full and More information)&#8230;</p>
<p>I manage to get the boot loader working in this order</p>
<ul>
<li>Linux Fedora Core</li>
<li>Windows OS
<ul>
<li>Windows Vista</li>
<li>Windows XP</li>
</ul>
</li>
</ul>
<p>If I select windows OS, it will than Show me Windows Vista and Windows XP using Vista boot loader (Which we did on Step 1).<br />
Well, this is not a good guide but good enough to do something&#8230;. If you have any ideas let me know and I will update. If you find anything wrong&#8230; well let me know too I will try and find a solution for you&#8230;</p>
<blockquote><p>I guarantee none, Information provided here from my own experience and how I solved the problem. What you may be different from mine / this and it may need other solutions. Please Do it at your own risk</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.bloodyerror.com/2009/05/installing-windows-xp-over-linux-fedora-core-over-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
