Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 29/10/2015, à 01:42

Monfreid

[résolu] Plus d'accès à ma session Ubuntu depuis une MAJ étrange

Bonjour,

je n'ai jamais eu un tel souci depuis que je suis sous Ubuntu ! Je ne sais pas si ça a un rapport mais ai fait des MAJ hier et depuis que ce soir j'ai éteint et rallumé l'ordi, impossible d'ouvrir ma session Ubuntu.

à savoir:

- ordinateur en dual-boot, W8.1 et Ubuntu (là, vous écris depuis une session W)
- hier, soucis avec les MAJ, il m'a dit que soucis avec dpkg et qu'il fallait lancer une commande dont l'intitulé exact m'échappe, du genre ... "configure a" ... Je  l'ai fait comme demandé et à priori ça semblait bon.

- Sauf que là quand je veux démarrer sous Ubuntu, l'écran d'accueil avec demande du mot de passe est bien là, je tape le mot de passe, ça cherche et au moment où le bureau va apparaître, après une fraction de seconde ça revient sur l'écran d'accueil avec la demande de mot de passe. Je l'ai tapé plusieurs fois, ai éteint-rallumé l'ordi etc... mais rien n'y fait, plus d'accès !!!
- Bien sûr, puisque je peux taper ce message, c'est que mon mot de passe fonctionne sous la session W.

Du coup, me voilà bien coincé. Quelqu'un aurait une idée ??? Merci d'avance. Vu l'heure, il est possible que je vois la (les) réponse(s) que demain matin donc normal si je ne répondais pas de suite.
En espérant que ça parle à quelqu'un, bonne fin de soirée à tous.

Monfreid.

Dernière modification par Monfreid (Le 30/10/2015, à 00:11)

Hors ligne

#2 Le 29/10/2015, à 08:09

helias

Re : [résolu] Plus d'accès à ma session Ubuntu depuis une MAJ étrange

Bonjour Monfreid,

Peux tu te loguer en ligne de commande ? ( Ctrl+alt+F1 ,f2, f3 ... )
Si oui, tu peux vérifier que Ubuntu-session et installer correctement. Normalement oui puisque sinon tu aurais eu le message " mauvais mot de passe "...
Vérifie une fois logué en tapant:

sudo apt-get install ubuntu-session

Il devrait te dire " 0 mise a jour ... " si il est bien installer.

Si jamais tu as écarter la piste de Ubuntu-session, tu peux essayer de supprimer Xauthority... ça a déjà fonctionné avec plusieurs personnes.
ATTENTION : si ton dossier est crypté, verifie d'avoir bien fait les sauvegardes nécéssaire en ligne de commande avant de continuer.

Retournes sur la ligne de commande ( ctrl+alt+f1 )
Logue toi de nouveau ( pseudo mot de passe ) puis tapes ceci :

rm .Xauthority

Il te demanderas une confirmation

rm : supprimer fichier (protégé en écriture) <<.Xauthority>> ?

Il suffit d'appuyer sur "o" pour accepter.
Tapes ensuite :

exit

Et tu reviens a l'écran d'accueil avec un (ctrl+alt+f7 ). Essayes à nouveau de te logger à nouveau.

En espérant t'avoir aidé.
Tiens moi au courant,
Hélias

Dernière modification par helias (Le 29/10/2015, à 08:12)

Hors ligne

#3 Le 29/10/2015, à 10:34

Monfreid

Re : [résolu] Plus d'accès à ma session Ubuntu depuis une MAJ étrange

Bonjour Hélias,

merci pour ta réponse.
Alors, suis perdu dès le début quand tu dis:

Peux tu te loguer en ligne de commande ? ( Ctrl+alt+F1 ,f2, f3 ... )

j'ai compris qu'il fallait démarrer dans le bios ?! Donc, l'ai fait mais quand suis dans le bios je ne trouve pas d'invite de commande pour lancer "sudo apt-get etc..."

Tu pourrais m'indiquer ? Merci d'avance.

Hors ligne

#4 Le 29/10/2015, à 11:30

Monfreid

Re : [résolu] Plus d'accès à ma session Ubuntu depuis une MAJ étrange

en attendant les réponses, j'ai démarré sur un live-usb boot-repair afin de faire un boot-info. Je ne sais si c'est utile pour mon souci, mais peut-être que ça donnera des indications.

le voici:

http://paste.ubuntu.com/12997722/

ça propose de faire quelque-chose mais avant de le faire, je souhaite savoir si cela correspond à mon souci.

Merci d'avance.

Dernière modification par Monfreid (Le 29/10/2015, à 11:35)

Hors ligne

#5 Le 29/10/2015, à 11:44

helias

Re : [résolu] Plus d'accès à ma session Ubuntu depuis une MAJ étrange

oups excuses moi, je n'ai pas préciser. Je vais essayé de ne rien oublié a l'avenir.
Ce n'est pas dans le bios. Lorsque tu arrives sur ton écran de connexion, la ou d'habitude tu rentres ton mot de passe pour te loguer, tu appuis sur la combinaison de touche :
Ctrl+Alt+F1
Qui devrait te faire basculer en mode "console". Tu as 6 possibilités de te connecté en mode console en choisissant les raccourcis "ctrl+alt+f1 " ou bien "ctrl+alt+f2 " etc... jusqu'a "ctrl+alt+f6".
Pour revenir a l'interface graphique, c'est le "ctrl+alt+f7 " .
Donc une fois en mode console, il te demandera ton nom d'utilisateur ( le pseudo avec lequel tu te logues normalement ) tu valides par entré.
Il te demandera ton mot de passe. Attention, ton mot de passe ne s'affichera pas ! mais il est tout de même pris en compte wink et valides par entré lorsque tu l'as saisie.

Tu vas donc te retrouver avec quelque chose qui ressemble a ceci :

Ubuntu 15.04 ta_machine tty1
ta_machine Login : Monfreid
Password:
Last login: Wen Nov 28 heure blablabla 2015 on tty1
Monfreid@ta_machine:~$ 

La tu vas te rendre compte qu'il attend les fameuses commandes en questions que je t'ai donné tout a l'heure.
N'oublies pas, pour revenir en mode graphique, c'est "ctrl+alt+f7"
J'attends ta réponse,
Hélias

Dernière modification par helias (Le 29/10/2015, à 11:49)

Hors ligne

#6 Le 29/10/2015, à 13:29

Monfreid

Re : [résolu] Plus d'accès à ma session Ubuntu depuis une MAJ étrange

alors Helias,

c'est bon, suis entré en ligne de commande, puis ai tapé

sudo apt-get install ubuntu-session

et en fait problème, puisque j'ai ce message, je recopie:

sudo: unable to open /var/lib/sudo/monfreid/tty1: aucun espace disponible sur le périphérique
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
lecture des informations d'état... fait
ubuntu-session est déjà la plus récente version disponible.
Le paquet suivant a été installé automatiquement et n'est plus nécessaire: libmpdec2
veuillez utiliser "apt-get autoremove" pour le supprimer.

Du coup, dans la me... non ?! Une idée de ce que je dois faire ???

Hors ligne

#7 Le 29/10/2015, à 13:32

Monfreid

Re : [résolu] Plus d'accès à ma session Ubuntu depuis une MAJ étrange

Au fait, tu as regardé le rapport boot-info posté en #4 ?

et vu que je ne suis pas en version 15 de Ubuntu mais 14 !!! Faut changer ?

Dernière modification par Monfreid (Le 29/10/2015, à 13:33)

Hors ligne

#8 Le 29/10/2015, à 14:32

moko138

Re : [résolu] Plus d'accès à ma session Ubuntu depuis une MAJ étrange

Monfreid a écrit :
aucun espace disponible sur le périphérique

Ben voilà, vous avez trouvé !

Voici ton rapport boot-info :

Boot Info Script e7fc706 + Boot-Repair extra info      [Boot-Info 23Nov2014]


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

 => No boot loader is installed in the MBR of /dev/sda.
 => Syslinux MBR (3.61-4.03) is installed in the MBR of /dev/sdb.

sda1: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows 8/2012: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /boot/bcd

sda2: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  Windows 8/2012: 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/MokManager.efi /EFI/ubuntu/grubx64.efi 
                       /EFI/ubuntu/shimx64.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 
                       /EFI/toshiba/Boot/bootmgfw.efi 
                       /EFI/toshiba/Boot/bootmgr.efi 
                       /EFI/toshiba/Boot/memtest.efi

sda3: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows 8/2012: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        

sda4: __________________________________________________________________________

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

sda5: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows 8/2012: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        

sda6: __________________________________________________________________________

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

sda7: __________________________________________________________________________

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

sda8: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows 8/2012: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        

sda9: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows 8/2012: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        

sdb1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  SYSLINUX 4.03 2010-10-22 ........>..sr>..........9...0...~.....~...f...M.f.f....f..0~....>E}.u......
    Boot sector info:  Syslinux looks at sector 1340120 of /dev/sdb1 for its 
                       second stage. SYSLINUX is installed in the  directory. 
                       No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /boot/grub/grub.cfg /syslinux.cfg /casper/vmlinuz.efi 
                       /EFI/BOOT/grubx64.efi /ldlinux.sys

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

Drive: sda _____________________________________________________________________

Disk /dev/sda: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1                   1 1,465,149,167 1,465,149,167  ee GPT


GUID Partition Table detected.

Partition    Start Sector    End Sector  # of Sectors System
/dev/sda1           2,048       923,647       921,600 Windows Recovery Environment (Windows)
/dev/sda2         923,648     1,456,127       532,480 EFI System partition
/dev/sda3       1,456,128     1,718,271       262,144 Microsoft Reserved Partition (Windows)
/dev/sda4       1,718,272   784,166,911   782,448,640 Data partition (Windows/Linux)
/dev/sda5     784,166,912   785,088,511       921,600 Windows Recovery Environment (Windows)
/dev/sda6     785,088,512   794,853,375     9,764,864 Swap partition (Linux)
/dev/sda7     794,853,376   846,053,375    51,200,000 Data partition (Windows/Linux)
/dev/sda8     846,053,376 1,440,448,511   594,395,136 Data partition (Windows/Linux)
/dev/sda9   1,440,450,560 1,465,147,391    24,696,832 Windows Recovery Environment (Windows)

Drive: sdb _____________________________________________________________________

Disk /dev/sdb: 4110 MB, 4110417920 bytes
127 heads, 62 sectors/track, 1019 cylinders, total 8028160 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    *             62     8,015,731     8,015,670   b W95 FAT32


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/sda1        281024FF1024D59A                       ntfs       System
/dev/sda2        5426-4D8E                              vfat       
/dev/sda3        34D227E6D227AAD6                       ntfs       
/dev/sda4        1A8429ED8429CBD7                       ntfs       TI31065600A
/dev/sda5        FA3E45F23E45A889                       ntfs       
/dev/sda6        f0cc9d94-fc0f-4b42-8908-e225194b7a4b   swap       
/dev/sda7        8edc9144-f097-4751-a06e-e8e822c3ca83   ext4       
/dev/sda8        76C22F45C22F08C7                       ntfs       commun
/dev/sda9        822A99AB2A999D2B                       ntfs       Recovery
/dev/sdb1        D0D8-A616                              vfat       
/dev/zram0       9eda8510-4e43-4da1-9db6-8fb9db902399   swap       
/dev/zram1       d877ff32-30d5-4d27-93cf-4c147464d1fb   swap       
/dev/zram2       76033262-2d0c-4c3c-a991-cbd48655ab18   swap       
/dev/zram3       3cb0bbb6-b734-41da-82e6-3d75491623fe   swap       
/dev/zram4       31a32643-7f18-485a-b2ab-e4dc4e077b81   swap       
/dev/zram5       8f4b980a-d0ce-4aae-be67-bfe834fb150b   swap       
/dev/zram6       b68524c7-cbf5-446c-9211-41f0e23ed0ca   swap       
/dev/zram7       269000aa-20ba-4cf4-b675-2a679721788c   swap       

========================= "ls -l /dev/disk/by-id" output: ======================

total 0
lrwxrwxrwx 1 root root  9 Oct 29 10:18 ata-MATSHITADVD-RAM_UJ8C0_HP98_126996 -> ../../sr0
lrwxrwxrwx 1 root root  9 Oct 29 10:18 ata-TOSHIBA_MQ01ABD075_33KNT8ILT -> ../../sda
lrwxrwxrwx 1 root root 10 Oct 29 10:18 ata-TOSHIBA_MQ01ABD075_33KNT8ILT-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Oct 29 10:18 ata-TOSHIBA_MQ01ABD075_33KNT8ILT-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Oct 29 10:18 ata-TOSHIBA_MQ01ABD075_33KNT8ILT-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Oct 29 10:18 ata-TOSHIBA_MQ01ABD075_33KNT8ILT-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Oct 29 10:18 ata-TOSHIBA_MQ01ABD075_33KNT8ILT-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Oct 29 10:18 ata-TOSHIBA_MQ01ABD075_33KNT8ILT-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Oct 29 10:18 ata-TOSHIBA_MQ01ABD075_33KNT8ILT-part7 -> ../../sda7
lrwxrwxrwx 1 root root 10 Oct 29 10:18 ata-TOSHIBA_MQ01ABD075_33KNT8ILT-part8 -> ../../sda8
lrwxrwxrwx 1 root root 10 Oct 29 10:18 ata-TOSHIBA_MQ01ABD075_33KNT8ILT-part9 -> ../../sda9
lrwxrwxrwx 1 root root  9 Oct 29 10:18 usb-Generic_Flash_Disk_LHDD1010142042541472-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Oct 29 10:18 usb-Generic_Flash_Disk_LHDD1010142042541472-0:0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root  9 Oct 29 10:18 wwn-0x50000394a1b061cf -> ../../sda
lrwxrwxrwx 1 root root 10 Oct 29 10:18 wwn-0x50000394a1b061cf-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Oct 29 10:18 wwn-0x50000394a1b061cf-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Oct 29 10:18 wwn-0x50000394a1b061cf-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Oct 29 10:18 wwn-0x50000394a1b061cf-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Oct 29 10:18 wwn-0x50000394a1b061cf-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Oct 29 10:18 wwn-0x50000394a1b061cf-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Oct 29 10:18 wwn-0x50000394a1b061cf-part7 -> ../../sda7
lrwxrwxrwx 1 root root 10 Oct 29 10:18 wwn-0x50000394a1b061cf-part8 -> ../../sda8
lrwxrwxrwx 1 root root 10 Oct 29 10:18 wwn-0x50000394a1b061cf-part9 -> ../../sda9

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

Device           Mount_Point              Type       Options

/dev/loop0       /rofs                    squashfs   (ro,noatime)
/dev/sdb1        /cdrom                   vfat       (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)


=========================== sda7/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
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
fi

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

export menuentry_id_option

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

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}
function recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; 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='hd0,gpt7'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  8edc9144-f097-4751-a06e-e8e822c3ca83
else
  search --no-floppy --fs-uuid --set=root 8edc9144-f097-4751-a06e-e8e822c3ca83
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=10
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=10
  fi
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,0; then
  clear
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload="${1}"
	if [ "${1}" = "keep" ]; then
		set vt_handoff=vt.handoff=7
	else
		set vt_handoff=
	fi
}
if [ "${recordfail}" != 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 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-8edc9144-f097-4751-a06e-e8e822c3ca83' {
	recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_gpt
	insmod ext2
	set root='hd0,gpt7'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  8edc9144-f097-4751-a06e-e8e822c3ca83
	else
	  search --no-floppy --fs-uuid --set=root 8edc9144-f097-4751-a06e-e8e822c3ca83
	fi
	linux	/boot/vmlinuz-3.13.0-66-generic.efi.signed root=UUID=8edc9144-f097-4751-a06e-e8e822c3ca83 ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.13.0-66-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-8edc9144-f097-4751-a06e-e8e822c3ca83' {
	menuentry 'Ubuntu, avec Linux 3.13.0-66-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-66-generic-advanced-8edc9144-f097-4751-a06e-e8e822c3ca83' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  8edc9144-f097-4751-a06e-e8e822c3ca83
		else
		  search --no-floppy --fs-uuid --set=root 8edc9144-f097-4751-a06e-e8e822c3ca83
		fi
		echo	'Chargement de Linux 3.13.0-66-generic…'
		linux	/boot/vmlinuz-3.13.0-66-generic.efi.signed root=UUID=8edc9144-f097-4751-a06e-e8e822c3ca83 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-66-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-66-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-66-generic-recovery-8edc9144-f097-4751-a06e-e8e822c3ca83' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  8edc9144-f097-4751-a06e-e8e822c3ca83
		else
		  search --no-floppy --fs-uuid --set=root 8edc9144-f097-4751-a06e-e8e822c3ca83
		fi
		echo	'Chargement de Linux 3.13.0-66-generic…'
		linux	/boot/vmlinuz-3.13.0-66-generic.efi.signed root=UUID=8edc9144-f097-4751-a06e-e8e822c3ca83 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-66-generic
	}
	menuentry 'Ubuntu, avec Linux 3.13.0-65-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-65-generic-advanced-8edc9144-f097-4751-a06e-e8e822c3ca83' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  8edc9144-f097-4751-a06e-e8e822c3ca83
		else
		  search --no-floppy --fs-uuid --set=root 8edc9144-f097-4751-a06e-e8e822c3ca83
		fi
		echo	'Chargement de Linux 3.13.0-65-generic…'
		linux	/boot/vmlinuz-3.13.0-65-generic.efi.signed root=UUID=8edc9144-f097-4751-a06e-e8e822c3ca83 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-65-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-65-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-65-generic-recovery-8edc9144-f097-4751-a06e-e8e822c3ca83' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  8edc9144-f097-4751-a06e-e8e822c3ca83
		else
		  search --no-floppy --fs-uuid --set=root 8edc9144-f097-4751-a06e-e8e822c3ca83
		fi
		echo	'Chargement de Linux 3.13.0-65-generic…'
		linux	/boot/vmlinuz-3.13.0-65-generic.efi.signed root=UUID=8edc9144-f097-4751-a06e-e8e822c3ca83 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-65-generic
	}
	menuentry 'Ubuntu, avec Linux 3.13.0-63-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-63-generic-advanced-8edc9144-f097-4751-a06e-e8e822c3ca83' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  8edc9144-f097-4751-a06e-e8e822c3ca83
		else
		  search --no-floppy --fs-uuid --set=root 8edc9144-f097-4751-a06e-e8e822c3ca83
		fi
		echo	'Chargement de Linux 3.13.0-63-generic…'
		linux	/boot/vmlinuz-3.13.0-63-generic.efi.signed root=UUID=8edc9144-f097-4751-a06e-e8e822c3ca83 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-63-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-63-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-63-generic-recovery-8edc9144-f097-4751-a06e-e8e822c3ca83' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  8edc9144-f097-4751-a06e-e8e822c3ca83
		else
		  search --no-floppy --fs-uuid --set=root 8edc9144-f097-4751-a06e-e8e822c3ca83
		fi
		echo	'Chargement de Linux 3.13.0-63-generic…'
		linux	/boot/vmlinuz-3.13.0-63-generic.efi.signed root=UUID=8edc9144-f097-4751-a06e-e8e822c3ca83 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-63-generic
	}
	menuentry 'Ubuntu, avec Linux 3.13.0-62-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-62-generic-advanced-8edc9144-f097-4751-a06e-e8e822c3ca83' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  8edc9144-f097-4751-a06e-e8e822c3ca83
		else
		  search --no-floppy --fs-uuid --set=root 8edc9144-f097-4751-a06e-e8e822c3ca83
		fi
		echo	'Chargement de Linux 3.13.0-62-generic…'
		linux	/boot/vmlinuz-3.13.0-62-generic.efi.signed root=UUID=8edc9144-f097-4751-a06e-e8e822c3ca83 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-62-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-62-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-62-generic-recovery-8edc9144-f097-4751-a06e-e8e822c3ca83' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  8edc9144-f097-4751-a06e-e8e822c3ca83
		else
		  search --no-floppy --fs-uuid --set=root 8edc9144-f097-4751-a06e-e8e822c3ca83
		fi
		echo	'Chargement de Linux 3.13.0-62-generic…'
		linux	/boot/vmlinuz-3.13.0-62-generic.efi.signed root=UUID=8edc9144-f097-4751-a06e-e8e822c3ca83 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-62-generic
	}
	menuentry 'Ubuntu, avec Linux 3.13.0-61-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-61-generic-advanced-8edc9144-f097-4751-a06e-e8e822c3ca83' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  8edc9144-f097-4751-a06e-e8e822c3ca83
		else
		  search --no-floppy --fs-uuid --set=root 8edc9144-f097-4751-a06e-e8e822c3ca83
		fi
		echo	'Chargement de Linux 3.13.0-61-generic…'
		linux	/boot/vmlinuz-3.13.0-61-generic.efi.signed root=UUID=8edc9144-f097-4751-a06e-e8e822c3ca83 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-61-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-61-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-61-generic-recovery-8edc9144-f097-4751-a06e-e8e822c3ca83' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  8edc9144-f097-4751-a06e-e8e822c3ca83
		else
		  search --no-floppy --fs-uuid --set=root 8edc9144-f097-4751-a06e-e8e822c3ca83
		fi
		echo	'Chargement de Linux 3.13.0-61-generic…'
		linux	/boot/vmlinuz-3.13.0-61-generic.efi.signed root=UUID=8edc9144-f097-4751-a06e-e8e822c3ca83 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-61-generic
	}
	menuentry 'Ubuntu, avec Linux 3.13.0-59-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-59-generic-advanced-8edc9144-f097-4751-a06e-e8e822c3ca83' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  8edc9144-f097-4751-a06e-e8e822c3ca83
		else
		  search --no-floppy --fs-uuid --set=root 8edc9144-f097-4751-a06e-e8e822c3ca83
		fi
		echo	'Chargement de Linux 3.13.0-59-generic…'
		linux	/boot/vmlinuz-3.13.0-59-generic.efi.signed root=UUID=8edc9144-f097-4751-a06e-e8e822c3ca83 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-59-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-59-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-59-generic-recovery-8edc9144-f097-4751-a06e-e8e822c3ca83' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  8edc9144-f097-4751-a06e-e8e822c3ca83
		else
		  search --no-floppy --fs-uuid --set=root 8edc9144-f097-4751-a06e-e8e822c3ca83
		fi
		echo	'Chargement de Linux 3.13.0-59-generic…'
		linux	/boot/vmlinuz-3.13.0-59-generic.efi.signed root=UUID=8edc9144-f097-4751-a06e-e8e822c3ca83 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-59-generic
	}
	menuentry 'Ubuntu, avec Linux 3.13.0-58-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-58-generic-advanced-8edc9144-f097-4751-a06e-e8e822c3ca83' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  8edc9144-f097-4751-a06e-e8e822c3ca83
		else
		  search --no-floppy --fs-uuid --set=root 8edc9144-f097-4751-a06e-e8e822c3ca83
		fi
		echo	'Chargement de Linux 3.13.0-58-generic…'
		linux	/boot/vmlinuz-3.13.0-58-generic.efi.signed root=UUID=8edc9144-f097-4751-a06e-e8e822c3ca83 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-58-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-58-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-58-generic-recovery-8edc9144-f097-4751-a06e-e8e822c3ca83' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  8edc9144-f097-4751-a06e-e8e822c3ca83
		else
		  search --no-floppy --fs-uuid --set=root 8edc9144-f097-4751-a06e-e8e822c3ca83
		fi
		echo	'Chargement de Linux 3.13.0-58-generic…'
		linux	/boot/vmlinuz-3.13.0-58-generic.efi.signed root=UUID=8edc9144-f097-4751-a06e-e8e822c3ca83 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-58-generic
	}
	menuentry 'Ubuntu, avec Linux 3.13.0-57-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-57-generic-advanced-8edc9144-f097-4751-a06e-e8e822c3ca83' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  8edc9144-f097-4751-a06e-e8e822c3ca83
		else
		  search --no-floppy --fs-uuid --set=root 8edc9144-f097-4751-a06e-e8e822c3ca83
		fi
		echo	'Chargement de Linux 3.13.0-57-generic…'
		linux	/boot/vmlinuz-3.13.0-57-generic.efi.signed root=UUID=8edc9144-f097-4751-a06e-e8e822c3ca83 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-57-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-57-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-57-generic-recovery-8edc9144-f097-4751-a06e-e8e822c3ca83' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  8edc9144-f097-4751-a06e-e8e822c3ca83
		else
		  search --no-floppy --fs-uuid --set=root 8edc9144-f097-4751-a06e-e8e822c3ca83
		fi
		echo	'Chargement de Linux 3.13.0-57-generic…'
		linux	/boot/vmlinuz-3.13.0-57-generic.efi.signed root=UUID=8edc9144-f097-4751-a06e-e8e822c3ca83 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-57-generic
	}
	menuentry 'Ubuntu, avec Linux 3.13.0-55-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-55-generic-advanced-8edc9144-f097-4751-a06e-e8e822c3ca83' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  8edc9144-f097-4751-a06e-e8e822c3ca83
		else
		  search --no-floppy --fs-uuid --set=root 8edc9144-f097-4751-a06e-e8e822c3ca83
		fi
		echo	'Chargement de Linux 3.13.0-55-generic…'
		linux	/boot/vmlinuz-3.13.0-55-generic.efi.signed root=UUID=8edc9144-f097-4751-a06e-e8e822c3ca83 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-55-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-55-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-55-generic-recovery-8edc9144-f097-4751-a06e-e8e822c3ca83' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  8edc9144-f097-4751-a06e-e8e822c3ca83
		else
		  search --no-floppy --fs-uuid --set=root 8edc9144-f097-4751-a06e-e8e822c3ca83
		fi
		echo	'Chargement de Linux 3.13.0-55-generic…'
		linux	/boot/vmlinuz-3.13.0-55-generic.efi.signed root=UUID=8edc9144-f097-4751-a06e-e8e822c3ca83 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-55-generic
	}
	menuentry 'Ubuntu, avec Linux 3.13.0-54-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-54-generic-advanced-8edc9144-f097-4751-a06e-e8e822c3ca83' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  8edc9144-f097-4751-a06e-e8e822c3ca83
		else
		  search --no-floppy --fs-uuid --set=root 8edc9144-f097-4751-a06e-e8e822c3ca83
		fi
		echo	'Chargement de Linux 3.13.0-54-generic…'
		linux	/boot/vmlinuz-3.13.0-54-generic.efi.signed root=UUID=8edc9144-f097-4751-a06e-e8e822c3ca83 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-54-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-54-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-54-generic-recovery-8edc9144-f097-4751-a06e-e8e822c3ca83' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  8edc9144-f097-4751-a06e-e8e822c3ca83
		else
		  search --no-floppy --fs-uuid --set=root 8edc9144-f097-4751-a06e-e8e822c3ca83
		fi
		echo	'Chargement de Linux 3.13.0-54-generic…'
		linux	/boot/vmlinuz-3.13.0-54-generic.efi.signed root=UUID=8edc9144-f097-4751-a06e-e8e822c3ca83 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-54-generic
	}
	menuentry 'Ubuntu, avec Linux 3.13.0-53-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-53-generic-advanced-8edc9144-f097-4751-a06e-e8e822c3ca83' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  8edc9144-f097-4751-a06e-e8e822c3ca83
		else
		  search --no-floppy --fs-uuid --set=root 8edc9144-f097-4751-a06e-e8e822c3ca83
		fi
		echo	'Chargement de Linux 3.13.0-53-generic…'
		linux	/boot/vmlinuz-3.13.0-53-generic.efi.signed root=UUID=8edc9144-f097-4751-a06e-e8e822c3ca83 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-53-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-53-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-53-generic-recovery-8edc9144-f097-4751-a06e-e8e822c3ca83' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  8edc9144-f097-4751-a06e-e8e822c3ca83
		else
		  search --no-floppy --fs-uuid --set=root 8edc9144-f097-4751-a06e-e8e822c3ca83
		fi
		echo	'Chargement de Linux 3.13.0-53-generic…'
		linux	/boot/vmlinuz-3.13.0-53-generic.efi.signed root=UUID=8edc9144-f097-4751-a06e-e8e822c3ca83 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-53-generic
	}
	menuentry 'Ubuntu, avec Linux 3.13.0-52-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-52-generic-advanced-8edc9144-f097-4751-a06e-e8e822c3ca83' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  8edc9144-f097-4751-a06e-e8e822c3ca83
		else
		  search --no-floppy --fs-uuid --set=root 8edc9144-f097-4751-a06e-e8e822c3ca83
		fi
		echo	'Chargement de Linux 3.13.0-52-generic…'
		linux	/boot/vmlinuz-3.13.0-52-generic.efi.signed root=UUID=8edc9144-f097-4751-a06e-e8e822c3ca83 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-52-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-52-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-52-generic-recovery-8edc9144-f097-4751-a06e-e8e822c3ca83' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  8edc9144-f097-4751-a06e-e8e822c3ca83
		else
		  search --no-floppy --fs-uuid --set=root 8edc9144-f097-4751-a06e-e8e822c3ca83
		fi
		echo	'Chargement de Linux 3.13.0-52-generic…'
		linux	/boot/vmlinuz-3.13.0-52-generic.efi.signed root=UUID=8edc9144-f097-4751-a06e-e8e822c3ca83 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-52-generic
	}
	menuentry 'Ubuntu, avec Linux 3.13.0-51-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-51-generic-advanced-8edc9144-f097-4751-a06e-e8e822c3ca83' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  8edc9144-f097-4751-a06e-e8e822c3ca83
		else
		  search --no-floppy --fs-uuid --set=root 8edc9144-f097-4751-a06e-e8e822c3ca83
		fi
		echo	'Chargement de Linux 3.13.0-51-generic…'
		linux	/boot/vmlinuz-3.13.0-51-generic.efi.signed root=UUID=8edc9144-f097-4751-a06e-e8e822c3ca83 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-51-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-51-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-51-generic-recovery-8edc9144-f097-4751-a06e-e8e822c3ca83' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  8edc9144-f097-4751-a06e-e8e822c3ca83
		else
		  search --no-floppy --fs-uuid --set=root 8edc9144-f097-4751-a06e-e8e822c3ca83
		fi
		echo	'Chargement de Linux 3.13.0-51-generic…'
		linux	/boot/vmlinuz-3.13.0-51-generic.efi.signed root=UUID=8edc9144-f097-4751-a06e-e8e822c3ca83 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-51-generic
	}
	menuentry 'Ubuntu, avec Linux 3.13.0-49-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-49-generic-advanced-8edc9144-f097-4751-a06e-e8e822c3ca83' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  8edc9144-f097-4751-a06e-e8e822c3ca83
		else
		  search --no-floppy --fs-uuid --set=root 8edc9144-f097-4751-a06e-e8e822c3ca83
		fi
		echo	'Chargement de Linux 3.13.0-49-generic…'
		linux	/boot/vmlinuz-3.13.0-49-generic.efi.signed root=UUID=8edc9144-f097-4751-a06e-e8e822c3ca83 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-49-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-49-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-49-generic-recovery-8edc9144-f097-4751-a06e-e8e822c3ca83' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  8edc9144-f097-4751-a06e-e8e822c3ca83
		else
		  search --no-floppy --fs-uuid --set=root 8edc9144-f097-4751-a06e-e8e822c3ca83
		fi
		echo	'Chargement de Linux 3.13.0-49-generic…'
		linux	/boot/vmlinuz-3.13.0-49-generic.efi.signed root=UUID=8edc9144-f097-4751-a06e-e8e822c3ca83 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-49-generic
	}
	menuentry 'Ubuntu, avec Linux 3.13.0-48-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-48-generic-advanced-8edc9144-f097-4751-a06e-e8e822c3ca83' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  8edc9144-f097-4751-a06e-e8e822c3ca83
		else
		  search --no-floppy --fs-uuid --set=root 8edc9144-f097-4751-a06e-e8e822c3ca83
		fi
		echo	'Chargement de Linux 3.13.0-48-generic…'
		linux	/boot/vmlinuz-3.13.0-48-generic.efi.signed root=UUID=8edc9144-f097-4751-a06e-e8e822c3ca83 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-48-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-48-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-48-generic-recovery-8edc9144-f097-4751-a06e-e8e822c3ca83' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  8edc9144-f097-4751-a06e-e8e822c3ca83
		else
		  search --no-floppy --fs-uuid --set=root 8edc9144-f097-4751-a06e-e8e822c3ca83
		fi
		echo	'Chargement de Linux 3.13.0-48-generic…'
		linux	/boot/vmlinuz-3.13.0-48-generic.efi.signed root=UUID=8edc9144-f097-4751-a06e-e8e822c3ca83 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-48-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/25_custom ###

menuentry "Windows UEFI bkpbootmgfw.efi" {
search --fs-uuid --no-floppy --set=root 5426-4D8E
chainloader (${root})/EFI/Microsoft/Boot/bkpbootmgfw.efi
}

menuentry "Windows Boot UEFI loader" {
search --fs-uuid --no-floppy --set=root 5426-4D8E
chainloader (${root})/EFI/Boot/bkpbootx64.efi
}

menuentry "EFI/ubuntu/MokManager.efi" {
search --fs-uuid --no-floppy --set=root 5426-4D8E
chainloader (${root})/EFI/ubuntu/MokManager.efi
}

menuentry "EFI/toshiba/Boot/bootmgfw.efi" {
search --fs-uuid --no-floppy --set=root 5426-4D8E
chainloader (${root})/EFI/toshiba/Boot/bootmgfw.efi
}
### END /etc/grub.d/25_custom ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows Boot Manager (sur /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-efi-5426-4D8E' {
	insmod part_gpt
	insmod fat
	set root='hd0,gpt2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  5426-4D8E
	else
	  search --no-floppy --fs-uuid --set=root 5426-4D8E
	fi
	chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
set timeout_style=menu
if [ "${timeout}" = 0 ]; then
  set timeout=10
fi
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
	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 'exec tail' 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 "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------

=============================== sda7/etc/fstab: ================================

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>

#Entry for /dev/sda8 :
UUID=8edc9144-f097-4751-a06e-e8e822c3ca83	/	ext4	errors=remount-ro	0	1
#Entry for /dev/sda2 :
UUID=5426-4D8E	/boot/efi	vfat	defaults	0	1
#Entry for /dev/sda7 :
#UUID=822A99AB2A999D2B	/media/Recovery	ntfs-3g	defaults,locale=fr_FR.UTF-8	0	0
#Entry for /dev/sda1 :
#UUID=281024FF1024D59A	/media/System	ntfs-3g	defaults,locale=fr_FR.UTF-8	0	0
#Entry for /dev/sda4 :
#UUID=1A8429ED8429CBD7	/media/TI31065600A	ntfs-3g	defaults,locale=fr_FR.UTF-8	0	0
#Entry for /dev/sda6 :
UUID=76C22F45C22F08C7	/media/commun	ntfs-3g	defaults,locale=fr_FR.UTF-8	0	0
#Entry for /dev/sda5 :
UUID=f0cc9d94-fc0f-4b42-8908-e225194b7a4b	none	swap	sw	0	0

#UUID=5426-4D8E	/boot/efi	vfat	defaults	0	1

--------------------------------------------------------------------------------

=========================== sdb1/boot/grub/grub.cfg: ===========================

--------------------------------------------------------------------------------

if loadfont /boot/grub/font.pf2 ; then
	set gfxmode=auto
	insmod efi_gop
	insmod efi_uga
	insmod gfxterm
	terminal_output gfxterm
fi

set menu_color_normal=white/black
set menu_color_highlight=black/light-gray

menuentry "Boot-Repair-Disk session" {
	set gfxpayload=keep
	linux	/casper/vmlinuz.efi  file=/cdrom/preseed/lubuntu.seed boot=casper quiet splash --
	initrd	/casper/initrd.lz
}
--------------------------------------------------------------------------------

============================== sdb1/syslinux.cfg: ==============================

--------------------------------------------------------------------------------
default menu.c32
prompt 0
menu title UNetbootin
timeout 100

label unetbootindefault
menu label Default
kernel /ubnkern
append initrd=/ubninit file=/cdrom/preseed/lubuntu.seed boot=casper quiet splash --

label ubnentry0
menu label ^Help
kernel /ubnkern
append initrd=/ubninit 

label ubnentry1
menu label ^64bit session
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/lubuntu.seed boot=casper  quiet splash --

label ubnentry2
menu label ^64bit session (failsafe)
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/lubuntu.seed boot=casper  noapic noapm nodma nomce nolapic nomodeset nosmp vga=normal --

label ubnentry3
menu label Boot-Repair-Disk session
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/lubuntu.seed boot=casper quiet splash --

--------------------------------------------------------------------------------

============== sdb1: Version of COM32(R) files used by Syslinux: ===============

 menu.c32                           :  COM32R module (v4.xx)

=============================== StdErr Messages: ===============================

File descriptor 9 (/proc/2287/mounts) leaked on lvs invocation. Parent PID 14057: bash
File descriptor 63 (pipe:[32450]) leaked on lvs invocation. Parent PID 14057: bash
  No volume groups found

ADDITIONAL INFORMATION :
=================== log of boot-repair 2015-10-29__10h18 ===================
boot-repair version : 4ppa14
boot-sav version : 4ppa14
glade2script version : 3.2.2~ppa47~saucy
boot-sav-extra version : 4ppa14
File descriptor 9 (/proc/2287/mounts) leaked on lvs invocation. Parent PID 4919: /bin/sh
No volume groups found
boot-repair is executed in live-session (Boot-Repair-Disk 64bit 29nov2014, trusty, Ubuntu, x86_64)
ls: cannot access /home/usr/.config: No such file or directory
CPU op-mode(s):        32-bit, 64-bit
BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/lubuntu.seed boot=casper quiet splash --

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


=================== os-prober:
/dev/sda2@/efi/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi
/dev/sda7:Ubuntu 14.04.3 LTS (14.04):Ubuntu:linux

=================== blkid:
/dev/loop0: TYPE="squashfs"
/dev/sda1: LABEL="System" UUID="281024FF1024D59A" TYPE="ntfs"
/dev/sda2: UUID="5426-4D8E" TYPE="vfat"
/dev/sda3: UUID="34D227E6D227AAD6" TYPE="ntfs"
/dev/sda4: LABEL="TI31065600A" UUID="1A8429ED8429CBD7" TYPE="ntfs"
/dev/sda5: UUID="FA3E45F23E45A889" TYPE="ntfs"
/dev/sda6: UUID="f0cc9d94-fc0f-4b42-8908-e225194b7a4b" TYPE="swap"
/dev/sda7: UUID="8edc9144-f097-4751-a06e-e8e822c3ca83" TYPE="ext4"
/dev/sda8: LABEL="commun" UUID="76C22F45C22F08C7" TYPE="ntfs"
/dev/sda9: LABEL="Recovery" UUID="822A99AB2A999D2B" TYPE="ntfs"
/dev/sdb1: UUID="D0D8-A616" TYPE="vfat"
/dev/zram0: UUID="9eda8510-4e43-4da1-9db6-8fb9db902399" TYPE="swap"
/dev/zram1: UUID="d877ff32-30d5-4d27-93cf-4c147464d1fb" TYPE="swap"
/dev/zram2: UUID="76033262-2d0c-4c3c-a991-cbd48655ab18" TYPE="swap"
/dev/zram3: UUID="3cb0bbb6-b734-41da-82e6-3d75491623fe" TYPE="swap"
/dev/zram4: UUID="31a32643-7f18-485a-b2ab-e4dc4e077b81" TYPE="swap"
/dev/zram5: UUID="8f4b980a-d0ce-4aae-be67-bfe834fb150b" TYPE="swap"
/dev/zram6: UUID="b68524c7-cbf5-446c-9211-41f0e23ed0ca" TYPE="swap"
/dev/zram7: UUID="269000aa-20ba-4cf4-b675-2a679721788c" TYPE="swap"


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

Windows not detected by os-prober on sda4.

WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util sfdisk doesn't support GPT. Use GNU Parted.


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

Presence of EFI/Microsoft file detected: /mnt/boot-sav/sda2/EFI/Microsoft/Boot/bkpbootmgfw.efi
Presence of EFI/Microsoft file detected: /mnt/boot-sav/sda2/EFI/Microsoft/Boot/bootmgfw.efi
Presence of EFI/Microsoft file detected: /mnt/boot-sav/sda2/EFI/Microsoft/Boot/bootx64.efi
Presence of EFI/Boot file detected: /mnt/boot-sav/sda2/EFI/Boot/bkpbootx64.efi
Presence of EFI/Boot file detected: /mnt/boot-sav/sda2/EFI/Boot/bootx64.efi
Presence of .bkp file detected: /mnt/boot-sav/sda2/EFI/Boot/bkpbootx64.efi
Presence of .bkp file detected: /mnt/boot-sav/sda2/EFI/Microsoft/Boot/bkpbootmgfw.efi

=================== sda7/etc/grub.d/ :
drwxr-xr-x  2 root root            4096 Jul  9 12:03 grub.d
drwxr-xr-x  2 root root            4096 Oct 29  2014 grub.d.bak
total 76
-rwxr-xr-x 1 root root  9424 Jun 26 11:16 00_header
-rwxr-xr-x 1 root root  6058 May  8  2014 05_debian_theme
-rwxr-xr-x 1 root root 11608 May 15  2014 10_linux
-rwxr-xr-x 1 root root 10412 May 15  2014 20_linux_xen
-rwxr-xr-x 1 root root   610 May 18 16:36 25_custom
-rwxr-xr-x 1 root root 11692 May 15  2014 30_os-prober
-rwxr-xr-x 1 root root  1416 May 15  2014 30_uefi-firmware
-rwxr-xr-x 1 root root   214 May 15  2014 40_custom
-rwxr-xr-x 1 root root   216 May 15  2014 41_custom
-rw-r--r-- 1 root root   483 May 15  2014 README




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

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

GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# 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="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# 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'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"



/boot/efi detected in the fstab of sda7: UUID=5426-4D8E	 (sda2)

efibootmgr -v
BootCurrent: 0003
Timeout: 0 seconds
BootOrder: 2001,0000,0005,0004,0006,2003,2002
Boot0000* ubuntu	HD(2,e1800,82000,4525ed29-9119-11e2-9796-a49812762736)File(EFIubuntushimx64.efi)
Boot0001* EFI Network 0 for IPv6 (7C-05-07-75-53-D5) 	ACPI(a0341d0,0)PCI(1c,2)PCI(0,0)MAC(7c05077553d5,0)030d3c000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000RC
Boot0002* EFI Network 0 for IPv4 (7C-05-07-75-53-D5) 	ACPI(a0341d0,0)PCI(1c,2)PCI(0,0)MAC(7c05077553d5,0)IPv4(0.0.0.0:0<->0.0.0.0:0,0, 0RC
Boot0003* EFI USB Device (Generic Flash Disk)	ACPI(a0341d0,0)PCI(1d,0)USB(0,0)USB(0,0)HD(1,3e,7a4f36,04030201)RC
Boot0004* Windows Boot Manager	HD(2,e1800,82000,4525ed29-9119-11e2-9796-a49812762736)File(EFIubuntushimx64.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}....................
Boot0005* Ubuntu	HD(2,e1800,82000,4525ed29-9119-11e2-9796-a49812762736)File(EFIubuntugrubx64.efi)RC
Boot0006* Windows Boot Manager	HD(2,e1800,82000,4525ed29-9119-11e2-9796-a49812762736)File(EFIMicrosoftBootbootmgfw.efi)RC
Boot2001* EFI USB Device	RC
Boot2002* EFI DVD/CDROM	RC
Boot2003* EFI Network	RC
=================== UEFI/Legacy mode:
Unusual EFI: Please report this message to boot.repair@gmail.com
BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
SecureBoot disabled. (maybe sec-boot, Please report this message to boot.repair@gmail.com)


=================== PARTITIONS & DISKS:
sda1	: sda,	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,	recovery-or-hidden,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	not-far,	/mnt/boot-sav/sda1.
sda2	: sda,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	is-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,	/mnt/boot-sav/sda2.
sda3	: sda,	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,	not-far,	/mnt/boot-sav/sda3.
sda4	: 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,	bootmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sda4.
sda5	: sda,	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,	recovery-or-hidden,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sda5.
sda7	: sda,	not-sepboot,	grubenv-ok	grub2,	signed 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,	/mnt/boot-sav/sda7.
sda8	: sda,	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/sda8.
sda9	: sda,	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,	recovery-or-hidden,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sda9.

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


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

Model: ATA TOSHIBA MQ01ABD0 (scsi)
Disk /dev/sda: 750GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt

Number  Start   End    Size    File system     Name                  Flags
1      1049kB  473MB  472MB   ntfs            Basic data partition  hidden, diag
2      473MB   746MB  273MB   fat32           Basic data partition  boot
3      746MB   880MB  134MB   ntfs            Basic data partition  msftres
4      880MB   401GB  401GB   ntfs            Basic data partition  msftdata
5      401GB   402GB  472MB   ntfs                                  hidden, diag
6      402GB   407GB  5000MB  linux-swap(v1)
7      407GB   433GB  26.2GB  ext4                                  msftdata
8      433GB   738GB  304GB   ntfs            Basic data partition  msftdata
9      738GB   750GB  12.6GB  ntfs            Basic data partition  hidden, diag


Model: Generic Flash Disk (scsi)
Disk /dev/sdb: 4110MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type     File system  Flags
1      31.7kB  4104MB  4104MB  primary  fat32        boot



                                                                          
Error: /dev/zram0: unrecognised disk label


                                                                          
Error: /dev/zram1: unrecognised disk label


                                                                          
Error: /dev/zram2: unrecognised disk label


                                                                          
Error: /dev/zram3: unrecognised disk label


                                                                          
Error: /dev/zram4: unrecognised disk label


                                                                          
Error: /dev/zram5: unrecognised disk label


                                                                          
Error: /dev/zram6: unrecognised disk label


                                                                          
Error: /dev/zram7: unrecognised disk label

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

BYT;
/dev/sda:750GB:scsi:512:4096:gpt:ATA TOSHIBA MQ01ABD0;
1:1049kB:473MB:472MB:ntfs:Basic data partition:hidden, diag;
2:473MB:746MB:273MB:fat32:Basic data partition:boot;
3:746MB:880MB:134MB:ntfs:Basic data partition:msftres;
4:880MB:401GB:401GB:ntfs:Basic data partition:msftdata;
5:401GB:402GB:472MB:ntfs::hidden, diag;
6:402GB:407GB:5000MB:linux-swap(v1)::;
7:407GB:433GB:26.2GB:ext4::msftdata;
8:433GB:738GB:304GB:ntfs:Basic data partition:msftdata;
9:738GB:750GB:12.6GB:ntfs:Basic data partition:hidden, diag;

BYT;
/dev/sdb:4110MB:scsi:512:512:msdos:Generic Flash Disk;
1:31.7kB:4104MB:4104MB:fat32::boot;


                                                                          
Error: /dev/zram0: unrecognised disk label


                                                                          
Error: /dev/zram1: unrecognised disk label


                                                                          
Error: /dev/zram2: unrecognised disk label


                                                                          
Error: /dev/zram3: unrecognised disk label


                                                                          
Error: /dev/zram4: unrecognised disk label


                                                                          
Error: /dev/zram5: unrecognised disk label


                                                                          
Error: /dev/zram6: unrecognised disk label


                                                                          
Error: /dev/zram7: unrecognised disk label


=================== mount:
/cow on / type overlayfs (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
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)
/dev/sdb1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/loop0 on /rofs type squashfs (ro,noatime)
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)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
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)
none on /sys/fs/pstore type pstore (rw)
systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=lubuntu)
/dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sda2 on /mnt/boot-sav/sda2 type vfat (rw)
/dev/sda3 on /mnt/boot-sav/sda3 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sda4 on /mnt/boot-sav/sda4 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sda5 on /mnt/boot-sav/sda5 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sda7 on /mnt/boot-sav/sda7 type ext4 (rw)
/dev/sda8 on /mnt/boot-sav/sda8 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sda9 on /mnt/boot-sav/sda9 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 sda4 sda5 sda6 sda7 sda8 sda9 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 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):  autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hpet input kmsg kvm log mapper mcelog mei mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9 sdb sdb1 sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom v4l vga_arbiter vhci vhost-net video0 zero
ls /dev/mapper:  control

=================== hexdump -n512 -C /dev/sda1
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 08 00 00  |........?.......|
00000020  00 00 00 00 80 00 80 00  ff 0f 0e 00 00 00 00 00  |................|
00000030  ff 95 00 00 00 00 00 00  ff e0 00 00 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  9a d5 24 10 ff 24 10 28  |..........$..$.(|
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.>..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 52 11 16  68 09 00 66 53 66 53 66  |h...hR..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  0a 13 b9 f6 0c fc f3 aa  e9 fe 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 a1 f6 01 e8 09 00  |...u...fa.......|
00000170  a1 fa 01 e8 03 00 f4 eb  fd 8b f0 ac 3c 00 74 09  |............<.t.|
00000180  b4 0e bb 07 00 cd 10 eb  f2 c3 0d 0a 41 20 64 69  |............A di|
00000190  73 6b 20 72 65 61 64 20  65 72 72 6f 72 20 6f 63  |sk read error oc|
000001a0  63 75 72 72 65 64 00 0d  0a 42 4f 4f 54 4d 47 52  |curred...BOOTMGR|
000001b0  20 69 73 20 63 6f 6d 70  72 65 73 73 65 64 00 0d  | is compressed..|
000001c0  0a 50 72 65 73 73 20 43  74 72 6c 2b 41 6c 74 2b  |.Press Ctrl+Alt+|
000001d0  44 65 6c 20 74 6f 20 72  65 73 74 61 72 74 0d 0a  |Del to restart..|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 8a 01  a7 01 bf 01 00 00 55 aa  |..............U.|
00000200

=================== hexdump -n512 -C /dev/sda2
00000000  eb 58 90 4d 53 44 4f 53  35 2e 30 00 02 08 fe 1b  |.X.MSDOS5.0.....|
00000010  02 00 00 00 00 f8 00 00  3f 00 ff 00 00 18 0e 00  |........?.......|
00000020  00 20 08 00 01 02 00 00  00 00 00 00 69 18 00 00  |. ..........i...|
00000030  01 00 06 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000040  80 01 29 8e 4d 26 54 4e  4f 20 4e 41 4d 45 20 20  |..).M&TNO 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 56 40 88 4e 02 8a 56  |{......|.V@.N..V|
00000070  40 b4 41 bb aa 55 cd 13  72 10 81 fb 55 aa 75 0a  |@.A..U..r...U.u.|
00000080  f6 c1 01 74 05 fe 46 02  eb 2d 8a 56 40 b4 08 cd  |...t..F..-.V@...|
00000090  13 73 05 b9 ff ff 8a f1  66 0f b6 c6 40 66 0f b6  |.s......f...@f..|
000000a0  d1 80 e2 3f f7 e2 86 cd  c0 ed 06 41 66 0f b7 c9  |...?.......Af...|
000000b0  66 f7 e1 66 89 46 f8 83  7e 16 00 75 39 83 7e 2a  |f..f.F..~..u9.~*|
000000c0  00 77 33 66 8b 46 1c 66  83 c0 0c bb 00 80 b9 01  |.w3f.F.f........|
000000d0  00 e8 2c 00 e9 a8 03 a1  f8 7d 80 c4 7c 8b f0 ac  |..,......}..|...|
000000e0  84 c0 74 17 3c ff 74 09  b4 0e bb 07 00 cd 10 eb  |..t.<.t.........|
000000f0  ee a1 fa 7d eb e4 a1 7d  80 eb df 98 cd 16 cd 19  |...}...}........|
00000100  66 60 80 7e 02 00 0f 84  20 00 66 6a 00 66 50 06  |f`.~.... .fj.fP.|
00000110  53 66 68 10 00 01 00 b4  42 8a 56 40 8b f4 cd 13  |Sfh.....B.V@....|
00000120  66 58 66 58 66 58 66 58  eb 33 66 3b 46 f8 72 03  |fXfXfXfX.3f;F.r.|
00000130  f9 eb 2a 66 33 d2 66 0f  b7 4e 18 66 f7 f1 fe c2  |..*f3.f..N.f....|
00000140  8a ca 66 8b d0 66 c1 ea  10 f7 76 1a 86 d6 8a 56  |..f..f....v....V|
00000150  40 8a e8 c0 e4 06 0a cc  b8 01 02 cd 13 66 61 0f  |@............fa.|
00000160  82 74 ff 81 c3 00 02 66  40 49 75 94 c3 42 4f 4f  |.t.....f@Iu..BOO|
00000170  54 4d 47 52 20 20 20 20  00 00 00 00 00 00 00 00  |TMGR    ........|
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 44 69  |..............Di|
000001b0  73 6b 20 65 72 72 6f 72  ff 0d 0a 50 72 65 73 73  |sk error...Press|
000001c0  20 61 6e 79 20 6b 65 79  20 74 6f 20 72 65 73 74  | any key to rest|
000001d0  61 72 74 0d 0a 00 00 00  00 00 00 00 00 00 00 00  |art.............|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 00 00  ac 01 b9 01 00 00 55 aa  |..............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 38 16 00  |........?....8..|
00000020  00 00 00 00 80 00 80 00  ff ff 03 00 00 00 00 00  |................|
00000030  aa 2a 00 00 00 00 00 00  02 00 00 00 00 00 00 00  |.*..............|
00000040  f6 00 00 00 01 00 00 00  d6 aa 27 d2 e6 27 d2 34  |..........'..'.4|
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.>..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 52 11 16  68 09 00 66 53 66 53 66  |h...hR..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  0a 13 b9 f6 0c fc f3 aa  e9 fe 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 a1 f6 01 e8 09 00  |...u...fa.......|
00000170  a1 fa 01 e8 03 00 f4 eb  fd 8b f0 ac 3c 00 74 09  |............<.t.|
00000180  b4 0e bb 07 00 cd 10 eb  f2 c3 0d 0a 41 20 64 69  |............A di|
00000190  73 6b 20 72 65 61 64 20  65 72 72 6f 72 20 6f 63  |sk read error oc|
000001a0  63 75 72 72 65 64 00 0d  0a 42 4f 4f 54 4d 47 52  |curred...BOOTMGR|
000001b0  20 69 73 20 63 6f 6d 70  72 65 73 73 65 64 00 0d  | is compressed..|
000001c0  0a 50 72 65 73 73 20 43  74 72 6c 2b 41 6c 74 2b  |.Press Ctrl+Alt+|
000001d0  44 65 6c 20 74 6f 20 72  65 73 74 61 72 74 0d 0a  |Del to restart..|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 8a 01  a7 01 bf 01 00 00 55 aa  |..............U.|
00000200

=================== hexdump -n512 -C /dev/sda4
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 38 1a 00  |........?....8..|
00000020  00 00 00 00 80 00 80 00  ff 37 a3 2e 00 00 00 00  |.........7......|
00000030  00 00 0c 00 00 00 00 00  ff ff 9f 00 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  d7 cb 29 84 ed 29 84 1a  |..........)..)..|
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.>..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 52 11 16  68 09 00 66 53 66 53 66  |h...hR..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  0a 13 b9 f6 0c fc f3 aa  e9 fe 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 a1 f6 01 e8 09 00  |...u...fa.......|
00000170  a1 fa 01 e8 03 00 f4 eb  fd 8b f0 ac 3c 00 74 09  |............<.t.|
00000180  b4 0e bb 07 00 cd 10 eb  f2 c3 0d 0a 41 20 64 69  |............A di|
00000190  73 6b 20 72 65 61 64 20  65 72 72 6f 72 20 6f 63  |sk read error oc|
000001a0  63 75 72 72 65 64 00 0d  0a 42 4f 4f 54 4d 47 52  |curred...BOOTMGR|
000001b0  20 69 73 20 63 6f 6d 70  72 65 73 73 65 64 00 0d  | is compressed..|
000001c0  0a 50 72 65 73 73 20 43  74 72 6c 2b 41 6c 74 2b  |.Press Ctrl+Alt+|
000001d0  44 65 6c 20 74 6f 20 72  65 73 74 61 72 74 0d 0a  |Del to restart..|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 8a 01  a7 01 bf 01 00 00 55 aa  |..............U.|
00000200

=================== hexdump -n512 -C /dev/sda5
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 70 bd 2e  |........?....p..|
00000020  00 00 00 00 80 00 80 00  ff 0f 0e 00 00 00 00 00  |................|
00000030  00 96 00 00 00 00 00 00  02 00 00 00 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  89 a8 45 3e f2 45 3e fa  |..........E>.E>.|
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.>..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 52 11 16  68 09 00 66 53 66 53 66  |h...hR..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  0a 13 b9 f6 0c fc f3 aa  e9 fe 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 a1 f6 01 e8 09 00  |...u...fa.......|
00000170  a1 fa 01 e8 03 00 f4 eb  fd 8b f0 ac 3c 00 74 09  |............<.t.|
00000180  b4 0e bb 07 00 cd 10 eb  f2 c3 0d 0a 45 72 72 65  |............Erre|
00000190  75 72 20 6c 65 63 74 75  72 65 20 64 69 73 71 75  |ur lecture disqu|
000001a0  65 00 0d 0a 42 4f 4f 54  4d 47 52 20 63 6f 6d 70  |e...BOOTMGR comp|
000001b0  72 65 73 73 82 00 0d 0a  43 74 72 6c 2b 41 6c 74  |ress....Ctrl+Alt|
000001c0  2b 53 75 70 70 72 20 70  6f 75 72 20 72 65 64 82  |+Suppr pour red.|
000001d0  6d 61 72 72 65 72 0d 0a  00 73 74 61 72 74 0d 0a  |marrer...start..|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 8a 01  a2 01 b6 01 00 00 55 aa  |..............U.|
00000200

=================== hexdump -n512 -C /dev/sda8
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 c0 6d 32  |........?.....m2|
00000020  00 00 00 00 80 00 80 00  ff bf 6d 23 00 00 00 00  |..........m#....|
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  c7 08 2f c2 45 2f c2 76  |........../.E/.v|
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.>..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 52 11 16  68 09 00 66 53 66 53 66  |h...hR..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  0a 13 b9 f6 0c fc f3 aa  e9 fe 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 a1 f6 01 e8 09 00  |...u...fa.......|
00000170  a1 fa 01 e8 03 00 f4 eb  fd 8b f0 ac 3c 00 74 09  |............<.t.|
00000180  b4 0e bb 07 00 cd 10 eb  f2 c3 0d 0a 45 72 72 65  |............Erre|
00000190  75 72 20 6c 65 63 74 75  72 65 20 64 69 73 71 75  |ur lecture disqu|
000001a0  65 00 0d 0a 42 4f 4f 54  4d 47 52 20 63 6f 6d 70  |e...BOOTMGR comp|
000001b0  72 65 73 73 82 00 0d 0a  43 74 72 6c 2b 41 6c 74  |ress....Ctrl+Alt|
000001c0  2b 53 75 70 70 72 20 70  6f 75 72 20 72 65 64 82  |+Suppr pour red.|
000001d0  6d 61 72 72 65 72 0d 0a  00 73 74 61 72 74 0d 0a  |marrer...start..|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 8a 01  a2 01 b6 01 00 00 55 aa  |..............U.|
00000200

=================== hexdump -n512 -C /dev/sda9
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 88 db 55  |........?......U|
00000020  00 00 00 00 80 00 80 00  ff d7 78 01 00 00 00 00  |..........x.....|
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  2b 9d 99 2a ab 99 2a 82  |........+..*..*.|
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.>..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 52 11 16  68 09 00 66 53 66 53 66  |h...hR..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  0a 13 b9 f6 0c fc f3 aa  e9 fe 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 a1 f6 01 e8 09 00  |...u...fa.......|
00000170  a1 fa 01 e8 03 00 f4 eb  fd 8b f0 ac 3c 00 74 09  |............<.t.|
00000180  b4 0e bb 07 00 cd 10 eb  f2 c3 0d 0a 41 20 64 69  |............A di|
00000190  73 6b 20 72 65 61 64 20  65 72 72 6f 72 20 6f 63  |sk read error oc|
000001a0  63 75 72 72 65 64 00 0d  0a 42 4f 4f 54 4d 47 52  |curred...BOOTMGR|
000001b0  20 69 73 20 63 6f 6d 70  72 65 73 73 65 64 00 0d  | is compressed..|
000001c0  0a 50 72 65 73 73 20 43  74 72 6c 2b 41 6c 74 2b  |.Press Ctrl+Alt+|
000001d0  44 65 6c 20 74 6f 20 72  65 73 74 61 72 74 0d 0a  |Del to restart..|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 8a 01  a7 01 bf 01 00 00 55 aa  |..............U.|
00000200

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


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

Filesystem     Type       Size  Used Avail Use% Mounted on
/cow           overlayfs  2.0G  6.3M  2.0G   1% /
udev           devtmpfs   1.9G   12K  1.9G   1% /dev
tmpfs          tmpfs      391M  1.2M  390M   1% /run
/dev/sdb1      vfat       3.9G  647M  3.2G  17% /cdrom
/dev/loop0     squashfs   549M  549M     0 100% /rofs
none           tmpfs      4.0K     0  4.0K   0% /sys/fs/cgroup
tmpfs          tmpfs      2.0G  8.0K  2.0G   1% /tmp
none           tmpfs      5.0M     0  5.0M   0% /run/lock
none           tmpfs      2.0G     0  2.0G   0% /run/shm
none           tmpfs      100M   16K  100M   1% /run/user
/dev/sda1      fuseblk    450M  349M  102M  78% /mnt/boot-sav/sda1
/dev/sda2      vfat       256M   58M  199M  23% /mnt/boot-sav/sda2
/dev/sda3      fuseblk    128M   14M  115M  11% /mnt/boot-sav/sda3
/dev/sda4      fuseblk    374G   99G  275G  27% /mnt/boot-sav/sda4
/dev/sda5      fuseblk    450M  339M  112M  76% /mnt/boot-sav/sda5
/dev/sda7      ext4        24G   19G  4.4G  81% /mnt/boot-sav/sda7
/dev/sda8      fuseblk    284G  104G  180G  37% /mnt/boot-sav/sda8
/dev/sda9      fuseblk     12G   12G  635M  95% /mnt/boot-sav/sda9

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

Disk /dev/sda: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00000000

Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1  1465149167   732574583+  ee  GPT
Partition 1 does not start on physical sector boundary.

Disk /dev/sdb: 4110 MB, 4110417920 bytes
127 heads, 62 sectors/track, 1019 cylinders, total 8028160 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: 0x04030201

Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *          62     8015731     4007835    b  W95 FAT32


cp: cannot create directory ‘/mnt/boot-sav/sda7/var/log/boot-sav/log/2015-10-29__10h18boot-repair23/sda’: No space left on device
cp: cannot create directory ‘/mnt/boot-sav/sda7/var/log/boot-sav/log/2015-10-29__10h18boot-repair23/sda1’: No space left on device
cp: cannot create directory ‘/mnt/boot-sav/sda7/var/log/boot-sav/log/2015-10-29__10h18boot-repair23/sda2’: No space left on device
cp: cannot create directory ‘/mnt/boot-sav/sda7/var/log/boot-sav/log/2015-10-29__10h18boot-repair23/sda3’: No space left on device
cp: cannot create directory ‘/mnt/boot-sav/sda7/var/log/boot-sav/log/2015-10-29__10h18boot-repair23/sda4’: No space left on device
cp: cannot create directory ‘/mnt/boot-sav/sda7/var/log/boot-sav/log/2015-10-29__10h18boot-repair23/sda5’: No space left on device
cp: cannot create directory ‘/mnt/boot-sav/sda7/var/log/boot-sav/log/2015-10-29__10h18boot-repair23/sda7’: No space left on device
cp: cannot create directory ‘/mnt/boot-sav/sda7/var/log/boot-sav/log/2015-10-29__10h18boot-repair23/sda8’: No space left on device
cp: cannot create directory ‘/mnt/boot-sav/sda7/var/log/boot-sav/log/2015-10-29__10h18boot-repair23/sda9’: No space left on device


=================== Suggested repair
The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda7, using the following options:        sda2/boot/efi,
Additional repair would be performed: unhide-bootmenu-10s   fix-windows-boot


=================== Final advice in case of suggested repair
Please do not forget to make your BIOS boot on sda2/efi/.../grub*.efi file!

If your computer reboots directly into Windows, try to change the boot order in your BIOS.
If your BIOS does not allow to change the boot order, change the default boot entry of the Windows bootloader.
For example you can boot into Windows, then type the following command in an admin command prompt:
bcdedit /set {bootmgr} path \EFI\...\grub*.efi


=================== User settings
The settings chosen by the user will not act on the boot.

Et en effet ### BEGIN /etc/grub.d/10_linux ### montre une 12aine de noyaux 3.13.
Donc, même si, en apparence, il te reste 4,4 Gio de libres :

========= df -Th:
Filesystem     Type       Size  Used Avail Use% Mounted on
/dev/sda7      ext4        24G   19G  4.4G  81% /mnt/boot-sav/sda7

il est probable que tu n'as plus d'i-noeuds disponibles. (En 1ère approche, comprends "lignes de table des matières").

En attendant le retour d'helias,
tu peux lire https://www.maccagnoni.eu/2013/10/ubunt … #more-1134

Dernière modification par moko138 (Le 29/10/2015, à 14:43)


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#9 Le 29/10/2015, à 14:35

Monfreid

Re : [résolu] Plus d'accès à ma session Ubuntu depuis une MAJ étrange

moko 138,

merci pour la réponse, mais elle n'est pas terminée: "Il est probable que tu n'a" ???

Du coup, il faut faire quoi que tout revienne comme il faut ?

Hors ligne

#10 Le 29/10/2015, à 14:44

moko138

Re : [résolu] Plus d'accès à ma session Ubuntu depuis une MAJ étrange

Oui, j'ai complété.


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#11 Le 29/10/2015, à 23:00

Monfreid

Re : [résolu] Plus d'accès à ma session Ubuntu depuis une MAJ étrange

Bon, j'ai vraiment besoin d'aide car alors que je n'ai rien fait d'autre qu'éteindre et rallumer l'ordi, maintenant si je lance Ubuntu, au lieu d'avoir l'écran avec la demande de mot de passe, je me retrouve avec un écran noir !!! plus rien ne s'affiche !!!
Je précise que sous la session Windows, tout fonctionne au niveau écran.

EDIT:

Sauvé !!!

Pour résumer,

- réussi à récupérer l'accès aux lignes de commande en faisant CTRL+ALT+F1 dès le lancement de l'ordi, sans attendre.
- D'après les indications de moko 138, j'ai suivi le lien suivant: nettoyage noyaux
- Donc, il fallait nettoyer les noyaux 3.13, ce que j'ai fait.
- enfin redémarrage et... récupéré mon ordi.

C'est résolu. Un grand merci à Hélias et Moko138 !

Dernière modification par Monfreid (Le 30/10/2015, à 00:10)

Hors ligne

#12 Le 30/10/2015, à 00:20

Ayral

Re : [résolu] Plus d'accès à ma session Ubuntu depuis une MAJ étrange

À l'avenir, utilise l'application Kclean tous les 2 ou 3 mois pour nettoyer les anciens noyaux.


Pour mettre les retours de commande entre deux balises code, les explications sont là : https://forum.ubuntu-fr.org/viewtopic.php?id=1614731
Blog d'un retraité
Site de graphisme du fiston Loïc
Ubuntu 22.04 LTS sur un Thinkpad W540

Hors ligne

#13 Le 30/10/2015, à 04:53

helias

Re : [résolu] Plus d'accès à ma session Ubuntu depuis une MAJ étrange

Désolé de l'attente Monfreid, je n'ai pas pu te répondre plus tôt sad
Mais très content que tout soit rentré dans l'ordre pour toi smile

Bonne continuation,
Hélias

Hors ligne

#14 Le 30/10/2015, à 09:56

Monfreid

Re : [résolu] Plus d'accès à ma session Ubuntu depuis une MAJ étrange

Ayral,
oui, j'ai découvert hier l'existence de Kclean, vais l'utiliser, ce sera plus rapide.

Helias,
pas de soucis, merci pour ton aide qui m'a permis d'avoir accès aux lignes de commande. à +.

Hors ligne