<?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: How To Dual Boot FreeBSD and Windows XP using GRUB</title>
	<atom:link href="http://www.ubergeek.co.uk/blog/2008/05/grub-freebsd-windowsxp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ubergeek.co.uk/blog/2008/05/grub-freebsd-windowsxp/</link>
	<description>A few thoughts and hopefully helpful howtos for the Open Source community!</description>
	<lastBuildDate>Wed, 14 Jul 2010 06:06:51 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Randy</title>
		<link>http://www.ubergeek.co.uk/blog/2008/05/grub-freebsd-windowsxp/comment-page-1/#comment-10605</link>
		<dc:creator>Randy</dc:creator>
		<pubDate>Wed, 14 Jul 2010 06:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubergeek.co.uk/blog/?p=5#comment-10605</guid>
		<description>Does FreeBSD do this automagically these days, or does this still have to be done manually?</description>
		<content:encoded><![CDATA[<p>Does FreeBSD do this automagically these days, or does this still have to be done manually?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted Mittelstaedt</title>
		<link>http://www.ubergeek.co.uk/blog/2008/05/grub-freebsd-windowsxp/comment-page-1/#comment-8105</link>
		<dc:creator>Ted Mittelstaedt</dc:creator>
		<pubDate>Sun, 21 Mar 2010 11:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubergeek.co.uk/blog/?p=5#comment-8105</guid>
		<description>One more update,

  The plppart32 program works fine but you have to run it twice, once to remove the active flag from the windows partition and the second time to add the active flag to the FreeBSD partition.

Also under FreeBSD the command is

fdisk -a

not fdisk -B, and also you must run the sysctl kern.geom command to set the MBR writable.</description>
		<content:encoded><![CDATA[<p>One more update,</p>
<p>  The plppart32 program works fine but you have to run it twice, once to remove the active flag from the windows partition and the second time to add the active flag to the FreeBSD partition.</p>
<p>Also under FreeBSD the command is</p>
<p>fdisk -a</p>
<p>not fdisk -B, and also you must run the sysctl kern.geom command to set the MBR writable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted Mittelstaedt</title>
		<link>http://www.ubergeek.co.uk/blog/2008/05/grub-freebsd-windowsxp/comment-page-1/#comment-8095</link>
		<dc:creator>Ted Mittelstaedt</dc:creator>
		<pubDate>Sat, 20 Mar 2010 20:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubergeek.co.uk/blog/?p=5#comment-8095</guid>
		<description>Quick update to the last post:

The Linux distro is PLoP, not PLoS

The tool isnt&#039; 3parted.exe it is plppart32 and it can be separately downloaded
from http://www.plop.at/en/windowstools.html

There&#039;s also a free trialware partition manager called Paragon partition Manager that while it has a lot of features disabled it does allow you to &quot;set active&quot; different partitions.</description>
		<content:encoded><![CDATA[<p>Quick update to the last post:</p>
<p>The Linux distro is PLoP, not PLoS</p>
<p>The tool isnt&#8217; 3parted.exe it is plppart32 and it can be separately downloaded<br />
from <a href="http://www.plop.at/en/windowstools.html" rel="nofollow">http://www.plop.at/en/windowstools.html</a></p>
<p>There&#8217;s also a free trialware partition manager called Paragon partition Manager that while it has a lot of features disabled it does allow you to &#8220;set active&#8221; different partitions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: argv</title>
		<link>http://www.ubergeek.co.uk/blog/2008/05/grub-freebsd-windowsxp/comment-page-1/#comment-3218</link>
		<dc:creator>argv</dc:creator>
		<pubDate>Sat, 16 May 2009 04:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubergeek.co.uk/blog/?p=5#comment-3218</guid>
		<description>If you know what which OS you will boot next... e.g. you work in BSD most of the time and boot to XP occasionally to do some things... there is another way.

You simply move the boot flag (0x80) to the OS (partion) you want to boot.

Each OS has it&#039;s own tool(s) to do this safely and quickly.

e.g. 

BSD --&gt; fdisk -B

XP --&gt; &#039;3parted.exe&#039; exefrom PLoS Linux site or tools from &#039;the starman&#039; site

Linux --&gt; GNU fdisk or GNU parted

This alternative method obviates the need for Grub and allows you to keep the Windows MBR unmolested. :)</description>
		<content:encoded><![CDATA[<p>If you know what which OS you will boot next&#8230; e.g. you work in BSD most of the time and boot to XP occasionally to do some things&#8230; there is another way.</p>
<p>You simply move the boot flag (0&#215;80) to the OS (partion) you want to boot.</p>
<p>Each OS has it&#8217;s own tool(s) to do this safely and quickly.</p>
<p>e.g. </p>
<p>BSD &#8211;&gt; fdisk -B</p>
<p>XP &#8211;&gt; &#8216;3parted.exe&#8217; exefrom PLoS Linux site or tools from &#8216;the starman&#8217; site</p>
<p>Linux &#8211;&gt; GNU fdisk or GNU parted</p>
<p>This alternative method obviates the need for Grub and allows you to keep the Windows MBR unmolested. <img src='http://www.ubergeek.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sai Vinoba</title>
		<link>http://www.ubergeek.co.uk/blog/2008/05/grub-freebsd-windowsxp/comment-page-1/#comment-3170</link>
		<dc:creator>Sai Vinoba</dc:creator>
		<pubDate>Fri, 08 May 2009 07:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubergeek.co.uk/blog/?p=5#comment-3170</guid>
		<description>Hi Ubergeek,
&gt;&gt;
... that FreeBSD is on the second partition (i.e. /dev/ad1s1)
&gt;&gt;
&gt;&gt;
title FreeBSD
root (hd0,1,a)
&gt;&gt;
Considering you have only one harddisk and two windows style (primary) partitions, if FreeBSD is on second partition or slice of that single harddisk, shouldn&#039;t it be /dev/ad0s2, instead of /dev/ad1s1? Your grub entry is correct.  ad1s1 is first slice of second harddisk not second slice of first harddisk.</description>
		<content:encoded><![CDATA[<p>Hi Ubergeek,<br />
&gt;&gt;<br />
&#8230; that FreeBSD is on the second partition (i.e. /dev/ad1s1)<br />
&gt;&gt;<br />
&gt;&gt;<br />
title FreeBSD<br />
root (hd0,1,a)<br />
&gt;&gt;<br />
Considering you have only one harddisk and two windows style (primary) partitions, if FreeBSD is on second partition or slice of that single harddisk, shouldn&#8217;t it be /dev/ad0s2, instead of /dev/ad1s1? Your grub entry is correct.  ad1s1 is first slice of second harddisk not second slice of first harddisk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wirasto S. Karim</title>
		<link>http://www.ubergeek.co.uk/blog/2008/05/grub-freebsd-windowsxp/comment-page-1/#comment-3124</link>
		<dc:creator>Wirasto S. Karim</dc:creator>
		<pubDate>Wed, 29 Apr 2009 19:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubergeek.co.uk/blog/?p=5#comment-3124</guid>
		<description>Nice article :)
Thank&#039;s</description>
		<content:encoded><![CDATA[<p>Nice article <img src='http://www.ubergeek.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Thank&#8217;s</p>
]]></content:encoded>
	</item>
</channel>
</rss>
