<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Posteet: grub</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>Boot Ubuntu impossible avec erreur bug int 14 après le grub</title>
        <link>http://www.posteet.com/view/1357</link>
        <description>
        <![CDATA[<pre>Ajoutez le paramètre suivant a votre ligne &quot;kernel&quot; dans votre entrée grub
earlyprintk=vga</pre> <a href="http://www.posteet.com/tags/boot">[boot]</a>  <a href="http://www.posteet.com/tags/grub">[grub]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/ubunyu">[ubunyu]</a> ]]>        </description>
        <dc:creator>neorom</dc:creator>
        <pubDate>Thu, 06 Nov 2008 17:36:29 +0000</pubDate>

            <category>boot</category>
            <category>grub</category>
            <category>linux</category>
            <category>ubunyu</category>
    
    </item>

  
    <item>
        <title>Grub : Erreur 18</title>
        <link>http://www.posteet.com/view/857</link>
        <description>
        <![CDATA[<pre>Si vous obtenez une erreur 18 au boot d'un linux (après son installation généralement). Le problème vient de la déclaration de la taille du disque dur dans le bios. Il faut passer le disque dur en &quot;large&quot; dans la section appropriée du bios</pre> <a href="http://www.posteet.com/tags/bios">[bios]</a>  <a href="http://www.posteet.com/tags/boot">[boot]</a>  <a href="http://www.posteet.com/tags/erreur 18">[erreur 18]</a>  <a href="http://www.posteet.com/tags/grub">[grub]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a> ]]>        </description>
        <dc:creator>neorom</dc:creator>
        <pubDate>Wed, 02 Apr 2008 05:06:53 +0000</pubDate>

            <category>bios</category>
            <category>boot</category>
            <category>erreur 18</category>
            <category>grub</category>
            <category>linux</category>
    
    </item>

  
    <item>
        <title>HOWTO Restore GRUB</title>
        <link>http://www.posteet.com/view/667</link>
        <description>
        <![CDATA[<pre># Boot on a live CD and open a console. sda1 is supposed to be the partition containing the OS
# 1/ Restore GRUB
mount -t proc none /dev/sda1/proc
mount -o bind /dev /dev/sda1/dev
chroot /dev/sda1/ /bin/bash

/usr/sbin/grub
grub &gt; root(hd0,0)    # 0-&gt;a, 1-&gt;b ...      #1-&gt;0, 2-&gt;1 ...
grub &gt; setup(hd0)
grub &gt; quit

# 2/ Check if partition is bootable
fdsik /dev/sda
fdisk &gt; p      # print the partition table
fdisk &gt; a      # toggle a bootable flag
fdsik &gt; 1
fidsk &gt; w

# 3/ Reboot !! That's done</pre> <a href="http://www.posteet.com/tags/bash">[bash]</a>  <a href="http://www.posteet.com/tags/fdisk">[fdisk]</a>  <a href="http://www.posteet.com/tags/grub">[grub]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/restore">[restore]</a> ]]>        </description>
        <dc:creator>spirit</dc:creator>
        <pubDate>Mon, 14 Jan 2008 11:48:39 +0000</pubDate>

            <category>bash</category>
            <category>fdisk</category>
            <category>grub</category>
            <category>linux</category>
            <category>restore</category>
    
    </item>


</channel>
</rss>
