<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jm2dev &#187; grub2</title>
	<atom:link href="http://www.jm2dev.com/tag/grub2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jm2dev.com</link>
	<description>desarrollo software en el siglo XXI</description>
	<lastBuildDate>Sun, 28 Aug 2011 16:09:44 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FreeBSD 8 + debian con grub2</title>
		<link>http://www.jm2dev.com/2010/03/freebsd-8-debian-con-grub2/</link>
		<comments>http://www.jm2dev.com/2010/03/freebsd-8-debian-con-grub2/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 21:12:16 +0000</pubDate>
		<dc:creator>josemiguel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[grub2]]></category>
		<category><![CDATA[lvm]]></category>

		<guid isPermaLink="false">http://www.jm2dev.com/?p=157</guid>
		<description><![CDATA[Entrada en grub2 para arrancar FreeBSD 8 desde debian testing.]]></description>
			<content:encoded><![CDATA[<p>He decidido montar un servidor con arranque dual: debian linux y FreeBSD 8. He realizado la instalación básica de FreeBSD, sin gestor de arranque, y a continuacion la instalación de debian lenny, usando LVM para todas las particiones menos boot y swap. La instalación de debian tambien ha sido básica porque he migrado a testing inmediatamente. Tras instalar todo lo que necesito e actualizado a grub2 y he ahí la razón de esta entrada: no reconoce FreeBSD.</p>
<p>Para ello se edita el fichero <strong>/etc/grub.d/40_custom</strong>:</p>
<p><code><br />
#!/bin/sh<br />
exec tail -n +3 $0<br />
# This file provides an easy way to add custom menu entries.  Simply type the<br />
# menu entries you want to add after this comment.  Be careful not to change<br />
# the 'exec tail' line above.<br />
menuentry "FreeBSD 8.0-RELEASE AMD64" {<br />
set root=(hd0,0)<br />
chainloader +1<br />
}<br />
</code></p>
<p>Una vez terminado se actualiza grub con el comando <strong>update-grub</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jm2dev.com/2010/03/freebsd-8-debian-con-grub2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>grub2 in a partition</title>
		<link>http://www.jm2dev.com/2010/02/grub2-in-a-partition/</link>
		<comments>http://www.jm2dev.com/2010/02/grub2-in-a-partition/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 17:52:04 +0000</pubDate>
		<dc:creator>josemiguel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[grub2]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[squeeze]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.jm2dev.com/?p=118</guid>
		<description><![CDATA[grub2 working in a partition, non MBR.]]></description>
			<content:encoded><![CDATA[<p>I enjoy using debian on my second generation macbook, and everything was working fine until my last system update, because I was unable to boot linux. I followed this <a href="http://wiki.debian.org/MacBook">guide</a> to install it, and I use rEFIt to boot OS X and grub which boots linux. So grub is installed in a partition, /dev/sda3 in my case.</p>
<p>With previous updates grub2 was ready to replace grub in my current installation so I was surprised to see it was falling, till now <img src='http://www.jm2dev.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It seems when I tried to install it on the desired partition grub reported and error, but with the force option I succeed and now everything works.</p>
<p><code>grub-install --force /dev/sda3</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jm2dev.com/2010/02/grub2-in-a-partition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

