<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Use Windows and Linux together on the same computer</title>
	<atom:link href="http://www.troublefixers.com/use-windows-and-linux-together-on-the-same-computer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.troublefixers.com/use-windows-and-linux-together-on-the-same-computer/</link>
	<description>All about fixing computer troubles</description>
	<lastBuildDate>Fri, 19 Mar 2010 05:31:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ubuntu Boot Menu Missing After Installing Windows In Dual Boot &#124; Fix Ubuntu Bootloader</title>
		<link>http://www.troublefixers.com/use-windows-and-linux-together-on-the-same-computer/#comment-3706</link>
		<dc:creator>Ubuntu Boot Menu Missing After Installing Windows In Dual Boot &#124; Fix Ubuntu Bootloader</dc:creator>
		<pubDate>Fri, 17 Jul 2009 16:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.troublefixers.com/use-windows-and-linux-together-on-the-same-computer/#comment-3706</guid>
		<description>[...] you installed Windows and Ubuntu in dual boot? If yes, you might have installed Windows First and the Ubuntu, which is a good way of doing [...]</description>
		<content:encoded><![CDATA[<p>[...] you installed Windows and Ubuntu in dual boot? If yes, you might have installed Windows First and the Ubuntu, which is a good way of doing [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jabeen</title>
		<link>http://www.troublefixers.com/use-windows-and-linux-together-on-the-same-computer/#comment-609</link>
		<dc:creator>Jabeen</dc:creator>
		<pubDate>Thu, 17 Apr 2008 06:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.troublefixers.com/use-windows-and-linux-together-on-the-same-computer/#comment-609</guid>
		<description>I have installed windows XP and Fedora linux on my Pc. But, sounds and Vodeos dosent work in linux. How should I solve this problem.

Please suggest.</description>
		<content:encoded><![CDATA[<p>I have installed windows XP and Fedora linux on my Pc. But, sounds and Vodeos dosent work in linux. How should I solve this problem.</p>
<p>Please suggest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.troublefixers.com/use-windows-and-linux-together-on-the-same-computer/#comment-13</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sat, 22 Dec 2007 02:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.troublefixers.com/use-windows-and-linux-together-on-the-same-computer/#comment-13</guid>
		<description>You can just use the superGRUB CD. (you can download it) Then you can install GRUB onto the MBR, assuming you have some sort of linux installation somewhere on a disk.</description>
		<content:encoded><![CDATA[<p>You can just use the superGRUB CD. (you can download it) Then you can install GRUB onto the MBR, assuming you have some sort of linux installation somewhere on a disk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: That Guy</title>
		<link>http://www.troublefixers.com/use-windows-and-linux-together-on-the-same-computer/#comment-12</link>
		<dc:creator>That Guy</dc:creator>
		<pubDate>Fri, 21 Dec 2007 22:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.troublefixers.com/use-windows-and-linux-together-on-the-same-computer/#comment-12</guid>
		<description>Also worth noting is if you move Windows to the top of the list it will become the default OS that is loaded. I usually do that and shorten the timeout to 3, or if your grub contains a default as Walter&#039;s does, you can just change that number to the partition number for example say you have XP installed at hda(0,2) you would set it to 2.</description>
		<content:encoded><![CDATA[<p>Also worth noting is if you move Windows to the top of the list it will become the default OS that is loaded. I usually do that and shorten the timeout to 3, or if your grub contains a default as Walter&#8217;s does, you can just change that number to the partition number for example say you have XP installed at hda(0,2) you would set it to 2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walter</title>
		<link>http://www.troublefixers.com/use-windows-and-linux-together-on-the-same-computer/#comment-11</link>
		<dc:creator>Walter</dc:creator>
		<pubDate>Thu, 20 Dec 2007 18:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.troublefixers.com/use-windows-and-linux-together-on-the-same-computer/#comment-11</guid>
		<description>Good post but just enough info to get into trouble and not out.

Hopefully you will be able to continue using the previous grub configuration but if your Linux didn&#039;t put in an entry to the menu-list.lst file you might now not be able to see Windows. So here is what you might have to add. However, if you use jiffy you might have to modify a totally different file. Hope this helps.

As an example-----

default=0
timeout=5
splashimage=(hd0,1)/boot/grub/splash.xpm.gz

title Yoper Linux (2.6.23-12)
        root (hd0,1)
        kernel /boot/vmlinuz-2.6.23-12 ro root=LABEL=/ hdc=ide-scsi
        initrd /boot/initrd-2.6.23-12.img
title Yoper Linux (2.6.23-12-openmosix3)
        root (hd0,1)
        kernel /boot/vmlinuz-2.6.23-12-openmosix3 ro root=/dev/hda2 hdc=ide-scsi
        initrd /boot/initrd-2.6.23-12-openmosix3.img
title Windows XP
        rootnoverify (hd0,0)
        chainloader +1</description>
		<content:encoded><![CDATA[<p>Good post but just enough info to get into trouble and not out.</p>
<p>Hopefully you will be able to continue using the previous grub configuration but if your Linux didn&#8217;t put in an entry to the menu-list.lst file you might now not be able to see Windows. So here is what you might have to add. However, if you use jiffy you might have to modify a totally different file. Hope this helps.</p>
<p>As an example&#8212;&#8211;</p>
<p>default=0<br />
timeout=5<br />
splashimage=(hd0,1)/boot/grub/splash.xpm.gz</p>
<p>title Yoper Linux (2.6.23-12)<br />
        root (hd0,1)<br />
        kernel /boot/vmlinuz-2.6.23-12 ro root=LABEL=/ hdc=ide-scsi<br />
        initrd /boot/initrd-2.6.23-12.img<br />
title Yoper Linux (2.6.23-12-openmosix3)<br />
        root (hd0,1)<br />
        kernel /boot/vmlinuz-2.6.23-12-openmosix3 ro root=/dev/hda2 hdc=ide-scsi<br />
        initrd /boot/initrd-2.6.23-12-openmosix3.img<br />
title Windows XP<br />
        rootnoverify (hd0,0)<br />
        chainloader +1</p>
]]></content:encoded>
	</item>
</channel>
</rss>
