<?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>Comentarios en: Configurar GRUB y GRUB2 para cargar FreeBSD</title>
	<atom:link href="http://casidiablo.net/modificar-grub-iniciar-bsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://casidiablo.net/modificar-grub-iniciar-bsd/</link>
	<description>Blog de Java, Programación y Linux</description>
	<lastBuildDate>Fri, 25 May 2012 11:10:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Por: abram</title>
		<link>http://casidiablo.net/modificar-grub-iniciar-bsd/comment-page-1/#comment-12105</link>
		<dc:creator>abram</dc:creator>
		<pubDate>Sun, 11 Mar 2012 18:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://casidiablo.net/?p=3534#comment-12105</guid>
		<description>el problema es que tengo dos discos duros
en el primero tengo win xp y xubuntu
en el segundo disco esta freebsd 9

pero en el grub no aparece la opcion de arrancar de freebsd
instale primero linux luego freebsd
quisiera su ayuda para que entrar a freebsd

win xp esta en /dev/sda1
xubuntu /dev/sda6</description>
		<content:encoded><![CDATA[<p>el problema es que tengo dos discos duros<br />
en el primero tengo win xp y xubuntu<br />
en el segundo disco esta freebsd 9</p>
<p>pero en el grub no aparece la opcion de arrancar de freebsd<br />
instale primero linux luego freebsd<br />
quisiera su ayuda para que entrar a freebsd</p>
<p>win xp esta en /dev/sda1<br />
xubuntu /dev/sda6</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: José Guerrero</title>
		<link>http://casidiablo.net/modificar-grub-iniciar-bsd/comment-page-1/#comment-9957</link>
		<dc:creator>José Guerrero</dc:creator>
		<pubDate>Tue, 14 Sep 2010 02:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://casidiablo.net/?p=3534#comment-9957</guid>
		<description>Por cierto, yo modifiqué/edité el &lt;b&gt;/etc/grub.d/40_custom&lt;/b&gt; en Debian Squeeze y quedó así:
[code language=&quot;bash&quot;]
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the &#039;exec tail&#039; line above.

menuentry &quot;PCBSD 8.1&quot; {

       set root=(hd1,4)

       chainloader +1

}
[/code]

Luego hice &lt;b&gt;update-grub&lt;/b&gt;. No modifiqué el &lt;b&gt;grub.cfg&lt;/b&gt;.

Saludos</description>
		<content:encoded><![CDATA[<p>Por cierto, yo modifiqué/edité el <b>/etc/grub.d/40_custom</b> en Debian Squeeze y quedó así:</p>
<pre class="brush: bash; title: ; notranslate">
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.

menuentry &quot;PCBSD 8.1&quot; {

       set root=(hd1,4)

       chainloader +1

}
</pre>
<p>Luego hice <b>update-grub</b>. No modifiqué el <b>grub.cfg</b>.</p>
<p>Saludos</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: José Guerrero</title>
		<link>http://casidiablo.net/modificar-grub-iniciar-bsd/comment-page-1/#comment-9956</link>
		<dc:creator>José Guerrero</dc:creator>
		<pubDate>Tue, 14 Sep 2010 02:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://casidiablo.net/?p=3534#comment-9956</guid>
		<description>Yo tengo PCBSD 8.1 en la 4ta partición del segundo disco duro y para mi, con grub2, fue suficiente con esto:

[code]
menuentry &quot;PCBSD 8.1&quot; {

       set root=(hd1,4)

       chainloader +1

}
[/code]</description>
		<content:encoded><![CDATA[<p>Yo tengo PCBSD 8.1 en la 4ta partición del segundo disco duro y para mi, con grub2, fue suficiente con esto:</p>
<pre class="brush: plain; title: ; notranslate">
menuentry &quot;PCBSD 8.1&quot; {

       set root=(hd1,4)

       chainloader +1

}
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Dario</title>
		<link>http://casidiablo.net/modificar-grub-iniciar-bsd/comment-page-1/#comment-8758</link>
		<dc:creator>Dario</dc:creator>
		<pubDate>Tue, 02 Mar 2010 16:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://casidiablo.net/?p=3534#comment-8758</guid>
		<description>menuentry “FreeBSD 8.0″ {
set root=(hd0,1,a)
chainloader +1
boot
}</description>
		<content:encoded><![CDATA[<p>menuentry “FreeBSD 8.0″ {<br />
set root=(hd0,1,a)<br />
chainloader +1<br />
boot<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: fermin</title>
		<link>http://casidiablo.net/modificar-grub-iniciar-bsd/comment-page-1/#comment-8432</link>
		<dc:creator>fermin</dc:creator>
		<pubDate>Mon, 11 Jan 2010 22:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://casidiablo.net/?p=3534#comment-8432</guid>
		<description>Hola
Gracias por la ayuda 


Saludos</description>
		<content:encoded><![CDATA[<p>Hola<br />
Gracias por la ayuda </p>
<p>Saludos</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Mis tweets &#124; casidiablo.net &#187; Twitter Weekly Updates for 2010-01-03</title>
		<link>http://casidiablo.net/modificar-grub-iniciar-bsd/comment-page-1/#comment-8406</link>
		<dc:creator>Mis tweets &#124; casidiablo.net &#187; Twitter Weekly Updates for 2010-01-03</dc:creator>
		<pubDate>Sun, 03 Jan 2010 22:51:34 +0000</pubDate>
		<guid isPermaLink="false">http://casidiablo.net/?p=3534#comment-8406</guid>
		<description>[...] Configurar GRUB y GRUB2 para cargar FreeBSD http://casidiablo.net/modificar-grub-iniciar-bsd/ #linux #freebsd #grub #grub2 [...]</description>
		<content:encoded><![CDATA[<p>[...] Configurar GRUB y GRUB2 para cargar FreeBSD <a href="http://casidiablo.net/modificar-grub-iniciar-bsd/" rel="nofollow">http://casidiablo.net/modificar-grub-iniciar-bsd/</a> #linux #freebsd #grub #grub2 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Mis tweets &#124; casidiablo.net &#187; Tweets hechos en 2009-12-31</title>
		<link>http://casidiablo.net/modificar-grub-iniciar-bsd/comment-page-1/#comment-8395</link>
		<dc:creator>Mis tweets &#124; casidiablo.net &#187; Tweets hechos en 2009-12-31</dc:creator>
		<pubDate>Thu, 31 Dec 2009 20:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://casidiablo.net/?p=3534#comment-8395</guid>
		<description>[...] GRUB para cargar FreeBSD http://casidiablo.net/modificar-grub-iniciar-bsd/ #linux #freebsd #gentoo #ubuntu [...]</description>
		<content:encoded><![CDATA[<p>[...] GRUB para cargar FreeBSD <a href="http://casidiablo.net/modificar-grub-iniciar-bsd/" rel="nofollow">http://casidiablo.net/modificar-grub-iniciar-bsd/</a> #linux #freebsd #gentoo #ubuntu [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Mis tweets &#124; casidiablo.net &#187; Actualización: Configurar GRU&#8230;</title>
		<link>http://casidiablo.net/modificar-grub-iniciar-bsd/comment-page-1/#comment-8394</link>
		<dc:creator>Mis tweets &#124; casidiablo.net &#187; Actualización: Configurar GRU&#8230;</dc:creator>
		<pubDate>Thu, 31 Dec 2009 20:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://casidiablo.net/?p=3534#comment-8394</guid>
		<description>[...] admin @ 1:53 pm December 31, 2009  Actualización: Configurar GRUB y GRUB2 para cargar FreeBSD http://casidiablo.net/modificar-grub-iniciar-bsd/ #linux #freebsd #grub #grub2  Comments [...]</description>
		<content:encoded><![CDATA[<p>[...] admin @ 1:53 pm December 31, 2009  Actualización: Configurar GRUB y GRUB2 para cargar FreeBSD <a href="http://casidiablo.net/modificar-grub-iniciar-bsd/" rel="nofollow">http://casidiablo.net/modificar-grub-iniciar-bsd/</a> #linux #freebsd #grub #grub2  Comments [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Tech & Freak Feeds</title>
		<link>http://casidiablo.net/modificar-grub-iniciar-bsd/comment-page-1/#comment-10677</link>
		<dc:creator>Tech & Freak Feeds</dc:creator>
		<pubDate>Thu, 31 Dec 2009 20:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://casidiablo.net/?p=3534#comment-10677</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;Configurar Grub para cargar FreeBSD → http://bit.ly/6LUzwZ&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">Configurar Grub para cargar FreeBSD → <a href="http://bit.ly/6LUzwZ" rel="nofollow">http://bit.ly/6LUzwZ</a></span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: uberVU - social comments</title>
		<link>http://casidiablo.net/modificar-grub-iniciar-bsd/comment-page-1/#comment-8393</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Thu, 31 Dec 2009 19:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://casidiablo.net/?p=3534#comment-8393</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by casidiablo: Configurar GRUB para cargar FreeBSD http://casidiablo.net/modificar-grub-iniciar-bsd/ #linux #freebsd #gentoo #ubuntu...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by casidiablo: Configurar GRUB para cargar FreeBSD <a href="http://casidiablo.net/modificar-grub-iniciar-bsd/" rel="nofollow">http://casidiablo.net/modificar-grub-iniciar-bsd/</a> #linux #freebsd #gentoo #ubuntu&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

