<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.ubuntu-fr.org/extern.php?action=feed&amp;fid=10&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / Installation d'Ubuntu]]></title>
		<link>http://forum.ubuntu-fr.org/index.php</link>
		<description><![CDATA[Les sujets les plus récents sur Forum Ubuntu-fr.org.]]></description>
		<lastBuildDate>Tue, 21 May 2013 08:48:56 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[pagaille dans mes partitions]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1284071&amp;action=new</link>
			<description><![CDATA[<p>L&#039;analyse de sudo fdisk -lu fait apparaitre qu&#039;une seule incohérence qui est la taille de la partition étendue (qui dépasse la taille de ton disque).</p><p>L&#039;organisation des partitions est celle qui était utilisée avec des alignements selon les cylindres soit :<br />Première partition principale commençant au début de la deuxième tête du premier cylindre (soit en 63)<br />Deuxième partition principale commençant à un début de cylindre (soit un multiple de 16065 = 255x63)<br />Troisième partition principale - idem<br />Dernière partition étendue (mais considérée comme principale au niveau de la table des partitions du mbr) - multiple de 16065</p><p>Pour les partitions logique, les ebr (table des partitions étendues) commencent aussi au début d&#039;un cylindre mais les partitions logiques sont 63 secteurs plus loin (soit au début de la deuxième tête).<br />Le premier ebr qui commence au début de la partition étendue indique le début de la première partition logique et l&#039;emplacement de l&#039;ebr suivant (débutant aussi au début d&#039;un cylindre et indiquant le début de la deuxième partition logique).</p><p>On va vérifier que tout est correct (excepté la taille de la partition étendue (que l&#039;on pourra corriger ultérieurement). Donc donne à présent le résultat de:</p><div class="codebox"><pre><code>sudo fdisk -lu</code></pre></div><p>(pour vérifier que rien n&#039;a été changé)</p><div class="codebox"><pre><code>sudo dd if=/dev/sdb bs=512 count=1 | hexdump -C</code></pre></div><p>(affiche le mbr de ton disque)</p><div class="codebox"><pre><code>sudo dd if=/dev/sdb bs=512 count=1 skip=123732630 | hexdump -C</code></pre></div><p>(début de la partition étendue et 1er ebr - donnera la position de sdb5 et de l&#039;ebr suivant)</p><div class="codebox"><pre><code>sudo dd if=/dev/sdb bs=512 count=1 skip=165662280 | hexdump -C</code></pre></div><p>(deuxième ebr)</p><div class="codebox"><pre><code>sudo dd if=/dev/sdb bs=512 count=1 skip=375374790 | hexdump -C</code></pre></div><p>(troisième ebr)</p><div class="codebox"><pre><code>sudo dd if=/dev/sdb bs=512 count=1 skip=585087300 | hexdump -C</code></pre></div><p>(quatrième ebr)</p><div class="codebox"><pre><code>sudo dd if=/dev/sdb bs=512 count=1 skip=668978730 | hexdump -C</code></pre></div><p>(cinquième ebr)</p><div class="codebox"><pre><code>sudo dd if=/dev/sdb bs=512 count=1 skip=878691240 | hexdump -C</code></pre></div><p>(sixième et dernier ebr)</p>]]></description>
			<author><![CDATA[dummy@example.com (Nasman)]]></author>
			<pubDate>Tue, 21 May 2013 08:48:56 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?id=1284071&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Démarrage live cd]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1280031&amp;action=new</link>
			<description><![CDATA[<div class="quotebox"><cite>Arbiel a écrit&#160;:</cite><blockquote><div><p>Bonjour</p><div class="quotebox"><cite>utodeb a écrit&#160;:</cite><blockquote><div><p>mais le toshiba ne veut décidément pas booter via la clé usb</p></div></blockquote></div><div class="quotebox"><cite>utodeb a écrit&#160;:</cite><blockquote><div><p>Edit : Tes commande pour installer grub 2 sur la cle usb fonctionnent très bien</p></div></blockquote></div><p>J&#039;avais cru comprendre que le Toshiba avait démarré à partir de la clé.</p></div></blockquote></div><p>Yep je n&#039;avais pas été très clair</p><div class="quotebox"><cite>Arbiel a écrit&#160;:</cite><blockquote><div><p>Essaie de nouveau le script qui t&#039;a indiqué un message d&#039;erreur.</p><p>Arbiel</p></div></blockquote></div><p>J&#039;ai retélécharger le script et j&#039;ai eu le droit au même mesage d&#039;erreur.</p><p>edit : À partir de tes différents messages j&#039;ai réussi à déterminer que la clé usb s’appelle hd1,1 dans le langage grub.</p><p>edit 2 : À toute fin utile voilà le fichier loopback.cfg contenu dans lubuntu-12.04-desktop-i386.iso </p><div class="codebox"><pre><code>menuentry &quot;Try Lubuntu without installing&quot; {
	linux	/casper/vmlinuz  file=/cdrom/preseed/lubuntu.seed boot=casper iso-scan/filename=${iso_path} quiet splash --
	initrd	/casper/initrd.lz
}
menuentry &quot;Install Lubuntu&quot; {
	linux	/casper/vmlinuz  file=/cdrom/preseed/lubuntu.seed boot=casper only-ubiquity iso-scan/filename=${iso_path} quiet splash --
	initrd	/casper/initrd.lz
}
menuentry &quot;Check disc for defects&quot; {
	linux	/casper/vmlinuz  boot=casper integrity-check iso-scan/filename=${iso_path} quiet splash --
	initrd	/casper/initrd.lz
}
menuentry &quot;Test memory&quot; {
	linux16	/install/mt86plus
}</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (utodeb)]]></author>
			<pubDate>Tue, 21 May 2013 08:40:53 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?id=1280031&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Problème d'affichage lors du boot avant installation]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1284151&amp;action=new</link>
			<description><![CDATA[<p>Ici une page sur le Asus G75VW : <a href="http://www.linlap.com/asus_g75vw">http://www.linlap.com/asus_g75vw</a><br />ça ne doit pas être exactement ton modèle, cependant on y parle de GTX 660M qui est la carte graphique qui équipe ton modèle G75VW-T2018V si j&#039;en crois ce lien : <a href="http://www.laptopspirit.fr/109919/asus-g75vw-t2018v-1179-euros-173-gamer-core-i7-ivy-bridge-gtx-660m-kepler-7200-tr-fnac-maj.html">http://www.laptopspirit.fr/109919/asus- … c-maj.html</a><br />Je pense que tu risques d&#039;avoir besoin d&#039;aide de spécialistes de l&#039;affichage pour ce problème. En effet, souvent les astuces trouvées ça ou là (y compris dans ce lien que je donne qui paraît pourtant &quot;sérieux&quot;) peuvent arriver à pourrir encore plus l&#039;affichage et entraîner à consulter finalement ces spécialistes aussi je pense qu&#039;il serait utile que tu demandes dès maintenant le déplacement de cette discussion dans la rubrique en question du forum : &quot;Affichage et cartes graphiques&quot; (pour cela, tu peux utiliser le bouton &quot;Signaler aux modérateurs&quot; comme expliqué dans <a href="http://doc.ubuntu-fr.org/tutoriel/howto_forum#boutons_de_message">ce lien</a>) et que tu demandes si tu peux appliquer telle ou telle astuce avant de l&#039;appliquer tandis que ton Ubuntu est encore vierge (si on peut dire) plutôt que de faire plein de manips et de poster ensuite avec un Ubuntu truffé de pilotes d&#039;affichage inadaptés.</p><p>Autre conseil : un titre explicite comme &quot;pb d&#039;affichage en session live sur Asus G75VW-T2018V&quot; ce serait mieux que ton titre actuel. Pour changer le titre, il faut cliquer sur modifier dans le premier post.</p>]]></description>
			<author><![CDATA[dummy@example.com (malbo)]]></author>
			<pubDate>Tue, 21 May 2013 08:25:48 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?id=1284151&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Problème de dual-boot Ubuntu/Windows 8]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1277801&amp;action=new</link>
			<description><![CDATA[<p>Je te suggère de créer des entrées spéciales pour arriver à démarrer Windows depuis le menu Grub de Ubuntu. Pour ce faire, on peut utiliser le fichier 40_custom dont il est question dans le sous-paragraphe &quot;Fichiers utilisés pour l&#039;autoconfiguration&quot; de la doc grub-efi : <a href="http://doc.ubuntu-fr.org/utilisateurs/bigou/grub-efi#a_connaitre_avant_de_configurer_manuellement">http://doc.ubuntu-fr.org/utilisateurs/b … nuellement</a><br />Pour éditer ce fichier, il faudra que tu fasses les manips que je vais détailler depuis ta session Ubuntu installée sur le disque dur (voir nota2)</p><p><strong>1) Édition du fichier 40_custom</strong><br />Il faut passer la commande suivante dans un terminal&#160; (ne te fatigue pas à taper ça : copie la ligne ici puis colle-là dans un terminal et valide la commande par la touche Entrée. fais de même pour les autres commandes proposées par la suite : le copier-coller c&#039;est ce qu&#039;il y a de mieux):</p><div class="codebox"><pre><code>gksudo gedit /etc//etc/grub.d/40_custom</code></pre></div><p>A noter que tu risques de recevoir une réponse comme quoi sudo n&#039;est pas installé (ou quelque chose d&#039;approchant) : dans ce cas, tu installes le paquet sudo (voir nota1) puis tu repasses la commande proposée.<br />A partir de là, le fichier 40_custom en question va s&#039;ouvrir avec pouvoir administrateur dans l&#039;éditeur de texte et tu vas pouvoir y ajouter les lignes que j&#039;ai préparées pour toi (tu as juste à les copier ici - tout d&#039;un bloc - et à les coller dedans, comme ça il n&#039;y auras pas d&#039;erreur de frappe) : </p><div class="codebox"><pre><code>menuentry &quot;Windows UEFI bootmgfw.efi&quot; {
search --fs-uuid --no-floppy --set=root BAE9-C83E
chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
}

menuentry &quot;Windows Boot UEFI loader&quot; {
search --fs-uuid --no-floppy --set=root BAE9-C83E
chainloader (${root})/EFI/Boot/bootx64.efi
}</code></pre></div><p>Ensuite, tu dois &quot;enregistrer&quot; dans l&#039;éditeur de texte puis quitter l&#039;éditeur de texte. Voir nota3.</p><p><strong>2) Mise à jour de Grub</strong><br />Pour que Grub soit mis à jour de ces modifs, il faut passer la commande suivante dans un terminal :</p><div class="codebox"><pre><code>sudo update-grub</code></pre></div><p>Après cette commande, ton fichier grub.cfg aura été mis à jour automatiquement et il contiendra les lignes qui ont été rajoutées. Actuellement, on peut voir ceci dans ton fichier (tu peux le vérifier en passant la commande &quot;gedit /boot/grub/grub.cfg&quot; dans un terminal mais moi je le vois dans le Boot-Info du post #9):</p><div class="codebox"><pre><code>### BEGIN /etc/grub.d/40_custom ###
# 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.
### END /etc/grub.d/40_custom ###</code></pre></div><p>C&#039;est à dire que ce fichier ne contient que des lignes de commentaires mais qu&#039;il est vide du point de vue fonctionnel.<br />Mais après la modif décrite plus haut et la mise à jour de Grub, tu pourras constater qu&#039;il y aura ceci :</p><div class="codebox"><pre><code>### BEGIN /etc/grub.d/40_custom ###
# 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;Windows UEFI bootmgfw.efi&quot; {
search --fs-uuid --no-floppy --set=root BAE9-C83E
chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
}

menuentry &quot;Windows Boot UEFI loader&quot; {
search --fs-uuid --no-floppy --set=root BAE9-C83E
chainloader (${root})/EFI/Boot/bootx64.efi
}
### END /etc/grub.d/40_custom ###</code></pre></div><p><strong>3) Redémarrage de l&#039;ordi </strong><br />Au redémarrage, il faudra que tu ailles dans le Bios pour sélectionner Ubuntu afin que l&#039;ordi démarre bien sur Ubuntu. <br />Tu pourras constater que le menu Grub s&#039;est bien enrichi de deux nouvelles entrées : <br />- Windows UEFI bootmgfw.efi<br />- Windows Boot UEFI loader<br />Tu vérifieras que si tu choisis l&#039;une ou l&#039;autre de ces entrées, tu arrives exactement au même résultat, c&#039;est à dire au menu du gestionnaire de démarrage de Windows 8 comme sur cette vue : <a href="http://denisrosenkranz.com/wp-content/uploads/2012/08/IMG_20120825_114852.jpg">http://denisrosenkranz.com/wp-content/u … 114852.jpg</a><br />Inutile de me redemander comment faire en sorte que ce dernier menu n&#039;apparaisse plus et que ça démarre direct sous Windows 8 : c&#039;est du Windows pur sucre ; Ubuntu n&#039;a rien à voir là-dedans et je ne suis pas là pour t&#039;apprendre comment on utilise Windows 8 : je crois que c&#039;est possible avec EasyBCD mais demande sur un forum généraliste Windows 8.<br />-----------------------------------------------------------------------------<br /><strong>nota1</strong> : pour installer sudo s&#039;il n&#039;est pas déjà installé dans Ubuntu 13.04, tu passes cette commande dans un terminal :</p><div class="codebox"><pre><code>sudo apt-get update</code></pre></div><p> puis tu valides par la touche Entrée et tu laisses bosser. <br />Quand c&#039;est fait, tu passes cette deuxième commande : </p><div class="codebox"><pre><code>sudo apt-get install sudo</code></pre></div><p> et tu valides également par la touche Entrée. Tu laisses se faire l&#039;installation et quand c&#039;est fini tu dois pouvoir passer les commandes mentionnées plus haut.</p><p><strong>nota2</strong> : il doit être possible d&#039;utiliser Boot-Repair pour faire ce que je détaille dans ce post mais actuellement tu as une situation saine, à savoir que tu arrives (avec difficultés, on est d&#039;accord) à faire fonctionner Ubuntu et Windows 8. Cela signifie que les chargeurs d&#039;amorçage (les fichiers .efi que tu peux voir dans la partition sda2) sont fonctionnels et c&#039;est un point particulièrement important. Le seul problème, c&#039;est le Bios plâtreux que ces andouilles de Samsung ont réussi à produire pour ton modèle NP300E5C-S08FR (oui, j&#039;ai les boules). Pour moi, il ne s&#039;agit pas de casser le bon fonctionnement actuel à cause de ce Bios pourri : c&#039;est pour ça que la solution que je propose ici ne modifie rien dans la partition sda2 : elle se contente d&#039;ajouter des entrées de démarrage supplémentaires sans risquer de casser l&#039;existant. En somme, je te propose une solution prudente et ciblée.</p><p><strong>nota3</strong> : pour fabriquer ces lignes, je me suis appuyé sur la partie /etc/grub.d/25_custom du Boot-Info de ce post : <a href="http://forum.ubuntu-fr.org/viewtopic.php?pid=13616771#p13616771">http://forum.ubuntu-fr.org/viewtopic.ph … #p13616771</a><br />Comme c&#039;est un Boot-Info tout récent et qu&#039;il est fonctionnel avec Ubuntu 13.04, je suis sûr que la syntaxe de la partie /etc/grub.d/25_custom est à jour. J&#039;ai juste eu à remplacer les chemins des fichiers .efi par ceux qui conviennent à ton cas et à mettre l&#039;UUID de ta partition EFI (sda2) à la place de celui d&#039;origine.</p>]]></description>
			<author><![CDATA[dummy@example.com (malbo)]]></author>
			<pubDate>Tue, 21 May 2013 05:53:06 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?id=1277801&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[Résolu]Comment installer Ubuntu (mode efi) en dual boot avec windows7]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1283541&amp;action=new</link>
			<description><![CDATA[<p>Le Boot-Info de ton dernier post ( <a href="http://paste.ubuntu.com/5685130/">http://paste.ubuntu.com/5685130/</a> ) est là (je vais m&#039;en servir comme exemple pour une autre discussion : je préfère le coller là par crainte qu&#039;il soit supprimé sur le site paste.ubuntu.com ) :</p><div class="codebox"><pre class="vscroll"><code> Boot Info Script e7fc706 + Boot-Repair extra info      [Boot-Info 12May2013]


============================= Boot Info Summary: ===============================

 =&gt; No boot loader is installed in the MBR of /dev/sda.
 =&gt; Windows 7/8/2012 is installed in the MBR of /dev/sdb.
 =&gt; Windows 7/8/2012 is installed in the MBR of /dev/sdc.

sda1: __________________________________________________________________________

    File system:       
    Boot sector type:  -
    Boot sector info: 
    Mounting failed:   mount: unknown filesystem type &#039;&#039;

sda2: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  Windows 7/2008: FAT32
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /EFI/Boot/bkpbootx64.efi /EFI/Boot/bootx64.efi 
                       /EFI/ubuntu/grubx64.efi 
                       /EFI/Microsoft/Boot/bkpbootmgfw.efi 
                       /EFI/Microsoft/Boot/bootmgfw.efi 
                       /EFI/Microsoft/Boot/bootmgr.efi 
                       /EFI/Microsoft/Boot/bootx64.efi 
                       /EFI/Microsoft/Boot/memtest.efi

sda3: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows 7/2008: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  Windows 7
    Boot files:        /Windows/System32/winload.exe

sdb1: __________________________________________________________________________

    File system:       
    Boot sector type:  -
    Boot sector info: 
    Mounting failed:   mount: unknown filesystem type &#039;&#039;
mount: unknown filesystem type &#039;&#039;

sdb2: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows 2000/XP: NTFS
    Boot sector info:  According to the info in the boot sector, sdb2 starts 
                       at sector 0. But according to the info from fdisk, 
                       sdb2 starts at sector 262178.
    Operating System:  
    Boot files:        

sdb3: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows 2000/XP: NTFS
    Boot sector info:  According to the info in the boot sector, sdb3 starts 
                       at sector 0. But according to the info from fdisk, 
                       sdb3 starts at sector 1046869873.
    Operating System:  
    Boot files:        

sdb4: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows 2000/XP: NTFS
    Boot sector info:  According to the info in the boot sector, sdb4 starts 
                       at sector 0. But according to the info from fdisk, 
                       sdb4 starts at sector 2278938355.
    Operating System:  
    Boot files:        

sdc1: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows 2000/XP: NTFS
    Boot sector info:  According to the info in the boot sector, sdc1 starts 
                       at sector 0. But according to the info from fdisk, 
                       sdc1 starts at sector 34.
    Operating System:  
    Boot files:        

sdc2: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  Ubuntu 13.04 
    Boot files:        /boot/grub/grub.cfg /etc/fstab

sdc3: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  
    Boot files:        

sdc4: __________________________________________________________________________

    File system:       swap
    Boot sector type:  -
    Boot sector info: 

============================ Drive/Partition Info: =============================

Drive: sda _____________________________________________________________________

Disk /dev/sda: 256.1 GB, 256060514304 bytes
256 heads, 63 sectors/track, 31009 cylinders, total 500118192 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1                   1 4,294,967,295 4,294,967,295  ee GPT

/dev/sda1 ends after the last sector of /dev/sda

GUID Partition Table detected.

Partition    Start Sector    End Sector  # of Sectors System
/dev/sda1         206,848       468,991       262,144 Microsoft Reserved Partition (Windows)
/dev/sda2           2,048       206,847       204,800 EFI System partition
/dev/sda3         468,992   500,117,503   499,648,512 Data partition (Windows/Linux)

Drive: sdb _____________________________________________________________________

Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes
256 heads, 63 sectors/track, 242251 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sdb1                   1 4,294,967,295 4,294,967,295  ee GPT

/dev/sdb1 ends after the last sector of /dev/sdb

GUID Partition Table detected.

Partition    Start Sector    End Sector  # of Sectors System
/dev/sdb1              34       262,177       262,144 Microsoft Reserved Partition (Windows)
/dev/sdb2         262,178 1,046,869,868 1,046,607,691 Data partition (Windows/Linux)
/dev/sdb3   1,046,869,873 2,278,938,354 1,232,068,482 Data partition (Windows/Linux)
/dev/sdb4   2,278,938,355 3,907,029,133 1,628,090,779 Data partition (Windows/Linux)

Drive: sdc _____________________________________________________________________

Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sdc1                   1 1,953,525,167 1,953,525,167  ee GPT


GUID Partition Table detected.

Partition    Start Sector    End Sector  # of Sectors System
/dev/sdc1              34   679,976,556   679,976,523 Data partition (Windows/Linux)
/dev/sdc2     679,976,960 1,168,257,023   488,280,064 Data partition (Windows/Linux)
/dev/sdc3   1,168,257,024 1,949,507,583   781,250,560 Data partition (Windows/Linux)
/dev/sdc4   1,949,507,584 1,953,523,711     4,016,128 Swap partition (Linux)

&quot;blkid&quot; output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda2        2E35-D8AA                              vfat       
/dev/sda3        644656014655D500                       ntfs       Windows 7
/dev/sdb2        01CD70C44D89CD70                       ntfs       Documents
/dev/sdb3        01CD70C4D1356210                       ntfs       Sauvegardes
/dev/sdb4        01CD78832BD4FD00                       ntfs       
/dev/sdc1        01CDE38D8AA00850                       ntfs       
/dev/sdc2        60929ae0-5611-403c-b2af-f36e68676f26   ext4       
/dev/sdc3        e9ac75b6-aa85-47f2-a03b-0fd58d700daa   ext4       
/dev/sdc4        c1a6bad3-1e1b-4e76-a41c-5a1f3b778264   swap       

================================ Mount points: =================================

Device           Mount_Point              Type       Options

/dev/sdc2        /                        ext4       (rw,errors=remount-ro)
/dev/sdc3        /home                    ext4       (rw)


=========================== sdc2/boot/grub/grub.cfg: ===========================

--------------------------------------------------------------------------------
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
set default=&quot;0&quot;

if [ x&quot;${feature_menuentry_id}&quot; = xy ]; then
  menuentry_id_option=&quot;--id&quot;
else
  menuentry_id_option=&quot;&quot;
fi

export menuentry_id_option

if [ &quot;${prev_saved_entry}&quot; ]; then
  set saved_entry=&quot;${prev_saved_entry}&quot;
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z &quot;${boot_once}&quot; ]; then
    saved_entry=&quot;${chosen}&quot;
    save_env saved_entry
  fi
}

function recordfail {
  set recordfail=1
  if [ -n &quot;${have_grubenv}&quot; ]; then if [ -z &quot;${boot_once}&quot; ]; then save_env recordfail; fi; fi
}

function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_gpt
insmod ext2
set root=&#039;hd2,gpt2&#039;
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2  60929ae0-5611-403c-b2af-f36e68676f26
else
  search --no-floppy --fs-uuid --set=root 60929ae0-5611-403c-b2af-f36e68676f26
fi
    font=&quot;/usr/share/grub/unicode.pf2&quot;
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=fr_BE
  insmod gettext
fi
terminal_output gfxterm
if [ &quot;${recordfail}&quot; = 1 ]; then
  set timeout=10
else
  set timeout=10
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 44,0,30; then
  clear
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload=&quot;${1}&quot;
	if [ &quot;${1}&quot; = &quot;keep&quot; ]; then
		set vt_handoff=vt.handoff=7
	else
		set vt_handoff=
	fi
}
if [ &quot;${recordfail}&quot; != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry &#039;Ubuntu&#039; --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option &#039;gnulinux-simple-60929ae0-5611-403c-b2af-f36e68676f26&#039; {
recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_gpt
	insmod ext2
	set root=&#039;hd2,gpt2&#039;
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2  60929ae0-5611-403c-b2af-f36e68676f26
	else
	  search --no-floppy --fs-uuid --set=root 60929ae0-5611-403c-b2af-f36e68676f26
	fi
	linux	/boot/vmlinuz-3.8.0-21-generic root=UUID=60929ae0-5611-403c-b2af-f36e68676f26 ro   quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.8.0-21-generic
}
submenu &#039;Advanced options for Ubuntu&#039; $menuentry_id_option &#039;gnulinux-advanced-60929ae0-5611-403c-b2af-f36e68676f26&#039; {
	menuentry &#039;Ubuntu, with Linux 3.8.0-21-generic&#039; --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option &#039;gnulinux-3.8.0-21-generic-advanced-60929ae0-5611-403c-b2af-f36e68676f26&#039; {
	recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root=&#039;hd2,gpt2&#039;
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2  60929ae0-5611-403c-b2af-f36e68676f26
		else
		  search --no-floppy --fs-uuid --set=root 60929ae0-5611-403c-b2af-f36e68676f26
		fi
		echo	&#039;Loading Linux 3.8.0-21-generic ...&#039;
		linux	/boot/vmlinuz-3.8.0-21-generic root=UUID=60929ae0-5611-403c-b2af-f36e68676f26 ro   quiet splash $vt_handoff
		echo	&#039;Loading initial ramdisk ...&#039;
		initrd	/boot/initrd.img-3.8.0-21-generic
	}
	menuentry &#039;Ubuntu, with Linux 3.8.0-21-generic (recovery mode)&#039; --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option &#039;gnulinux-3.8.0-21-generic-recovery-60929ae0-5611-403c-b2af-f36e68676f26&#039; {
	recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root=&#039;hd2,gpt2&#039;
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2  60929ae0-5611-403c-b2af-f36e68676f26
		else
		  search --no-floppy --fs-uuid --set=root 60929ae0-5611-403c-b2af-f36e68676f26
		fi
		echo	&#039;Loading Linux 3.8.0-21-generic ...&#039;
		linux	/boot/vmlinuz-3.8.0-21-generic root=UUID=60929ae0-5611-403c-b2af-f36e68676f26 ro recovery nomodeset 
		echo	&#039;Loading initial ramdisk ...&#039;
		initrd	/boot/initrd.img-3.8.0-21-generic
	}
	menuentry &#039;Ubuntu, with Linux 3.8.0-19-generic&#039; --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option &#039;gnulinux-3.8.0-19-generic-advanced-60929ae0-5611-403c-b2af-f36e68676f26&#039; {
	recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root=&#039;hd2,gpt2&#039;
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2  60929ae0-5611-403c-b2af-f36e68676f26
		else
		  search --no-floppy --fs-uuid --set=root 60929ae0-5611-403c-b2af-f36e68676f26
		fi
		echo	&#039;Loading Linux 3.8.0-19-generic ...&#039;
		linux	/boot/vmlinuz-3.8.0-19-generic root=UUID=60929ae0-5611-403c-b2af-f36e68676f26 ro   quiet splash $vt_handoff
		echo	&#039;Loading initial ramdisk ...&#039;
		initrd	/boot/initrd.img-3.8.0-19-generic
	}
	menuentry &#039;Ubuntu, with Linux 3.8.0-19-generic (recovery mode)&#039; --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option &#039;gnulinux-3.8.0-19-generic-recovery-60929ae0-5611-403c-b2af-f36e68676f26&#039; {
	recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root=&#039;hd2,gpt2&#039;
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2  60929ae0-5611-403c-b2af-f36e68676f26
		else
		  search --no-floppy --fs-uuid --set=root 60929ae0-5611-403c-b2af-f36e68676f26
		fi
		echo	&#039;Loading Linux 3.8.0-19-generic ...&#039;
		linux	/boot/vmlinuz-3.8.0-19-generic root=UUID=60929ae0-5611-403c-b2af-f36e68676f26 ro recovery nomodeset 
		echo	&#039;Loading initial ramdisk ...&#039;
		initrd	/boot/initrd.img-3.8.0-19-generic
	}
}

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###

### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/25_custom ###

menuentry &quot;Windows UEFI bkpbootmgfw.efi&quot; {
search --fs-uuid --no-floppy --set=root 2E35-D8AA
chainloader (${root})/EFI/Microsoft/Boot/bkpbootmgfw.efi
}

menuentry &quot;Windows Boot UEFI loader&quot; {
search --fs-uuid --no-floppy --set=root 2E35-D8AA
chainloader (${root})/EFI/Boot/bkpbootx64.efi
}
### END /etc/grub.d/25_custom ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
menuentry &#039;System setup&#039; $menuentry_id_option &#039;uefi-firmware&#039; {
	fwsetup
}
### END /etc/grub.d/30_uefi-firmware ###

### BEGIN /etc/grub.d/40_custom ###
# 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.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z &quot;${config_directory}&quot; -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------

=============================== sdc2/etc/fstab: ================================

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use &#039;blkid&#039; to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# &lt;file system&gt; &lt;mount point&gt;   &lt;type&gt;  &lt;options&gt;       &lt;dump&gt;  &lt;pass&gt;
# / was on /dev/sdc2 during installation
UUID=60929ae0-5611-403c-b2af-f36e68676f26 /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda2 during installation
#UUID=2E35-D8AA  /boot/efi       vfat    defaults        0       1
# /home was on /dev/sdc3 during installation
UUID=e9ac75b6-aa85-47f2-a03b-0fd58d700daa /home           ext4    defaults        0       2
# swap was on /dev/sdc4 during installation
UUID=c1a6bad3-1e1b-4e76-a41c-5a1f3b778264 none            swap    sw              0       0
UUID=2E35-D8AA	/boot/efi	vfat	defaults	0	1
--------------------------------------------------------------------------------

=================== sdc2: Location of files loaded by Grub: ====================

           GiB - GB             File                                 Fragment(s)

 526.364761353 = 565.179858944  boot/grub/grub.cfg                             1
 325.919052124 = 349.952917504  boot/vmlinuz-3.8.0-19-generic                  2
 325.938583374 = 349.973889024  boot/vmlinuz-3.8.0-21-generic                  1
 325.938583374 = 349.973889024  vmlinuz                                        1
 325.938583374 = 349.973889024  vmlinuz.old                                    1
 326.425205231 = 350.496395264  boot/initrd.img-3.8.0-19-generic               1
 326.456451416 = 350.529945600  boot/initrd.img-3.8.0-21-generic               1
 326.456451416 = 350.529945600  initrd.img                                     1
 326.456451416 = 350.529945600  initrd.img.old                                 1


ADDITIONAL INFORMATION :
=================== log of boot-repair 2013-05-20__23h37 ===================
boot-repair version : 3.199~ppa2~raring
boot-sav version : 3.199~ppa2~raring
glade2script version : 3.2.2~ppa45~raring
boot-sav-extra version : 3.199~ppa2~raring
boot-repair is executed in installed-session (Ubuntu 13.04, raring, Ubuntu, x86_64)
CPU op-mode(s):        32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-3.8.0-21-generic root=UUID=60929ae0-5611-403c-b2af-f36e68676f26 ro quiet splash vt.handoff=7

WARNING: GPT (GUID Partition Table) detected on &#039;/dev/sda&#039;! The util fdisk doesn&#039;t support GPT. Use GNU Parted.


WARNING: GPT (GUID Partition Table) detected on &#039;/dev/sdb&#039;! The util fdisk doesn&#039;t support GPT. Use GNU Parted.


WARNING: GPT (GUID Partition Table) detected on &#039;/dev/sdc&#039;! The util fdisk doesn&#039;t support GPT. Use GNU Parted.


=================== os-prober:
/dev/sdc2:L&#039;OS actuellement utilisÃ© - Ubuntu 13.04 CurrentSession:linux

=================== blkid:
/dev/sda2: UUID=&quot;2E35-D8AA&quot; TYPE=&quot;vfat&quot;
/dev/sda3: LABEL=&quot;Windows 7&quot; UUID=&quot;644656014655D500&quot; TYPE=&quot;ntfs&quot;
/dev/sdb2: LABEL=&quot;Documents&quot; UUID=&quot;01CD70C44D89CD70&quot; TYPE=&quot;ntfs&quot;
/dev/sdb3: LABEL=&quot;Sauvegardes&quot; UUID=&quot;01CD70C4D1356210&quot; TYPE=&quot;ntfs&quot;
/dev/sdb4: UUID=&quot;01CD78832BD4FD00&quot; TYPE=&quot;ntfs&quot;
/dev/sdc1: UUID=&quot;01CDE38D8AA00850&quot; TYPE=&quot;ntfs&quot;
/dev/sdc2: UUID=&quot;60929ae0-5611-403c-b2af-f36e68676f26&quot; TYPE=&quot;ext4&quot;
/dev/sdc3: UUID=&quot;e9ac75b6-aa85-47f2-a03b-0fd58d700daa&quot; TYPE=&quot;ext4&quot;
/dev/sdc4: UUID=&quot;c1a6bad3-1e1b-4e76-a41c-5a1f3b778264&quot; TYPE=&quot;swap&quot;


1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.

Windows not detected by os-prober on sda3.

AttentionÂ : identifiant de table de partitions GPT (GUID) dÃ©tectÃ© sur Â«Â /dev/sdcÂ Â»Â ! L&#039;utilitaire fdisk ne prend pas GPT en charge. Utilisez GNU Parted.


AttentionÂ : identifiant de table de partitions GPT (GUID) dÃ©tectÃ© sur Â«Â /dev/sdaÂ Â»Â ! L&#039;utilitaire fdisk ne prend pas GPT en charge. Utilisez GNU Parted.


AttentionÂ : identifiant de table de partitions GPT (GUID) dÃ©tectÃ© sur Â«Â /dev/sdbÂ Â»Â ! L&#039;utilitaire fdisk ne prend pas GPT en charge. Utilisez GNU Parted.


WARNING: GPT (GUID Partition Table) detected on &#039;/dev/sdc&#039;! The util fdisk doesn&#039;t support GPT. Use GNU Parted.


WARNING: GPT (GUID Partition Table) detected on &#039;/dev/sda&#039;! The util fdisk doesn&#039;t support GPT. Use GNU Parted.


WARNING: GPT (GUID Partition Table) detected on &#039;/dev/sdb&#039;! The util fdisk doesn&#039;t support GPT. Use GNU Parted.



=================== /etc/default/grub :

# If you change this file, run &#039;update-grub&#039; afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n &#039;Simple configuration&#039;

GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2&gt; /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT=&quot;quiet splash&quot;
GRUB_CMDLINE_LINUX=&quot;&quot;

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM=&quot;0x01234567,0xfefefefe,0x89abcdef,0xefefefef&quot;

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo&#039;
#GRUB_GFXMODE=640x480

# Uncomment if you don&#039;t want GRUB to pass &quot;root=UUID=xxx&quot; parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY=&quot;true&quot;

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE=&quot;480 440 1&quot;




=================== /etc/grub.d/ :
drwxr-xr-x  2 root root     4096 avr 24 19:05 grub.d
total 72
-rwxr-xr-x 1 root root  7541 avr  9 11:29 00_header
-rwxr-xr-x 1 root root  5974 avr  9 10:53 05_debian_theme
-rwxr-xr-x 1 root root 11381 avr  9 11:29 10_linux
-rwxr-xr-x 1 root root 10258 avr  9 11:29 20_linux_xen
-rwxr-xr-x 1 root root  1688 dÃ©c  5 16:32 20_memtest86+
-rwxr-xr-x 1 root root 10976 avr  9 11:29 30_os-prober
-rwxr-xr-x 1 root root  1426 avr  9 11:29 30_uefi-firmware
-rwxr-xr-x 1 root root   214 avr  9 11:29 40_custom
-rwxr-xr-x 1 root root   216 avr  9 11:29 41_custom
-rw-r--r-- 1 root root   483 avr  9 11:29 README


/boot/efi detected in the fstab of sdc2: UUID=2E35-D8AA   (sda2)

=================== sdc2recordfail=1/grub/grubenv :
recordfail=1



Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
=================== UEFI/Legacy mode:
BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
SecureBoot disabled. (maybe sec-boot, Veuillez indiquer ce message Ã  boot.repair@gmail.com)


=================== PARTITIONS &amp; DISKS:
sdc2	: sdc,	not-sepboot,	grubenv-ng	grub2,	grub-efi ,	update-grub,	64,	with-boot,	is-os,	not--efi--part,	fstab-without-boot,	fstab-has-goodEFI,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	apt-get,	grub-install,	with--usr,	fstab-without-usr,	not-sep-usr,	standard,	farbios,	.
sda2	: sda,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	is-correct-EFI,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	not-far,	/boot/efi.
sda3	: sda,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	is-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	haswinload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sda3.
sdb2	: sdb,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sdb2.
sdb3	: sdb,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sdb3.
sdb4	: sdb,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sdb4.
sdc1	: sdc,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sdc1.
sdc3	: sdc,	maybesepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/home.

sdc	: GPT,	no-BIOS_boot,	has-no-EFIpart, 	not-usb,	has-os,	34 sectors * 512 bytes
sda	: GPT,	no-BIOS_boot,	has-correctEFI, 	not-usb,	has-os,	2048 sectors * 512 bytes
sdb	: GPT,	no-BIOS_boot,	has-no-EFIpart, 	not-usb,	no-os,	34 sectors * 512 bytes


=================== parted -l:

Model: ATA M4-CT256M4SSD2 (scsi)
Disk /dev/sda: 256GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt

Number  Start   End    Size   File system  Name                          Flags
2      1049kB  106MB  105MB  fat32                                      boot
1      106MB   240MB  134MB               Microsoft reserved partition  msftres
3      240MB   256GB  256GB  ntfs


Model: ATA WDC WD2002FAEX-0 (scsi)
Disk /dev/sdb: 2000GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt

Number  Start   End     Size   File system  Name  Flags
1      17.4kB  134MB   134MB               Mi    msftres
2      134MB   536GB   536GB  ntfs
3      536GB   1167GB  631GB  ntfs
4      1167GB  2000GB  834GB  ntfs


Model: ATA SAMSUNG HD103UJ (scsi)
Disk /dev/sdc: 1000GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt

Number  Start   End     Size    File system     Name  Flags
1      17.4kB  348GB   348GB   ntfs
2      348GB   598GB   250GB   ext4
3      598GB   998GB   400GB   ext4
4      998GB   1000GB  2056MB  linux-swap(v1)

=================== parted -lm:

BYT;
/dev/sda:256GB:scsi:512:512:gpt:ATA M4-CT256M4SSD2;
2:1049kB:106MB:105MB:fat32::boot;
1:106MB:240MB:134MB::Microsoft reserved partition:msftres;
3:240MB:256GB:256GB:ntfs::;

BYT;
/dev/sdb:2000GB:scsi:512:512:gpt:ATA WDC WD2002FAEX-0;
1:17.4kB:134MB:134MB::Mi:msftres;
2:134MB:536GB:536GB:ntfs::;
3:536GB:1167GB:631GB:ntfs::;
4:1167GB:2000GB:834GB:ntfs::;

BYT;
/dev/sdc:1000GB:scsi:512:512:gpt:ATA SAMSUNG HD103UJ;
1:17.4kB:348GB:348GB:ntfs::;
2:348GB:598GB:250GB:ext4::;
3:598GB:998GB:400GB:ext4::;
4:998GB:1000GB:2056MB:linux-swap(v1)::;


=================== mount:
/dev/sdc2 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/cgroup type tmpfs (rw)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
none on /sys/firmware/efi/efivars type efivarfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
/dev/sda2 on /boot/efi type vfat (rw)
/dev/sdc3 on /home type ext4 (rw)
gvfsd-fuse on /run/user/francjacb/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=francjacb)
/dev/sda3 on /mnt/boot-sav/sda3 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sdb2 on /mnt/boot-sav/sdb2 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sdb3 on /mnt/boot-sav/sdb3 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sdb4 on /mnt/boot-sav/sdb4 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sdc1 on /mnt/boot-sav/sdc1 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)


=================== ls:
/sys/block/sda (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda3 size slaves stat subsystem trace uevent
/sys/block/sdb (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sdb1 sdb2 sdb3 sdb4 size slaves stat subsystem trace uevent
/sys/block/sdc (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sdc1 sdc2 sdc3 sdc4 size slaves stat subsystem trace uevent
/sys/block/sr0 (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered):  alarm ashmem autofs binder block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency disk dri dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hidraw3 hpet input kmsg kvm log mapper mcelog mei mem net network_latency network_throughput null oldmem port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sdb sdb1 sdb2 sdb3 sdb4 sdc sdc1 sdc2 sdc3 sdc4 sg0 sg1 sg2 sg3 shm snapshot snd sr0 stderr stdin stdout uinput urandom usb vga_arbiter vhost-net zero
ls /dev/mapper:  control
ls /boot/efi:

=================== hexdump -n512 -C /dev/sda2
00000000  eb 58 90 4d 53 44 4f 53  35 2e 30 00 02 02 20 00  |.X.MSDOS5.0... .|
00000010  02 00 00 00 00 f8 00 00  3f 00 ff 00 00 08 00 00  |........?.......|
00000020  00 20 03 00 1a 03 00 00  00 00 00 00 02 00 00 00  |. ..............|
00000030  01 00 06 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000040  80 00 29 aa d8 35 2e 4e  4f 20 4e 41 4d 45 20 20  |..)..5.NO NAME  |
00000050  20 20 46 41 54 33 32 20  20 20 33 c9 8e d1 bc f4  |  FAT32   3.....|
00000060  7b 8e c1 8e d9 bd 00 7c  88 4e 02 8a 56 40 b4 41  |{......|.N..V@.A|
00000070  bb aa 55 cd 13 72 10 81  fb 55 aa 75 0a f6 c1 01  |..U..r...U.u....|
00000080  74 05 fe 46 02 eb 2d 8a  56 40 b4 08 cd 13 73 05  |t..F..-.V@....s.|
00000090  b9 ff ff 8a f1 66 0f b6  c6 40 66 0f b6 d1 80 e2  |.....f...@f.....|
000000a0  3f f7 e2 86 cd c0 ed 06  41 66 0f b7 c9 66 f7 e1  |?.......Af...f..|
000000b0  66 89 46 f8 83 7e 16 00  75 38 83 7e 2a 00 77 32  |f.F..~..u8.~*.w2|
000000c0  66 8b 46 1c 66 83 c0 0c  bb 00 80 b9 01 00 e8 2b  |f.F.f..........+|
000000d0  00 e9 2c 03 a0 fa 7d b4  7d 8b f0 ac 84 c0 74 17  |..,...}.}.....t.|
000000e0  3c ff 74 09 b4 0e bb 07  00 cd 10 eb ee a0 fb 7d  |&lt;.t............}|
000000f0  eb e5 a0 f9 7d eb e0 98  cd 16 cd 19 66 60 80 7e  |....}.......f`.~|
00000100  02 00 0f 84 20 00 66 6a  00 66 50 06 53 66 68 10  |.... .fj.fP.Sfh.|
00000110  00 01 00 b4 42 8a 56 40  8b f4 cd 13 66 58 66 58  |....B.V@....fXfX|
00000120  66 58 66 58 eb 33 66 3b  46 f8 72 03 f9 eb 2a 66  |fXfX.3f;F.r...*f|
00000130  33 d2 66 0f b7 4e 18 66  f7 f1 fe c2 8a ca 66 8b  |3.f..N.f......f.|
00000140  d0 66 c1 ea 10 f7 76 1a  86 d6 8a 56 40 8a e8 c0  |.f....v....V@...|
00000150  e4 06 0a cc b8 01 02 cd  13 66 61 0f 82 75 ff 81  |.........fa..u..|
00000160  c3 00 02 66 40 49 75 94  c3 42 4f 4f 54 4d 47 52  |...f@Iu..BOOTMGR|
00000170  20 20 20 20 00 00 00 00  00 00 00 00 00 00 00 00  |    ............|
00000180  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000001a0  00 00 00 00 00 00 00 00  00 00 00 00 0d 0a 52 65  |..............Re|
000001b0  74 69 72 65 7a 20 6c 65  20 64 69 73 71 75 65 ff  |tirez le disque.|
000001c0  0d 0a 45 72 72 2e 20 64  69 73 71 75 65 ff 0d 0a  |..Err. disque...|
000001d0  50 72 65 73 73 65 7a 20  75 6e 65 20 74 6f 75 63  |Pressez une touc|
000001e0  68 65 20 70 6f 75 72 20  72 65 64 82 6d 61 72 72  |he pour red.marr|
000001f0  65 72 0d 0a 00 00 00 00  00 ac c0 ce 00 00 55 aa  |er............U.|
00000200

=================== hexdump -n512 -C /dev/sda3
00000000  eb 52 90 4e 54 46 53 20  20 20 20 00 02 08 00 00  |.R.NTFS    .....|
00000010  00 00 00 00 00 f8 00 00  3f 00 ff 00 00 28 07 00  |........?....(..|
00000020  00 00 00 00 80 00 80 00  f8 07 c8 1d 00 00 00 00  |................|
00000030  00 00 0c 00 00 00 00 00  02 00 00 00 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  00 d5 55 46 01 56 46 64  |..........UF.VFd|
00000050  00 00 00 00 fa 33 c0 8e  d0 bc 00 7c fb 68 c0 07  |.....3.....|.h..|
00000060  1f 1e 68 66 00 cb 88 16  0e 00 66 81 3e 03 00 4e  |..hf......f.&gt;..N|
00000070  54 46 53 75 15 b4 41 bb  aa 55 cd 13 72 0c 81 fb  |TFSu..A..U..r...|
00000080  55 aa 75 06 f7 c1 01 00  75 03 e9 dd 00 1e 83 ec  |U.u.....u.......|
00000090  18 68 1a 00 b4 48 8a 16  0e 00 8b f4 16 1f cd 13  |.h...H..........|
000000a0  9f 83 c4 18 9e 58 1f 72  e1 3b 06 0b 00 75 db a3  |.....X.r.;...u..|
000000b0  0f 00 c1 2e 0f 00 04 1e  5a 33 db b9 00 20 2b c8  |........Z3... +.|
000000c0  66 ff 06 11 00 03 16 0f  00 8e c2 ff 06 16 00 e8  |f...............|
000000d0  4b 00 2b c8 77 ef b8 00  bb cd 1a 66 23 c0 75 2d  |K.+.w......f#.u-|
000000e0  66 81 fb 54 43 50 41 75  24 81 f9 02 01 72 1e 16  |f..TCPAu$....r..|
000000f0  68 07 bb 16 68 70 0e 16  68 09 00 66 53 66 53 66  |h...hp..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  28 10 b9 d8 0f fc f3 aa  e9 5f 01 90 90 66 60 1e  |(........_...f`.|
00000120  06 66 a1 11 00 66 03 06  1c 00 1e 66 68 00 00 00  |.f...f.....fh...|
00000130  00 66 50 06 53 68 01 00  68 10 00 b4 42 8a 16 0e  |.fP.Sh..h...B...|
00000140  00 16 1f 8b f4 cd 13 66  59 5b 5a 66 59 66 59 1f  |.......fY[ZfYfY.|
00000150  0f 82 16 00 66 ff 06 11  00 03 16 0f 00 8e c2 ff  |....f...........|
00000160  0e 16 00 75 bc 07 1f 66  61 c3 a0 f8 01 e8 09 00  |...u...fa.......|
00000170  a0 fb 01 e8 03 00 f4 eb  fd b4 01 8b f0 ac 3c 00  |..............&lt;.|
00000180  74 09 b4 0e bb 07 00 cd  10 eb f2 c3 0d 0a 45 72  |t.............Er|
00000190  72 65 75 72 20 6c 65 63  74 75 72 65 20 64 69 73  |reur lecture dis|
000001a0  71 75 65 00 0d 0a 42 4f  4f 54 4d 47 52 20 61 62  |que...BOOTMGR ab|
000001b0  73 65 6e 74 00 0d 0a 42  4f 4f 54 4d 47 52 20 63  |sent...BOOTMGR c|
000001c0  6f 6d 70 72 65 73 73 82  00 0d 0a 43 74 72 6c 2b  |ompress....Ctrl+|
000001d0  41 6c 74 2b 53 75 70 70  72 20 70 6f 75 72 20 72  |Alt+Suppr pour r|
000001e0  65 64 82 6d 61 72 72 65  72 0d 0a 00 6f 20 72 65  |ed.marrer...o re|
000001f0  73 74 61 72 74 0d 0a 00  8c a4 b5 c9 00 00 55 aa  |start.........U.|
00000200

=================== hexdump -n512 -C /dev/sdb2
00000000  eb 52 90 4e 54 46 53 20  20 20 20 00 02 08 00 00  |.R.NTFS    .....|
00000010  00 00 00 00 00 f8 00 00  3f 00 ff 00 00 00 00 00  |........?.......|
00000020  00 00 00 00 80 00 80 00  4a f7 61 3e 00 00 00 00  |........J.a&gt;....|
00000030  03 00 00 00 00 00 00 00  b9 0c 00 00 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  70 cd 89 4d c4 70 cd 01  |........p..M.p..|
00000050  00 00 00 00 fa 33 c0 8e  d0 bc 00 7c fb b8 c0 07  |.....3.....|....|
00000060  8e d8 e8 16 00 b8 00 0d  8e c0 33 db c6 06 0e 00  |..........3.....|
00000070  10 e8 53 00 68 00 0d 68  6a 02 cb 8a 16 24 00 b4  |..S.h..hj....$..|
00000080  08 cd 13 73 05 b9 ff ff  8a f1 66 0f b6 c6 40 66  |...s......f...@f|
00000090  0f b6 d1 80 e2 3f f7 e2  86 cd c0 ed 06 41 66 0f  |.....?.......Af.|
000000a0  b7 c9 66 f7 e1 66 a3 20  00 c3 b4 41 bb aa 55 8a  |..f..f. ...A..U.|
000000b0  16 24 00 cd 13 72 0f 81  fb 55 aa 75 09 f6 c1 01  |.$...r...U.u....|
000000c0  74 04 fe 06 14 00 c3 66  60 1e 06 66 a1 10 00 66  |t......f`..f...f|
000000d0  03 06 1c 00 66 3b 06 20  00 0f 82 3a 00 1e 66 6a  |....f;. ...:..fj|
000000e0  00 66 50 06 53 66 68 10  00 01 00 80 3e 14 00 00  |.fP.Sfh.....&gt;...|
000000f0  0f 85 0c 00 e8 b3 ff 80  3e 14 00 00 0f 84 61 00  |........&gt;.....a.|
00000100  b4 42 8a 16 24 00 16 1f  8b f4 cd 13 66 58 5b 07  |.B..$.......fX[.|
00000110  66 58 66 58 1f eb 2d 66  33 d2 66 0f b7 0e 18 00  |fXfX..-f3.f.....|
00000120  66 f7 f1 fe c2 8a ca 66  8b d0 66 c1 ea 10 f7 36  |f......f..f....6|
00000130  1a 00 86 d6 8a 16 24 00  8a e8 c0 e4 06 0a cc b8  |......$.........|
00000140  01 02 cd 13 0f 82 19 00  8c c0 05 20 00 8e c0 66  |........... ...f|
00000150  ff 06 10 00 ff 0e 0e 00  0f 85 6f ff 07 1f 66 61  |..........o...fa|
00000160  c3 a0 f8 01 e8 09 00 a0  fb 01 e8 03 00 fb eb fe  |................|
00000170  b4 01 8b f0 ac 3c 00 74  09 b4 0e bb 07 00 cd 10  |.....&lt;.t........|
00000180  eb f2 c3 0d 0a 41 20 64  69 73 6b 20 72 65 61 64  |.....A disk read|
00000190  20 65 72 72 6f 72 20 6f  63 63 75 72 72 65 64 00  | error occurred.|
000001a0  0d 0a 4e 54 4c 44 52 20  69 73 20 6d 69 73 73 69  |..NTLDR is missi|
000001b0  6e 67 00 0d 0a 4e 54 4c  44 52 20 69 73 20 63 6f  |ng...NTLDR is co|
000001c0  6d 70 72 65 73 73 65 64  00 0d 0a 50 72 65 73 73  |mpressed...Press|
000001d0  20 43 74 72 6c 2b 41 6c  74 2b 44 65 6c 20 74 6f  | Ctrl+Alt+Del to|
000001e0  20 72 65 73 74 61 72 74  0d 0a 00 00 00 00 00 00  | restart........|
000001f0  00 00 00 00 00 00 00 00  83 a0 b3 c9 00 00 55 aa  |..............U.|
00000200

=================== hexdump -n512 -C /dev/sdb3
00000000  eb 52 90 4e 54 46 53 20  20 20 20 00 02 08 00 00  |.R.NTFS    .....|
00000010  00 00 00 00 00 f8 00 00  3f 00 ff 00 00 00 00 00  |........?.......|
00000020  00 00 00 00 80 00 80 00  81 df 6f 49 00 00 00 00  |..........oI....|
00000030  03 00 00 00 00 00 00 00  20 aa b7 05 00 00 00 00  |........ .......|
00000040  f6 00 00 00 01 00 00 00  10 62 35 d1 c4 70 cd 01  |.........b5..p..|
00000050  00 00 00 00 fa 33 c0 8e  d0 bc 00 7c fb b8 c0 07  |.....3.....|....|
00000060  8e d8 e8 16 00 b8 00 0d  8e c0 33 db c6 06 0e 00  |..........3.....|
00000070  10 e8 53 00 68 00 0d 68  6a 02 cb 8a 16 24 00 b4  |..S.h..hj....$..|
00000080  08 cd 13 73 05 b9 ff ff  8a f1 66 0f b6 c6 40 66  |...s......f...@f|
00000090  0f b6 d1 80 e2 3f f7 e2  86 cd c0 ed 06 41 66 0f  |.....?.......Af.|
000000a0  b7 c9 66 f7 e1 66 a3 20  00 c3 b4 41 bb aa 55 8a  |..f..f. ...A..U.|
000000b0  16 24 00 cd 13 72 0f 81  fb 55 aa 75 09 f6 c1 01  |.$...r...U.u....|
000000c0  74 04 fe 06 14 00 c3 66  60 1e 06 66 a1 10 00 66  |t......f`..f...f|
000000d0  03 06 1c 00 66 3b 06 20  00 0f 82 3a 00 1e 66 6a  |....f;. ...:..fj|
000000e0  00 66 50 06 53 66 68 10  00 01 00 80 3e 14 00 00  |.fP.Sfh.....&gt;...|
000000f0  0f 85 0c 00 e8 b3 ff 80  3e 14 00 00 0f 84 61 00  |........&gt;.....a.|
00000100  b4 42 8a 16 24 00 16 1f  8b f4 cd 13 66 58 5b 07  |.B..$.......fX[.|
00000110  66 58 66 58 1f eb 2d 66  33 d2 66 0f b7 0e 18 00  |fXfX..-f3.f.....|
00000120  66 f7 f1 fe c2 8a ca 66  8b d0 66 c1 ea 10 f7 36  |f......f..f....6|
00000130  1a 00 86 d6 8a 16 24 00  8a e8 c0 e4 06 0a cc b8  |......$.........|
00000140  01 02 cd 13 0f 82 19 00  8c c0 05 20 00 8e c0 66  |........... ...f|
00000150  ff 06 10 00 ff 0e 0e 00  0f 85 6f ff 07 1f 66 61  |..........o...fa|
00000160  c3 a0 f8 01 e8 09 00 a0  fb 01 e8 03 00 fb eb fe  |................|
00000170  b4 01 8b f0 ac 3c 00 74  09 b4 0e bb 07 00 cd 10  |.....&lt;.t........|
00000180  eb f2 c3 0d 0a 41 20 64  69 73 6b 20 72 65 61 64  |.....A disk read|
00000190  20 65 72 72 6f 72 20 6f  63 63 75 72 72 65 64 00  | error occurred.|
000001a0  0d 0a 4e 54 4c 44 52 20  69 73 20 6d 69 73 73 69  |..NTLDR is missi|
000001b0  6e 67 00 0d 0a 4e 54 4c  44 52 20 69 73 20 63 6f  |ng...NTLDR is co|
000001c0  6d 70 72 65 73 73 65 64  00 0d 0a 50 72 65 73 73  |mpressed...Press|
000001d0  20 43 74 72 6c 2b 41 6c  74 2b 44 65 6c 20 74 6f  | Ctrl+Alt+Del to|
000001e0  20 72 65 73 74 61 72 74  0d 0a 00 00 00 00 00 00  | restart........|
000001f0  00 00 00 00 00 00 00 00  83 a0 b3 c9 00 00 55 aa  |..............U.|
00000200

=================== hexdump -n512 -C /dev/sdb4
00000000  eb 52 90 4e 54 46 53 20  20 20 20 00 02 08 00 00  |.R.NTFS    .....|
00000010  00 00 00 00 00 f8 00 00  3f 00 ff 00 00 00 00 00  |........?.......|
00000020  00 00 00 00 80 00 80 00  9a b1 0a 61 00 00 00 00  |...........a....|
00000030  03 00 00 00 00 00 00 00  19 ab 10 06 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  00 fd d4 2b 83 78 cd 01  |...........+.x..|
00000050  00 00 00 00 fa 33 c0 8e  d0 bc 00 7c fb b8 c0 07  |.....3.....|....|
00000060  8e d8 e8 16 00 b8 00 0d  8e c0 33 db c6 06 0e 00  |..........3.....|
00000070  10 e8 53 00 68 00 0d 68  6a 02 cb 8a 16 24 00 b4  |..S.h..hj....$..|
00000080  08 cd 13 73 05 b9 ff ff  8a f1 66 0f b6 c6 40 66  |...s......f...@f|
00000090  0f b6 d1 80 e2 3f f7 e2  86 cd c0 ed 06 41 66 0f  |.....?.......Af.|
000000a0  b7 c9 66 f7 e1 66 a3 20  00 c3 b4 41 bb aa 55 8a  |..f..f. ...A..U.|
000000b0  16 24 00 cd 13 72 0f 81  fb 55 aa 75 09 f6 c1 01  |.$...r...U.u....|
000000c0  74 04 fe 06 14 00 c3 66  60 1e 06 66 a1 10 00 66  |t......f`..f...f|
000000d0  03 06 1c 00 66 3b 06 20  00 0f 82 3a 00 1e 66 6a  |....f;. ...:..fj|
000000e0  00 66 50 06 53 66 68 10  00 01 00 80 3e 14 00 00  |.fP.Sfh.....&gt;...|
000000f0  0f 85 0c 00 e8 b3 ff 80  3e 14 00 00 0f 84 61 00  |........&gt;.....a.|
00000100  b4 42 8a 16 24 00 16 1f  8b f4 cd 13 66 58 5b 07  |.B..$.......fX[.|
00000110  66 58 66 58 1f eb 2d 66  33 d2 66 0f b7 0e 18 00  |fXfX..-f3.f.....|
00000120  66 f7 f1 fe c2 8a ca 66  8b d0 66 c1 ea 10 f7 36  |f......f..f....6|
00000130  1a 00 86 d6 8a 16 24 00  8a e8 c0 e4 06 0a cc b8  |......$.........|
00000140  01 02 cd 13 0f 82 19 00  8c c0 05 20 00 8e c0 66  |........... ...f|
00000150  ff 06 10 00 ff 0e 0e 00  0f 85 6f ff 07 1f 66 61  |..........o...fa|
00000160  c3 a0 f8 01 e8 09 00 a0  fb 01 e8 03 00 fb eb fe  |................|
00000170  b4 01 8b f0 ac 3c 00 74  09 b4 0e bb 07 00 cd 10  |.....&lt;.t........|
00000180  eb f2 c3 0d 0a 41 20 64  69 73 6b 20 72 65 61 64  |.....A disk read|
00000190  20 65 72 72 6f 72 20 6f  63 63 75 72 72 65 64 00  | error occurred.|
000001a0  0d 0a 4e 54 4c 44 52 20  69 73 20 6d 69 73 73 69  |..NTLDR is missi|
000001b0  6e 67 00 0d 0a 4e 54 4c  44 52 20 69 73 20 63 6f  |ng...NTLDR is co|
000001c0  6d 70 72 65 73 73 65 64  00 0d 0a 50 72 65 73 73  |mpressed...Press|
000001d0  20 43 74 72 6c 2b 41 6c  74 2b 44 65 6c 20 74 6f  | Ctrl+Alt+Del to|
000001e0  20 72 65 73 74 61 72 74  0d 0a 00 00 00 00 00 00  | restart........|
000001f0  00 00 00 00 00 00 00 00  83 a0 b3 c9 00 00 55 aa  |..............U.|
00000200

=================== hexdump -n512 -C /dev/sdc1
00000000  eb 52 90 4e 54 46 53 20  20 20 20 00 02 08 00 00  |.R.NTFS    .....|
00000010  00 00 00 00 00 f8 00 00  3f 00 ff 00 00 00 00 00  |........?.......|
00000020  00 00 00 00 80 00 80 00  4a 9e 87 28 00 00 00 00  |........J..(....|
00000030  03 00 00 00 00 00 00 00  2c 0a 00 00 00 00 00 00  |........,.......|
00000040  f6 00 00 00 01 00 00 00  50 08 a0 8a 8d e3 cd 01  |........P.......|
00000050  00 00 00 00 fa 33 c0 8e  d0 bc 00 7c fb b8 c0 07  |.....3.....|....|
00000060  8e d8 e8 16 00 b8 00 0d  8e c0 33 db c6 06 0e 00  |..........3.....|
00000070  10 e8 53 00 68 00 0d 68  6a 02 cb 8a 16 24 00 b4  |..S.h..hj....$..|
00000080  08 cd 13 73 05 b9 ff ff  8a f1 66 0f b6 c6 40 66  |...s......f...@f|
00000090  0f b6 d1 80 e2 3f f7 e2  86 cd c0 ed 06 41 66 0f  |.....?.......Af.|
000000a0  b7 c9 66 f7 e1 66 a3 20  00 c3 b4 41 bb aa 55 8a  |..f..f. ...A..U.|
000000b0  16 24 00 cd 13 72 0f 81  fb 55 aa 75 09 f6 c1 01  |.$...r...U.u....|
000000c0  74 04 fe 06 14 00 c3 66  60 1e 06 66 a1 10 00 66  |t......f`..f...f|
000000d0  03 06 1c 00 66 3b 06 20  00 0f 82 3a 00 1e 66 6a  |....f;. ...:..fj|
000000e0  00 66 50 06 53 66 68 10  00 01 00 80 3e 14 00 00  |.fP.Sfh.....&gt;...|
000000f0  0f 85 0c 00 e8 b3 ff 80  3e 14 00 00 0f 84 61 00  |........&gt;.....a.|
00000100  b4 42 8a 16 24 00 16 1f  8b f4 cd 13 66 58 5b 07  |.B..$.......fX[.|
00000110  66 58 66 58 1f eb 2d 66  33 d2 66 0f b7 0e 18 00  |fXfX..-f3.f.....|
00000120  66 f7 f1 fe c2 8a ca 66  8b d0 66 c1 ea 10 f7 36  |f......f..f....6|
00000130  1a 00 86 d6 8a 16 24 00  8a e8 c0 e4 06 0a cc b8  |......$.........|
00000140  01 02 cd 13 0f 82 19 00  8c c0 05 20 00 8e c0 66  |........... ...f|
00000150  ff 06 10 00 ff 0e 0e 00  0f 85 6f ff 07 1f 66 61  |..........o...fa|
00000160  c3 a0 f8 01 e8 09 00 a0  fb 01 e8 03 00 fb eb fe  |................|
00000170  b4 01 8b f0 ac 3c 00 74  09 b4 0e bb 07 00 cd 10  |.....&lt;.t........|
00000180  eb f2 c3 0d 0a 41 20 64  69 73 6b 20 72 65 61 64  |.....A disk read|
00000190  20 65 72 72 6f 72 20 6f  63 63 75 72 72 65 64 00  | error occurred.|
000001a0  0d 0a 4e 54 4c 44 52 20  69 73 20 6d 69 73 73 69  |..NTLDR is missi|
000001b0  6e 67 00 0d 0a 4e 54 4c  44 52 20 69 73 20 63 6f  |ng...NTLDR is co|
000001c0  6d 70 72 65 73 73 65 64  00 0d 0a 50 72 65 73 73  |mpressed...Press|
000001d0  20 43 74 72 6c 2b 41 6c  74 2b 44 65 6c 20 74 6f  | Ctrl+Alt+Del to|
000001e0  20 72 65 73 74 61 72 74  0d 0a 00 00 00 00 00 00  | restart........|
000001f0  00 00 00 00 00 00 00 00  83 a0 b3 c9 00 00 55 aa  |..............U.|
00000200

WARNING: GPT (GUID Partition Table) detected on &#039;/dev/sda&#039;! The util fdisk doesn&#039;t support GPT. Use GNU Parted.


WARNING: GPT (GUID Partition Table) detected on &#039;/dev/sdb&#039;! The util fdisk doesn&#039;t support GPT. Use GNU Parted.


WARNING: GPT (GUID Partition Table) detected on &#039;/dev/sdc&#039;! The util fdisk doesn&#039;t support GPT. Use GNU Parted.


=================== df -Th:

Filesystem     Type      Size  Used Avail Use% Mounted on
/dev/sdc2      ext4      230G  4.1G  214G   2% /
none           tmpfs     4.0K     0  4.0K   0% /sys/fs/cgroup
udev           devtmpfs  7.8G  512K  7.8G   1% /dev
tmpfs          tmpfs     1.6G  964K  1.6G   1% /run
none           tmpfs     5.0M     0  5.0M   0% /run/lock
none           tmpfs     7.9G  152K  7.9G   1% /run/shm
none           tmpfs     100M   24K  100M   1% /run/user
/dev/sda2      vfat      100M   18M   82M  19% /boot/efi
/dev/sdc3      ext4      367G  127M  348G   1% /home
/dev/sda3      fuseblk   239G   92G  147G  39% /mnt/boot-sav/sda3
/dev/sdb2      fuseblk   500G   98G  403G  20% /mnt/boot-sav/sdb2
/dev/sdb3      fuseblk   588G  246G  342G  42% /mnt/boot-sav/sdb3
/dev/sdb4      fuseblk   777G  303G  474G  39% /mnt/boot-sav/sdb4
/dev/sdc1      fuseblk   325G  183G  142G  57% /mnt/boot-sav/sdc1

=================== fdisk -l:

Disk /dev/sda: 256.1 GB, 256060514304 bytes
256 heads, 63 sectors/track, 31009 cylinders, total 500118192 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x03dbb7b7

Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1  4294967295  2147483647+  ee  GPT

Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes
256 heads, 63 sectors/track, 242251 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x03dc37b8

Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1  4294967295  2147483647+  ee  GPT

Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x42c0c832

Device Boot      Start         End      Blocks   Id  System
/dev/sdc1               1  1953525167   976762583+  ee  GPT



(zenity:8831): Gdk-CRITICAL **: gdk_device_get_n_axes: assertion `gdk_device_get_source (device) != GDK_SOURCE_KEYBOARD&#039; failed
EFI dÃ©tectÃ©. Veuillez vÃ©rifier les options.

=================== Recommended repair
Recommended-Repair
This setting will reinstall the grub-efi of sdc2, using the following options:        sda2/boot/efi,
Additional repair will be performed: unhide-bootmenu-10s   fix-windows-boot backup-and-rename-efi-files


/boot/efi added in sdc2/fstab
Quantity of real Windows: 1
Mount sda2 on /boot/efi
ls /boot/efi:
Unhide GRUB boot menu in sdc2/etc/default/grub
grub-install (GRUB) 2.00-13ubuntu3,grub-install (GRUB) 2.

Reinstall the grub-efi of sdc2
Installation finished. No error reported.
grub-install --efi-directory=/boot/efi --target=x86_64-efi : exit code of grub-install :0
(debug) beglsefi1 ubuntu/grubx64.efi ; ubuntu , /boot/efi .
ls /boot/efi:
df /dev/sda2
Save and rename /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi (/boot/efi/EFI/Microsoft/Boot/bkpbootmgfw.efi)
cp /boot/efi/EFI/ubuntu/grubx64.efi /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
df /dev/sda2
cp /boot/efi/EFI/ubuntu/grubx64.efi /boot/efi/EFI/Microsoft/Boot/bootx64.efi (&amp; .grb)
df /dev/sda2
Save and rename /boot/efi/EFI/Boot/bootx64.efi (/boot/efi/EFI/Boot/bkpbootx64.efi)
cp /boot/efi/EFI/ubuntu/grubx64.efi /boot/efi/EFI/Boot/bootx64.efi
ls /boot/efi:
Add /boot/efi efi entries in /etc/grub.d/25_custom
Adding custom /boot/efi/EFI/Microsoft/Boot/bkpbootmgfw.efi
Adding custom /boot/efi/EFI/Boot/bkpbootx64.efi
sda2//boot/efi/EFI/Boot/bkpbootx64.efi already added
sda2//boot/efi/EFI/Microsoft/Boot/bkpbootmgfw.efi already added
Installation finished. No error reported.
grub-install --efi-directory=/boot/efi --target=x86_64-efi : exit code of grub-install :0

update-grub
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.8.0-21-generic
Found initrd image: /boot/initrd.img-3.8.0-21-generic
Found linux image: /boot/vmlinuz-3.8.0-19-generic
Found initrd image: /boot/initrd.img-3.8.0-19-generic
Adding boot menu entry for EFI firmware configuration
Unhide GRUB boot menu in sdc2/boot/grub/grub.cfg

Le dÃ©marrage de l&#039;ordinateur a Ã©tÃ© correctement rÃ©parÃ©.

Vous pouvez maintenant redÃ©marrer votre ordinateur.
N&#039;oubliez pas de rÃ©gler votre BIOS pour qu&#039;il amorce sur le fichier sda2/EFI/ubuntu/grubx64.efiÂ !

Les fichiers de dÃ©marrage de [L&#039;OS actuellement utilisÃ© - Ubuntu 13.04] sont loin du dÃ©but du disque. Votre BIOS pourrait ne pas les dÃ©tecter. Vous voudrez peut-Ãªtre re-essayer aprÃ¨s avoir crÃ©Ã© une partition /boot (EXT4, &gt;200MB, en dÃ©but de disque). Cela peut Ãªtre rÃ©alisÃ© via des outils tels que gParted. Puis sÃ©lectionnez cette partition via l&#039;option [Partition /boot sÃ©parÃ©eÂ :] de [RÃ©parateur de dÃ©marrage]. (http://doc.ubuntu-fr.org/tutoriel/partition_boot)</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (malbo)]]></author>
			<pubDate>Tue, 21 May 2013 05:23:18 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?id=1283541&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Optimiser au mieux Ubuntu 13.04]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1278511&amp;action=new</link>
			<description><![CDATA[<p>coucou, </p><p>tu utilises un eeepc aussi, viens jeter un oeil à mon blog tout pourri qui me sert de bloc-note^^</p><p><a href="http://whynotubuntu.wordpress.com/2013/05/18/etape-5-optimisation-netbook-et-eeepc/#more-34">http://whynotubuntu.wordpress.com/2013/ … c/#more-34</a></p><p>kernel netbook<br />gestion de l&#039;alim<br />touche F7 pour éteindre l&#039;écran<br />services et programmes de démarrage</p><p>j&#039;ai un n450 single-core à 1,6ghz et 1go de mémoire, tout tourne à la perfection, y compris le 720p et quelques jeux vidéos (heroes 5, ...)</p>]]></description>
			<author><![CDATA[dummy@example.com (Vaykadji)]]></author>
			<pubDate>Tue, 21 May 2013 01:49:27 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?id=1278511&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Ubuntu 12.04 LTS freeze itempestivement mon sur HP ProBook 6570b]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1283271&amp;action=new</link>
			<description><![CDATA[<p>As tu vérifié si le driver de la carte graphique était installé / activé ?</p><p>Patked</p>]]></description>
			<author><![CDATA[dummy@example.com (patked)]]></author>
			<pubDate>Mon, 20 May 2013 22:01:36 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?id=1283271&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Installation(s) avortées]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1284561&amp;action=new</link>
			<description><![CDATA[<p>Pour des raisons diverses, les compaq n&#039;ont pas très bonne presse chez les Linuxiens, je pense que c&#039;est en raison de leur matériel souvent incompatible avec autre choses que du compaq.<br />Cependanr, la machine dont tu disposes fonctionne normalement sous Ubuntu. Comme <a href="http://forum.ubuntu-fr.org/viewtopic.php?id=672131">ici</a> par exemple. Et d<a href="http://doc.ubuntu-fr.org/liste_portables_compaq">ans la doc</a>.<br />Je te conseille de télécharger la variante Lubuntu 13.04, dans la <a href="http://doc.ubuntu-fr.org/installation_alternate">version Alternate</a>. Cette méthode est particulièrement adaptée aux machines ayant une configuration faible (en disque, en mémoire, etc. Elle se passe en mode texte pour l&#039;essentiel, ce qui évite des déboires. Je viens de l&#039;utiliser pour un vieux EeePC qui marche très correctement maintenant.<br />Tu trouveras cette image de Lubuntu ici: <a href="http://cdimage.ubuntu.com/lubuntu/releases/raring/release/">http://cdimage.ubuntu.com/lubuntu/relea … g/release/</a> et plus particulièrement à la ligne &quot;Alternate install image&quot; puis &quot;PC (Intel x86) alternate install image&quot; soit <a href="http://cdimage.ubuntu.com/lubuntu/releases/raring/release/lubuntu-13.04-alternate-i386.iso">http://cdimage.ubuntu.com/lubuntu/relea … e-i386.iso</a> ce dernier lien sur le quel tu peux directement cliquer et enregistrer l&#039;image.</p><p>Avec cette méthode on ne peut pas &quot;essayer sans modifier le disque dur&quot;, on peut seulement lancer l&#039;installation.</p><p>Su tu peux booter sur une clé USB, je te conseille très fortement <a href="http://doc.ubuntu-fr.org/live_usb">cette méthode</a>.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ayral)]]></author>
			<pubDate>Mon, 20 May 2013 22:01:12 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?id=1284561&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Portable Sony Vaio Z 2011 (aka VPCZ2)]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?id=646001&amp;action=new</link>
			<description><![CDATA[<div class="quotebox"><cite>KeeRooL a écrit&#160;:</cite><blockquote><div><p>Deux options :<br />- suis la précédure détaillée ici : <a href="http://artifact.gnu-log.net/index.php/Linux_on_Sony_VAIO_Z_Series_(2011)#install">http://artifact.gnu-log.net/index.php/L … 1)#install</a><br />- supprime le raid du bios et passe en raid software (c&#039;est ce que j&#039;ai fait) en prenant soin de laisser /boot sur une partition non raid</p></div></blockquote></div><p>le liens n&#039;est plus valable , j&#039;aimerai moi aussi installer le dernier ubuntu sur mon sony vaio Z ssd quad raid 512 go , et à la fin de l&#039;install ,&#160; il me dit qu&#039;il ne peu pas installer le grub</p><p>je précise que si je désactive le raid du bios et que je me retrouve avec 4 DD (4x128 go) ubuntu s&#039;installe sur un des 4DD et il fonctionne tres bien , mais pas en raid du bios</p><p>et comment passer en raid logiciel&#160; ? il faut desactiver le raid bios , installer ubuntu sur un des 4DD 128 go et ensuite creer le raid à partir d&#039;ubuntu ? c&#039;est ca ? , je suis totalement noob sur linux</p><p>j&#039;ai totalement désinstaller win7 , je voudrais avoir ubuntu sur tout le DD en raid</p><p>j&#039;ai ce model là : VPC-Z11C5E </p><p>merci</p>]]></description>
			<author><![CDATA[dummy@example.com (Darthnet)]]></author>
			<pubDate>Mon, 20 May 2013 20:47:21 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?id=646001&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Problème de fstab]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?id=697821&amp;action=new</link>
			<description><![CDATA[<p>bon, le souci était bien sur les fichiers Xauthority et ICEauthority, une fois enlevés, j&#039;ai pu me connecter mais apparement le répertoire .config n&#039;était pas autorisé à l&#039;écriture. je suis repassé en mode console, fait un chown -R titi:titi .config puis rebooté.</p><p>Depuis, je n&#039;arrive plus à me connecter. mon password n&#039;est pas reconnu. idem pour les autres administrateurs/utilisateurs.</p><p>Par curiosité , j&#039;ai été voir sur mon ancienne installation, mon home est nickel : démarrage comme d&#039;hbitude, aucun répertoire n&#039;est attribué à root mais bien à mon utilisateur.</p>]]></description>
			<author><![CDATA[dummy@example.com (ublo)]]></author>
			<pubDate>Mon, 20 May 2013 19:48:19 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?id=697821&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Cinnamon - linuxmint nadia]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1283031&amp;action=new</link>
			<description><![CDATA[<p>Bonsoir et bravo pour tes recherches.</p><p>Le premier lien que tu donnes est lié à cette page:<br /><a href="https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/869635">https://bugs.launchpad.net/ubuntu/+sour … bug/869635</a><br />Au bas de la page, les gens expliquent comment ils ont résolu le pb.</p><p>Le deuxième lien que tu donnes&#160; a l&#039;air plus facile à utiliser mais il n&#039;est valable que pour la version 11.1. J&#039;ai néamoins lancé la commande proposée pour voir ce que ça donne. </p><div class="codebox"><pre><code>gb@greg-desktop:~$ ls -l /var
total 44
drwxr-xr-x  2 root root     4096 mai  7 00:48 backups
drwxr-xr-x 20 root root     4096 mar  3 17:55 cache
drwxrwsrwt  2 root whoopsie 4096 mai 20 12:47 crash
drwxr-xr-x  2 root root     4096 oct  7  2010 games
drwxr-xr-x 72 root root     4096 mar 20 23:16 lib
drwxrwsr-x  2 root staff    4096 oct  7  2010 local
lrwxrwxrwx  1 root root        9 nov  6  2012 lock -&gt; /run/lock
drwxr-xr-x 17 root root     4096 mai 20 20:02 log
drwxrwsr-x  2 root mail     4096 oct  7  2010 mail
drwxr-xr-x  2 root root     4096 oct  7  2010 opt
lrwxrwxrwx  1 root root        4 mai 20 00:39 run -&gt; /run
drwxr-xr-x 10 root root     4096 déc 28 10:55 spool
drwxrwxrwt  4 root root     4096 mai 14 18:53 tmp</code></pre></div><p>On voit qu&#039;effectivement, lock et run sont porteurs de liens symboliques (flèches).</p><p>Lance&#160; cette commande chez toi aussi et nous pourrons déjà comparer nos fichiers /var, <br />note que je suis aussi sur une version que toi...</p><p>A+</p>]]></description>
			<author><![CDATA[dummy@example.com (hibou7)]]></author>
			<pubDate>Mon, 20 May 2013 19:47:51 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?id=1283031&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Problème au démarrage d'ubuntu]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1257721&amp;action=new</link>
			<description><![CDATA[<p>dsl petit coup de calgon, j&#039;étais absent partout meme afk <img src="http://forum.ubuntu-fr.org/img/smilies/wink.png" width="15" height="15" alt="wink" /><br />je suis là jusqu&#039;a minuit/ une heure du mat&#039;<br />j&#039;essaierai de revenir demain plutot vers 20h comme je crois que la semaine c&#039;est votre heure.<br />on va y arriver <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Bouib)]]></author>
			<pubDate>Mon, 20 May 2013 19:46:43 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?id=1257721&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[installation de Ubuntu sur Mac OS X avec VB]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1266401&amp;action=new</link>
			<description><![CDATA[<p>Et sa VM ne le fait pas non plus.</p><div class="quotebox"><cite>Reacher a écrit&#160;:</cite><blockquote><div><p>Donc du coup j&#039;ai vérifié qu&#039;est-ce que j&#039;avais en carte graphique = Gallium 0.4 on llvmpipe (LLVM 3.2), 128 bits</p></div></blockquote></div><div class="quotebox"><cite>Reacher a écrit&#160;:</cite><blockquote><div><p>heu en faite pour revenir sur le type de ma carte graph, mon information précédente venait de Linux via la MV et ci-dessous, c&#039;est selon Mac.</p><p>NVIDIA GeForce 320M</p></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (Gemnoc)]]></author>
			<pubDate>Mon, 20 May 2013 18:59:09 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?id=1266401&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Problème de boot]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1284181&amp;action=new</link>
			<description><![CDATA[<p>Malbo : J&#039;ai une installation classique de windows. Le souci c&#039;est que maintenant je ne peux même plus acceder a Ubuntu, après avoir selectionner &quot;essayer&quot; il m&#039;indique un probleme graphique et reboot... J&#039;ai un Samsung RV511. </p><p>K-bag : Quand j&#039;ai creer ma partition ont ne me proposais pas l&#039;EXT4, du coup comme l&#039;utilitaire de partition a l&#039;installation le fais, je me suis dit que je le ferais en installant Ubuntu...</p>]]></description>
			<author><![CDATA[dummy@example.com (kelihos)]]></author>
			<pubDate>Mon, 20 May 2013 18:18:42 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?id=1284181&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Impossible de démarrer Windows 8]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1275721&amp;action=new</link>
			<description><![CDATA[<p>Bonjour</p><p>Rassembler les deux discussions serait confus, puisque certains messages des deux sujets s&#039;entrecroiseraient (les messages s&#039;intercalent en fonction de leur horodatage), on n&#039;y comprendrait plus rien.<br />À la place, on ferme cette discussion et on vous invite à continuer <a href="http://forum.ubuntu-fr.org/viewtopic.php?id=1277801">ici.</a></p>]]></description>
			<author><![CDATA[dummy@example.com (xabilon)]]></author>
			<pubDate>Mon, 20 May 2013 18:10:35 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?id=1275721&amp;action=new</guid>
		</item>
	</channel>
</rss>
