<?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"
	>
<channel>
	<title>Comments on: Fix grub after windows xp install - pclinuxos</title>
	<atom:link href="http://h8ersclub.com/fix-grub-after-windows-xp-install-pclinuxos/feed/" rel="self" type="application/rss+xml" />
	<link>http://h8ersclub.com/fix-grub-after-windows-xp-install-pclinuxos/</link>
	<description>not really a club, just me</description>
	<pubDate>Sat, 22 Nov 2008 16:55:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: JP</title>
		<link>http://h8ersclub.com/fix-grub-after-windows-xp-install-pclinuxos/#comment-488</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Fri, 05 Sep 2008 03:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://h8ersclub.com/?p=76#comment-488</guid>
		<description>This was very helpful!  Everyone else out there seems to only have instructions for when you load Windows first, but not Linux first.  This saved me gobs of time.  THANKS!</description>
		<content:encoded><![CDATA[<p>This was very helpful!  Everyone else out there seems to only have instructions for when you load Windows first, but not Linux first.  This saved me gobs of time.  THANKS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: me</title>
		<link>http://h8ersclub.com/fix-grub-after-windows-xp-install-pclinuxos/#comment-442</link>
		<dc:creator>me</dc:creator>
		<pubDate>Mon, 18 Aug 2008 20:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://h8ersclub.com/?p=76#comment-442</guid>
		<description>your comment really hurt me and I cried. lol. ah chamila no biggy their is about fifteen different ways to skin a cat, I counted.</description>
		<content:encoded><![CDATA[<p>your comment really hurt me and I cried. lol. ah chamila no biggy their is about fifteen different ways to skin a cat, I counted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chamila</title>
		<link>http://h8ersclub.com/fix-grub-after-windows-xp-install-pclinuxos/#comment-439</link>
		<dc:creator>chamila</dc:creator>
		<pubDate>Mon, 18 Aug 2008 08:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://h8ersclub.com/?p=76#comment-439</guid>
		<description>sorry.............! i did't mean to hurt anyone.... i just mentioned for another one like me who is searching...linuxworld and who are new to linux. one of my friends has omitted linux simply because of that reason he coudn't fix it.  i appreciate the method of yours absolutely.</description>
		<content:encoded><![CDATA[<p>sorry&#8230;&#8230;&#8230;&#8230;.! i did&#8217;t mean to hurt anyone&#8230;. i just mentioned for another one like me who is searching&#8230;linuxworld and who are new to linux. one of my friends has omitted linux simply because of that reason he coudn&#8217;t fix it.  i appreciate the method of yours absolutely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: me</title>
		<link>http://h8ersclub.com/fix-grub-after-windows-xp-install-pclinuxos/#comment-432</link>
		<dc:creator>me</dc:creator>
		<pubDate>Mon, 11 Aug 2008 18:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://h8ersclub.com/?p=76#comment-432</guid>
		<description>While of course you can do that, and is the easiest way. But in essence you are not learning how to work with grub. It's not really difficult to learn.  All you have to remember is that arrays start with 0. I know I could have written an article two sentences long. Just hit redo mbr, but I like to know how things work, just in case redo MBR fails.</description>
		<content:encoded><![CDATA[<p>While of course you can do that, and is the easiest way. But in essence you are not learning how to work with grub. It&#8217;s not really difficult to learn.  All you have to remember is that arrays start with 0. I know I could have written an article two sentences long. Just hit redo mbr, but I like to know how things work, just in case redo MBR fails.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chamila</title>
		<link>http://h8ersclub.com/fix-grub-after-windows-xp-install-pclinuxos/#comment-425</link>
		<dc:creator>chamila</dc:creator>
		<pubDate>Mon, 11 Aug 2008 12:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://h8ersclub.com/?p=76#comment-425</guid>
		<description>i did it without getting that difficult................

simply put the l;ive cd again and redo MBR. and saved.....its funny...grub loader returned ....</description>
		<content:encoded><![CDATA[<p>i did it without getting that difficult&#8230;&#8230;&#8230;&#8230;&#8230;.</p>
<p>simply put the l;ive cd again and redo MBR. and saved&#8230;..its funny&#8230;grub loader returned &#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: me</title>
		<link>http://h8ersclub.com/fix-grub-after-windows-xp-install-pclinuxos/#comment-419</link>
		<dc:creator>me</dc:creator>
		<pubDate>Fri, 08 Aug 2008 23:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://h8ersclub.com/?p=76#comment-419</guid>
		<description>If you do not know what an array is. I will explain, an array is a set of constants or variables. Like what are you doing today could be an array of ( laundry, work, eating , bathroom, smoking a cigarette, *) you would do all these things all day but in what section of the day would you do these things? so We can put your day in this order. Where "*" is a wild card ( being anything that comes up ) or variable, in mathematical terms. so in the terms of a daily life the day may be composed like this.
daily life

$dailylife = array( laundry, work, eating , bathroom, smoking a cigarette, *)

with the daily life configuration script
$dailylife[3];
$dailylife[5];
$dailylife[4];
$dailylife[2];
$dailylife[5];
$dailylife[4];
$dailylife[1];
$dailylife[5];
$dailylife[4];
$dailylife[0];
$dailylife[5];
$dailylife[4];
$dailylife[3];
$dailylife[5];
$dailylife[4];
$dailylife[5];
You really shouldn't smoke so much and relax and as arrays are, $dailylife[3] would be the same as bathroom. This is because all arrays start as 0. So $dailylife[0] would be laundry. The hard drives are arrays too, in this program. So hd0,0 would be your first hard drive and first partition. I hope this helps in your understanding of this article.</description>
		<content:encoded><![CDATA[<p>If you do not know what an array is. I will explain, an array is a set of constants or variables. Like what are you doing today could be an array of ( laundry, work, eating , bathroom, smoking a cigarette, *) you would do all these things all day but in what section of the day would you do these things? so We can put your day in this order. Where &#8220;*&#8221; is a wild card ( being anything that comes up ) or variable, in mathematical terms. so in the terms of a daily life the day may be composed like this.<br />
daily life</p>
<p>$dailylife = array( laundry, work, eating , bathroom, smoking a cigarette, *)</p>
<p>with the daily life configuration script<br />
$dailylife[3];<br />
$dailylife[5];<br />
$dailylife[4];<br />
$dailylife[2];<br />
$dailylife[5];<br />
$dailylife[4];<br />
$dailylife[1];<br />
$dailylife[5];<br />
$dailylife[4];<br />
$dailylife[0];<br />
$dailylife[5];<br />
$dailylife[4];<br />
$dailylife[3];<br />
$dailylife[5];<br />
$dailylife[4];<br />
$dailylife[5];<br />
You really shouldn&#8217;t smoke so much and relax and as arrays are, $dailylife[3] would be the same as bathroom. This is because all arrays start as 0. So $dailylife[0] would be laundry. The hard drives are arrays too, in this program. So hd0,0 would be your first hard drive and first partition. I hope this helps in your understanding of this article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://h8ersclub.com/fix-grub-after-windows-xp-install-pclinuxos/#comment-396</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Fri, 18 Jul 2008 10:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://h8ersclub.com/?p=76#comment-396</guid>
		<description>I couldn't understand some parts of this article b after windows xp install - pclinuxos &#124; The H8ers Club, but I guess I just need to check some more resources regarding this, because it sounds interesting.</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t understand some parts of this article b after windows xp install - pclinuxos | The H8ers Club, but I guess I just need to check some more resources regarding this, because it sounds interesting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pclinuxos</title>
		<link>http://h8ersclub.com/fix-grub-after-windows-xp-install-pclinuxos/#comment-356</link>
		<dc:creator>pclinuxos</dc:creator>
		<pubDate>Sat, 05 Jul 2008 03:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://h8ersclub.com/?p=76#comment-356</guid>
		<description>[...] GRand Unified Bootloader GRUB.Solution: rebuild grub and then add Windows XP to the boot menu.lst.http://h8ersclub.com/fix-grub-after-windows-xp-install-pclinuxos/RE: maybe ubuntu should get to work - Newmobilecomputing.comThe next rung down are the spins: [...]</description>
		<content:encoded><![CDATA[<p>[...] GRand Unified Bootloader GRUB.Solution: rebuild grub and then add Windows XP to the boot menu.lst.http://h8ersclub.com/fix-grub-after-windows-xp-install-pclinuxos/RE: maybe ubuntu should get to work - Newmobilecomputing.comThe next rung down are the spins: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: windows xp id install</title>
		<link>http://h8ersclub.com/fix-grub-after-windows-xp-install-pclinuxos/#comment-280</link>
		<dc:creator>windows xp id install</dc:creator>
		<pubDate>Sat, 14 Jun 2008 15:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://h8ersclub.com/?p=76#comment-280</guid>
		<description>[...] GRand Unified Bootloader GRUB.Solution: rebuild grub and then add windows XP to the boot menu.lst.http://h8ersclub.com/fix-grub-after-windows-xp-install-pclinuxos/Windows XP - Identify Current Product Key in Windows XP InstallationApr 19, 2007 ... Keywords: [...]</description>
		<content:encoded><![CDATA[<p>[...] GRand Unified Bootloader GRUB.Solution: rebuild grub and then add windows XP to the boot menu.lst.http://h8ersclub.com/fix-grub-after-windows-xp-install-pclinuxos/Windows XP - Identify Current Product Key in Windows XP InstallationApr 19, 2007 &#8230; Keywords: [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
