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 01/07/2013, à 10:44

tazvld

[Résolu] UEFI : Dual boot, boot windows 7 impossible

Ayant fait l'acquisition l'année dernière d'un ordinateur portable Asus (modèle UX32VD avec SSD utilisé en cache et une seconde carte graphique en plus de celle d'intel) j'ai installé "ubuntu gnome edition". Cependant, depuis grub, il est devenu impossible de démarrer windows (invalide path).
J'ai vu que je n'étais pas le seul dans ce cas, j'ai essayé un boot repair en automatique, qui m'a rajouter 2 ligne dans le grub, mais qui ne fonctionnaient pas.
J'ai donc suivie les conseil trouvé ici : http://forum.ubuntu-fr.org/viewtopic.ph … #p10026631 . (j'en ai profité pour supprimer les 2 autres lien non fonctionnel que boot-repair avait créé). Cependant, avec ce nouveau lien, je suis coincé sur un écran au fond bleu de grub.
Je me fout de passer par grub ou par BCD (qui pour le coup risque de montrer plus fiable), je souhaite tout d'abord pouvoir réparer le démarrage de windows. C'est la que viens le second problème, je n'ai pas de lecteur DVD sur cette ordinateur, seulement des port USB. Je n'ai pas pu passer par l'outil de réparation d'un cd d'installation de windows.

Je vous donne donc le lien vers le rapport de boot repair :
http://paste.ubuntu.com/5816123/

et l'ancien fichier de configuration de grub (juste après réparation automatique de  boot repair)

#
# 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_gpt
insmod ext2
set root='hd0,gpt6'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6  db405975-f7d2-4a16-a20b-d99b6b2e4666
else
  search --no-floppy --fs-uuid --set=root db405975-f7d2-4a16-a20b-d99b6b2e4666
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 13,37,73; 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-db405975-f7d2-4a16-a20b-d99b6b2e4666' {
recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_gpt
	insmod ext2
	set root='hd0,gpt6'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6  db405975-f7d2-4a16-a20b-d99b6b2e4666
	else
	  search --no-floppy --fs-uuid --set=root db405975-f7d2-4a16-a20b-d99b6b2e4666
	fi
	linux	/boot/vmlinuz-3.8.0-25-generic root=UUID=db405975-f7d2-4a16-a20b-d99b6b2e4666 ro   quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.8.0-25-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-db405975-f7d2-4a16-a20b-d99b6b2e4666' {
	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-db405975-f7d2-4a16-a20b-d99b6b2e4666' {
	recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt6'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6  db405975-f7d2-4a16-a20b-d99b6b2e4666
		else
		  search --no-floppy --fs-uuid --set=root db405975-f7d2-4a16-a20b-d99b6b2e4666
		fi
		echo	'Loading Linux 3.8.0-25-generic ...'
		linux	/boot/vmlinuz-3.8.0-25-generic root=UUID=db405975-f7d2-4a16-a20b-d99b6b2e4666 ro   quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/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-db405975-f7d2-4a16-a20b-d99b6b2e4666' {
	recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt6'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6  db405975-f7d2-4a16-a20b-d99b6b2e4666
		else
		  search --no-floppy --fs-uuid --set=root db405975-f7d2-4a16-a20b-d99b6b2e4666
		fi
		echo	'Loading Linux 3.8.0-25-generic ...'
		linux	/boot/vmlinuz-3.8.0-25-generic root=UUID=db405975-f7d2-4a16-a20b-d99b6b2e4666 ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.8.0-25-generic
	}
	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-db405975-f7d2-4a16-a20b-d99b6b2e4666' {
	recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt6'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6  db405975-f7d2-4a16-a20b-d99b6b2e4666
		else
		  search --no-floppy --fs-uuid --set=root db405975-f7d2-4a16-a20b-d99b6b2e4666
		fi
		echo	'Loading Linux 3.8.0-19-generic ...'
		linux	/boot/vmlinuz-3.8.0-19-generic root=UUID=db405975-f7d2-4a16-a20b-d99b6b2e4666 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-db405975-f7d2-4a16-a20b-d99b6b2e4666' {
	recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt6'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6  db405975-f7d2-4a16-a20b-d99b6b2e4666
		else
		  search --no-floppy --fs-uuid --set=root db405975-f7d2-4a16-a20b-d99b6b2e4666
		fi
		echo	'Loading Linux 3.8.0-19-generic ...'
		linux	/boot/vmlinuz-3.8.0-19-generic root=UUID=db405975-f7d2-4a16-a20b-d99b6b2e4666 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/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###

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

menuentry "Windows UEFI bkpbootmgfw.efi" {
search --fs-uuid --no-floppy --set=root 0C66-9B01
chainloader (${root})/EFI/Microsoft/Boot/bkpbootmgfw.efi
}

menuentry "Windows Boot UEFI loader" {
search --fs-uuid --no-floppy --set=root 0C66-9B01
chainloader (${root})/EFI/Boot/bkpbootx64.efi
}
### END /etc/grub.d/25_custom ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows 7 (loader) (on /dev/sda3)' --class windows --class os $menuentry_id_option 'osprober-chain-0EEC3E6EEC3E5067' {
	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  0EEC3E6EEC3E5067
	else
	  search --no-floppy --fs-uuid --set=root 0EEC3E6EEC3E5067
	fi
	chainloader +1
}
menuentry 'Windows Recovery Environment (loader) (on /dev/sda5)' --class windows --class os $menuentry_id_option 'osprober-chain-B6BA44F7BA44B621' {
	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  B6BA44F7BA44B621
	else
	  search --no-floppy --fs-uuid --set=root B6BA44F7BA44B621
	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 ###

Je n'ai pas modifier mes partitions windows, j'avais déjà réservé depuis longtemps de la place pour installer un dual boot. J'ai juste créer les partition '/' et swap dans les 20Go que j'avais alloué pour

Au passage, je ne sais pas si c'est lié, gparted pleure de ne pas pouvoir monter /dev/sdb (ou un truc dans le genre, j'ai continué tard hier soir, donc les message d'erreurs, j'en ai vu passer)

Merci d'avance.

Dernière modification par tazvld (Le 07/07/2013, à 02:24)

Hors ligne

#2 Le 01/07/2013, à 15:32

malbo

Re : [Résolu] UEFI : Dual boot, boot windows 7 impossible

Ton Boot-Info est là :

 Boot Info Script e7fc706 + Boot-Repair extra info      [Boot-Info 3June2013]


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

 => No boot loader is installed in the MBR of /dev/sda.
 => No known boot loader is installed in the MBR of /dev/sdb.

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

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 7
    Boot files:        /bootmgr /Boot/BCD /Windows/System32/winload.exe

sda4: __________________________________________________________________________

    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:        

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:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  Ubuntu 13.04 
    Boot files:        /boot/grub/grub.cfg /etc/fstab 
                       /boot/extlinux/extlinux.conf

sda7: __________________________________________________________________________

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

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

Drive: sda _____________________________________________________________________

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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   976,773,167   976,773,167  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   391,383,039   390,709,248 Data partition (Windows/Linux)
/dev/sda4     391,383,040   885,281,477   493,898,438 Data partition (Windows/Linux)
/dev/sda5     924,344,320   976,773,119    52,428,800 Windows Recovery Environment (Windows)
/dev/sda6     885,282,816   922,390,527    37,107,712 Data partition (Windows/Linux)
/dev/sda7     922,390,528   924,344,319     1,953,792 Swap partition (Linux)

Drive: sdb _____________________________________________________________________

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

Invalid MBR Signature found.


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        0C66-9B01                              vfat       SYSTEM
/dev/sda3        0EEC3E6EEC3E5067                       ntfs       OS
/dev/sda4        EC884E01884DCAB2                       ntfs       DATA
/dev/sda5        B6BA44F7BA44B621                       ntfs       Recovery
/dev/sda6        db405975-f7d2-4a16-a20b-d99b6b2e4666   ext4       
/dev/sda7        34c5adc9-daec-4234-a4e8-df567d3a07a0   swap       

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

Device           Mount_Point              Type       Options

/dev/sda1        /boot/efi                vfat       (rw)
/dev/sda6        /                        ext4       (rw,errors=remount-ro)


=========================== 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="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_gpt
insmod ext2
set root='hd0,gpt6'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6  db405975-f7d2-4a16-a20b-d99b6b2e4666
else
  search --no-floppy --fs-uuid --set=root db405975-f7d2-4a16-a20b-d99b6b2e4666
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 13,37,73; 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-db405975-f7d2-4a16-a20b-d99b6b2e4666' {
recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_gpt
	insmod ext2
	set root='hd0,gpt6'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6  db405975-f7d2-4a16-a20b-d99b6b2e4666
	else
	  search --no-floppy --fs-uuid --set=root db405975-f7d2-4a16-a20b-d99b6b2e4666
	fi
	linux	/boot/vmlinuz-3.8.0-25-generic root=UUID=db405975-f7d2-4a16-a20b-d99b6b2e4666 ro   quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.8.0-25-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-db405975-f7d2-4a16-a20b-d99b6b2e4666' {
	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-db405975-f7d2-4a16-a20b-d99b6b2e4666' {
	recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt6'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6  db405975-f7d2-4a16-a20b-d99b6b2e4666
		else
		  search --no-floppy --fs-uuid --set=root db405975-f7d2-4a16-a20b-d99b6b2e4666
		fi
		echo	'Loading Linux 3.8.0-25-generic ...'
		linux	/boot/vmlinuz-3.8.0-25-generic root=UUID=db405975-f7d2-4a16-a20b-d99b6b2e4666 ro   quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/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-db405975-f7d2-4a16-a20b-d99b6b2e4666' {
	recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt6'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6  db405975-f7d2-4a16-a20b-d99b6b2e4666
		else
		  search --no-floppy --fs-uuid --set=root db405975-f7d2-4a16-a20b-d99b6b2e4666
		fi
		echo	'Loading Linux 3.8.0-25-generic ...'
		linux	/boot/vmlinuz-3.8.0-25-generic root=UUID=db405975-f7d2-4a16-a20b-d99b6b2e4666 ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.8.0-25-generic
	}
	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-db405975-f7d2-4a16-a20b-d99b6b2e4666' {
	recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt6'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6  db405975-f7d2-4a16-a20b-d99b6b2e4666
		else
		  search --no-floppy --fs-uuid --set=root db405975-f7d2-4a16-a20b-d99b6b2e4666
		fi
		echo	'Loading Linux 3.8.0-19-generic ...'
		linux	/boot/vmlinuz-3.8.0-19-generic root=UUID=db405975-f7d2-4a16-a20b-d99b6b2e4666 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-db405975-f7d2-4a16-a20b-d99b6b2e4666' {
	recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt6'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6  db405975-f7d2-4a16-a20b-d99b6b2e4666
		else
		  search --no-floppy --fs-uuid --set=root db405975-f7d2-4a16-a20b-d99b6b2e4666
		fi
		echo	'Loading Linux 3.8.0-19-generic ...'
		linux	/boot/vmlinuz-3.8.0-19-generic root=UUID=db405975-f7d2-4a16-a20b-d99b6b2e4666 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/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###

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

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

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows EFI" {
search --fs-uuid --no-floppy --set=root 1AAE-EAA9
chainloader (${root})/efi/Boot/bootx64.efi
}
### 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=db405975-f7d2-4a16-a20b-d99b6b2e4666 /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda1 during installation
#UUID=0C66-9B01  /boot/efi       vfat    defaults        0       1
# swap was on /dev/sda7 during installation
UUID=34c5adc9-daec-4234-a4e8-df567d3a07a0 none            swap    sw              0       0
UUID=0C66-9B01	/boot/efi	vfat	defaults	0	1
--------------------------------------------------------------------------------

====================== sda6/boot/extlinux/extlinux.conf: =======================

--------------------------------------------------------------------------------
## /boot/extlinux/extlinux.conf
##
## IMPORTANT WARNING
##
## The configuration of this file is generated automatically.
## Do not edit this file manually, use: extlinux-update


default l0
prompt 1
timeout 50

include themes/debian/theme.cfg
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

 436.368858337 = 468.547493888  boot/grub/grub.cfg                             1
 437.402450562 = 469.657305088  boot/vmlinuz-3.8.0-19-generic                  1
 437.425888062 = 469.682470912  boot/vmlinuz-3.8.0-25-generic                  1
 437.425888062 = 469.682470912  vmlinuz                                        1
 437.425888062 = 469.682470912  vmlinuz.old                                    1
 423.799224854 = 455.050952704  boot/initrd.img-3.8.0-19-generic               1
 423.869544983 = 455.126458368  boot/initrd.img-3.8.0-25-generic               1
 423.869544983 = 455.126458368  initrd.img                                     1
 423.869544983 = 455.126458368  initrd.img.old                                 1

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

           GiB - GB             File                                 Fragment(s)

 434.391750336 = 466.424590336  boot/extlinux/extlinux.conf                    1
 434.263027191 = 466.286374912  boot/extlinux/chain.c32                        1

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

 boot/extlinux/chain.c32            :  COM32R module (v4.xx)

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

Unknown MBR on /dev/sdb



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

sdc 

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

hexdump: /dev/sdb: Input/output error
hexdump: /dev/sdb: Input/output error
hexdump: /dev/sdb: Input/output error

ADDITIONAL INFORMATION :
=================== log of boot-repair 2013-07-01__10h11 ===================
boot-repair version : 3.199~ppa6~raring
boot-sav version : 3.199~ppa6~raring
glade2script version : 3.2.2~ppa45~raring
boot-sav-extra version : 3.199~ppa6~raring
boot-repair is executed in installed-session (Ubuntu 13.04, raring, Ubuntu, x86_64)
CPU op-mode(s):        32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-3.8.0-25-generic root=UUID=db405975-f7d2-4a16-a20b-d99b6b2e4666 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/sda6:L'OS actuellement utilisé - Ubuntu 13.04 CurrentSession:linux
/dev/sda3:Windows 7 (loader):Windows:chain
/dev/sda5:Windows Recovery Environment (loader):Windows1:chain

=================== blkid:
/dev/sda1: LABEL="SYSTEM" UUID="0C66-9B01" TYPE="vfat"
/dev/sda3: LABEL="OS" UUID="0EEC3E6EEC3E5067" TYPE="ntfs"
/dev/sda4: LABEL="DATA" UUID="EC884E01884DCAB2" TYPE="ntfs"
/dev/sda5: LABEL="Recovery" UUID="B6BA44F7BA44B621" TYPE="ntfs"
/dev/sda6: UUID="db405975-f7d2-4a16-a20b-d99b6b2e4666" TYPE="ext4"
/dev/sda7: UUID="34c5adc9-daec-4234-a4e8-df567d3a07a0" 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/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"




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


/boot/efi detected in the fstab of sda6: UUID=0C66-9B01	 (sda1)
Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bkpbootmgfw.efi
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/bkpbootx64.efi
Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
Presence of .bkp file detected: /boot/efi/EFI/Boot/bkpbootx64.efi
Presence of .bkp file detected: /boot/efi/EFI/Microsoft/Boot/bkpbootmgfw.efi
efibootmgr -v
BootCurrent: 0001
Timeout: 0 seconds
BootOrder: 0001,0000,0002
Boot0000* Windows Boot Manager	HD(1,800,64000,389a9618-3a47-4d0f-9dff-e5e30e5e3021)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.}....................
Boot0001* ubuntu	HD(1,800,64000,389a9618-3a47-4d0f-9dff-e5e30e5e3021)File(EFIubuntugrubx64.efi)
Boot0002* ubuntu	HD(1,800,64000,389a9618-3a47-4d0f-9dff-e5e30e5e3021)File(EFIUbuntugrubx64.efi)
=================== UEFI/Legacy mode:
No EFI in dmseg. Veuillez indiquer ce message à boot.repair@gmail.com
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:
sda6	: 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,	no-BIOS_boot,	has-correctEFI, 	not-usb,	has-os,	2048 sectors * 512 bytes


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

Model: ATA Hitachi HTS54505 (scsi)
Disk /dev/sda: 500GB
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   200GB  200GB   ntfs            Basic data partition
4      200GB   453GB  253GB   ntfs            Basic data partition
6      453GB   472GB  19.0GB  ext4
7      472GB   473GB  1000MB  linux-swap(v1)
5      473GB   500GB  26.8GB  ntfs            Basic data partition          hidden, diag



                                                                          
Error: /dev/sdb: unrecognised disk label

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

BYT;
/dev/sda:500GB:scsi:512:4096:gpt:ATA Hitachi HTS54505;
1:1049kB:211MB:210MB:fat32:EFI system partition:boot;
2:211MB:345MB:134MB::Microsoft reserved partition:msftres;
3:345MB:200GB:200GB:ntfs:Basic data partition:;
4:200GB:453GB:253GB:ntfs:Basic data partition:;
6:453GB:472GB:19.0GB:ext4::;
7:472GB:473GB:1000MB:linux-swap(v1)::;
5:473GB:500GB:26.8GB:ntfs:Basic data partition:hidden, diag;


                                                                          
Error: /dev/sdb: unrecognised disk label


=================== mount:
/dev/sda6 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/cgroup type tmpfs (rw)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
none on /sys/firmware/efi/efivars type efivarfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
/dev/sda1 on /boot/efi type vfat (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfsd-fuse on /run/user/christophe/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=christophe)
/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 size slaves stat subsystem trace uevent
/sys/block/sdb (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sdb1 sdb2 size slaves stat subsystem trace uevent
/sys/block/sdc (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered):  alarm ashmem autofs binder block bsg btrfs-control bus char console core cpu cpu_dma_latency disk dri ecryptfs fb0 fd full fuse hidraw0 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 rts51x0 sda sda1 sda2 sda3 sda4 sda5 sda6 sda7 sdb sdb1 sdb2 sdc sg0 sg1 sg2 shm snapshot snd stderr stdin stdout uinput urandom v4l vga_arbiter vhost-net video0 zero
ls /dev/mapper:  control
ls /boot/efi:

=================== 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 00 29 01 9b 66 0c 4e  4f 20 4e 41 4d 45 20 20  |..)..f.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/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 bf 49 17 00 00 00 00  |..........I.....|
00000030  00 00 0c 00 00 00 00 00  ff 9b 74 01 00 00 00 00  |..........t.....|
00000040  f6 00 00 00 01 00 00 00  67 50 3e ec 6e 3e ec 0e  |........gP>.n>..|
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 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 54 17  |........?.....T.|
00000020  00 00 00 00 80 00 80 00  b8 4a 70 1d 00 00 00 00  |.........Jp.....|
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  b2 ca 4d 88 01 4e 88 ec  |..........M..N..|
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/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 60 18 37  |........?....`.7|
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  ff ff 31 00 00 00 00 00  |..........1.....|
00000040  f6 00 00 00 01 00 00 00  21 b6 44 ba f7 44 ba b6  |........!.D..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

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/sda6      ext4       18G  4.7G   12G  29% /
none           tmpfs     4.0K     0  4.0K   0% /sys/fs/cgroup
udev           devtmpfs  1.9G   12K  1.9G   1% /dev
tmpfs          tmpfs     385M  924K  384M   1% /run
none           tmpfs     5.0M     0  5.0M   0% /run/lock
none           tmpfs     1.9G  160K  1.9G   1% /run/shm
none           tmpfs     100M   24K  100M   1% /run/user
/dev/sda1      vfat      196M   31M  166M  16% /boot/efi
/dev/sda3      fuseblk   187G  151G   37G  81% /mnt/boot-sav/sda3
/dev/sda4      fuseblk   236G   78G  158G  34% /mnt/boot-sav/sda4
/dev/sda5      fuseblk    25G   19G  6.9G  73% /mnt/boot-sav/sda5

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

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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: 0xc61722b1

Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1   976773167   488386583+  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 13.04] sont loin du début du disque. Votre BIOS pourrait ne pas les détecter. Vous voudrez peut-être re-essayer après avoir créé une partition /boot (EXT4, >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 sda6, using the following options:       set-windows-as-default 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.

Hors ligne

#3 Le 01/07/2013, à 15:37

Bigcake

Re : [Résolu] UEFI : Dual boot, boot windows 7 impossible

Bonjour,

Tu a recopié à l'identique ce qui était dans l'autre discussion, le problème c'est que tu n'a pas le même n° d'identification de la partition windows que l'autre personne
Il faut donc que tu remplace 1AAE-EAA9 par 0C66-9B01, qui correspond à l'identifiant de ta partition /dev/sda1 windows (a moins que ce ne soit /dev/sda3 0EEC3E6EEC3E5067)
(Dans la ligne "search --fs-uuid --no-floppy --set=root 1AAE-EAA9")

Dernière modification par Bigcake (Le 01/07/2013, à 15:42)


"Les gens" ne sont pas cons, ils ont été habitués à la facilité et à la désinformation. Le meilleur moyen de ne pas les aider, c'est de se moquer. Le meilleur moyen de les aider, c'est de les informer, encore et encore. La réflexion viendra. N'oubliez pas que vous aussi, vous êtes le con d'un autre.
Smartphone+GNU/Linux=Librem5

Hors ligne

#4 Le 01/07/2013, à 15:52

malbo

Re : [Résolu] UEFI : Dual boot, boot windows 7 impossible

Bien vu Bigcake.
mais je pense que le "bon" fichier .efi n'est pas bootx64.efi mais bkpbootx64.efi (motif : comme il y a eu une réparation recommandée de Boot-Repair, le fichier bootx64.efi est en réalité un lanceur de Ubuntu alors que le vrai lanceur de Windows 7 est bkpbootx64.efi )
Il faut donc modifier cette partie :

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows EFI" {
search --fs-uuid --no-floppy --set=root 1AAE-EAA9
chainloader (${root})/efi/Boot/bootx64.efi
}
### END /etc/grub.d/30_os-prober ###

Pour qu'elle devienne :

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows EFI" {
search --fs-uuid --no-floppy --set=root 0C66-9B01
chainloader (${root})/efi/Boot/bkpbootx64.efi
}
### END /etc/grub.d/30_os-prober ###

@tazvld : si ça fonctionne, ne t'en va pas parce que ce n'est pas fini : il faudra encore faire la modif "en dur" parce qu'elle est seulement provisoire.

Dernière modification par malbo (Le 01/07/2013, à 15:56)

Hors ligne

#5 Le 01/07/2013, à 18:00

tazvld

Re : [Résolu] UEFI : Dual boot, boot windows 7 impossible

tout d'abord, merci de l'attention que vous portez à mon porblème.
Et?..... ben non, ça n'a pas fonctionné. J'ai appliqué la solution proposé par malbo. J'ai aussi essayé d'utiliser bootx64.efi, mais je reste invariablement sur cette ecran bleu (pas du genre BSOD, plus du genre grub sans interface)

Au passage, dans la partition "recovery", il existe bien un fichier "./EFI/boot/bootX64.efi". les majuscules importent-elle pour le boot ? n'est ce pas le boot pour lancer une recovery ?
Dans la partition "OS" (ou est installer windows) il y a un dossier "Boot" avec un fichier "BCD" mais pas de dossier EFI. (il y a un sacré bordel de fichier avec boot dans leur nom à la racine, mais pas de .efi)

Hors ligne

#6 Le 02/07/2013, à 06:11

malbo

Re : [Résolu] UEFI : Dual boot, boot windows 7 impossible

tazvld a écrit :

Au passage, dans la partition "recovery", il existe bien un fichier "./EFI/boot/bootX64.efi". les majuscules importent-elle pour le boot ? n'est ce pas le boot pour lancer une recovery ?
Dans la partition "OS" (ou est installer windows) il y a un dossier "Boot" avec un fichier "BCD" mais pas de dossier EFI. (il y a un sacré bordel de fichier avec boot dans leur nom à la racine, mais pas de .efi)

Tout ce que tu mentionnes là n'a pas d'intérêt par rapport au problème. Le fichier "./EFI/boot/bootX64.efi" dont tu parles n'est pas lisible au démarrage : seuls les fichiers .efi qui sont sur la partition EFI peuvent être lus par le système UEFI. Quant au dossier Boot qui se trouve dans la partition OS, il n'est pas utilisé non plus au démarrage par le système UEFI : la BCD utilisée se trouve dans /EFI/Microsoft/Boot/ de la partition EFI (sda1).

Pour retrouver accès à Windows, tu peux tenter ce qui est décrit là par YannUbuntu (le concepteur de Boot-Repair) : http://forum.ubuntu-fr.org/viewtopic.ph … #p11882321
C'est cette partie :

Oui c'est exactement comme cela qu'on restaure les bkp. Ca peut se faire encore + simplement via Boot-Repair --> Options avancées  --> décocher "Sauvegarder et renommer les fichiers EFI" --> cocher "Restaurer les sauvegardes EFI" --> Appliquer

Dernière modification par malbo (Le 02/07/2013, à 07:29)

Hors ligne

#7 Le 02/07/2013, à 11:29

tazvld

Re : [Résolu] UEFI : Dual boot, boot windows 7 impossible

Je viens de faire cette manipulation. J'ai maintenant 4 entrée pour Windows. Cependant, les 2 premières se bloquent sur l'écran bleu, la suivante la seconde indique une commande invalide et enfin la dernière indique un chemin incorrect

j'ai refait un rapport :
http://paste.ubuntu.com/5835639/

Je crains que ça viennent du SSD qui est utilisé en cache du disque dur. J'avais déjà eu un problème de dual boot avec un raid0 par le passé (finalement rendant impossible le dual boot)

De plus, je ne sais pas si c'est lié mais au démarrage d'Ubuntu (après un long ecran noir) j'ai un message que 'blkid' ne répond pas (timeout) alors qu'il essaie de faire 'quelque chose' sur "sdb", il est donc killer. Je ne connais pas cette commande, j'ai aussi du mal avec le système de nommage des partition et des disques de linux.

J'essaie de vous offrir le maximum de détails que les conditions actuelles me permettent de vous donner. Je suis désolé de ne pas pouvoir vous en donner plus.

Hors ligne

#8 Le 02/07/2013, à 17:19

malbo

Re : [Résolu] UEFI : Dual boot, boot windows 7 impossible

Ton dernier Boot-Info est là :

 Boot Info Script e7fc706 + Boot-Repair extra info      [Boot-Info 3June2013]


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

 => No boot loader is installed in the MBR of /dev/sda.
 => No known boot loader is installed in the MBR of /dev/sdb.

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:        /EFI/Boot/bootx64.efi /EFI/ubuntu/grubx64.efi 
                       /EFI/Microsoft/Boot/bootmgfw.efi 
                       /EFI/Microsoft/Boot/bootmgr.efi 
                       /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 7
    Boot files:        /bootmgr /Boot/BCD /Windows/System32/winload.exe

sda4: __________________________________________________________________________

    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:        

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:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  Ubuntu 13.04 
    Boot files:        /boot/grub/grub.cfg /etc/fstab 
                       /boot/extlinux/extlinux.conf

sda7: __________________________________________________________________________

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

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

Drive: sda _____________________________________________________________________

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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   976,773,167   976,773,167  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   391,383,039   390,709,248 Data partition (Windows/Linux)
/dev/sda4     391,383,040   885,281,477   493,898,438 Data partition (Windows/Linux)
/dev/sda5     924,344,320   976,773,119    52,428,800 Windows Recovery Environment (Windows)
/dev/sda6     885,282,816   922,390,527    37,107,712 Data partition (Windows/Linux)
/dev/sda7     922,390,528   924,344,319     1,953,792 Swap partition (Linux)

Drive: sdb _____________________________________________________________________

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

Invalid MBR Signature found.


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        0C66-9B01                              vfat       SYSTEM
/dev/sda3        0EEC3E6EEC3E5067                       ntfs       OS
/dev/sda4        EC884E01884DCAB2                       ntfs       DATA
/dev/sda5        B6BA44F7BA44B621                       ntfs       Recovery
/dev/sda6        db405975-f7d2-4a16-a20b-d99b6b2e4666   ext4       
/dev/sda7        34c5adc9-daec-4234-a4e8-df567d3a07a0   swap       

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

Device           Mount_Point              Type       Options

/dev/sda1        /boot/efi                vfat       (rw)
/dev/sda6        /                        ext4       (rw,errors=remount-ro)


=========================== 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="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_gpt
insmod ext2
set root='hd0,gpt6'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6  db405975-f7d2-4a16-a20b-d99b6b2e4666
else
  search --no-floppy --fs-uuid --set=root db405975-f7d2-4a16-a20b-d99b6b2e4666
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 13,37,73; 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-db405975-f7d2-4a16-a20b-d99b6b2e4666' {
recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_gpt
	insmod ext2
	set root='hd0,gpt6'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6  db405975-f7d2-4a16-a20b-d99b6b2e4666
	else
	  search --no-floppy --fs-uuid --set=root db405975-f7d2-4a16-a20b-d99b6b2e4666
	fi
	linux	/boot/vmlinuz-3.8.0-25-generic root=UUID=db405975-f7d2-4a16-a20b-d99b6b2e4666 ro   quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.8.0-25-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-db405975-f7d2-4a16-a20b-d99b6b2e4666' {
	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-db405975-f7d2-4a16-a20b-d99b6b2e4666' {
	recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt6'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6  db405975-f7d2-4a16-a20b-d99b6b2e4666
		else
		  search --no-floppy --fs-uuid --set=root db405975-f7d2-4a16-a20b-d99b6b2e4666
		fi
		echo	'Loading Linux 3.8.0-25-generic ...'
		linux	/boot/vmlinuz-3.8.0-25-generic root=UUID=db405975-f7d2-4a16-a20b-d99b6b2e4666 ro   quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/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-db405975-f7d2-4a16-a20b-d99b6b2e4666' {
	recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt6'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6  db405975-f7d2-4a16-a20b-d99b6b2e4666
		else
		  search --no-floppy --fs-uuid --set=root db405975-f7d2-4a16-a20b-d99b6b2e4666
		fi
		echo	'Loading Linux 3.8.0-25-generic ...'
		linux	/boot/vmlinuz-3.8.0-25-generic root=UUID=db405975-f7d2-4a16-a20b-d99b6b2e4666 ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.8.0-25-generic
	}
	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-db405975-f7d2-4a16-a20b-d99b6b2e4666' {
	recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt6'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6  db405975-f7d2-4a16-a20b-d99b6b2e4666
		else
		  search --no-floppy --fs-uuid --set=root db405975-f7d2-4a16-a20b-d99b6b2e4666
		fi
		echo	'Loading Linux 3.8.0-19-generic ...'
		linux	/boot/vmlinuz-3.8.0-19-generic root=UUID=db405975-f7d2-4a16-a20b-d99b6b2e4666 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-db405975-f7d2-4a16-a20b-d99b6b2e4666' {
	recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt6'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6  db405975-f7d2-4a16-a20b-d99b6b2e4666
		else
		  search --no-floppy --fs-uuid --set=root db405975-f7d2-4a16-a20b-d99b6b2e4666
		fi
		echo	'Loading Linux 3.8.0-19-generic ...'
		linux	/boot/vmlinuz-3.8.0-19-generic root=UUID=db405975-f7d2-4a16-a20b-d99b6b2e4666 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/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###

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

menuentry "Windows UEFI bootmgfw.efi" {
search --fs-uuid --no-floppy --set=root 0C66-9B01
chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
}

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

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows 7 (loader) (on /dev/sda3)' --class windows --class os $menuentry_id_option 'osprober-chain-0EEC3E6EEC3E5067' {
	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  0EEC3E6EEC3E5067
	else
	  search --no-floppy --fs-uuid --set=root 0EEC3E6EEC3E5067
	fi
	chainloader +1
}
menuentry 'Windows Recovery Environment (loader) (on /dev/sda5)' --class windows --class os $menuentry_id_option 'osprober-chain-B6BA44F7BA44B621' {
	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  B6BA44F7BA44B621
	else
	  search --no-floppy --fs-uuid --set=root B6BA44F7BA44B621
	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 ###
--------------------------------------------------------------------------------

=============================== 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=db405975-f7d2-4a16-a20b-d99b6b2e4666 /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda1 during installation
#UUID=0C66-9B01  /boot/efi       vfat    defaults        0       1
# swap was on /dev/sda7 during installation
UUID=34c5adc9-daec-4234-a4e8-df567d3a07a0 none            swap    sw              0       0
UUID=0C66-9B01	/boot/efi	vfat	defaults	0	1
--------------------------------------------------------------------------------

====================== sda6/boot/extlinux/extlinux.conf: =======================

--------------------------------------------------------------------------------
## /boot/extlinux/extlinux.conf
##
## IMPORTANT WARNING
##
## The configuration of this file is generated automatically.
## Do not edit this file manually, use: extlinux-update


default l0
prompt 1
timeout 50

include themes/debian/theme.cfg
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

 436.308097839 = 468.482252800  boot/grub/grub.cfg                             1
 437.402450562 = 469.657305088  boot/vmlinuz-3.8.0-19-generic                  1
 437.425888062 = 469.682470912  boot/vmlinuz-3.8.0-25-generic                  1
 437.425888062 = 469.682470912  vmlinuz                                        1
 437.425888062 = 469.682470912  vmlinuz.old                                    1
 423.799224854 = 455.050952704  boot/initrd.img-3.8.0-19-generic               1
 423.869544983 = 455.126458368  boot/initrd.img-3.8.0-25-generic               1
 423.869544983 = 455.126458368  initrd.img                                     1
 423.869544983 = 455.126458368  initrd.img.old                                 1

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

           GiB - GB             File                                 Fragment(s)

 434.391750336 = 466.424590336  boot/extlinux/extlinux.conf                    1
 434.263027191 = 466.286374912  boot/extlinux/chain.c32                        1

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

 boot/extlinux/chain.c32            :  COM32R module (v4.xx)

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

Unknown MBR on /dev/sdb



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

sdc 

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

hexdump: /dev/sdb: Input/output error
hexdump: /dev/sdb: Input/output error
hexdump: /dev/sdb: Input/output error

ADDITIONAL INFORMATION :
=================== log of boot-repair 2013-07-02__11h13 ===================
boot-repair version : 3.199~ppa6~raring
boot-sav version : 3.199~ppa6~raring
glade2script version : 3.2.2~ppa45~raring
boot-sav-extra version : 3.199~ppa6~raring
boot-repair is executed in installed-session (Ubuntu 13.04, raring, Ubuntu, x86_64)
CPU op-mode(s):        32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-3.8.0-25-generic root=UUID=db405975-f7d2-4a16-a20b-d99b6b2e4666 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/sda6:L'OS actuellement utilisé - Ubuntu 13.04 CurrentSession:linux
/dev/sda3:Windows 7 (loader):Windows:chain
/dev/sda5:Windows Recovery Environment (loader):Windows1:chain

=================== blkid:
/dev/sda1: LABEL="SYSTEM" UUID="0C66-9B01" TYPE="vfat"
/dev/sda3: LABEL="OS" UUID="0EEC3E6EEC3E5067" TYPE="ntfs"
/dev/sda4: LABEL="DATA" UUID="EC884E01884DCAB2" TYPE="ntfs"
/dev/sda5: LABEL="Recovery" UUID="B6BA44F7BA44B621" TYPE="ntfs"
/dev/sda6: UUID="db405975-f7d2-4a16-a20b-d99b6b2e4666" TYPE="ext4"
/dev/sda7: UUID="34c5adc9-daec-4234-a4e8-df567d3a07a0" 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/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"




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


/boot/efi detected in the fstab of sda6: UUID=0C66-9B01	 (sda1)
Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
efibootmgr -v
BootCurrent: 0001
Timeout: 0 seconds
BootOrder: 0001,0000,0002
Boot0000* Windows Boot Manager	HD(1,800,64000,389a9618-3a47-4d0f-9dff-e5e30e5e3021)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.}....................
Boot0001* ubuntu	HD(1,800,64000,389a9618-3a47-4d0f-9dff-e5e30e5e3021)File(EFIubuntugrubx64.efi)
Boot0002* ubuntu	HD(1,800,64000,389a9618-3a47-4d0f-9dff-e5e30e5e3021)File(EFIUbuntugrubx64.efi)
=================== UEFI/Legacy mode:
No EFI in dmseg. Veuillez indiquer ce message à boot.repair@gmail.com
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:
sda6	: 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,	no-BIOS_boot,	has-correctEFI, 	not-usb,	has-os,	2048 sectors * 512 bytes


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

Model: ATA Hitachi HTS54505 (scsi)
Disk /dev/sda: 500GB
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   200GB  200GB   ntfs            Basic data partition
4      200GB   453GB  253GB   ntfs            Basic data partition
6      453GB   472GB  19.0GB  ext4
7      472GB   473GB  1000MB  linux-swap(v1)
5      473GB   500GB  26.8GB  ntfs            Basic data partition          hidden, diag



                                                                          
Error: /dev/sdb: unrecognised disk label

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

BYT;
/dev/sda:500GB:scsi:512:4096:gpt:ATA Hitachi HTS54505;
1:1049kB:211MB:210MB:fat32:EFI system partition:boot;
2:211MB:345MB:134MB::Microsoft reserved partition:msftres;
3:345MB:200GB:200GB:ntfs:Basic data partition:;
4:200GB:453GB:253GB:ntfs:Basic data partition:;
6:453GB:472GB:19.0GB:ext4::;
7:472GB:473GB:1000MB:linux-swap(v1)::;
5:473GB:500GB:26.8GB:ntfs:Basic data partition:hidden, diag;


                                                                          
Error: /dev/sdb: unrecognised disk label


=================== mount:
/dev/sda6 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/cgroup type tmpfs (rw)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
none on /sys/firmware/efi/efivars type efivarfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
/dev/sda1 on /boot/efi type vfat (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfsd-fuse on /run/user/christophe/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=christophe)
/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 size slaves stat subsystem trace uevent
/sys/block/sdb (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sdb1 sdb2 size slaves stat subsystem trace uevent
/sys/block/sdc (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered):  alarm ashmem autofs binder block bsg btrfs-control bus char console core cpu cpu_dma_latency disk dri ecryptfs fb0 fd full fuse 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 rts51x0 sda sda1 sda2 sda3 sda4 sda5 sda6 sda7 sdb sdb1 sdb2 sdc sg0 sg1 sg2 shm snapshot snd stderr stdin stdout uinput urandom v4l vga_arbiter vhost-net video0 zero
ls /dev/mapper:  control
ls /boot/efi:

=================== 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 00 29 01 9b 66 0c 4e  4f 20 4e 41 4d 45 20 20  |..)..f.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/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 bf 49 17 00 00 00 00  |..........I.....|
00000030  00 00 0c 00 00 00 00 00  ff 9b 74 01 00 00 00 00  |..........t.....|
00000040  f6 00 00 00 01 00 00 00  67 50 3e ec 6e 3e ec 0e  |........gP>.n>..|
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 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 54 17  |........?.....T.|
00000020  00 00 00 00 80 00 80 00  b8 4a 70 1d 00 00 00 00  |.........Jp.....|
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  b2 ca 4d 88 01 4e 88 ec  |..........M..N..|
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/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 60 18 37  |........?....`.7|
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  ff ff 31 00 00 00 00 00  |..........1.....|
00000040  f6 00 00 00 01 00 00 00  21 b6 44 ba f7 44 ba b6  |........!.D..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

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/sda6      ext4       18G  5.7G   11G  35% /
none           tmpfs     4.0K     0  4.0K   0% /sys/fs/cgroup
udev           devtmpfs  1.9G   12K  1.9G   1% /dev
tmpfs          tmpfs     385M  900K  384M   1% /run
none           tmpfs     5.0M     0  5.0M   0% /run/lock
none           tmpfs     1.9G   84K  1.9G   1% /run/shm
none           tmpfs     100M   24K  100M   1% /run/user
/dev/sda1      vfat      196M   31M  166M  16% /boot/efi
/dev/sda3      fuseblk   187G  151G   37G  81% /mnt/boot-sav/sda3
/dev/sda4      fuseblk   236G   78G  158G  34% /mnt/boot-sav/sda4
/dev/sda5      fuseblk    25G   19G  6.9G  73% /mnt/boot-sav/sda5

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

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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: 0xc61722b1

Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1   976773167   488386583+  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 13.04] sont loin du début du disque. Votre BIOS pourrait ne pas les détecter. Vous voudrez peut-être re-essayer après avoir créé une partition /boot (EXT4, >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 sda6, 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.

Je ne sais pas pour quelle raison ça ne veut pas marcher (peut-être le SSD dont tu parles?).
Depuis le post #1, tu évoques un "écran bleu". Pourrais-tu prendre une photo de cet "écran bleu" ?

Dernière modification par malbo (Le 02/07/2013, à 17:24)

Hors ligne

#9 Le 02/07/2013, à 17:49

tazvld

Re : [Résolu] UEFI : Dual boot, boot windows 7 impossible

L'écran bleu n'est ni plus ni moins que le fond bleu de GRUB mais sans interface. C'est donc un écran bleu uni qui n'a rien à voir avec l'écran de BSOD de windows mais quelque chose qui viens de GRUB.

Hors ligne

#10 Le 02/07/2013, à 18:03

malbo

Re : [Résolu] UEFI : Dual boot, boot windows 7 impossible

tazvld a écrit :

C'est donc un écran bleu uni qui n'a rien à voir avec l'écran de BSOD de windows mais quelque chose qui viens de GRUB.

Est-ce que c'est la couleur qu'on peut voir sur ces photos : http://forum.ubuntu-fr.org/viewtopic.ph … #p13736681

Hors ligne

#11 Le 02/07/2013, à 23:46

tazvld

Re : [Résolu] UEFI : Dual boot, boot windows 7 impossible

J'ai du mal a voir sur l’écran de MrTartempion83, c'est bleu, ou juste un problème d'écran LCD, mais c'est la couleur de fond du grub sans rien d'écrit dessus. Il semble avoir par défaut cette couleur de fond (il me semble qu'il est possible de le personnaliser) et quand je sélectionne une entrée parmi les 2 premières pour windows, l'interface de grub disparaît, et laisse le fond bleu (uni sur tout l'écran), sans écrire aucun message d'erreur et l'ordinateur est bloqué.
Pour Les 2 autres entrée, j'ai un message d'erreur écrit sur ce même fond bleu et il me permet de revenir sur l'écran de sélection du grub (comme sur les photos).

Bon, au moins, pour me consoler, ce bleu n'est pas moche et il change du classique noir.

Hors ligne

#12 Le 03/07/2013, à 06:57

malbo

Re : [Résolu] UEFI : Dual boot, boot windows 7 impossible

tazvld a écrit :

Pour Les 2 autres entrée, j'ai un message d'erreur écrit sur ce même fond bleu et il me permet de revenir sur l'écran de sélection du grub (comme sur les photos).

Fais des photos. Pour les poster, des indications sont données là (Balise image) : http://doc.ubuntu-fr.org/tutoriel/howto … ne_reponse

Hors ligne

#13 Le 03/07/2013, à 08:48

tazvld

Re : [Résolu] UEFI : Dual boot, boot windows 7 impossible

voici la photo du menu grub :
1372834069.jpg

puis voici ce fameux ecran bleu (dommage, les couleurs ne rendent pas bien) :
1372833962.jpg

Hors ligne

#14 Le 03/07/2013, à 18:05

tazvld

Re : [Résolu] UEFI : Dual boot, boot windows 7 impossible

Alors, petite nouvelle : j'ai réussi à l'instant à lancer windows.Cependant, je ne sais pas en détail ce que j'ai fait ni si c'est réitérable.
Alors, de la même manière que pour lancer l'installation d'ubuntu par la clé usb, je sais qu'en appuyant sur echap, j'arrive à lancer un menu de sélection de boot ( un peu comme ici http://forum.ubuntu-fr.org/viewtopic.ph … #p13736681 ). Là, j'ai choisi windows, et... ben windows s'est lancé.

A priori, le problème pourrait venir de ce disque hybride. J'ai la poisse avec linux.

edit : c'est réitérable.

au passage : ça semble se confirmer sur le disque hybrid : http://askubuntu.com/questions/308481/h … technology

Dernière modification par tazvld (Le 03/07/2013, à 18:20)

Hors ligne

#15 Le 04/07/2013, à 06:20

malbo

Re : [Résolu] UEFI : Dual boot, boot windows 7 impossible

Excellente nouvelle. Je te prie de faire une vérification complémentaire : quand tu vois le menu Grub comme sur ta photo, peux-tu appuyer sur la touche C du clavier pour faire apparaître une invite de commande, taper "exit" dans cette invite et valider par la touche Entrée. Normalement, ça devrait te ramener au menu de sélection de boot du système UEFI où tu peux choisir Windows. Peux-tu essayer ?

Hors ligne

#16 Le 04/07/2013, à 09:53

tazvld

Re : [Résolu] UEFI : Dual boot, boot windows 7 impossible

Yep, ça fonctionne, ça redémarre la machine.
Bon, juste une dernière question, ubuntu (et grub aussi) ne reconnaissant pas le disque ssd, buttant dessus et semblant provoquer pas mal de soucis (il arrive que le démarrage par defaut d'ubuntu plante sur l'écran bleu entre autre) y a-t-il une option pour dire à grub et à linux de ne pas s'occuper du volume sdb ?

(je regarderai de mon coté pour personnaliser le grub pour supprimer les entrées non fonctionnelle et réduire le temps de selection à 1 ou 2 seconde)

Merci beaucoup pour votre aide.

Hors ligne

#17 Le 04/07/2013, à 14:31

malbo

Re : [Résolu] UEFI : Dual boot, boot windows 7 impossible

tazvld a écrit :

Yep, ça fonctionne, ça redémarre la machine.

Je ne pensais pas que ça allait redémarrer l'ordi : je pensais que ça permettait d'aller directement dans le menu de Boot de l'UEFI, mais sans redémarrer l'ordi. Du coup, cette petite manip n'a aucun intérêt pour toi à mon avis (ou alors il y a quelque chose que je n'ai pas bien compris).
Quant à ta demande pour dire à grub et à linux de ne pas s'occuper du volume sdb, je ne connais pas la façon de faire cela.

Hors ligne

#18 Le 05/07/2013, à 12:23

tazvld

Re : [Résolu] UEFI : Dual boot, boot windows 7 impossible

Désolé de ne pas avoir pu répondre plus tôt.
Pour faire simple, j'ai mis windows en boot principal (pour plusieurs raison), Le fait de taper 'c' puis "exit", l'ordinateur se relance sur la partition de windows, donc je suppose un redémarrage de la machine (reset ?).

Au final, en gros, la seul différence avec un grub fonctionnel, c'est que là je doit appuyer sur echap au tout début du boot si je veux utiliser ubuntu.

Bon, je pense que la solution actuelle est assez viable, je pense que l'on peut mettre ça comme résolu ?

Hors ligne

#19 Le 05/07/2013, à 12:35

malbo

Re : [Résolu] UEFI : Dual boot, boot windows 7 impossible

tazvld a écrit :

Le fait de taper 'c' puis "exit", l'ordinateur se relance sur la partition de windows, donc je suppose un redémarrage de la machine (reset ?)

Tu avais mal décrit le fonctionnement précédemment (ou bien on va dire que je n'avais pas bien compris) : si après avoir tapé "exit" et validé par la touche Entrée, ton ordi démarre directement sur Windows sans que tu aies rien à faire (pas de touche à presser pour aller sélectionner Windows dans l'UEFI), la manip est intéressante pour quelqu'un qui démarre principalement sur Ubuntu et occasionnellement sur Windows. Mais j'ai bien compris que tu souhaites démarrer par défaut sous Windows et tu as donc bien fait de mettre Windows en priorité de boot dans l'UEFI.

tazvld a écrit :

Au final, en gros, la seul différence avec un grub fonctionnel, c'est que là je doit appuyer sur echap au tout début du boot si je veux utiliser ubuntu

Sache que cette façon de procéder est la façon normale de gérer le multi-boot dans un système UEFI : c'est UEFI qui doit gérer et ce n'est pas Grub. Actuellement, les développeurs de Grub se défoncent pour essayer de faire en sorte que Grub puisse gérer correctement le dual-boot Windows/Ubuntu ( Bug #807801 ) mais ce n'est pas encore gagné. En attendant, ta façon de procéder est la plus fiable.

Dernière modification par malbo (Le 05/07/2013, à 12:48)

Hors ligne

#20 Le 05/07/2013, à 13:52

tazvld

Re : [Résolu] UEFI : Dual boot, boot windows 7 impossible

Ha, oups, oui. J’eus pensé que ce fût clair, je reconnais après coup un manque de précision. En gros, selon moi, ça relance le boot de la machine au début.
En effet, par défaut, je préfère utiliser Windows sur cette machine.
Pour faire un aparté, cette machine tire sa pleine puissance de technologie que je trouve très innovante et vraiment utile sur un ordinateur portable(intel smart response et Nvidia Optimus + gestion avancée de l'énergie) qui ne sont malheureusement pas (bien) supporté par ubuntu (il semble garder toute les caractéristiques à fond, transformant la machine en un petit radiateur) . De plus, par la force des choses, j'utilise cette machine comme ordi principale, et donc pour les jeux vidéo

Sinon, pour ignorer le volume sdb, j'ai vu dans la doc de GRUB que c'est possible.

Voila.

Hors ligne

#21 Le 05/07/2013, à 14:14

malbo

Re : [Résolu] UEFI : Dual boot, boot windows 7 impossible

S'agissant de la gestion de l'affichage pour ton modèle UX32VD, on en parle dans cette doc (au paragraphe "Unsolved Issues") : http://www.linlap.com/asus_ux32vd
ne compte pas sur moi pour t'aider là-dedans, je n'y connais rien. Par contre, ce serait bien que tu fermes cette discussion pour éventuellement en ouvrir une autre dans la rubrique adaptée "
Affichage et cartes graphiques" pour optimiser l'affichage et éviter que ton ordi chauffe énormément.
Je t'invite donc à modifier le titre de ton premier post pour qu'il devienne :

[Résolu] UEFI : Dual-boot avec Windows 7 impossible

comme c'est expliqué dans le paragraphe 5.2 de ce lien : http://doc.ubuntu-fr.org/tutoriel/howto … _en_resolu

Dernière modification par malbo (Le 05/07/2013, à 14:22)

Hors ligne