<?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>Le Blog de SckyzO &#187; boot</title>
	<atom:link href="http://blog.sckyzo.com/tag/boot/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sckyzo.com</link>
	<description></description>
	<lastBuildDate>Mon, 02 Aug 2010 13:45:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Grub GFX : Le gestionnaire de boot graphique</title>
		<link>http://blog.sckyzo.com/2008/07/21/grub-gfx-le-gestionnaire-de-boot-graphique/</link>
		<comments>http://blog.sckyzo.com/2008/07/21/grub-gfx-le-gestionnaire-de-boot-graphique/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 13:05:12 +0000</pubDate>
		<dc:creator>SckyzO</dc:creator>
				<category><![CDATA[Logiciel Libre]]></category>
		<category><![CDATA[Planet-Libre]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[Grub]]></category>
		<category><![CDATA[Grub GFX]]></category>

		<guid isPermaLink="false">http://blog.sckyzo.com/?p=223</guid>
		<description><![CDATA[Grub-GFX remplace Grub dans la gestion du boot de votre machine. Il a l&#8217;avantage d&#8217;être graphique et donc de ne pas avoir l&#8217;affichage noir et blanc (ou en couleurs) classique, certes pratique, mais quelque peu repoussant ! C&#8217;est donc une alternative intéressante pour toute personne recherchant une personnalisation avancée de son système (cf. Ubuntu-fr.doc) Voici]]></description>
			<content:encoded><![CDATA[<p><strong><span class="search_hit">Grub-GFX</span></strong> remplace Grub dans la gestion du boot de votre machine. Il a l&#8217;avantage d&#8217;être graphique et donc de ne pas avoir l&#8217;affichage noir et blanc (ou en couleurs) classique, certes pratique, mais quelque peu repoussant ! C&#8217;est donc une alternative intéressante pour toute personne recherchant une personnalisation avancée de son système (cf. Ubuntu-fr.doc)</p>
<p>Voici un petit Screenshot</p>
<p>
<a  href="http://blog.sckyzo.com/wp-content/51031-1.jpg" onclick="javascript:pageTracker._trackPageview('/downloads/wp-content/51031-1.jpg');" ><img class="alignnone size-medium wp-image-226" title="51031-1" src="http://blog.sckyzo.com/wp-content/51031-1-300x224.jpg" alt="" width="300" height="224" /></a></p>
<h2><strong>Installation</strong></h2>
<p>Installer <em>grub gfx</em></p>
<blockquote>
<pre>sudo apt-get install gfxboot</pre>
</blockquote>
<p>Désinstallez <em>grub</em>.</p>
<blockquote>
<pre>sudo apt-get remove grub</pre>
</blockquote>
<p>Installez <em>grub-gfxboot</em>.</p>
<blockquote>
<pre>wget http://quasarfreak.googlepages.com/grub-gfxboot_0.97-5_i386.deb</pre>
<pre>sudo dpkg --install grub-gfxboot_0.97-5_i386.deb</pre>
</blockquote>
<h2>Configuration de <em>Grub GFX</em>.</h2>
<p>Tapez dans la console :</p>
<blockquote>
<pre>sudo grub --device-map=/boot/grub/device.map</pre>
</blockquote>
<blockquote>
<pre>grub&gt; find /boot/grub/stage1</pre>
</blockquote>
<p>Notez ce qui apparait (exemple chez moi : <strong>(hd0,5)</strong>); puis pour sortir de l&#8217;invite grub :</p>
<blockquote>
<pre>quit</pre>
</blockquote>
<p>Télécharger ensuite un &laquo;&nbsp;modèle&nbsp;&raquo; pour votre Grub Gfx.<br />
Dans notre cas, nous allons installer le modèle présenté plus haut<br />

<a  href="http://gnome-look.org/CONTENT/content-files/51031-message.linuxhack" onclick="javascript:pageTracker._trackPageview('/external/gnome-look.org/CONTENT/content-files/51031-message.linuxhack');" >http://gnome-look.org/CONTENT/content-files/51031-message.linuxhack</a></p>
<p>ensuite, le mettre dans le dossier boot/grub<br />
sudo mv /home/sckyzo/Bureau/51031-message.linuxhack /boot/grub/linuxhack.message</p>
<p>Adaptez bien sur votre dossier “/home/sckyzo/&nbsp;&raquo; à votre cas</p>
<p>Ouvrez ensuite le fichier “/boot/grub/menu.lst” en root</p>
<blockquote>
<pre>sudo gedit /boot/grub/menu.lst</pre>
</blockquote>
<p>Placez vous avant cette ligne :</p>
<blockquote>
<pre>## ## End Default Options ##</pre>
</blockquote>
<p>Et ajoutez le ligne que vous avez obtenu précedement en adaptant “(hdX,Y)” et “linuxhack.message” à votre cas :</p>
<blockquote>
<pre>gfxmenu (hdX,Y)/boot/grub/linuxhack.message</pre>
</blockquote>
<p>Ensuite, commenter le menu “Hiddenmenu” (il suffit de rajouter un # devant), si il n’est pas déjà commenté.</p>
<p>Maintenant nous allons installer Grub</p>
<blockquote>
<pre>sudo grub-install /dev/<strong>hdX</strong></pre>
</blockquote>
<p>En cas d’erreur : Error /dev/hdX (ou sdX) does not have any corresponding BIOS drive and Solution<br />
taper ceci dans un terminal, puis refaites la commande précédente (grub-install)</p>
<blockquote>
<pre>grub-install --recheck /dev/sda</pre>
</blockquote>
<p>ou (en fonction)</p>
<blockquote>
<pre>grub-install --recheck /dev/hda</pre>
</blockquote>
<p>Ceci aura pour fonction de remettre en place la table des disques possible pour d’installation de Grub</p>
<p>Voila, pour moi, ca a marché du premier coup <img class="wp-smiley" src="../wp-includes/images/smilies/icon_smile.gif" alt=":)" /><br />
sO … enjOy !<br />
Les liens :<br />

<a hreflang="En"  href="http://www.gnome-look.org/" onclick="javascript:pageTracker._trackPageview('/external/www.gnome-look.org/');" >http://www.gnome-look.org</a> : Taper <strong>gfx</strong> dans la recherche du site (<em>search</em> sur la gauche du site)<br />
Quelques éléments de réponse pour modifier un thème existant, sur le forum :<br />

<a hreflang="Fr"  href="http://forum.ubuntu-fr.org/viewtopic.php?pid=625301#p625301" onclick="javascript:pageTracker._trackPageview('/external/forum.ubuntu-fr.org/viewtopic.php');" >http://forum.ubuntu-fr.org/viewtopic.php?pid=625301#p625301</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sckyzo.com/2008/07/21/grub-gfx-le-gestionnaire-de-boot-graphique/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
