<?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: Getting GRUB2 to dual boot Debian and FreeBSD</title>
	<atom:link href="http://www.doof.me.uk/2009/11/27/getting-grub2-to-dual-boot-debian-and-freebsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.doof.me.uk/2009/11/27/getting-grub2-to-dual-boot-debian-and-freebsd/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=getting-grub2-to-dual-boot-debian-and-freebsd</link>
	<description>Lalalala doo</description>
	<lastBuildDate>Mon, 08 Apr 2013 17:09:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: favor</title>
		<link>http://www.doof.me.uk/2009/11/27/getting-grub2-to-dual-boot-debian-and-freebsd/comment-page-1/#comment-1751</link>
		<dc:creator>favor</dc:creator>
		<pubDate>Tue, 08 Dec 2009 13:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=771#comment-1751</guid>
		<description><![CDATA[I have tried this:
menuentry &quot;FreeBSD&quot; {
   set root=(hd0,3,a) //replace 3 with 4
   chainloader +1  //or replace this for freebsd /boot/loader
}

all the possible case I&#039;ve tried, but it also hang on after displaying message &quot;load FreeBSD&quot; .

I have try to entered into grub2, and changed the boot options, then I boot the system, it make no sense at all. when I use &quot;ls  (hd0,  &quot;, I want to it complete the available partition automatically, but it also hang no after display &quot;partition 4&quot;, somethings like below:

grub&gt; ls (hd0, 
(hd0,1) partition 1
linux filesystem ext3
(hd0,2) partition 2
unknow filesystem  swap
(hd0,3) partition 3
linux filesystem ext3
(hd0,4) partition 4 
[no message at all, hang no here]

that&#039;s the main problem, I think. is it my disk partition error? but I&#039;ve reinstalled freebsd. I am frustrated right now ;-(]]></description>
		<content:encoded><![CDATA[<p>I have tried this:<br />
menuentry &#8220;FreeBSD&#8221; {<br />
   set root=(hd0,3,a) //replace 3 with 4<br />
   chainloader +1  //or replace this for freebsd /boot/loader<br />
}</p>
<p>all the possible case I&#8217;ve tried, but it also hang on after displaying message &#8220;load FreeBSD&#8221; .</p>
<p>I have try to entered into grub2, and changed the boot options, then I boot the system, it make no sense at all. when I use &#8220;ls  (hd0,  &#8220;, I want to it complete the available partition automatically, but it also hang no after display &#8220;partition 4&#8243;, somethings like below:</p>
<p>grub&gt; ls (hd0,<br />
(hd0,1) partition 1<br />
linux filesystem ext3<br />
(hd0,2) partition 2<br />
unknow filesystem  swap<br />
(hd0,3) partition 3<br />
linux filesystem ext3<br />
(hd0,4) partition 4<br />
[no message at all, hang no here]</p>
<p>that&#8217;s the main problem, I think. is it my disk partition error? but I&#8217;ve reinstalled freebsd. I am frustrated right now ;-(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://www.doof.me.uk/2009/11/27/getting-grub2-to-dual-boot-debian-and-freebsd/comment-page-1/#comment-1736</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Sun, 06 Dec 2009 19:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=771#comment-1736</guid>
		<description><![CDATA[Not sure what the problem is... make sure you&#039;ve got your GRUB root for FreeBSD set to (hd0,3,a)]]></description>
		<content:encoded><![CDATA[<p>Not sure what the problem is&#8230; make sure you&#8217;ve got your GRUB root for FreeBSD set to (hd0,3,a)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: favor</title>
		<link>http://www.doof.me.uk/2009/11/27/getting-grub2-to-dual-boot-debian-and-freebsd/comment-page-1/#comment-1722</link>
		<dc:creator>favor</dc:creator>
		<pubDate>Sat, 05 Dec 2009 08:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=771#comment-1722</guid>
		<description><![CDATA[hi, I followed this method you mentioned here, I step by step to edit /etc/grub.d/40_custom, and do update-grub2. then I reboot and select my desired boot freebsd OS, but it can&#039;t boot.

my freebsd os is installed on my disk partition four, on debian its partitions show like below:

debian:/home/user# fdisk -l

Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00014522

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1        1216     9767488+  83  Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2            1217        1398     1461915   82  Linux swap / Solaris
Partition 2 does not end on cylinder boundary.
/dev/sda3            1399        6079    37600132+  83  Linux
Partition 3 does not end on cylinder boundary.
/dev/sda4   *        6080        9730    29321176+  a5  FreeBSD
Partition 4 does not end on cylinder boundary.

what&#039;s wrong with my daulboot system?]]></description>
		<content:encoded><![CDATA[<p>hi, I followed this method you mentioned here, I step by step to edit /etc/grub.d/40_custom, and do update-grub2. then I reboot and select my desired boot freebsd OS, but it can&#8217;t boot.</p>
<p>my freebsd os is installed on my disk partition four, on debian its partitions show like below:</p>
<p>debian:/home/user# fdisk -l</p>
<p>Disk /dev/sda: 80.0 GB, 80026361856 bytes<br />
255 heads, 63 sectors/track, 9729 cylinders<br />
Units = cylinders of 16065 * 512 = 8225280 bytes<br />
Disk identifier: 0&#215;00014522</p>
<p>   Device Boot      Start         End      Blocks   Id  System<br />
/dev/sda1               1        1216     9767488+  83  Linux<br />
Partition 1 does not end on cylinder boundary.<br />
/dev/sda2            1217        1398     1461915   82  Linux swap / Solaris<br />
Partition 2 does not end on cylinder boundary.<br />
/dev/sda3            1399        6079    37600132+  83  Linux<br />
Partition 3 does not end on cylinder boundary.<br />
/dev/sda4   *        6080        9730    29321176+  a5  FreeBSD<br />
Partition 4 does not end on cylinder boundary.</p>
<p>what&#8217;s wrong with my daulboot system?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ubercookie</title>
		<link>http://www.doof.me.uk/2009/11/27/getting-grub2-to-dual-boot-debian-and-freebsd/comment-page-1/#comment-1713</link>
		<dc:creator>Ubercookie</dc:creator>
		<pubDate>Fri, 04 Dec 2009 08:53:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=771#comment-1713</guid>
		<description><![CDATA[grub2 is not fail, it&#039;s much more capable and better organized than grub-legacy. But it&#039;s still new and has some bugs to iron out, at least in Sid.

You can have both grub configs side by side so nothing&#039;s lost.]]></description>
		<content:encoded><![CDATA[<p>grub2 is not fail, it&#8217;s much more capable and better organized than grub-legacy. But it&#8217;s still new and has some bugs to iron out, at least in Sid.</p>
<p>You can have both grub configs side by side so nothing&#8217;s lost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Getting GRUB2 to dual boot Debian and FreeBSD &#124; Debian-News.net - Your one stop for news about Debian</title>
		<link>http://www.doof.me.uk/2009/11/27/getting-grub2-to-dual-boot-debian-and-freebsd/comment-page-1/#comment-1677</link>
		<dc:creator>Getting GRUB2 to dual boot Debian and FreeBSD &#124; Debian-News.net - Your one stop for news about Debian</dc:creator>
		<pubDate>Sun, 29 Nov 2009 16:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=771#comment-1677</guid>
		<description><![CDATA[[...] files they had changed beyond recognition. GRUB 2, it seems, is very different to GRUB 1 More here Make sure you edit the root parameter to the partition where you installed FreeBSD. Remember that [...]]]></description>
		<content:encoded><![CDATA[<p>[...] files they had changed beyond recognition. GRUB 2, it seems, is very different to GRUB 1 More here Make sure you edit the root parameter to the partition where you installed FreeBSD. Remember that [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blodgett</title>
		<link>http://www.doof.me.uk/2009/11/27/getting-grub2-to-dual-boot-debian-and-freebsd/comment-page-1/#comment-1676</link>
		<dc:creator>blodgett</dc:creator>
		<pubDate>Sun, 29 Nov 2009 13:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=771#comment-1676</guid>
		<description><![CDATA[blodgett still think it should be called gubl]]></description>
		<content:encoded><![CDATA[<p>blodgett still think it should be called gubl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://www.doof.me.uk/2009/11/27/getting-grub2-to-dual-boot-debian-and-freebsd/comment-page-1/#comment-1670</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Sat, 28 Nov 2009 18:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=771#comment-1670</guid>
		<description><![CDATA[&gt; ooh! is it pretty?!! 

Yes, it has customisable splash screens and things. Don&#039;t think the default Debian splash is particularly pretty.

&gt; grub 2 is FAIL.

Stefan and I had lots of problems with it when we were setting up the new VDS. Still it has some good features - like I think it will boot off LVM partitions.]]></description>
		<content:encoded><![CDATA[<p>> ooh! is it pretty?!! </p>
<p>Yes, it has customisable splash screens and things. Don&#8217;t think the default Debian splash is particularly pretty.</p>
<p>> grub 2 is FAIL.</p>
<p>Stefan and I had lots of problems with it when we were setting up the new VDS. Still it has some good features &#8211; like I think it will boot off LVM partitions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doik</title>
		<link>http://www.doof.me.uk/2009/11/27/getting-grub2-to-dual-boot-debian-and-freebsd/comment-page-1/#comment-1669</link>
		<dc:creator>doik</dc:creator>
		<pubDate>Sat, 28 Nov 2009 16:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=771#comment-1669</guid>
		<description><![CDATA[i install grub 2. it is foul beyond words to configure and is not pretty at all. it also seems much slower at getting to the menu. grub 2 is FAIL.]]></description>
		<content:encoded><![CDATA[<p>i install grub 2. it is foul beyond words to configure and is not pretty at all. it also seems much slower at getting to the menu. grub 2 is FAIL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blodgett</title>
		<link>http://www.doof.me.uk/2009/11/27/getting-grub2-to-dual-boot-debian-and-freebsd/comment-page-1/#comment-1667</link>
		<dc:creator>blodgett</dc:creator>
		<pubDate>Sat, 28 Nov 2009 12:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=771#comment-1667</guid>
		<description><![CDATA[ooh! is it pretty?!!  blodgett wanted grub2. but new ubuntu puts it only on fresh installs, not upgrades, because it is not sufficiently straightforward to transfer automatically.
sad :(  wanted the pretty.]]></description>
		<content:encoded><![CDATA[<p>ooh! is it pretty?!!  blodgett wanted grub2. but new ubuntu puts it only on fresh installs, not upgrades, because it is not sufficiently straightforward to transfer automatically.<br />
sad <img src='http://www.doof.me.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   wanted the pretty.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
