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 03/05/2015, à 19:43

Aurelien7931

Windows et Ubuntu : Invalid EFI file path au démarrage de Windows

Bonjour,

Depuis l'installation de Windows et Ubuntu en cohabitation, je n'arrive plus à lancer Windows.
J'ai fait un rapport boot-info à l'adresse suivante :
http://paste.ubuntu.com/10979707/

Que puis-je faire ?

Merci d'avance !

Hors ligne

#2 Le 04/05/2015, à 15:56

malbo

Re : Windows et Ubuntu : Invalid EFI file path au démarrage de Windows

Ton Boot-Info est là :

 Boot Info Script e7fc706 + Boot-Repair extra info      [Boot-Info 5Sep2013]


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

 => Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sda.

sda1: __________________________________________________________________________

    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/bootx64.efi /EFI/Boot/bootx64.efi.bkp 
                       /EFI/ubuntu/grubx64.efi 
                       /EFI/Microsoft/Boot/bootmgfw.efi 
                       /EFI/Microsoft/Boot/bootmgfw.efi.bkp 
                       /EFI/Microsoft/Boot/bootmgr.efi 
                       /EFI/Microsoft/Boot/bootx64.efi 
                       /EFI/Microsoft/Boot/bootx64.efi.grb 
                       /EFI/Microsoft/Boot/memtest.efi

sda2: __________________________________________________________________________

    File system:       
    Boot sector type:  -
    Boot sector info: 
    Mounting failed:   mount: unknown filesystem type ''

sda3: __________________________________________________________________________

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

sda4: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Grub2 (v1.99-2.00)
    Boot sector info:  Grub2 (v2.00) is installed in the boot sector of sda4 
                       and looks at sector 483959544 of the same hard drive 
                       for core.img. core.img is at this location and looks 
                       in partition 1 for (,gpt7)/boot/grub. No errors found 
                       in the Boot Parameter Block.
    Operating System:  
    Boot files:        

sda5: __________________________________________________________________________

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

sda6: __________________________________________________________________________

    File system:       BIOS Boot partition
    Boot sector type:  Unknown
    Boot sector info: 

sda7: __________________________________________________________________________

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

sda8: __________________________________________________________________________

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

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

Drive: sda _____________________________________________________________________

Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 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   625,142,447   625,142,447  ee GPT


GUID Partition Table detected.

Partition    Start Sector    End Sector  # of Sectors System
/dev/sda1           2,048       411,647       409,600 EFI System partition
/dev/sda2         411,648       673,791       262,144 Microsoft Reserved Partition (Windows)
/dev/sda3         673,792   250,730,495   250,056,704 EFI System partition
/dev/sda4     250,730,496   412,177,793   161,447,298 Data partition (Windows/Linux)
/dev/sda5     572,712,960   625,141,759    52,428,800 Windows Recovery Environment (Windows)
/dev/sda6     412,178,432   412,180,479         2,048 BIOS Boot partition
/dev/sda7     412,180,480   564,563,967   152,383,488 Data partition (Windows/Linux)
/dev/sda8     564,563,968   572,712,959     8,148,992 Swap partition (Linux)

"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        9EEC-2298                              vfat       SYSTEM
/dev/sda3        B8449665449625E2                       ntfs       OS
/dev/sda4        00D48EC8D48EC000                       ntfs       DATA
/dev/sda5        7E0EA90E0EA8C10F                       ntfs       Recovery
/dev/sda7        5c3e39bc-c986-43aa-b994-9f31785c8b5e   ext4       
/dev/sda8        37fc6827-8b38-4121-b65f-c2b017ef7596   swap       

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

Device           Mount_Point              Type       Options

/dev/sda1        /boot/efi                vfat       (rw)
/dev/sda7        /                        ext4       (rw,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
set default="Windows UEFI loader"

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  5c3e39bc-c986-43aa-b994-9f31785c8b5e
else
  search --no-floppy --fs-uuid --set=root 5c3e39bc-c986-43aa-b994-9f31785c8b5e
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=-1
else
  set timeout=10
fi
### END /etc/grub.d/00_header ###

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

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload="${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
if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-5c3e39bc-c986-43aa-b994-9f31785c8b5e' {
recordfail
	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  5c3e39bc-c986-43aa-b994-9f31785c8b5e
	else
	  search --no-floppy --fs-uuid --set=root 5c3e39bc-c986-43aa-b994-9f31785c8b5e
	fi
	linux	/boot/vmlinuz-3.5.0-51-generic root=UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e ro   quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.5.0-51-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-5c3e39bc-c986-43aa-b994-9f31785c8b5e' {
	menuentry 'Ubuntu, avec Linux 3.5.0-51-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-51-generic-advanced-5c3e39bc-c986-43aa-b994-9f31785c8b5e' {
	recordfail
		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  5c3e39bc-c986-43aa-b994-9f31785c8b5e
		else
		  search --no-floppy --fs-uuid --set=root 5c3e39bc-c986-43aa-b994-9f31785c8b5e
		fi
		echo	'Chargement de Linux 3.5.0-51-generic…'
		linux	/boot/vmlinuz-3.5.0-51-generic root=UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e ro   quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.5.0-51-generic
	}
	menuentry 'Ubuntu, avec Linux 3.5.0-51-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-51-generic-recovery-5c3e39bc-c986-43aa-b994-9f31785c8b5e' {
	recordfail
		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  5c3e39bc-c986-43aa-b994-9f31785c8b5e
		else
		  search --no-floppy --fs-uuid --set=root 5c3e39bc-c986-43aa-b994-9f31785c8b5e
		fi
		echo	'Chargement de Linux 3.5.0-51-generic…'
		linux	/boot/vmlinuz-3.5.0-51-generic root=UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.5.0-51-generic
	}
	menuentry 'Ubuntu, avec Linux 3.5.0-47-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-47-generic-advanced-5c3e39bc-c986-43aa-b994-9f31785c8b5e' {
	recordfail
		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  5c3e39bc-c986-43aa-b994-9f31785c8b5e
		else
		  search --no-floppy --fs-uuid --set=root 5c3e39bc-c986-43aa-b994-9f31785c8b5e
		fi
		echo	'Chargement de Linux 3.5.0-47-generic…'
		linux	/boot/vmlinuz-3.5.0-47-generic root=UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e ro   quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.5.0-47-generic
	}
	menuentry 'Ubuntu, avec Linux 3.5.0-47-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-47-generic-recovery-5c3e39bc-c986-43aa-b994-9f31785c8b5e' {
	recordfail
		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  5c3e39bc-c986-43aa-b994-9f31785c8b5e
		else
		  search --no-floppy --fs-uuid --set=root 5c3e39bc-c986-43aa-b994-9f31785c8b5e
		fi
		echo	'Chargement de Linux 3.5.0-47-generic…'
		linux	/boot/vmlinuz-3.5.0-47-generic root=UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.5.0-47-generic
	}
	menuentry 'Ubuntu, avec Linux 3.5.0-45-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-45-generic-advanced-5c3e39bc-c986-43aa-b994-9f31785c8b5e' {
	recordfail
		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  5c3e39bc-c986-43aa-b994-9f31785c8b5e
		else
		  search --no-floppy --fs-uuid --set=root 5c3e39bc-c986-43aa-b994-9f31785c8b5e
		fi
		echo	'Chargement de Linux 3.5.0-45-generic…'
		linux	/boot/vmlinuz-3.5.0-45-generic root=UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e ro   quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.5.0-45-generic
	}
	menuentry 'Ubuntu, avec Linux 3.5.0-45-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-45-generic-recovery-5c3e39bc-c986-43aa-b994-9f31785c8b5e' {
	recordfail
		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  5c3e39bc-c986-43aa-b994-9f31785c8b5e
		else
		  search --no-floppy --fs-uuid --set=root 5c3e39bc-c986-43aa-b994-9f31785c8b5e
		fi
		echo	'Chargement de Linux 3.5.0-45-generic…'
		linux	/boot/vmlinuz-3.5.0-45-generic root=UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.5.0-45-generic
	}
	menuentry 'Ubuntu, avec Linux 3.5.0-44-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-44-generic-advanced-5c3e39bc-c986-43aa-b994-9f31785c8b5e' {
	recordfail
		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  5c3e39bc-c986-43aa-b994-9f31785c8b5e
		else
		  search --no-floppy --fs-uuid --set=root 5c3e39bc-c986-43aa-b994-9f31785c8b5e
		fi
		echo	'Chargement de Linux 3.5.0-44-generic…'
		linux	/boot/vmlinuz-3.5.0-44-generic root=UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e ro   quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.5.0-44-generic
	}
	menuentry 'Ubuntu, avec Linux 3.5.0-44-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-44-generic-recovery-5c3e39bc-c986-43aa-b994-9f31785c8b5e' {
	recordfail
		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  5c3e39bc-c986-43aa-b994-9f31785c8b5e
		else
		  search --no-floppy --fs-uuid --set=root 5c3e39bc-c986-43aa-b994-9f31785c8b5e
		fi
		echo	'Chargement de Linux 3.5.0-44-generic…'
		linux	/boot/vmlinuz-3.5.0-44-generic root=UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.5.0-44-generic
	}
	menuentry 'Ubuntu, avec Linux 3.5.0-43-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-43-generic-advanced-5c3e39bc-c986-43aa-b994-9f31785c8b5e' {
	recordfail
		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  5c3e39bc-c986-43aa-b994-9f31785c8b5e
		else
		  search --no-floppy --fs-uuid --set=root 5c3e39bc-c986-43aa-b994-9f31785c8b5e
		fi
		echo	'Chargement de Linux 3.5.0-43-generic…'
		linux	/boot/vmlinuz-3.5.0-43-generic root=UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e ro   quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.5.0-43-generic
	}
	menuentry 'Ubuntu, avec Linux 3.5.0-43-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-43-generic-recovery-5c3e39bc-c986-43aa-b994-9f31785c8b5e' {
	recordfail
		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  5c3e39bc-c986-43aa-b994-9f31785c8b5e
		else
		  search --no-floppy --fs-uuid --set=root 5c3e39bc-c986-43aa-b994-9f31785c8b5e
		fi
		echo	'Chargement de Linux 3.5.0-43-generic…'
		linux	/boot/vmlinuz-3.5.0-43-generic root=UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.5.0-43-generic
	}
	menuentry 'Ubuntu, avec Linux 3.5.0-40-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-40-generic-advanced-5c3e39bc-c986-43aa-b994-9f31785c8b5e' {
	recordfail
		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  5c3e39bc-c986-43aa-b994-9f31785c8b5e
		else
		  search --no-floppy --fs-uuid --set=root 5c3e39bc-c986-43aa-b994-9f31785c8b5e
		fi
		echo	'Chargement de Linux 3.5.0-40-generic…'
		linux	/boot/vmlinuz-3.5.0-40-generic root=UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e ro   quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.5.0-40-generic
	}
	menuentry 'Ubuntu, avec Linux 3.5.0-40-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-40-generic-recovery-5c3e39bc-c986-43aa-b994-9f31785c8b5e' {
	recordfail
		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  5c3e39bc-c986-43aa-b994-9f31785c8b5e
		else
		  search --no-floppy --fs-uuid --set=root 5c3e39bc-c986-43aa-b994-9f31785c8b5e
		fi
		echo	'Chargement de Linux 3.5.0-40-generic…'
		linux	/boot/vmlinuz-3.5.0-40-generic root=UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.5.0-40-generic
	}
	menuentry 'Ubuntu, avec Linux 3.5.0-39-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-39-generic-advanced-5c3e39bc-c986-43aa-b994-9f31785c8b5e' {
	recordfail
		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  5c3e39bc-c986-43aa-b994-9f31785c8b5e
		else
		  search --no-floppy --fs-uuid --set=root 5c3e39bc-c986-43aa-b994-9f31785c8b5e
		fi
		echo	'Chargement de Linux 3.5.0-39-generic…'
		linux	/boot/vmlinuz-3.5.0-39-generic root=UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e ro   quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.5.0-39-generic
	}
	menuentry 'Ubuntu, avec Linux 3.5.0-39-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-39-generic-recovery-5c3e39bc-c986-43aa-b994-9f31785c8b5e' {
	recordfail
		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  5c3e39bc-c986-43aa-b994-9f31785c8b5e
		else
		  search --no-floppy --fs-uuid --set=root 5c3e39bc-c986-43aa-b994-9f31785c8b5e
		fi
		echo	'Chargement de Linux 3.5.0-39-generic…'
		linux	/boot/vmlinuz-3.5.0-39-generic root=UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.5.0-39-generic
	}
	menuentry 'Ubuntu, avec Linux 3.5.0-37-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-37-generic-advanced-5c3e39bc-c986-43aa-b994-9f31785c8b5e' {
	recordfail
		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  5c3e39bc-c986-43aa-b994-9f31785c8b5e
		else
		  search --no-floppy --fs-uuid --set=root 5c3e39bc-c986-43aa-b994-9f31785c8b5e
		fi
		echo	'Chargement de Linux 3.5.0-37-generic…'
		linux	/boot/vmlinuz-3.5.0-37-generic root=UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e ro   quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.5.0-37-generic
	}
	menuentry 'Ubuntu, avec Linux 3.5.0-37-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-37-generic-recovery-5c3e39bc-c986-43aa-b994-9f31785c8b5e' {
	recordfail
		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  5c3e39bc-c986-43aa-b994-9f31785c8b5e
		else
		  search --no-floppy --fs-uuid --set=root 5c3e39bc-c986-43aa-b994-9f31785c8b5e
		fi
		echo	'Chargement de Linux 3.5.0-37-generic…'
		linux	/boot/vmlinuz-3.5.0-37-generic root=UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.5.0-37-generic
	}
	menuentry 'Ubuntu, avec Linux 3.5.0-34-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-34-generic-advanced-5c3e39bc-c986-43aa-b994-9f31785c8b5e' {
	recordfail
		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  5c3e39bc-c986-43aa-b994-9f31785c8b5e
		else
		  search --no-floppy --fs-uuid --set=root 5c3e39bc-c986-43aa-b994-9f31785c8b5e
		fi
		echo	'Chargement de Linux 3.5.0-34-generic…'
		linux	/boot/vmlinuz-3.5.0-34-generic root=UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e ro   quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.5.0-34-generic
	}
	menuentry 'Ubuntu, avec Linux 3.5.0-34-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-34-generic-recovery-5c3e39bc-c986-43aa-b994-9f31785c8b5e' {
	recordfail
		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  5c3e39bc-c986-43aa-b994-9f31785c8b5e
		else
		  search --no-floppy --fs-uuid --set=root 5c3e39bc-c986-43aa-b994-9f31785c8b5e
		fi
		echo	'Chargement de Linux 3.5.0-34-generic…'
		linux	/boot/vmlinuz-3.5.0-34-generic root=UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.5.0-34-generic
	}
	menuentry 'Ubuntu, avec Linux 3.5.0-32-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-32-generic-advanced-5c3e39bc-c986-43aa-b994-9f31785c8b5e' {
	recordfail
		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  5c3e39bc-c986-43aa-b994-9f31785c8b5e
		else
		  search --no-floppy --fs-uuid --set=root 5c3e39bc-c986-43aa-b994-9f31785c8b5e
		fi
		echo	'Chargement de Linux 3.5.0-32-generic…'
		linux	/boot/vmlinuz-3.5.0-32-generic root=UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e ro   quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.5.0-32-generic
	}
	menuentry 'Ubuntu, avec Linux 3.5.0-32-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-32-generic-recovery-5c3e39bc-c986-43aa-b994-9f31785c8b5e' {
	recordfail
		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  5c3e39bc-c986-43aa-b994-9f31785c8b5e
		else
		  search --no-floppy --fs-uuid --set=root 5c3e39bc-c986-43aa-b994-9f31785c8b5e
		fi
		echo	'Chargement de Linux 3.5.0-32-generic…'
		linux	/boot/vmlinuz-3.5.0-32-generic root=UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.5.0-32-generic
	}
	menuentry 'Ubuntu, avec Linux 3.5.0-31-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-31-generic-advanced-5c3e39bc-c986-43aa-b994-9f31785c8b5e' {
	recordfail
		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  5c3e39bc-c986-43aa-b994-9f31785c8b5e
		else
		  search --no-floppy --fs-uuid --set=root 5c3e39bc-c986-43aa-b994-9f31785c8b5e
		fi
		echo	'Chargement de Linux 3.5.0-31-generic…'
		linux	/boot/vmlinuz-3.5.0-31-generic root=UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e ro   quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.5.0-31-generic
	}
	menuentry 'Ubuntu, avec Linux 3.5.0-31-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-31-generic-recovery-5c3e39bc-c986-43aa-b994-9f31785c8b5e' {
	recordfail
		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  5c3e39bc-c986-43aa-b994-9f31785c8b5e
		else
		  search --no-floppy --fs-uuid --set=root 5c3e39bc-c986-43aa-b994-9f31785c8b5e
		fi
		echo	'Chargement de Linux 3.5.0-31-generic…'
		linux	/boot/vmlinuz-3.5.0-31-generic root=UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.5.0-31-generic
	}
	menuentry 'Ubuntu, avec Linux 3.5.0-30-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-30-generic-advanced-5c3e39bc-c986-43aa-b994-9f31785c8b5e' {
	recordfail
		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  5c3e39bc-c986-43aa-b994-9f31785c8b5e
		else
		  search --no-floppy --fs-uuid --set=root 5c3e39bc-c986-43aa-b994-9f31785c8b5e
		fi
		echo	'Chargement de Linux 3.5.0-30-generic…'
		linux	/boot/vmlinuz-3.5.0-30-generic root=UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e ro   quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.5.0-30-generic
	}
	menuentry 'Ubuntu, avec Linux 3.5.0-30-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-30-generic-recovery-5c3e39bc-c986-43aa-b994-9f31785c8b5e' {
	recordfail
		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  5c3e39bc-c986-43aa-b994-9f31785c8b5e
		else
		  search --no-floppy --fs-uuid --set=root 5c3e39bc-c986-43aa-b994-9f31785c8b5e
		fi
		echo	'Chargement de Linux 3.5.0-30-generic…'
		linux	/boot/vmlinuz-3.5.0-30-generic root=UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.5.0-30-generic
	}
	menuentry 'Ubuntu, avec Linux 3.5.0-28-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-28-generic-advanced-5c3e39bc-c986-43aa-b994-9f31785c8b5e' {
	recordfail
		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  5c3e39bc-c986-43aa-b994-9f31785c8b5e
		else
		  search --no-floppy --fs-uuid --set=root 5c3e39bc-c986-43aa-b994-9f31785c8b5e
		fi
		echo	'Chargement de Linux 3.5.0-28-generic…'
		linux	/boot/vmlinuz-3.5.0-28-generic root=UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e ro   quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.5.0-28-generic
	}
	menuentry 'Ubuntu, avec Linux 3.5.0-28-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-28-generic-recovery-5c3e39bc-c986-43aa-b994-9f31785c8b5e' {
	recordfail
		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  5c3e39bc-c986-43aa-b994-9f31785c8b5e
		else
		  search --no-floppy --fs-uuid --set=root 5c3e39bc-c986-43aa-b994-9f31785c8b5e
		fi
		echo	'Chargement de Linux 3.5.0-28-generic…'
		linux	/boot/vmlinuz-3.5.0-28-generic root=UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.5.0-28-generic
	}
	menuentry 'Ubuntu, avec Linux 3.5.0-21-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-21-generic-advanced-5c3e39bc-c986-43aa-b994-9f31785c8b5e' {
	recordfail
		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  5c3e39bc-c986-43aa-b994-9f31785c8b5e
		else
		  search --no-floppy --fs-uuid --set=root 5c3e39bc-c986-43aa-b994-9f31785c8b5e
		fi
		echo	'Chargement de Linux 3.5.0-21-generic…'
		linux	/boot/vmlinuz-3.5.0-21-generic root=UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e ro   quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.5.0-21-generic
	}
	menuentry 'Ubuntu, avec Linux 3.5.0-21-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-21-generic-recovery-5c3e39bc-c986-43aa-b994-9f31785c8b5e' {
	recordfail
		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  5c3e39bc-c986-43aa-b994-9f31785c8b5e
		else
		  search --no-floppy --fs-uuid --set=root 5c3e39bc-c986-43aa-b994-9f31785c8b5e
		fi
		echo	'Chargement de Linux 3.5.0-21-generic…'
		linux	/boot/vmlinuz-3.5.0-21-generic root=UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.5.0-21-generic
	}
	menuentry 'Ubuntu, avec Linux 3.5.0-17-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-17-generic-advanced-5c3e39bc-c986-43aa-b994-9f31785c8b5e' {
	recordfail
		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  5c3e39bc-c986-43aa-b994-9f31785c8b5e
		else
		  search --no-floppy --fs-uuid --set=root 5c3e39bc-c986-43aa-b994-9f31785c8b5e
		fi
		echo	'Chargement de Linux 3.5.0-17-generic…'
		linux	/boot/vmlinuz-3.5.0-17-generic root=UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e ro   quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.5.0-17-generic
	}
	menuentry 'Ubuntu, avec Linux 3.5.0-17-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-17-generic-recovery-5c3e39bc-c986-43aa-b994-9f31785c8b5e' {
	recordfail
		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  5c3e39bc-c986-43aa-b994-9f31785c8b5e
		else
		  search --no-floppy --fs-uuid --set=root 5c3e39bc-c986-43aa-b994-9f31785c8b5e
		fi
		echo	'Chargement de Linux 3.5.0-17-generic…'
		linux	/boot/vmlinuz-3.5.0-17-generic root=UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.5.0-17-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 loader" {
search --fs-uuid --no-floppy --set=root 9EEC-2298
chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi.bkp
}

menuentry "Windows Boot UEFI bootx64.efi.bkp" {
search --fs-uuid --no-floppy --set=root 9EEC-2298
chainloader (${root})/EFI/Boot/bootx64.efi.bkp
}
### END /etc/grub.d/25_custom ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows 7 (loader) (sur /dev/sda3)' --class windows --class os $menuentry_id_option 'osprober-chain-B8449665449625E2' {
	insmod part_gpt
	insmod ntfs
	set root='hd0,gpt3'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3  B8449665449625E2
	else
	  search --no-floppy --fs-uuid --set=root B8449665449625E2
	fi
	chainloader +1
}
menuentry 'Windows Recovery Environment (loader) (sur /dev/sda5)' --class windows --class os $menuentry_id_option 'osprober-chain-7E0EA90E0EA8C10F' {
	insmod part_gpt
	insmod ntfs
	set root='hd0,gpt5'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5  7E0EA90E0EA8C10F
	else
	  search --no-floppy --fs-uuid --set=root 7E0EA90E0EA8C10F
	fi
	drivemap -s (hd0) ${root}
	chainloader +1
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
### 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.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda7 during installation
UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda8 during installation
UUID=37fc6827-8b38-4121-b65f-c2b017ef7596 none            swap    sw              0       0
UUID=9EEC-2298	/boot/efi	vfat	defaults	0	1
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

 206.749507904 = 221.995593728  boot/grub/grub.cfg                             1
 234.676723480 = 251.982213120  boot/vmlinuz-3.5.0-17-generic                  1
 232.145408630 = 249.264234496  boot/vmlinuz-3.5.0-21-generic                  1
 197.266498566 = 211.813289984  boot/vmlinuz-3.5.0-28-generic                  2
 217.129779816 = 233.141325824  boot/vmlinuz-3.5.0-30-generic                  1
 217.266494751 = 233.288122368  boot/vmlinuz-3.5.0-31-generic                  1
 217.411026001 = 233.443311616  boot/vmlinuz-3.5.0-32-generic                  1
 218.094623566 = 234.177318912  boot/vmlinuz-3.5.0-34-generic                  1
 219.192279816 = 235.355918336  boot/vmlinuz-3.5.0-37-generic                  1
 198.254779816 = 212.874448896  boot/vmlinuz-3.5.0-39-generic                  2
 200.008689880 = 214.757695488  boot/vmlinuz-3.5.0-40-generic                  2
 201.016502380 = 215.839825920  boot/vmlinuz-3.5.0-43-generic                  2
 232.996971130 = 250.178592768  boot/vmlinuz-3.5.0-44-generic                  1
 199.887596130 = 214.627672064  boot/vmlinuz-3.5.0-45-generic                  1
 233.864158630 = 251.109728256  boot/vmlinuz-3.5.0-47-generic                  1
 234.250881195 = 251.524968448  boot/vmlinuz-3.5.0-51-generic                  1
 234.250881195 = 251.524968448  vmlinuz                                        1
 234.250881195 = 251.524968448  vmlinuz.old                                    1
 198.314964294 = 212.939071488  boot/initrd.img-3.5.0-17-generic               1
 232.432151794 = 249.572122624  boot/initrd.img-3.5.0-21-generic               2
 200.213481903 = 214.977589248  boot/initrd.img-3.5.0-28-generic               1
 217.244731903 = 233.264754688  boot/initrd.img-3.5.0-30-generic               1
 217.533794403 = 233.575133184  boot/initrd.img-3.5.0-31-generic               1
 217.580669403 = 233.625464832  boot/initrd.img-3.5.0-32-generic               1
 218.205669403 = 234.296553472  boot/initrd.img-3.5.0-34-generic               1
 219.502605438 = 235.689127936  boot/initrd.img-3.5.0-37-generic               1
 199.041667938 = 213.719363584  boot/initrd.img-3.5.0-39-generic               2
 201.072914124 = 215.900397568  boot/initrd.img-3.5.0-40-generic               1
 202.229167938 = 217.141915648  boot/initrd.img-3.5.0-43-generic               1
 233.361976624 = 250.570514432  boot/initrd.img-3.5.0-44-generic               1
 197.041664124 = 211.571875840  boot/initrd.img-3.5.0-45-generic               1
 234.229167938 = 251.501654016  boot/initrd.img-3.5.0-47-generic               1
 235.096355438 = 252.432789504  boot/initrd.img-3.5.0-51-generic               1
 235.096355438 = 252.432789504  initrd.img                                     1
 235.096355438 = 252.432789504  initrd.img.old                                 1

======================== Unknown MBRs/Boot Sectors/etc: ========================

Unknown BootLoader on sda6

00000000  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
*
00000200


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

cat: write error: Broken pipe

ADDITIONAL INFORMATION :
=================== log of boot-repair 2015-05-03__19h16 ===================
boot-repair version : 3.199~ppa27~quantal
boot-sav version : 3.199~ppa27~quantal
glade2script version : 3.2.2~ppa45~quantal
boot-sav-extra version : 3.199~ppa27~quantal
boot-repair is executed in installed-session (Ubuntu-Secure-Remix 12.10 19oct2012, quantal, Ubuntu, x86_64)
CPU op-mode(s):        32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-3.5.0-51-generic root=UUID=5c3e39bc-c986-43aa-b994-9f31785c8b5e ro quiet splash vt.handoff=7

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


=================== os-prober:
/dev/sda7:L'OS actuellement utilisé - Ubuntu-Secure-Remix 12.10 19oct2012 CurrentSession:linux
/dev/sda3:Windows 7 (loader):Windows:chain
/dev/sda5:Windows Recovery Environment (loader):Windows1:chain

=================== blkid:
/dev/sda1: LABEL="SYSTEM" UUID="9EEC-2298" TYPE="vfat"
/dev/sda3: LABEL="OS" UUID="B8449665449625E2" TYPE="ntfs"
/dev/sda4: LABEL="DATA" UUID="00D48EC8D48EC000" TYPE="ntfs"
/dev/sda5: LABEL="Recovery" UUID="7E0EA90E0EA8C10F" TYPE="ntfs"
/dev/sda7: UUID="5c3e39bc-c986-43aa-b994-9f31785c8b5e" TYPE="ext4"
/dev/sda8: UUID="37fc6827-8b38-4121-b65f-c2b017ef7596" TYPE="swap"


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


Attention : identifiant de table de partitions GPT (GUID) détecté sur « /dev/sda » ! L'utilitaire fdisk ne prend pas GPT en charge. Utilisez GNU Parted.


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


=================== /etc/grub.d/ :
drwxr-xr-x  2 root root          4096 sept. 28  2013 grub.d
drwxr-xr-x  2 root root          4096 oct.  21  2012 grub.d.bak
total 72
-rwxr-xr-x 1 root root  7541 oct.  14  2012 00_header
-rwxr-xr-x 1 root root  5488 oct.   4  2012 05_debian_theme
-rwxr-xr-x 1 root root 10891 oct.  14  2012 10_linux
-rwxr-xr-x 1 root root 10258 oct.  14  2012 20_linux_xen
-rwxr-xr-x 1 root root   322 févr. 13  2013 25_custom
-rwxr-xr-x 1 root root 10976 oct.  14  2012 30_os-prober
-rwxr-xr-x 1 root root  1426 oct.  14  2012 30_uefi-firmware
-rwxr-xr-x 1 root root   214 oct.  14  2012 40_custom
-rwxr-xr-x 1 root root   216 oct.  14  2012 41_custom
-rw-r--r-- 1 root root   483 oct.  14  2012 README




=================== /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="Windows UEFI loader"
#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=9EEC-2298	 (sda1)
Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootx64.efi
Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
Presence of .bkp file detected: /boot/efi/EFI/Boot/bootx64.efi.bkp
Presence of .bkp file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi.bkp

efibootmgr -v
BootCurrent: 0001
Timeout: 2 seconds
BootOrder: 0001,0000,0006
Boot0000* Windows Boot Manager	HD(1,800,64000,584df351-a471-44ab-a90b-c12c90007879)File(EFIMicrosoftBootbootmgfw.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.}...8................
Boot0001* ubuntu	HD(1,800,64000,584df351-a471-44ab-a90b-c12c90007879)File(EFIubuntugrubx64.efi)
Boot0006* ubuntu	HD(1,800,64000,584df351-a471-44ab-a90b-c12c90007879)File(EFIUbuntugrubx64.efi)
=================== UEFI/Legacy mode:
BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
SecureBoot disabled. (maybe sec-boot, Veuillez indiquer ce message à boot.repair@gmail.com)


=================== PARTITIONS & DISKS:
sda7	: sda,	not-sepboot,	grubenv-ok	grub2,	grub-efi ,	update-grub,	64,	with-boot,	is-os,	not--efi--part,	fstab-without-boot,	fstab-has-goodEFI,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	apt-get,	grub-install,	with--usr,	fstab-without-usr,	not-sep-usr,	standard,	farbios,	.
sda1	: sda,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	is-correct-EFI,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	not-far,	/boot/efi.
sda3	: sda,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	is-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	haswinload,	no-recov-nor-hid,	bootmgr,	is-winboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sda3.
sda4	: 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/sda4.
sda5	: 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,	no-winload,	recovery-or-hidden,	bootmgr,	is-winboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sda5.

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


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

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

Number  Start   End    Size    File system     Name                          Flags
1      1049kB  211MB  210MB   fat32           EFI system partition          boot
2      211MB   345MB  134MB                   Microsoft reserved partition  msftres
3      345MB   128GB  128GB   ntfs            Basic data partition          boot
4      128GB   211GB  82.7GB  ntfs            Basic data partition
6      211GB   211GB  1049kB                                                bios_grub
7      211GB   289GB  78.0GB  ext4
8      289GB   293GB  4172MB  linux-swap(v1)
5      293GB   320GB  26.8GB  ntfs            Basic data partition          hidden, diag

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

BYT;
/dev/sda:320GB:scsi:512:4096:gpt:ATA TOSHIBA MQ01ABD0;
1:1049kB:211MB:210MB:fat32:EFI system partition:boot;
2:211MB:345MB:134MB::Microsoft reserved partition:msftres;
3:345MB:128GB:128GB:ntfs:Basic data partition:boot;
4:128GB:211GB:82.7GB:ntfs:Basic data partition:;
6:211GB:211GB:1049kB:::bios_grub;
7:211GB:289GB:78.0GB:ext4::;
8:289GB:293GB:4172MB:linux-swap(v1)::;
5:293GB:320GB:26.8GB:ntfs:Basic data partition:hidden, diag;


=================== mount:
/dev/sda7 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
none on /sys/firmware/efi/efivars type efivarfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
/dev/sda1 on /boot/efi type vfat (rw)
gvfsd-fuse on /run/user/maisonubuntu/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=maisonubuntu)
/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)


=================== 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 size slaves stat subsystem trace uevent
/sys/block/sr0 (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered):  alarm ashmem autofs binder block bsg btrfs-control bus cdrom1 cdrw1 char console core cpu cpu_dma_latency disk dri dvd1 dvdrw1 ecryptfs fb0 fd full fuse hidraw0 hpet input kmsg log mapper mcelog mei mem net network_latency network_throughput null oldmem port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uinput urandom v4l vga_arbiter vhost-net video0 zero
ls /dev/mapper:  control
ls /boot/efi/1:

=================== hexdump -n512 -C /dev/sda1
00000000  eb 58 90 4d 53 44 4f 53  35 2e 30 00 02 04 de 19  |.X.MSDOS5.0.....|
00000010  02 00 00 00 00 f8 00 00  3f 00 ff 00 00 08 00 00  |........?.......|
00000020  00 40 06 00 11 03 00 00  00 00 00 00 02 00 00 00  |.@..............|
00000030  01 00 06 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000040  80 01 29 98 22 ec 9e 4e  4f 20 4e 41 4d 45 20 20  |..)."..NO NAME  |
00000050  20 20 46 41 54 33 32 20  20 20 33 c9 8e d1 bc f4  |  FAT32   3.....|
00000060  7b 8e c1 8e d9 bd 00 7c  88 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 48 0a 00  |........?....H..|
00000020  00 00 00 00 80 00 80 00  ff 8f e7 0e 00 00 00 00  |................|
00000030  00 00 0c 00 00 00 00 00  02 00 00 00 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  e2 25 96 44 65 96 44 b8  |.........%.De.D.|
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 70 0e 16  68 09 00 66 53 66 53 66  |h...hp..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  28 10 b9 d8 0f fc f3 aa  e9 5f 01 90 90 66 60 1e  |(........_...f`.|
00000120  06 66 a1 11 00 66 03 06  1c 00 1e 66 68 00 00 00  |.f...f.....fh...|
00000130  00 66 50 06 53 68 01 00  68 10 00 b4 42 8a 16 0e  |.fP.Sh..h...B...|
00000140  00 16 1f 8b f4 cd 13 66  59 5b 5a 66 59 66 59 1f  |.......fY[ZfYfY.|
00000150  0f 82 16 00 66 ff 06 11  00 03 16 0f 00 8e c2 ff  |....f...........|
00000160  0e 16 00 75 bc 07 1f 66  61 c3 a0 f8 01 e8 09 00  |...u...fa.......|
00000170  a0 fb 01 e8 03 00 f4 eb  fd b4 01 8b f0 ac 3c 00  |..............<.|
00000180  74 09 b4 0e bb 07 00 cd  10 eb f2 c3 0d 0a 41 20  |t.............A |
00000190  64 69 73 6b 20 72 65 61  64 20 65 72 72 6f 72 20  |disk read error |
000001a0  6f 63 63 75 72 72 65 64  00 0d 0a 42 4f 4f 54 4d  |occurred...BOOTM|
000001b0  47 52 20 69 73 20 6d 69  73 73 69 6e 67 00 0d 0a  |GR is missing...|
000001c0  42 4f 4f 54 4d 47 52 20  69 73 20 63 6f 6d 70 72  |BOOTMGR is compr|
000001d0  65 73 73 65 64 00 0d 0a  50 72 65 73 73 20 43 74  |essed...Press Ct|
000001e0  72 6c 2b 41 6c 74 2b 44  65 6c 20 74 6f 20 72 65  |rl+Alt+Del to re|
000001f0  73 74 61 72 74 0d 0a 00  8c a9 be d6 00 00 55 aa  |start.........U.|
00000200

=================== hexdump -n512 -C /dev/sda4
00000000  eb 63 90 4e 54 46 53 20  20 20 20 00 02 08 00 00  |.c.NTFS    .....|
00000010  00 00 00 00 00 f8 00 00  3f 00 ff 00 00 d8 f1 0e  |........?.......|
00000020  00 00 00 00 80 00 80 00  78 7d 9f 09 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  00 c0 8e d4 c8 8e d4 00  |................|
00000050  00 00 00 00 fa 33 c0 8e  d0 bc 00 80 f8 a2 d8 1c  |.....3..........|
00000060  00 00 00 00 ff fa 90 90  f6 c2 80 74 05 f6 c2 70  |...........t...p|
00000070  74 02 b2 80 ea 79 7c 00  00 31 c0 8e d8 8e d0 bc  |t....y|..1......|
00000080  00 20 fb a0 64 7c 3c ff  74 02 88 c2 52 bb 17 04  |. ..d|<.t...R...|
00000090  80 27 03 74 06 be 88 7d  e8 17 01 be 05 7c b4 41  |.'.t...}.....|.A|
000000a0  bb aa 55 cd 13 5a 52 72  3d 81 fb 55 aa 75 37 83  |..U..ZRr=..U.u7.|
000000b0  e1 01 74 32 31 c0 89 44  04 40 88 44 ff 89 44 02  |..t21..D.@.D..D.|
000000c0  c7 04 10 00 66 8b 1e 5c  7c 66 89 5c 08 66 8b 1e  |....f..|f..f..|
000000d0  60 7c 66 89 5c 0c c7 44  06 00 70 b4 42 cd 13 72  |`|f...D..p.B..r|
000000e0  05 bb 00 70 eb 76 b4 08  cd 13 73 0d f6 c2 80 0f  |...p.v....s.....|
000000f0  84 d0 00 be 93 7d e9 82  00 66 0f b6 c6 88 64 ff  |.....}...f....d.|
00000100  40 66 89 44 04 0f b6 d1  c1 e2 02 88 e8 88 f4 40  |@f.D...........@|
00000110  89 44 08 0f b6 c2 c0 e8  02 66 89 04 66 a1 60 7c  |.D.......f..f.`||
00000120  66 09 c0 75 4e 66 a1 5c  7c 66 31 d2 66 f7 34 88  |f..uNf.|f1.f.4.|
00000130  d1 31 d2 66 f7 74 04 3b  44 08 7d 37 fe c1 88 c5  |.1.f.t.;D.}7....|
00000140  30 c0 c1 e8 02 08 c1 88  d0 5a 88 c6 bb 00 70 8e  |0........Z....p.|
00000150  c3 31 db b8 01 02 cd 13  72 1e 8c c3 60 1e b9 00  |.1......r...`...|
00000160  01 8e db 31 f6 bf 00 80  8e c6 fc f3 a5 1f 61 ff  |...1..........a.|
00000170  26 5a 7c be 8e 7d eb 03  be 9d 7d e8 34 00 be a2  |&Z|..}....}.4...|
00000180  7d e8 2e 00 cd 18 eb fe  47 52 55 42 20 00 47 65  |}.......GRUB .Ge|
00000190  6f 6d 00 48 61 72 64 20  44 69 73 6b 00 52 65 61  |om.Hard Disk.Rea|
000001a0  64 00 20 45 72 72 6f 72  0d 0a 00 bb 01 00 b4 0e  |d. Error........|
000001b0  cd 10 ac 3c 00 75 f4 c3  73 73 69 6e 67 00 0d 0a  |...<.u..ssing...|
000001c0  42 4f 4f 54 4d 47 52 20  69 73 20 63 6f 6d 70 72  |BOOTMGR is compr|
000001d0  65 73 73 65 64 00 0d 0a  50 72 65 73 73 20 43 74  |essed...Press Ct|
000001e0  72 6c 2b 41 6c 74 2b 44  65 6c 20 74 6f 20 72 65  |rl+Alt+Del to re|
000001f0  73 74 61 72 74 0d 0a 00  8c a9 be d6 00 00 55 aa  |start.........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 e8 22 22  |........?.....""|
00000020  00 00 00 00 80 00 80 00  ff ff 1f 03 00 00 00 00  |................|
00000030  00 00 0c 00 00 00 00 00  02 00 00 00 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  0f c1 a8 0e 0e a9 0e 7e  |...............~|
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 70 0e 16  68 09 00 66 53 66 53 66  |h...hp..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  28 10 b9 d8 0f fc f3 aa  e9 5f 01 90 90 66 60 1e  |(........_...f`.|
00000120  06 66 a1 11 00 66 03 06  1c 00 1e 66 68 00 00 00  |.f...f.....fh...|
00000130  00 66 50 06 53 68 01 00  68 10 00 b4 42 8a 16 0e  |.fP.Sh..h...B...|
00000140  00 16 1f 8b f4 cd 13 66  59 5b 5a 66 59 66 59 1f  |.......fY[ZfYfY.|
00000150  0f 82 16 00 66 ff 06 11  00 03 16 0f 00 8e c2 ff  |....f...........|
00000160  0e 16 00 75 bc 07 1f 66  61 c3 a0 f8 01 e8 09 00  |...u...fa.......|
00000170  a0 fb 01 e8 03 00 f4 eb  fd b4 01 8b f0 ac 3c 00  |..............<.|
00000180  74 09 b4 0e bb 07 00 cd  10 eb f2 c3 0d 0a 41 20  |t.............A |
00000190  64 69 73 6b 20 72 65 61  64 20 65 72 72 6f 72 20  |disk read error |
000001a0  6f 63 63 75 72 72 65 64  00 0d 0a 42 4f 4f 54 4d  |occurred...BOOTM|
000001b0  47 52 20 69 73 20 6d 69  73 73 69 6e 67 00 0d 0a  |GR is missing...|
000001c0  42 4f 4f 54 4d 47 52 20  69 73 20 63 6f 6d 70 72  |BOOTMGR is compr|
000001d0  65 73 73 65 64 00 0d 0a  50 72 65 73 73 20 43 74  |essed...Press Ct|
000001e0  72 6c 2b 41 6c 74 2b 44  65 6c 20 74 6f 20 72 65  |rl+Alt+Del to re|
000001f0  73 74 61 72 74 0d 0a 00  8c a9 be d6 00 00 55 aa  |start.........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
/dev/sda7      ext4       72G   13G   56G  19% /
udev           devtmpfs  1.9G   12K  1.9G   1% /dev
tmpfs          tmpfs     384M  864K  384M   1% /run
none           tmpfs     5.0M     0  5.0M   0% /run/lock
none           tmpfs     1.9G  156K  1.9G   1% /run/shm
none           tmpfs     100M   32K  100M   1% /run/user
/dev/sda1      vfat      196M   35M  162M  18% /boot/efi
/dev/sda3      fuseblk   120G   60G   60G  50% /mnt/boot-sav/sda3
/dev/sda4      fuseblk    77G   99M   77G   1% /mnt/boot-sav/sda4
/dev/sda5      fuseblk    25G   18G  7.7G  70% /mnt/boot-sav/sda5

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

Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 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: 0x30ec77d9

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


EFI détecté. Veuillez vérifier les options.
=================== Final advice in case of recommended repair


Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu-Secure-Remix 12.10 19oct2012] sont loin du début du disque. Votre BIOS pourrait ne pas les détecter. Vous voudrez peut-être re-essayer après avoir créé une partition /boot (EXT4, >200MB, en début de disque). Cela peut être réalisé via des outils tels que gParted. Puis sélectionnez cette partition via l'option [Partition /boot séparée :] de [Réparateur de démarrage]. (http://doc.ubuntu-fr.org/tutoriel/partition_boot)

=================== Default settings
Recommended-Repair
This setting would reinstall the grub-efi of sda7, using the following options:        sda1/boot/efi,
Additional repair would be performed: unhide-bootmenu-10s    backup-and-rename-efi-files

=================== Settings chosen by the user
Boot-Info
This setting will not act on the MBR.



Aucun changement n'a été effectué sur cet ordinateur.

D'après ce que je vois dans ce Boot-Info, tu peux avoir accès au contenu de tes partitions NTFS depuis ta session de Ubuntu. Ce que je te propose, c'est de faire une sauvegarde SUR DISQUE DUR EXTERNE (ou sur clé USB de grande capacité) de tes doc précieux qui peuvent se trouver dans ces partitions NTFS. Et quand ces bijoux de famille auront été sauvegardés, de tenter une réparation du démarrage de ton Windows. Pour faire cette réparation de Windows, ne compte pas sur moi : il y a des forums généralistes Windows qui se feront un plaisir de t'aider. Quand ton Windows sera réparé, installes un Ubuntu tout neuf à la place de ce Ubuntu obsolète qui est actuellement installé (la version 12.10 n'est plus soutenue depuis un an : source)

Hors ligne