<?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: Starting Linux through Windows XP boot list (boot.ini)</title>
	<atom:link href="http://en.andrenoel.com.br/2009/07/22/starting-linux-through-windows-xp-boot-list-boot-ini/feed/" rel="self" type="application/rss+xml" />
	<link>http://en.andrenoel.com.br/2009/07/22/starting-linux-through-windows-xp-boot-list-boot-ini/</link>
	<description></description>
	<lastBuildDate>Thu, 04 Aug 2011 15:46:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Alexander</title>
		<link>http://en.andrenoel.com.br/2009/07/22/starting-linux-through-windows-xp-boot-list-boot-ini/comment-page-1/#comment-11928</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Fri, 24 Jul 2009 08:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://en.andrenoel.com.br/?p=54#comment-11928</guid>
		<description>Andre, thanks a lot for your post - very useful.
I think you should submit it to the ubuntu wiki.

Your solution is way better than booting GRUB, then NTLDR or vice versa. 
For some people NTLDR menu could be a better option than GRUB.</description>
		<content:encoded><![CDATA[<p>Andre, thanks a lot for your post &#8211; very useful.<br />
I think you should submit it to the ubuntu wiki.</p>
<p>Your solution is way better than booting GRUB, then NTLDR or vice versa.<br />
For some people NTLDR menu could be a better option than GRUB.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre Noel</title>
		<link>http://en.andrenoel.com.br/2009/07/22/starting-linux-through-windows-xp-boot-list-boot-ini/comment-page-1/#comment-11927</link>
		<dc:creator>Andre Noel</dc:creator>
		<pubDate>Fri, 24 Jul 2009 08:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://en.andrenoel.com.br/?p=54#comment-11927</guid>
		<description>Thanks Nandan.</description>
		<content:encoded><![CDATA[<p>Thanks Nandan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nandan V</title>
		<link>http://en.andrenoel.com.br/2009/07/22/starting-linux-through-windows-xp-boot-list-boot-ini/comment-page-1/#comment-11926</link>
		<dc:creator>Nandan V</dc:creator>
		<pubDate>Fri, 24 Jul 2009 08:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://en.andrenoel.com.br/?p=54#comment-11926</guid>
		<description>replace &quot;size&quot; in the dd command with &quot;bs&quot;

So it should be:

$ sudo dd if=/dev/name_of_device of=bootsect.lnx bs=512 count=1

&lt;a href=&quot;http://ubuntuforums.org/showpost.php?p=300570&amp;postcount=2&quot; rel=&quot;nofollow&quot;&gt;UbuntuForums.org helped as usual&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>replace &#8220;size&#8221; in the dd command with &#8220;bs&#8221;</p>
<p>So it should be:</p>
<p>$ sudo dd if=/dev/name_of_device of=bootsect.lnx bs=512 count=1</p>
<p><a href="http://ubuntuforums.org/showpost.php?p=300570&amp;postcount=2" rel="nofollow">UbuntuForums.org helped as usual</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nigel</title>
		<link>http://en.andrenoel.com.br/2009/07/22/starting-linux-through-windows-xp-boot-list-boot-ini/comment-page-1/#comment-11918</link>
		<dc:creator>nigel</dc:creator>
		<pubDate>Wed, 22 Jul 2009 13:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://en.andrenoel.com.br/?p=54#comment-11918</guid>
		<description>Andre,
   thanks for this - sounds useful - will give it a try</description>
		<content:encoded><![CDATA[<p>Andre,<br />
   thanks for this &#8211; sounds useful &#8211; will give it a try</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LT</title>
		<link>http://en.andrenoel.com.br/2009/07/22/starting-linux-through-windows-xp-boot-list-boot-ini/comment-page-1/#comment-11917</link>
		<dc:creator>LT</dc:creator>
		<pubDate>Wed, 22 Jul 2009 10:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://en.andrenoel.com.br/?p=54#comment-11917</guid>
		<description>Another lesser known option is to use grub4dos/wingrub http://sourceforge.net/projects/grub4dos/

basically all it does is install grub on your C:\ drive and then NTLDR (windows bootloader) will just boot into wingrub and then into my local grub. You can take that step out (booting 1 grub instead of twice), but I&#039;m too lazy to do it.

I personally didn&#039;t have any luck last time I tried using the &quot;dd&quot; command.

My boot.ini:
C:\grldr=&quot;Start Linux Bootloader&quot;</description>
		<content:encoded><![CDATA[<p>Another lesser known option is to use grub4dos/wingrub <a href="http://sourceforge.net/projects/grub4dos/" rel="nofollow">http://sourceforge.net/projects/grub4dos/</a></p>
<p>basically all it does is install grub on your C:\ drive and then NTLDR (windows bootloader) will just boot into wingrub and then into my local grub. You can take that step out (booting 1 grub instead of twice), but I&#8217;m too lazy to do it.</p>
<p>I personally didn&#8217;t have any luck last time I tried using the &#8220;dd&#8221; command.</p>
<p>My boot.ini:<br />
C:\grldr=&#8221;Start Linux Bootloader&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

