<?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: Recuperar GRUB tras instalar Windows</title>
	<atom:link href="http://ociotec.com/recuperar-grub-tras-instalar-windows/feed" rel="self" type="application/rss+xml" />
	<link>http://ociotec.com/recuperar-grub-tras-instalar-windows</link>
	<description>Web sobre informática, tecnología y otras aficiones...</description>
	<lastBuildDate>Mon, 21 May 2012 01:34:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Por: camiloalcubo</title>
		<link>http://ociotec.com/recuperar-grub-tras-instalar-windows/comment-page-1#comment-8964</link>
		<dc:creator>camiloalcubo</dc:creator>
		<pubDate>Sat, 14 Aug 2010 21:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://ociotec.com/?p=304#comment-8964</guid>
		<description>No me ha funcionado. Escribo lo que he hecho

Abrí una terminal XD
(por si acaso me registro como usuario root)

$: sudo su
$: aprt-get install grub
$: grub
grub&gt; find /boot/grub/grub.cfg
grub&gt;   (hd0,2)
grub&gt; root (hd0,2)
grub&gt; setup (hd0)
y aparece


 Checking if &quot;/boot/grub/stage1&quot; exists... no
 Checking if &quot;/grub/stage1&quot; exists... no

Error 15: File not found

Abro otra terminal y...
$: sudo su
$: cp /usr/lib/grub/i386-pc/stage1 /boot/grub/stage1
$: cp /usr/lib/grub/i386-pc/stage2 /boot/grub/stage2

y vuelvo  la otra terminal. Por si acaso, salgo del grub e ingreso de nuevo.

grub&gt; root (hd0,2)
grub&gt; setup (hd0)

pero de nuevo aparece

 Checking if &quot;/boot/grub/stage1&quot; exists... no
 Checking if &quot;/grub/stage1&quot; exists... no

Por si acaso, pruebo cambiar los permisos. Aunque sé que igual es riesgoso, pondré todos :P, es sólo para ver si es eso.
$: chmod 777 /boot/grub/stage1
$: chmod 777 /boot/grub/stage2

En realidad el paso anterior lo hice desde el directorio grub. Vuelvo al grub, pero vuelve a aparecer lo mismo :S y en eso estoy ahora.


Por fa, ayuda :)</description>
		<content:encoded><![CDATA[<p>No me ha funcionado. Escribo lo que he hecho</p>
<p>Abrí una terminal XD<br />
(por si acaso me registro como usuario root)</p>
<p>$: sudo su<br />
$: aprt-get install grub<br />
$: grub<br />
grub&gt; find /boot/grub/grub.cfg<br />
grub&gt;   (hd0,2)<br />
grub&gt; root (hd0,2)<br />
grub&gt; setup (hd0)<br />
y aparece</p>
<p> Checking if &#8220;/boot/grub/stage1&#8243; exists&#8230; no<br />
 Checking if &#8220;/grub/stage1&#8243; exists&#8230; no</p>
<p>Error 15: File not found</p>
<p>Abro otra terminal y&#8230;<br />
$: sudo su<br />
$: cp /usr/lib/grub/i386-pc/stage1 /boot/grub/stage1<br />
$: cp /usr/lib/grub/i386-pc/stage2 /boot/grub/stage2</p>
<p>y vuelvo  la otra terminal. Por si acaso, salgo del grub e ingreso de nuevo.</p>
<p>grub&gt; root (hd0,2)<br />
grub&gt; setup (hd0)</p>
<p>pero de nuevo aparece</p>
<p> Checking if &#8220;/boot/grub/stage1&#8243; exists&#8230; no<br />
 Checking if &#8220;/grub/stage1&#8243; exists&#8230; no</p>
<p>Por si acaso, pruebo cambiar los permisos. Aunque sé que igual es riesgoso, pondré todos <img src='http://ociotec.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> , es sólo para ver si es eso.<br />
$: chmod 777 /boot/grub/stage1<br />
$: chmod 777 /boot/grub/stage2</p>
<p>En realidad el paso anterior lo hice desde el directorio grub. Vuelvo al grub, pero vuelve a aparecer lo mismo :S y en eso estoy ahora.</p>
<p>Por fa, ayuda <img src='http://ociotec.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: keybreaker</title>
		<link>http://ociotec.com/recuperar-grub-tras-instalar-windows/comment-page-1#comment-1428</link>
		<dc:creator>keybreaker</dc:creator>
		<pubDate>Wed, 01 Jul 2009 09:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://ociotec.com/?p=304#comment-1428</guid>
		<description>To Israel .  

Your file &quot;menu.lst&quot; (configuration file of GRUB contained in grub instalation dir) is bad formatted.

Looks for a good &quot;menu.lst&quot; trough internet and compare it with yours.
You will see errors in your file for sure.
IMPORTANT: This file cant contain TAB characters.Thats your problem, in some place in menu.lst file. You have writen a TAB character.</description>
		<content:encoded><![CDATA[<p>To Israel .  </p>
<p>Your file &#8220;menu.lst&#8221; (configuration file of GRUB contained in grub instalation dir) is bad formatted.</p>
<p>Looks for a good &#8220;menu.lst&#8221; trough internet and compare it with yours.<br />
You will see errors in your file for sure.<br />
IMPORTANT: This file cant contain TAB characters.Thats your problem, in some place in menu.lst file. You have writen a TAB character.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: israel</title>
		<link>http://ociotec.com/recuperar-grub-tras-instalar-windows/comment-page-1#comment-742</link>
		<dc:creator>israel</dc:creator>
		<pubDate>Wed, 11 Feb 2009 14:55:53 +0000</pubDate>
		<guid isPermaLink="false">http://ociotec.com/?p=304#comment-742</guid>
		<description>Reinicio y me sigue saliendo:

Minimal BASH-like line editing is supported. For
the first word, TAB lists possible command
completions. Anywhere else TAB lists the possible
completions of a device/filename

cada vez</description>
		<content:encoded><![CDATA[<p>Reinicio y me sigue saliendo:</p>
<p>Minimal BASH-like line editing is supported. For<br />
the first word, TAB lists possible command<br />
completions. Anywhere else TAB lists the possible<br />
completions of a device/filename</p>
<p>cada vez</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: alejandra</title>
		<link>http://ociotec.com/recuperar-grub-tras-instalar-windows/comment-page-1#comment-741</link>
		<dc:creator>alejandra</dc:creator>
		<pubDate>Wed, 03 Sep 2008 15:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://ociotec.com/?p=304#comment-741</guid>
		<description>nopuede instalar mail live</description>
		<content:encoded><![CDATA[<p>nopuede instalar mail live</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
