<![CDATA[Forum Ubuntu-fr.org / [Résolu] En Dual Boot avec W 7, Ub impossible à sélectionner au boot]]> http://forum.ubuntu-fr.org/viewtopic.php?id=1311191 Wed, 26 Jun 2013 04:29:06 +0000 FluxBB <![CDATA[Réponse à : [Résolu] En Dual Boot avec W 7, Ub impossible à sélectionner au boot]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=13964501#p13964501 OK peux-tu modifier le titre de ton premier post pour qu'il devienne :

[Résolu] En Dual Boot avec Windows 7, Ubuntu impossible à sélectionner au boot

comme c'est indiqué dans l'item 5.2 de ce lien : http://doc.ubuntu-fr.org/tutoriel/howto … _en_resolu

]]>
Wed, 26 Jun 2013 04:29:06 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=13964501#p13964501
<![CDATA[Réponse à : [Résolu] En Dual Boot avec W 7, Ub impossible à sélectionner au boot]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=13964401#p13964401 Merci
Ca marche maintenant

Il ne me reste plus qu'à migrer doucement toutes mes aplis...c'est une autre histoire

T

]]>
Wed, 26 Jun 2013 02:49:07 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=13964401#p13964401
<![CDATA[Réponse à : [Résolu] En Dual Boot avec W 7, Ub impossible à sélectionner au boot]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=13962421#p13962421 Je me suis fatigué pour rien ; je viens de voir que tu avais déjà réglé ton pb dans ce post : http://forum.ubuntu-fr.org/viewtopic.ph … #p13953341
Ton Boot-Info que tu as indiqué dans ce dernier lien est  : http://paste.ubuntu.com/5796208/
Je le colle ci-dessous :

 Boot Info Script e7fc706 + Boot-Repair extra info      [Boot-Info 31Jan2013]


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

 => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of 
    the same hard drive for core.img. core.img is at this location and looks 
    in partition 94 for .

sda1: __________________________________________________________________________

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

sda2: __________________________________________________________________________

    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:        

sda3: __________________________________________________________________________

    File system:       Extended Partition
    Boot sector type:  Unknown
    Boot sector info: 

sda5: __________________________________________________________________________

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

sda6: __________________________________________________________________________

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

sda7: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  
    Boot files:        /grub/grub.cfg /grub/i386-pc/core.img

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

Drive: sda _____________________________________________________________________

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

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1    *     52,430,848   899,043,327   846,612,480   7 NTFS / exFAT / HPFS
/dev/sda2         899,074,048 1,953,520,994 1,054,446,947   7 NTFS / exFAT / HPFS
/dev/sda3              16,382    52,430,847    52,414,466   5 Extended
/dev/sda5              16,384     5,873,663     5,857,280  82 Linux swap / Solaris
/dev/sda6           5,875,712    17,592,319    11,716,608  83 Linux
/dev/sda7          17,594,368    52,430,847    34,836,480  83 Linux


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/sda1        5430AD3030AD1A4E                       ntfs       OS
/dev/sda2        F2E2419FE24168C5                       ntfs       DATA
/dev/sda5        9593cc5c-26bd-4e55-b979-24e007722dbf   swap       
/dev/sda6        eb7a7344-2ec6-40d6-b25e-d4538c68ba95   ext4       
/dev/sda7        c9ad3f71-8679-40d7-a286-8073ba56ef41   ext4       
/dev/sr0                                                iso9660    Boot-Repair-Disk 64bit

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

Device           Mount_Point              Type       Options

/dev/loop0       /rofs                    squashfs   (ro,noatime)
/dev/sr0         /cdrom                   iso9660    (ro,noatime)


=========================== sda6/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="menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os  'osprober-chain-5430AD3030AD1A4E' {"

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_msdos
insmod ext2
set root='hd0,msdos6'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  eb7a7344-2ec6-40d6-b25e-d4538c68ba95
else
  search --no-floppy --fs-uuid --set=root eb7a7344-2ec6-40d6-b25e-d4538c68ba95
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=10
else
  set timeout=10
fi
### END /etc/grub.d/00_header ###

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

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload="${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-eb7a7344-2ec6-40d6-b25e-d4538c68ba95' {
recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos6'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  eb7a7344-2ec6-40d6-b25e-d4538c68ba95
	else
	  search --no-floppy --fs-uuid --set=root eb7a7344-2ec6-40d6-b25e-d4538c68ba95
	fi
	linux	/boot/vmlinuz-3.8.0-19-generic root=UUID=eb7a7344-2ec6-40d6-b25e-d4538c68ba95 ro   quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.8.0-19-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-eb7a7344-2ec6-40d6-b25e-d4538c68ba95' {
	menuentry 'Ubuntu, with Linux 3.8.0-19-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-19-generic-advanced-eb7a7344-2ec6-40d6-b25e-d4538c68ba95' {
	recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos6'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  eb7a7344-2ec6-40d6-b25e-d4538c68ba95
		else
		  search --no-floppy --fs-uuid --set=root eb7a7344-2ec6-40d6-b25e-d4538c68ba95
		fi
		echo	'Loading Linux 3.8.0-19-generic ...'
		linux	/boot/vmlinuz-3.8.0-19-generic root=UUID=eb7a7344-2ec6-40d6-b25e-d4538c68ba95 ro   quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.8.0-19-generic
	}
	menuentry 'Ubuntu, with Linux 3.8.0-19-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-19-generic-recovery-eb7a7344-2ec6-40d6-b25e-d4538c68ba95' {
	recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos6'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  eb7a7344-2ec6-40d6-b25e-d4538c68ba95
		else
		  search --no-floppy --fs-uuid --set=root eb7a7344-2ec6-40d6-b25e-d4538c68ba95
		fi
		echo	'Loading Linux 3.8.0-19-generic ...'
		linux	/boot/vmlinuz-3.8.0-19-generic root=UUID=eb7a7344-2ec6-40d6-b25e-d4538c68ba95 ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.8.0-19-generic
	}
}

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

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

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

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-5430AD3030AD1A4E' {
	insmod part_msdos
	insmod ntfs
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  5430AD3030AD1A4E
	else
	  search --no-floppy --fs-uuid --set=root 5430AD3030AD1A4E
	fi
	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 ###
--------------------------------------------------------------------------------

=============================== sda6/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/sda6 during installation
UUID=eb7a7344-2ec6-40d6-b25e-d4538c68ba95 /               ext4    errors=remount-ro 0       1
# /home was on /dev/sda7 during installation
UUID=c9ad3f71-8679-40d7-a286-8073ba56ef41 /home           ext4    defaults        0       2
# swap was on /dev/sda5 during installation
UUID=9593cc5c-26bd-4e55-b979-24e007722dbf none            swap    sw              0       0
#UUID=c9ad3f71-8679-40d7-a286-8073ba56ef41	/boot	ext4	defaults	0	2
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

   3.021415710 = 3.244220416    boot/grub/grub.cfg                             1
   5.997108459 = 6.439346176    boot/grub/i386-pc/core.img                     1
   3.896591187 = 4.183932928    boot/vmlinuz-3.8.0-19-generic                  1
   6.113685608 = 6.564519936    boot/initrd.img-3.8.0-19-generic               1

============================= sda7/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="menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os  'osprober-chain-5430AD3030AD1A4E' {"

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_msdos
insmod ext2
set root='hd0,msdos6'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  eb7a7344-2ec6-40d6-b25e-d4538c68ba95
else
  search --no-floppy --fs-uuid --set=root eb7a7344-2ec6-40d6-b25e-d4538c68ba95
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
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-eb7a7344-2ec6-40d6-b25e-d4538c68ba95' {
recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos7'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos7 --hint-efi=hd0,msdos7 --hint-baremetal=ahci0,msdos7  c9ad3f71-8679-40d7-a286-8073ba56ef41
	else
	  search --no-floppy --fs-uuid --set=root c9ad3f71-8679-40d7-a286-8073ba56ef41
	fi
	linux	/vmlinuz-3.8.0-25-generic root=UUID=eb7a7344-2ec6-40d6-b25e-d4538c68ba95 ro   quiet splash $vt_handoff
	initrd	/initrd.img-3.8.0-25-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-eb7a7344-2ec6-40d6-b25e-d4538c68ba95' {
	menuentry 'Ubuntu, with Linux 3.8.0-25-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-25-generic-advanced-eb7a7344-2ec6-40d6-b25e-d4538c68ba95' {
	recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos7 --hint-efi=hd0,msdos7 --hint-baremetal=ahci0,msdos7  c9ad3f71-8679-40d7-a286-8073ba56ef41
		else
		  search --no-floppy --fs-uuid --set=root c9ad3f71-8679-40d7-a286-8073ba56ef41
		fi
		echo	'Loading Linux 3.8.0-25-generic ...'
		linux	/vmlinuz-3.8.0-25-generic root=UUID=eb7a7344-2ec6-40d6-b25e-d4538c68ba95 ro   quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-3.8.0-25-generic
	}
	menuentry 'Ubuntu, with Linux 3.8.0-25-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-25-generic-recovery-eb7a7344-2ec6-40d6-b25e-d4538c68ba95' {
	recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos7 --hint-efi=hd0,msdos7 --hint-baremetal=ahci0,msdos7  c9ad3f71-8679-40d7-a286-8073ba56ef41
		else
		  search --no-floppy --fs-uuid --set=root c9ad3f71-8679-40d7-a286-8073ba56ef41
		fi
		echo	'Loading Linux 3.8.0-25-generic ...'
		linux	/vmlinuz-3.8.0-25-generic root=UUID=eb7a7344-2ec6-40d6-b25e-d4538c68ba95 ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-3.8.0-25-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/30_os-prober ###
menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-5430AD3030AD1A4E' {
	insmod part_msdos
	insmod ntfs
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  5430AD3030AD1A4E
	else
	  search --no-floppy --fs-uuid --set=root 5430AD3030AD1A4E
	fi
	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: Location of files loaded by Grub: ====================

           GiB - GB             File                                 Fragment(s)

  10.518562317 = 11.294220288   grub/grub.cfg                                  1
  10.514678955 = 11.290050560   grub/i386-pc/core.img                          1
   8.527450562 = 9.156280320    vmlinuz-3.8.0-25-generic                       1
   8.560955048 = 9.192255488    initrd.img-3.8.0-25-generic                    1

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

Unknown BootLoader on sda3

00000000  01 f8 0d 00 02 f8 0d 00  03 f8 0d 00 04 f8 0d 00  |................|
00000010  05 f8 0d 00 06 f8 0d 00  07 f8 0d 00 08 f8 0d 00  |................|
00000020  09 f8 0d 00 0a f8 0d 00  0b f8 0d 00 0c f8 0d 00  |................|
00000030  0d f8 0d 00 0e f8 0d 00  0f f8 0d 00 10 f8 0d 00  |................|
00000040  11 f8 0d 00 12 f8 0d 00  13 f8 0d 00 14 f8 0d 00  |................|
00000050  15 f8 0d 00 16 f8 0d 00  17 f8 0d 00 18 f8 0d 00  |................|
00000060  19 f8 0d 00 1a f8 0d 00  1b f8 0d 00 1c f8 0d 00  |................|
00000070  1d f8 0d 00 1e f8 0d 00  1f f8 0d 00 20 f8 0d 00  |............ ...|
00000080  21 f8 0d 00 22 f8 0d 00  23 f8 0d 00 24 f8 0d 00  |!..."...#...$...|
00000090  25 f8 0d 00 26 f8 0d 00  27 f8 0d 00 28 f8 0d 00  |%...&...'...(...|
000000a0  29 f8 0d 00 2a f8 0d 00  2b f8 0d 00 2c f8 0d 00  |)...*...+...,...|
000000b0  2d f8 0d 00 2e f8 0d 00  2f f8 0d 00 30 f8 0d 00  |-......./...0...|
000000c0  31 f8 0d 00 32 f8 0d 00  33 f8 0d 00 34 f8 0d 00  |1...2...3...4...|
000000d0  35 f8 0d 00 36 f8 0d 00  37 f8 0d 00 38 f8 0d 00  |5...6...7...8...|
000000e0  39 f8 0d 00 3a f8 0d 00  3b f8 0d 00 3c f8 0d 00  |9...:...;...<...|
000000f0  3d f8 0d 00 3e f8 0d 00  3f f8 0d 00 40 f8 0d 00  |=...>...?...@...|
00000100  41 f8 0d 00 42 f8 0d 00  43 f8 0d 00 44 f8 0d 00  |A...B...C...D...|
00000110  45 f8 0d 00 46 f8 0d 00  47 f8 0d 00 48 f8 0d 00  |E...F...G...H...|
00000120  49 f8 0d 00 4a f8 0d 00  4b f8 0d 00 4c f8 0d 00  |I...J...K...L...|
00000130  4d f8 0d 00 4e f8 0d 00  4f f8 0d 00 50 f8 0d 00  |M...N...O...P...|
00000140  51 f8 0d 00 52 f8 0d 00  53 f8 0d 00 54 f8 0d 00  |Q...R...S...T...|
00000150  55 f8 0d 00 56 f8 0d 00  57 f8 0d 00 58 f8 0d 00  |U...V...W...X...|
00000160  59 f8 0d 00 5a f8 0d 00  5b f8 0d 00 5c f8 0d 00  |Y...Z...[...\...|
00000170  5d f8 0d 00 5e f8 0d 00  5f f8 0d 00 60 f8 0d 00  |]...^..._...`...|
00000180  61 f8 0d 00 62 f8 0d 00  63 f8 0d 00 64 f8 0d 00  |a...b...c...d...|
00000190  65 f8 0d 00 66 f8 0d 00  67 f8 0d 00 68 f8 0d 00  |e...f...g...h...|
000001a0  69 f8 0d 00 6a f8 0d 00  6b f8 0d 00 6c f8 0d 00  |i...j...k...l...|
000001b0  6d f8 0d 00 6e f8 0d 00  6f f8 0d 00 70 f8 00 05  |m...n...o...p...|
000001c0  05 01 82 9d 70 6d 02 00  00 00 00 60 59 00 00 9d  |....pm.....`Y...|
000001d0  71 6d 05 fe ff ff 02 60  59 00 00 d0 b2 00 00 00  |qm.....`Y.......|
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  00 00 00 00 00 00 55 aa  |..............U.|
00000200


========= Devices which don't seem to have a corresponding hard drive: =========

sdb 

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

File descriptor 8 (/proc/2828/mounts) leaked on lvscan invocation. Parent PID 12408: bash
  No volume groups found

ADDITIONAL INFORMATION :
=================== log of boot-repair 2013-06-24__21h08 ===================
boot-repair version : 3.198~ppa16~raring
boot-sav version : 3.198~ppa16~raring
glade2script version : 3.2.2~ppa45~raring
boot-sav-extra version : 3.198~ppa16~raring
File descriptor 8 (/proc/2828/mounts) leaked on lvs invocation. Parent PID 4464: /bin/sh
No volume groups found
boot-repair is executed in live-session (Boot-Repair-Disk 64bit 24avr2013, raring, Ubuntu, x86_64)
ls: cannot access /home/usr/.config: No such file or directory
CPU op-mode(s):        32-bit, 64-bit
file=/cdrom/preseed/lubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash -- debian-installer/language=fr keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss

=================== os-prober:
/dev/sda1:Windows 7 (loader):Windows:chain
/dev/sda6:Linux-Secure-Remix-64bit 20may2013 (13.04):Ubuntu:linux

=================== blkid:
/dev/loop0: TYPE="squashfs"
/dev/sda1: LABEL="OS" UUID="5430AD3030AD1A4E" TYPE="ntfs"
/dev/sda2: LABEL="DATA" UUID="F2E2419FE24168C5" TYPE="ntfs"
/dev/sda5: UUID="9593cc5c-26bd-4e55-b979-24e007722dbf" TYPE="swap"
/dev/sda6: UUID="eb7a7344-2ec6-40d6-b25e-d4538c68ba95" TYPE="ext4"
/dev/sda7: UUID="c9ad3f71-8679-40d7-a286-8073ba56ef41" TYPE="ext4"
/dev/sr0: LABEL="Boot-Repair-Disk 64bit" TYPE="iso9660"


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

Warning: extended partition does not start at a cylinder boundary.
DOS and Linux will interpret the contents differently.
** To keep the UUID data, /mnt/boot-sav/sda6/var/log/boot-sav/mbr_backups/1ADC8962DC893951/mbr-2013-06-23__19h37-UUID8d71ce76-cd0e-412e-94cd-1987daa749f8.img has been saved into /var/log/boot-sav/log/2013-06-24__21h08boot-repair56/UUID/1ADC8962DC893951/


=================== sda6/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="menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-5430AD3030AD1A4E' {"
#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"




=================== sda6/etc/grub.d/ :
drwxr-xr-x  2 root root           4096 juin  24 16:31 grub.d
drwxr-xr-x  2 root root           4096 juin  24 16:30 grub.d.bak
total 68
-rwxr-xr-x 1 root root  7541 avril  9 09:29 00_header
-rwxr-xr-x 1 root root  5974 avril  9 08:53 05_debian_theme
-rwxr-xr-x 1 root root 11381 avril  9 09:29 10_linux
-rwxr-xr-x 1 root root 10258 avril  9 09:29 20_linux_xen
-rwxr-xr-x 1 root root 10976 avril  9 09:29 30_os-prober
-rwxr-xr-x 1 root root  1426 avril  9 09:29 30_uefi-firmware
-rwxr-xr-x 1 root root   214 avril  9 09:29 40_custom
-rwxr-xr-x 1 root root   216 avril  9 09:29 41_custom
-rw-r--r-- 1 root root   483 avril  9 09:29 README


/boot detected in the fstab of sda6: UUID=c9ad3f71-8679-40d7-a286-8073ba56ef41	 (sda7)

=================== sda7recordfail=1/grub/grubenv :
recordfail=1



=================== UEFI/Legacy mode:
This live-session is not in EFI-mode.
SecureBoot maybe enabled.


=================== PARTITIONS & DISKS:
sda1	: 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/sda1.
sda2	: 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/sda2.
sda6	: sda,	not-sepboot,	grubenv-ok	grub2,	grub-pc ,	update-grub,	64,	with-boot,	is-os,	not--efi--part,	fstab-has-goodBOOT,	fstab-without-efi,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	apt-get,	grub-install,	with--usr,	fstab-without-usr,	not-sep-usr,	standard,	not-far,	/mnt/boot-sav/sda6.
sda7	: sda,	is-sepboot,	grubenv-ng	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/sda7.

sda	: not-GPT,	BIOSboot-not-needed,	has-no-EFIpart, 	not-usb,	has-os,	2048 sectors * 512 bytes


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

Model: ATA ST1000LM024 HN-M (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type      File system     Flags
3      8388kB  26.8GB  26.8GB  extended
5      8389kB  3007MB  2999MB  logical   linux-swap(v1)
6      3008MB  9007MB  5999MB  logical   ext4
7      9008MB  26.8GB  17.8GB  logical   ext4
1      26.8GB  460GB   433GB   primary   ntfs            boot
2      460GB   1000GB  540GB   primary   ntfs



                                                                          
Warning: Unable to open /dev/sr0 read-write (Read-only file system).  /dev/sr0
has been opened read-only.

                                                                          
Error: /dev/sr0: unrecognised disk label

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

BYT;
/dev/sda:1000GB:scsi:512:512:msdos:ATA ST1000LM024 HN-M;
3:8388kB:26.8GB:26.8GB:::;
5:8389kB:3007MB:2999MB:linux-swap(v1)::;
6:3008MB:9007MB:5999MB:ext4::;
7:9008MB:26.8GB:17.8GB:ext4::;
1:26.8GB:460GB:433GB:ntfs::boot;
2:460GB:1000GB:540GB:ntfs::;


                                                                          
Warning: Unable to open /dev/sr0 read-write (Read-only file system).  /dev/sr0
has been opened read-only.

                                                                          
Error: /dev/sr0: 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/sr0 on /cdrom type iso9660 (ro,noatime)
/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)
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)
gvfsd-fuse on /run/user/lubuntu/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 fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sda6 on /mnt/boot-sav/sda6 type ext4 (rw)
/dev/sda7 on /mnt/boot-sav/sda7 type ext4 (rw)


=================== 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 sda5 sda6 sda7 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 size slaves stat subsystem trace uevent
/sys/block/sr0 (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered):  alarm ashmem autofs binder block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency disk dri dvd dvdrw ecryptfs fb0 fb1 fd full fuse hidraw0 hidraw1 hidraw2 hpet input kmsg kvm log mapper mcelog mei mem net network_latency network_throughput null oldmem port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda5 sda6 sda7 sdb sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uinput urandom usb v4l vga_arbiter 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 20 03  |........?..... .|
00000020  00 00 00 00 80 00 80 00  ff 47 76 32 00 00 00 00  |.........Gv2....|
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  4e 1a ad 30 30 ad 30 54  |........N..00.0T|
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/sda2
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 c8 96 35  |........?......5|
00000020  00 00 00 00 80 00 80 00  62 95 d9 3e 00 00 00 00  |........b..>....|
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  c5 68 41 e2 9f 41 e2 f2  |.........hA..A..|
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

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

Filesystem     Type       Size  Used Avail Use% Mounted on
/cow           overlayfs  2.9G   21M  2.9G   1% /
udev           devtmpfs   2.9G   12K  2.9G   1% /dev
tmpfs          tmpfs      588M  864K  588M   1% /run
/dev/sr0       iso9660    508M  508M     0 100% /cdrom
/dev/loop0     squashfs   435M  435M     0 100% /rofs
none           tmpfs      4.0K     0  4.0K   0% /sys/fs/cgroup
tmpfs          tmpfs      2.9G  8.0K  2.9G   1% /tmp
none           tmpfs      5.0M     0  5.0M   0% /run/lock
none           tmpfs      2.9G     0  2.9G   0% /run/shm
none           tmpfs      100M   12K  100M   1% /run/user
/dev/sda1      fuseblk    404G  194G  211G  48% /mnt/boot-sav/sda1
/dev/sda2      fuseblk    503G  373G  130G  75% /mnt/boot-sav/sda2
/dev/sda6      ext4       5.4G  3.2G  2.0G  63% /mnt/boot-sav/sda6
/dev/sda7      ext4        17G   75M   16G   1% /mnt/boot-sav/sda7

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

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

Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *    52430848   899043327   423306240    7  HPFS/NTFS/exFAT
/dev/sda2       899074048  1953520994   527223473+   7  HPFS/NTFS/exFAT
/dev/sda3           16382    52430847    26207233    5  Extended
/dev/sda5           16384     5873663     2928640   82  Linux swap / Solaris
/dev/sda6         5875712    17592319     5858304   83  Linux
/dev/sda7        17594368    52430847    17418240   83  Linux

Partition table entries are not in disk order


/boot détecté. Veuillez vérifier les options.

=================== Recommended repair
Recommended-Repair
This setting will reinstall the grub2 of sda6 into the MBR of sda.
Additional repair will be performed: unhide-bootmenu-10s


/boot removed in sda6/fstab
grub-install (GRUB) 2.00-13ubuntu3,grub-install (GRUB) 2.

Reinstall the GRUB of sda6 into the MBR of sda
Installation finished. No error reported.
grub-install /dev/sda: exit code of grub-install /dev/sda:0

chroot /mnt/boot-sav/sda6 update-grub
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.8.0-19-generic
Found initrd image: /boot/initrd.img-3.8.0-19-generic
Found Windows 7 (loader) on /dev/sda1
Unhide GRUB boot menu in sda6/boot/grub/grub.cfg

Le démarrage de l'ordinateur a été correctement réparé.

Vous pouvez maintenant redémarrer votre ordinateur.

Il y a une différence assez notable : avant (post #5) tu avais des fichiers de démarrage situés très loin du début du disque dur :

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

           GiB - GB             File                                 Fragment(s)

 896.841945648 = 962.976706560  boot/grub/grub.cfg                             1
 865.233505249 = 929.037402112  boot/vmlinuz-3.8.0-19-generic                  1
 865.233505249 = 929.037402112  vmlinuz                                        1
 866.247470856 = 930.126139392  boot/initrd.img-3.8.0-19-generic               1
 866.247470856 = 930.126139392  initrd.img                                     1
            ?? = ??             initrd.img.old                                 1

alors que dans ce dernier Boot-Info, ces fichiers sont placés au début du disque dur :

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

           GiB - GB             File                                 Fragment(s)

   3.021415710 = 3.244220416    boot/grub/grub.cfg                             1
   5.997108459 = 6.439346176    boot/grub/i386-pc/core.img                     1
   3.896591187 = 4.183932928    boot/vmlinuz-3.8.0-19-generic                  1
   6.113685608 = 6.564519936    boot/initrd.img-3.8.0-19-generic               1

Je ne suis pas du tout certain que le problème était dû à ça mais c'est une différence assez importante.

]]>
Tue, 25 Jun 2013 18:59:27 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=13962421#p13962421
<![CDATA[Réponse à : [Résolu] En Dual Boot avec W 7, Ub impossible à sélectionner au boot]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=13961301#p13961301 Ton Boot-Info est là (je n'ai pas copié les milliers de lignes "FIBMAP: Invalid argument" de l'original) :

Boot Info Script e7fc706 + Boot-Repair extra info      [Boot-Info 31Jan2013]


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

 => Windows 7/8/2012 is installed in the MBR of /dev/sda.

sda1: __________________________________________________________________________

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

sda2: __________________________________________________________________________

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

sda3: __________________________________________________________________________

    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:        

sda4: __________________________________________________________________________

    File system:       Extended Partition
    Boot sector type:  -
    Boot sector info: 

sda5: __________________________________________________________________________

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

sda6: __________________________________________________________________________

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

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

Drive: sda _____________________________________________________________________

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

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1               2,048    52,430,847    52,428,800  1c Hidden W95 FAT32 (LBA)
/dev/sda2    *     52,430,848   899,074,047   846,643,200   7 NTFS / exFAT / HPFS
/dev/sda3         899,074,048 1,813,129,564   914,055,517   7 NTFS / exFAT / HPFS
/dev/sda4       1,813,131,262 1,953,523,711   140,392,450   5 Extended
/dev/sda5       1,813,131,264 1,941,125,119   127,993,856  83 Linux
/dev/sda6       1,941,127,168 1,953,523,711    12,396,544  82 Linux swap / Solaris


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/sda1        26A9-6E01                              vfat       RECOVERY
/dev/sda2        5430AD3030AD1A4E                       ntfs       OS
/dev/sda3        F2E2419FE24168C5                       ntfs       DATA
/dev/sda5        50a85125-1d4f-48ee-b230-0dd40ef5d984   ext4       
/dev/sda6        7e161154-95de-4917-952f-c7004b067401   swap       
/dev/sr0                                                iso9660    Boot-Repair-Disk 64bit

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

Device           Mount_Point              Type       Options

/dev/loop0       /rofs                    squashfs   (ro,noatime)
/dev/sr0         /cdrom                   iso9660    (ro,noatime)


=========================== sda5/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="0"

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_msdos
insmod ext2
set root='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  50a85125-1d4f-48ee-b230-0dd40ef5d984
else
  search --no-floppy --fs-uuid --set=root 50a85125-1d4f-48ee-b230-0dd40ef5d984
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
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-50a85125-1d4f-48ee-b230-0dd40ef5d984' {
recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos5'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  50a85125-1d4f-48ee-b230-0dd40ef5d984
	else
	  search --no-floppy --fs-uuid --set=root 50a85125-1d4f-48ee-b230-0dd40ef5d984
	fi
	linux	/boot/vmlinuz-3.8.0-19-generic root=UUID=50a85125-1d4f-48ee-b230-0dd40ef5d984 ro   quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.8.0-19-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-50a85125-1d4f-48ee-b230-0dd40ef5d984' {
	menuentry 'Ubuntu, avec Linux 3.8.0-19-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-19-generic-advanced-50a85125-1d4f-48ee-b230-0dd40ef5d984' {
	recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos5'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  50a85125-1d4f-48ee-b230-0dd40ef5d984
		else
		  search --no-floppy --fs-uuid --set=root 50a85125-1d4f-48ee-b230-0dd40ef5d984
		fi
		echo	'Chargement de Linux 3.8.0-19-generic…'
		linux	/boot/vmlinuz-3.8.0-19-generic root=UUID=50a85125-1d4f-48ee-b230-0dd40ef5d984 ro   quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.8.0-19-generic
	}
	menuentry 'Ubuntu, avec Linux 3.8.0-19-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-19-generic-recovery-50a85125-1d4f-48ee-b230-0dd40ef5d984' {
	recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos5'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  50a85125-1d4f-48ee-b230-0dd40ef5d984
		else
		  search --no-floppy --fs-uuid --set=root 50a85125-1d4f-48ee-b230-0dd40ef5d984
		fi
		echo	'Chargement de Linux 3.8.0-19-generic…'
		linux	/boot/vmlinuz-3.8.0-19-generic root=UUID=50a85125-1d4f-48ee-b230-0dd40ef5d984 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.8.0-19-generic
	}
}

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

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

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

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

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows Recovery Environment (loader) (sur /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-26A9-6E01' {
	insmod part_msdos
	insmod fat
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  26A9-6E01
	else
	  search --no-floppy --fs-uuid --set=root 26A9-6E01
	fi
	drivemap -s (hd0) ${root}
	chainloader +1
}
menuentry 'Windows 7 (loader) (sur /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-chain-5430AD3030AD1A4E' {
	insmod part_msdos
	insmod ntfs
	set root='hd0,msdos2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  5430AD3030AD1A4E
	else
	  search --no-floppy --fs-uuid --set=root 5430AD3030AD1A4E
	fi
	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 ###
--------------------------------------------------------------------------------

=============================== sda5/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/sda5 during installation
UUID=50a85125-1d4f-48ee-b230-0dd40ef5d984 /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda6 during installation
UUID=7e161154-95de-4917-952f-c7004b067401 none            swap    sw              0       0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

 896.841945648 = 962.976706560  boot/grub/grub.cfg                             1
 865.233505249 = 929.037402112  boot/vmlinuz-3.8.0-19-generic                  1
 865.233505249 = 929.037402112  vmlinuz                                        1
 866.247470856 = 930.126139392  boot/initrd.img-3.8.0-19-generic               1
 866.247470856 = 930.126139392  initrd.img                                     1
            ?? = ??             initrd.img.old                                 1

========= Devices which don't seem to have a corresponding hard drive: =========

sdb 

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

FIBMAP: Invalid argument
FIBMAP: Invalid argument
File descriptor 8 (/proc/2854/mounts) leaked on lvscan invocation. Parent PID 11229: bash
File descriptor 18 (/usr/share/icons/lubuntu/places/16/folder.svg) leaked on lvscan invocation. Parent PID 11229: bash
  No volume groups found

ADDITIONAL INFORMATION :
=================== log of boot-repair 2013-06-24__10h47 ===================
boot-repair version : 3.198~ppa16~raring
boot-sav version : 3.198~ppa16~raring
glade2script version : 3.2.2~ppa45~raring
boot-sav-extra version : 3.198~ppa16~raring
File descriptor 8 (/proc/2854/mounts) leaked on lvs invocation. Parent PID 4478: /bin/sh
File descriptor 18 (/usr/share/icons/lubuntu/places/16/folder.svg) leaked on lvs invocation. Parent PID 4478: /bin/sh
No volume groups found
boot-repair is executed in live-session (Boot-Repair-Disk 64bit 24avr2013, raring, Ubuntu, x86_64)
ls: cannot access /home/usr/.config: No such file or directory
CPU op-mode(s):        32-bit, 64-bit
file=/cdrom/preseed/lubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash --  debian-installer/language=fr keyboard-configuration/layoutcode=fr keyboard-configuration/variantcode=oss

=================== os-prober:
/dev/sda1:Windows Recovery Environment (loader):Windows:chain
/dev/sda2:Windows 7 (loader):Windows1:chain
/dev/sda5:Linux-Secure-Remix-64bit 20may2013 (13.04):Ubuntu:linux

=================== blkid:
/dev/loop0: TYPE="squashfs"
/dev/sda1: LABEL="RECOVERY" UUID="26A9-6E01" TYPE="vfat"
/dev/sda2: LABEL="OS" UUID="5430AD3030AD1A4E" TYPE="ntfs"
/dev/sda3: LABEL="DATA" UUID="F2E2419FE24168C5" TYPE="ntfs"
/dev/sda5: UUID="50a85125-1d4f-48ee-b230-0dd40ef5d984" TYPE="ext4"
/dev/sda6: UUID="7e161154-95de-4917-952f-c7004b067401" TYPE="swap"
/dev/sr0: LABEL="Boot-Repair-Disk 64bit" TYPE="iso9660"


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

Warning: extended partition does not start at a cylinder boundary.
DOS and Linux will interpret the contents differently.
** To keep the UUID data, /mnt/boot-sav/sda5/var/log/boot-sav/mbr_backups/1ADC8962DC893951/mbr-2013-06-23__19h37-UUID8d71ce76-cd0e-412e-94cd-1987daa749f8.img has been saved into /var/log/boot-sav/log/2013-06-24__10h47boot-repair05/UUID/1ADC8962DC893951/


=================== sda5/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"




=================== sda5/etc/grub.d/ :
drwxr-xr-x  2 root root    4096 avril 24 17:05 grub.d
total 72
-rwxr-xr-x 1 root root  7541 avril  9 09:29 00_header
-rwxr-xr-x 1 root root  5974 avril  9 08:53 05_debian_theme
-rwxr-xr-x 1 root root 11381 avril  9 09:29 10_linux
-rwxr-xr-x 1 root root 10258 avril  9 09:29 20_linux_xen
-rwxr-xr-x 1 root root  1688 déc.   5  2012 20_memtest86+
-rwxr-xr-x 1 root root 10976 avril  9 09:29 30_os-prober
-rwxr-xr-x 1 root root  1426 avril  9 09:29 30_uefi-firmware
-rwxr-xr-x 1 root root   214 avril  9 09:29 40_custom
-rwxr-xr-x 1 root root   216 avril  9 09:29 41_custom
-rw-r--r-- 1 root root   483 avril  9 09:29 README


=================== UEFI/Legacy mode:
This live-session is not in EFI-mode.
SecureBoot maybe enabled.


=================== PARTITIONS & DISKS:
sda1	: sda,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	is-os,	is-maybe-EFI,	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,	not-far,	/mnt/boot-sav/sda1.
sda2	: 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/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,	farbios,	/mnt/boot-sav/sda3.
sda5	: sda,	not-sepboot,	grubenv-ok	grub2,	grub-efi ,	update-grub,	64,	with-boot,	is-os,	not--efi--part,	fstab-without-boot,	fstab-without-efi,	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/sda5.

sda	: not-GPT,	BIOSboot-not-needed,	has-maybe-EFI, 	not-usb,	has-os,	2048 sectors * 512 bytes


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

Model: ATA ST1000LM024 HN-M (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type      File system     Flags
1      1049kB  26.8GB  26.8GB  primary   fat32           hidden, lba
2      26.8GB  460GB   433GB   primary   ntfs            boot
3      460GB   928GB   468GB   primary   ntfs
4      928GB   1000GB  71.9GB  extended
5      928GB   994GB   65.5GB  logical   ext4
6      994GB   1000GB  6347MB  logical   linux-swap(v1)



                                                                          
Warning: Unable to open /dev/sr0 read-write (Read-only file system).  /dev/sr0
has been opened read-only.

                                                                          
Error: /dev/sr0: unrecognised disk label

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

BYT;
/dev/sda:1000GB:scsi:512:512:msdos:ATA ST1000LM024 HN-M;
1:1049kB:26.8GB:26.8GB:fat32::hidden, lba;
2:26.8GB:460GB:433GB:ntfs::boot;
3:460GB:928GB:468GB:ntfs::;
4:928GB:1000GB:71.9GB:::;
5:928GB:994GB:65.5GB:ext4::;
6:994GB:1000GB:6347MB:linux-swap(v1)::;


                                                                          
Warning: Unable to open /dev/sr0 read-write (Read-only file system).  /dev/sr0
has been opened read-only.

                                                                          
Error: /dev/sr0: 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/sr0 on /cdrom type iso9660 (ro,noatime)
/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)
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)
gvfsd-fuse on /run/user/lubuntu/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=lubuntu)
/dev/sda1 on /mnt/boot-sav/sda1 type vfat (rw)
/dev/sda2 on /mnt/boot-sav/sda2 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sda3 on /mnt/boot-sav/sda3 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sda5 on /mnt/boot-sav/sda5 type ext4 (rw)


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

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

=================== hexdump -n512 -C /dev/sda2
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 20 03  |........?..... .|
00000020  00 00 00 00 80 00 80 00  ff bf 76 32 00 00 00 00  |..........v2....|
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  4e 1a ad 30 30 ad 30 54  |........N..00.0T|
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/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 c8 96 35  |........?......5|
00000020  00 00 00 00 80 00 80 00  50 61 7b 36 00 00 00 00  |........Pa{6....|
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  c5 68 41 e2 9f 41 e2 f2  |.........hA..A..|
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

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

Filesystem     Type       Size  Used Avail Use% Mounted on
/cow           overlayfs  2.9G   21M  2.9G   1% /
udev           devtmpfs   2.9G   12K  2.9G   1% /dev
tmpfs          tmpfs      588M  864K  588M   1% /run
/dev/sr0       iso9660    508M  508M     0 100% /cdrom
/dev/loop0     squashfs   435M  435M     0 100% /rofs
none           tmpfs      4.0K     0  4.0K   0% /sys/fs/cgroup
tmpfs          tmpfs      2.9G  8.0K  2.9G   1% /tmp
none           tmpfs      5.0M     0  5.0M   0% /run/lock
none           tmpfs      2.9G     0  2.9G   0% /run/shm
none           tmpfs      100M   12K  100M   1% /run/user
/dev/sda1      vfat        25G   19G  6.1G  76% /mnt/boot-sav/sda1
/dev/sda2      fuseblk    404G  191G  213G  48% /mnt/boot-sav/sda2
/dev/sda3      fuseblk    436G  372G   65G  86% /mnt/boot-sav/sda3
/dev/sda5      ext4        60G  3.1G   54G   6% /mnt/boot-sav/sda5

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

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

Device Boot      Start         End      Blocks   Id  System
/dev/sda1            2048    52430847    26214400   1c  Hidden W95 FAT32 (LBA)
/dev/sda2   *    52430848   899074047   423321600    7  HPFS/NTFS/exFAT
/dev/sda3       899074048  1813129564   457027758+   7  HPFS/NTFS/exFAT
/dev/sda4      1813131262  1953523711    70196225    5  Extended
/dev/sda5      1813131264  1941125119    63996928   83  Linux
/dev/sda6      1941127168  1953523711     6198272   82  Linux swap / Solaris


=================== Advice displayed in case of recommended repair
Attention : continuer sans internet laisserait le système sans démarrage. Veuillez connecter Internet.
Voulez-vous continuer ?

=================== Default settings
Recommended-Repair
This setting would purge (in order to fix packages) and reinstall the grub2 of sda5 into the MBR of sda.
Grub-efi would not be selected by default because: no-win-efi
Additional repair would be performed: unhide-bootmenu-10s

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



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

Je suppose que le modèle de ton ordi est "ASUS N73S" (et pas ASUS NS73)
Il s'agit bien d'une installation en mode Bios (ce n'est pas UEFI). Grub n'est pas installé dans le MBR du disque dur donc c'est un peu normal que tu ne puisses pas démarrer sur Ubuntu.
Voici ce que propose la "Réparation recommandée" de Boot-Repair (c'est extrait de ton Boot-Info) :

=================== Default settings
Recommended-Repair
This setting would purge (in order to fix packages) and reinstall the grub2 of sda5 into the MBR of sda.
Grub-efi would not be selected by default because: no-win-efi
Additional repair would be performed: unhide-bootmenu-10s

Cela me parait correct et je pense donc que tu devrais faire cette "réparation recommandée"

]]>
Tue, 25 Jun 2013 17:11:16 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=13961301#p13961301
<![CDATA[Réponse à : [Résolu] En Dual Boot avec W 7, Ub impossible à sélectionner au boot]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=13947851#p13947851 poste ton boot info ---->ici
le specialiste c'est "yannubuntu"

]]>
Mon, 24 Jun 2013 08:47:15 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=13947851#p13947851
<![CDATA[Réponse à : [Résolu] En Dual Boot avec W 7, Ub impossible à sélectionner au boot]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=13947651#p13947651 J'avais déjà tenté l'opération avec boot-repair installé sur un CD de demarrage

...mais ça n'a rien changé.

J'ai mis  à   http://paste.ubuntu.com/5794788/ le boot-report

Merci d'avance

Thierry

]]>
Mon, 24 Jun 2013 08:16:26 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=13947651#p13947651
<![CDATA[Réponse à : [Résolu] En Dual Boot avec W 7, Ub impossible à sélectionner au boot]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=13947111#p13947111 utilises boot repair
lis bien la doc!

]]>
Mon, 24 Jun 2013 06:31:11 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=13947111#p13947111
<![CDATA[[Résolu] En Dual Boot avec W 7, Ub impossible à sélectionner au boot]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=13947091#p13947091 Bonjour,

Je migre doucement ver Ubuntu....

J'ai pu installer sans problème Ub sur un portable (ThonkPad 520)à l'aide d'un clé et je peux donc sélectionner W7 ou Ub au boot...

J'ai voulu faire la même chose sur ma deuxième machine (ASUS NS73 ) l'installation se passe parfaitement mais .....au redémarrage la machine boot directement sur W7 sans ma donner le choix comme sur la premiuère

J'ai essayé de multiple option du bios sans succès.

J'ai vu dans un post précédent que ce pb pouvais arriver quand W7 était pre-insatallé...ce qui mon cas mais cependant il ne semble pourtant pas que je boot en EFI ...puisque le loader utilise winload.exe et non pas un fichier EFI

...bon voilà...je suis un peu perdu

Merci d'avance à tous

Thierry

]]>
Mon, 24 Jun 2013 06:26:21 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=13947091#p13947091