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 22/10/2013, à 20:40

argorate

Boot Repair pour réinstaller GRUB avec systeme EFI

Bonjour,

cela fait plusieurs jours que je suis en galère pour configurer mon nouvelle ordinateur portable. Mon dernier problème en date et suite à l'installation de linux sur ma seconde partition de mon disque (la première contient windows 7).
Je n'ai pas le choix du boot au démarrage. J'ai donc tenté d'utiliser cette outil: http://doc.ubuntu-fr.org/boot-repair via mon live CD.
Malheureusement il semble qu'il y ait un problème, il fini l’exécution avec une fenêtre indiquant "EFI détecté. Veuillez utiliser Boot-Repair-Disk-64bit (www.sourceforge.net/p/boot-repair-cd), qui contient une version compatible EFI de ce logiciel.".

je vous transmet donc le résultat obtenu: http://paste.ubuntu.com/6284646/
on remarque qu'à la fin il est dit: "N'oubliez pas de régler votre BIOS pour qu'il amorce sur le fichier sda1/efi/.../grub*.efi !".
Hors je ne sais pas faire ça, je n'ai rien vu dans le bios qui ressemble à ça.

Que dois-je faire?

merci

Hors ligne

#2 Le 23/10/2013, à 07:16

malbo

Re : Boot Repair pour réinstaller GRUB avec systeme EFI

Ton Boot-Info est là :

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


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

 => No boot loader is installed in the MBR of /dev/sda.
 => Syslinux MBR (4.04 and higher) 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/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:        /Windows/System32/winload.exe

sda4: __________________________________________________________________________

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

sda5: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  Grub2 (v1.99-2.00)
    Boot sector info:  Grub2 (v2.00) is installed in the boot sector of sda5 
                       and looks at sector 1921590672 of the same hard drive 
                       for core.img. core.img is at this location and looks 
                       in partition 1 for (,gpt5)/boot/grub.
    Operating System:  Ubuntu 12.10 
    Boot files:        /boot/grub/grub.cfg /etc/fstab 
                       /boot/grub/i386-pc/core.img

sdb1: __________________________________________________________________________

    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:        

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

Drive: sda _____________________________________________________________________

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

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

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


GUID Partition Table detected.

Partition    Start Sector    End Sector  # of Sectors System
/dev/sda1           2,048       206,847       204,800 EFI System partition
/dev/sda2         206,848       468,991       262,144 Microsoft Reserved Partition (Windows)
/dev/sda3         468,992 1,024,002,047 1,023,533,056 Data partition (Windows/Linux)
/dev/sda4   1,024,002,048 1,032,001,535     7,999,488 Swap partition (Linux)
/dev/sda5   1,032,001,536 1,953,523,711   921,522,176 Data partition (Windows/Linux)

Drive: sdb _____________________________________________________________________

Disk /dev/sdb: 31.5 GB, 31457280000 bytes
255 heads, 63 sectors/track, 3824 cylinders, total 61440000 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sdb1    *            128    61,439,999    61,439,872   c W95 FAT32 (LBA)


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/sda1        F42E-4FF6                              vfat       
/dev/sda3        AAC64744C647104D                       ntfs       
/dev/sda4        78963cc8-dfde-493b-9e3e-1a16e1be75eb   swap       
/dev/sda5        af19d8b3-52e7-4adf-9927-e8295e0f1ba3   ext4       
/dev/sdb1        0EE7-0F67                              vfat       USB 3
/dev/sr0                                                iso9660    Ubuntu 12.10 i386

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

Device           Mount_Point              Type       Options

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


=========================== sda5/boot/grub/grub.cfg: ===========================

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

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

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

export menuentry_id_option

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

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

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

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

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_gpt
insmod ext2
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  af19d8b3-52e7-4adf-9927-e8295e0f1ba3
else
  search --no-floppy --fs-uuid --set=root af19d8b3-52e7-4adf-9927-e8295e0f1ba3
fi
    font="/usr/share/grub/unicode.pf2"
fi

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

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

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload="${1}"
	if [ "${1}" = "keep" ]; then
		set vt_handoff=vt.handoff=7
	else
		set vt_handoff=
	fi
}
if [ "${recordfail}" != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-af19d8b3-52e7-4adf-9927-e8295e0f1ba3' {
recordfail
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_gpt
	insmod ext2
	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  af19d8b3-52e7-4adf-9927-e8295e0f1ba3
	else
	  search --no-floppy --fs-uuid --set=root af19d8b3-52e7-4adf-9927-e8295e0f1ba3
	fi
	linux	/boot/vmlinuz-3.5.0-17-generic root=UUID=af19d8b3-52e7-4adf-9927-e8295e0f1ba3 ro   quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.5.0-17-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-af19d8b3-52e7-4adf-9927-e8295e0f1ba3' {
	menuentry 'Ubuntu, avec Linux 3.5.0-17-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-17-generic-advanced-af19d8b3-52e7-4adf-9927-e8295e0f1ba3' {
	recordfail
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		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  af19d8b3-52e7-4adf-9927-e8295e0f1ba3
		else
		  search --no-floppy --fs-uuid --set=root af19d8b3-52e7-4adf-9927-e8295e0f1ba3
		fi
		echo	'Chargement de Linux 3.5.0-17-generic…'
		linux	/boot/vmlinuz-3.5.0-17-generic root=UUID=af19d8b3-52e7-4adf-9927-e8295e0f1ba3 ro   quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.5.0-17-generic
	}
	menuentry 'Ubuntu, avec Linux 3.5.0-17-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-17-generic-recovery-af19d8b3-52e7-4adf-9927-e8295e0f1ba3' {
	recordfail
		insmod gzio
		insmod part_gpt
		insmod ext2
		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  af19d8b3-52e7-4adf-9927-e8295e0f1ba3
		else
		  search --no-floppy --fs-uuid --set=root af19d8b3-52e7-4adf-9927-e8295e0f1ba3
		fi
		echo	'Chargement de Linux 3.5.0-17-generic…'
		linux	/boot/vmlinuz-3.5.0-17-generic root=UUID=af19d8b3-52e7-4adf-9927-e8295e0f1ba3 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.5.0-17-generic
	}
}

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

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

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

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
	insmod part_gpt
	insmod ext2
	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  af19d8b3-52e7-4adf-9927-e8295e0f1ba3
	else
	  search --no-floppy --fs-uuid --set=root af19d8b3-52e7-4adf-9927-e8295e0f1ba3
	fi
	linux16	/boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
	insmod part_gpt
	insmod ext2
	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  af19d8b3-52e7-4adf-9927-e8295e0f1ba3
	else
	  search --no-floppy --fs-uuid --set=root af19d8b3-52e7-4adf-9927-e8295e0f1ba3
	fi
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
if [ "x${timeout}" != "x-1" ]; then
  if keystatus; then
    if keystatus --shift; then
      set timeout=-1
    else
      set timeout=0
    fi
  else
    if sleep --interruptible 3 ; then
      set timeout=0
    fi
  fi
fi
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

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

=============================== sda5/etc/fstab: ================================

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda5 during installation
UUID=af19d8b3-52e7-4adf-9927-e8295e0f1ba3 /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda4 during installation
UUID=78963cc8-dfde-493b-9e3e-1a16e1be75eb none            swap    sw              0       0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

 696.234443665 = 747.576041472  boot/grub/grub.cfg                             1
 916.285861969 = 983.854452736  boot/grub/i386-pc/core.img                     1
 696.229942322 = 747.571208192  boot/vmlinuz-3.5.0-17-generic                  1
 696.229942322 = 747.571208192  vmlinuz                                        1
 768.983768463 = 825.690034176  boot/initrd.img-3.5.0-17-generic               2
 768.983768463 = 825.690034176  initrd.img                                     2

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

cat: write error: Broken pipe
File descriptor 8 (/proc/13363/mounts) leaked on lvscan invocation. Parent PID 24250: bash
  No volume groups found

ADDITIONAL INFORMATION :
=================== log of boot-repair 2013-10-22__18h56 ===================
boot-repair version : 3.199~ppa31~quantal
boot-sav version : 3.199~ppa31~quantal
glade2script version : 3.2.2~ppa45~quantal
boot-sav-extra version : 3.199~ppa31~quantal
boot-repair is executed in live-session (Ubuntu 12.10, quantal, Ubuntu, i686)
ls: cannot access /home/usr/.config: No such file or directory
CPU op-mode(s):        32-bit, 64-bit
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity

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


=================== os-prober:
/dev/sda5:Ubuntu 12.10 (12.10):Ubuntu:linux

=================== blkid:
/dev/loop0: TYPE="squashfs"
/dev/sda1: UUID="F42E-4FF6" TYPE="vfat"
/dev/sda3: UUID="AAC64744C647104D" TYPE="ntfs"
/dev/sda4: UUID="78963cc8-dfde-493b-9e3e-1a16e1be75eb" TYPE="swap"
/dev/sda5: UUID="af19d8b3-52e7-4adf-9927-e8295e0f1ba3" TYPE="ext4"
/dev/sr0: LABEL="Ubuntu 12.10 i386" TYPE="iso9660"
/dev/sdb1: LABEL="USB 3" UUID="0EE7-0F67" TYPE="vfat"


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

Windows not detected by os-prober on sda3.

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


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

Presence of EFI/Microsoft file detected: /mnt/boot-sav/sda1/EFI/Microsoft/Boot/bootmgfw.efi
Presence of EFI/Boot file detected: /mnt/boot-sav/sda1/EFI/Boot/bootx64.efi

=================== sda5/etc/grub.d/ :
drwxr-xr-x  2 root root    4096 oct.  17  2012 grub.d
total 72
-rwxr-xr-x 1 root root  7541 oct.  14  2012 00_header
-rwxr-xr-x 1 root root  5488 oct.   4  2012 05_debian_theme
-rwxr-xr-x 1 root root 10891 oct.  14  2012 10_linux
-rwxr-xr-x 1 root root 10258 oct.  14  2012 20_linux_xen
-rwxr-xr-x 1 root root  1688 oct.  11  2012 20_memtest86+
-rwxr-xr-x 1 root root 10976 oct.  14  2012 30_os-prober
-rwxr-xr-x 1 root root  1426 oct.  14  2012 30_uefi-firmware
-rwxr-xr-x 1 root root   214 oct.  14  2012 40_custom
-rwxr-xr-x 1 root root   216 oct.  14  2012 41_custom
-rw-r--r-- 1 root root   483 oct.  14  2012 README




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

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

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

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

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

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

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

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

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



=================== UEFI/Legacy mode:
BIOS is EFI-compatible, but it is not setup in EFI-mode for this live-session.
SecureBoot maybe enabled.


=================== PARTITIONS & DISKS:
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,	/mnt/boot-sav/sda1.
sda3	: sda,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	is-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	haswinload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sda3.
sda5	: sda,	not-sepboot,	grubenv-ok	grub2,	grub-pc ,	update-grub,	32,	with-boot,	is-os,	not--efi--part,	fstab-without-boot,	fstab-without-efi,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	apt-get,	grub-install,	with--usr,	fstab-without-usr,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sda5.
sdb1	: sdb,	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,	/mnt/boot-sav/sdb1.

sda	: GPT,	no-BIOS_boot,	has-correctEFI, 	not-usb,	has-os,	2048 sectors * 512 bytes
sdb	: not-GPT,	BIOSboot-not-needed,	has-no-EFIpart, 	usb-disk,	no-os,	128 sectors * 512 bytes


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

Model: ATA HGST HTS541010A9 (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt

Number  Start   End     Size    File system     Name                          Flags
1      1049kB  106MB   105MB   fat32           EFI system partition          boot
2      106MB   240MB   134MB                   Microsoft reserved partition  msftres
3      240MB   524GB   524GB   ntfs            Basic data partition
4      524GB   528GB   4096MB  linux-swap(v1)
5      528GB   1000GB  472GB   ext4


Model:   (scsi)
Disk /dev/sdb: 31.5GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type     File system  Flags
1      65.5kB  31.5GB  31.5GB  primary  fat32        boot, lba



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

                                                                          
Error: Can't have a partition outside the disk!

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

BYT;
/dev/sda:1000GB:scsi:512:4096:gpt:ATA HGST HTS541010A9;
1:1049kB:106MB:105MB:fat32:EFI system partition:boot;
2:106MB:240MB:134MB::Microsoft reserved partition:msftres;
3:240MB:524GB:524GB:ntfs:Basic data partition:;
4:524GB:528GB:4096MB:linux-swap(v1)::;
5:528GB:1000GB:472GB:ext4::;

BYT;
/dev/sdb:31.5GB:scsi:512:512:msdos: ;
1:65.5kB:31.5GB:31.5GB:fat32::boot, lba;


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

                                                                          
Error: Can't have a partition outside the disk!


=================== mount:
/cow on / type overlayfs (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
/dev/sr0 on /cdrom type iso9660 (ro,noatime)
/dev/loop0 on /rofs type squashfs (ro,noatime)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
gvfsd-fuse on /run/user/ubuntu/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=ubuntu)
/dev/sda1 on /mnt/boot-sav/sda1 type vfat (rw)
/dev/sda3 on /mnt/boot-sav/sda3 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sda5 on /mnt/boot-sav/sda5 type ext4 (rw)
/dev/sdb1 on /mnt/boot-sav/sdb1 type vfat (rw)


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

=================== hexdump -n512 -C /dev/sda1
00000000  eb 58 90 4d 53 44 4f 53  35 2e 30 00 02 02 fe 19  |.X.MSDOS5.0.....|
00000010  02 00 00 00 00 f8 00 00  3f 00 ff 00 00 08 00 00  |........?.......|
00000020  00 20 03 00 01 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 f6 4f 2e f4 4e  4f 20 4e 41 4d 45 20 20  |..).O..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  74 69 72 65 7a 20 6c 65  20 64 69 73 71 75 65 ff  |tirez le disque.|
000001c0  0d 0a 45 72 72 2e 20 64  69 73 71 75 65 ff 0d 0a  |..Err. disque...|
000001d0  50 72 65 73 73 65 7a 20  75 6e 65 20 74 6f 75 63  |Pressez une touc|
000001e0  68 65 20 70 6f 75 72 20  72 65 64 82 6d 61 72 72  |he pour red.marr|
000001f0  65 72 0d 0a 00 00 00 00  00 ac c0 ce 00 00 55 aa  |er............U.|
00000200

=================== hexdump -n512 -C /dev/sda3
00000000  eb 52 90 4e 54 46 53 20  20 20 20 00 02 08 00 00  |.R.NTFS    .....|
00000010  00 00 00 00 00 f8 00 00  3f 00 ff 00 00 28 07 00  |........?....(..|
00000020  00 00 00 00 80 00 80 00  ff df 01 3d 00 00 00 00  |...........=....|
00000030  00 00 0c 00 00 00 00 00  02 00 00 00 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  4d 10 47 c6 44 47 c6 aa  |........M.G.DG..|
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 45 72  |t.............Er|
00000190  72 65 75 72 20 6c 65 63  74 75 72 65 20 64 69 73  |reur lecture dis|
000001a0  71 75 65 00 0d 0a 42 4f  4f 54 4d 47 52 20 61 62  |que...BOOTMGR ab|
000001b0  73 65 6e 74 00 0d 0a 42  4f 4f 54 4d 47 52 20 63  |sent...BOOTMGR c|
000001c0  6f 6d 70 72 65 73 73 82  00 0d 0a 43 74 72 6c 2b  |ompress....Ctrl+|
000001d0  41 6c 74 2b 53 75 70 70  72 20 70 6f 75 72 20 72  |Alt+Suppr pour r|
000001e0  65 64 82 6d 61 72 72 65  72 0d 0a 00 6f 20 72 65  |ed.marrer...o re|
000001f0  73 74 61 72 74 0d 0a 00  8c a4 b5 c9 00 00 55 aa  |start.........U.|
00000200

=================== hexdump -n512 -C /dev/sdb1
00000000  eb 5a 90 4d 53 44 4f 53  35 2e 30 00 02 20 20 00  |.Z.MSDOS5.0..  .|
00000010  02 00 00 00 00 f8 00 00  3f 00 ff 00 80 00 00 00  |........?.......|
00000020  80 7f a9 03 91 3a 00 00  00 00 00 00 02 00 00 00  |.....:..........|
00000030  01 00 06 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000040  80 01 29 67 0f e7 0e 4e  4f 20 4e 41 4d 45 20 20  |..)g...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

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


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

Filesystem     Type       Size  Used Avail Use% Mounted on
/cow           overlayfs  2.0G  124M  1.8G   7% /
udev           devtmpfs   2.0G   12K  2.0G   1% /dev
tmpfs          tmpfs      786M  852K  785M   1% /run
/dev/sr0       iso9660    754M  754M     0 100% /cdrom
/dev/loop0     squashfs   723M  723M     0 100% /rofs
tmpfs          tmpfs      2.0G   36K  2.0G   1% /tmp
none           tmpfs      5.0M  4.0K  5.0M   1% /run/lock
none           tmpfs      2.0G   80K  2.0G   1% /run/shm
none           tmpfs      100M   64K  100M   1% /run/user
/dev/sda1      vfat        96M   18M   79M  19% /mnt/boot-sav/sda1
/dev/sda3      fuseblk    489G   30G  459G   6% /mnt/boot-sav/sda3
/dev/sda5      ext4       433G  2.9G  408G   1% /mnt/boot-sav/sda5
/dev/sdb1      vfat        30G   12G   18G  40% /mnt/boot-sav/sdb1

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

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

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

Disk /dev/sdb: 31.5 GB, 31457280000 bytes
255 heads, 63 sectors/track, 3824 cylinders, total 61440000 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *         128    61439999    30719936    c  W95 FAT32 (LBA)


EFI détecté. Veuillez vérifier les options.
Partition outside the disk détecté.
=================== Repair blockers
EFI détecté. Veuillez utiliser Boot-Repair-Disk-64bit (www.sourceforge.net/p/boot-repair-cd), qui contient une version compatible EFI de ce logiciel.
=================== Advice displayed in case of recommended repair
Le démarrage de votre ordinateur est en mode Legacy. Vous voudrez peut-être ré-essayer après l'avoir changé en mode EFI.
Voulez-vous continuer ?
=================== Final advice in case of recommended repair
N'oubliez pas de régler votre BIOS pour qu'il amorce sur le fichier sda1/efi/.../grub*.efi !

=================== Default settings
Recommended-Repair
This setting would purge (in order to fix packages unsign-grub) and reinstall the grub-efi of sda5, using the following options:        sda1/boot/efi,
Additional repair would be performed: unhide-bootmenu-20s   fix-windows-boot 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.

Effectivement, tu as bien fait n'importe quoi dans cet ordi. Déjà, j'aimerais que tu répondes à ces questions :
1) le nom complet du modèle de ton ordi et son fabricant
2) es-tu sûr que Ubuntu 12.10 soit un bon choix ? C'est la version la plus détestée de beaucoup de monde (chez moi elle fonctionnait bien cependant) et elle ne sera plus soutenue (plus de mises à jour) après Avril 2014 (voir doc). Je te proposerais plutôt Ubuntu 12.04.3 (*) qui a le même noyau et la même gestion de l'affichage que Ubuntu 13.04, donc elle est adaptée à un ordi très récent.

(*) on en parle ici de la "12.04.3" : http://doc.ubuntu-fr.org/precise#obteni … atuitement (ne télécharge pas l'édition francophone d'Ubuntu-FR, c'est douteux. Si tu es intéressé par ma proposition d'utiliser 12.04.3, dis-le dans ta réponse et je te proposerai une solution plus sure).

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

Hors ligne

#3 Le 23/10/2013, à 08:53

argorate

Re : Boot Repair pour réinstaller GRUB avec systeme EFI

Bonjour,

pourrait-tu être plus précis en disant "n'importe quoi"? Je suis prêt à apprendre et reconnaitre mes erreurs, faut-il encore que je les comprenne.

1) ASUS X75A

2) 12.10 est uniquement ma version de mon live cd, j'ai dans l'intention de passer en 13.10 lorsqu'il me le demandera suite au MAJ automatique. Mais ceci n'a pas grand rapport avec le problème présent non?

merci de m’éclairer.

Hors ligne

#4 Le 23/10/2013, à 09:46

malbo

Re : Boot Repair pour réinstaller GRUB avec systeme EFI

Peux-tu me confirmer qu'il s'agit bien du modèle ASUS X75A-TY234H qu'on peut voir ici ou ? Sinon précise le nom complet du modèle.
Au sujet de la version à installer, ton CD a la version 32 bits de Ubuntu 12.10 mais cette version 32 bits ne convient pas à ton cas : toi tu dois installer Ubuntu en mode EFI parce que ton Windows est préinstallé en mode EFI (voir explications) et seule la version 64 bits est convenable (voir 2.3 Versions d'Ubuntu démarrables en mode EFI)
Tant qu'à faire puisque tu dois refaire un support d'installation, je te conseille d'installer directement Ubuntu 13.10 64 bits puisque tu as l'intention d'être sur cette version à terme. Utilise une liveUSB si tu peux : c'est plus fiable qu'un liveDVD. Je te conseille cette procédure qui a été écrite pour Ubuntu 12.04.3 mais qui est utilisable pour la 13.10 : ce qui change, c'est qu'il faut télécharger à l'avance le fichier ubuntu-13.10-desktop-amd64.iso mais pour le reste, la procédure est applicable.

Dernière modification par malbo (Le 23/10/2013, à 09:52)

Hors ligne

#5 Le 23/10/2013, à 11:23

argorate

Re : Boot Repair pour réinstaller GRUB avec systeme EFI

Oui il s'agit bien de ce modèle.

Mon seven n'était pas préinstallé, c'était windows 8 que j'ai immédiatement virer, mais j'ai du mettre seven en version 64 bit parce que le disque est en GPT et pas MBR (certes on peut convertir, mais de toute façon j'ai pas trouver les pilotes chez asus autrement que pour la version 64bit).
Donc si j'ai bien compris le problème: c'est mon live cd, parce qu'il est en 32bit et que l'EFI requière du 64 bit?

Je vais tenter de suivre ta procédure pour faire une live-usb!

merci.

Hors ligne

#6 Le 23/10/2013, à 11:35

malbo

Re : Boot Repair pour réinstaller GRUB avec systeme EFI

argorate a écrit :

Donc si j'ai bien compris le problème: c'est mon live cd, parce qu'il est en 32bit et que l'EFI requière du 64 bit?

Oui

Quant à ton Windows, c'est vrai que je n'avais pas remarqué que le Windows 8 installé d'origine dans ton modèle d'ordi avait été remplacé par Windows 7. Je ne pense pas que ça ait une importance dans le cas présent mais tu as bien fait de le préciser.

Dernière modification par malbo (Le 23/10/2013, à 11:41)

Hors ligne

#7 Le 24/10/2013, à 01:12

argorate

Re : Boot Repair pour réinstaller GRUB avec systeme EFI

Bon, l'install c'est fait niquel, le live cd c'est pourri en comparaison d'une clé (surtout usb3), c'était très rapide!

Maintenant le problème est l'inverse: il boot sur linux sans me laisser le choix pour windows. Je serais bien repartit sur un boot repair, mais je préfère demander conseil plutôt que de tenter un truc hasardeux.

Quel démarche exact dois-je suivre pour afficher le choix au démarrage?

merci !

Hors ligne

#8 Le 24/10/2013, à 04:45

malbo

Re : Boot Repair pour réinstaller GRUB avec systeme EFI

Je te prie de poster ton Boot-Info mais au lieu de le faire depuis une session live comme c'est proposé à l'étape 1, je te demande de faire ce Boot-Info depuis une session de ton Ubuntu installé sur le disque dur. Motif : on voit plus de chose concernant le démarrage, en particulier sur l'ordre de démarrage dans l'UEFI

Hors ligne

#10 Le 24/10/2013, à 16:21

malbo

Re : Boot Repair pour réinstaller GRUB avec systeme EFI

Ton Boot-Info est là :

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


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

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

sda1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  FAT32
    Boot sector info:  According to the info in the boot sector, sda1 starts 
                       at sector 0. But according to the info from fdisk, 
                       sda1 starts at sector 2048.
    Operating System:  
    Boot files:        /EFI/ubuntu/grubx64.efi /EFI/ubuntu/shimx64.efi

sda2: __________________________________________________________________________

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

sda3: __________________________________________________________________________

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

sdb1: __________________________________________________________________________

    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:        

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

Drive: sda _____________________________________________________________________

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

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

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


GUID Partition Table detected.

Partition    Start Sector    End Sector  # of Sectors System
/dev/sda1           2,048       999,423       997,376 EFI System partition
/dev/sda2         999,424 1,945,368,575 1,944,369,152 Data partition (Linux)
/dev/sda3   1,945,368,576 1,953,523,711     8,155,136 Swap partition (Linux)

Drive: sdb _____________________________________________________________________

Disk /dev/sdb: 31.5 GB, 31457280000 bytes
255 heads, 63 sectors/track, 3824 cylinders, total 61440000 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sdb1    *            128    61,439,999    61,439,872   c W95 FAT32 (LBA)


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        1F73-FEE1                              vfat       
/dev/sda2        76f449f4-a76d-4197-a443-d32256eb0b11   ext4       
/dev/sda3        185b9dde-9765-434f-923f-4c0d1b29a0a1   swap       
/dev/sdb1        0EE7-0F67                              vfat       USB 3

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

Device           Mount_Point              Type       Options

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


=========================== sda2/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,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  76f449f4-a76d-4197-a443-d32256eb0b11
else
  search --no-floppy --fs-uuid --set=root 76f449f4-a76d-4197-a443-d32256eb0b11
fi
    font="/usr/share/grub/unicode.pf2"
fi

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

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

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload="${1}"
	if [ "${1}" = "keep" ]; then
		set vt_handoff=vt.handoff=7
	else
		set vt_handoff=
	fi
}
if [ "${recordfail}" != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-76f449f4-a76d-4197-a443-d32256eb0b11' {
recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_gpt
	insmod ext2
	set root='hd0,gpt2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  76f449f4-a76d-4197-a443-d32256eb0b11
	else
	  search --no-floppy --fs-uuid --set=root 76f449f4-a76d-4197-a443-d32256eb0b11
	fi
	linux	/boot/vmlinuz-3.11.0-12-generic.efi.signed root=UUID=76f449f4-a76d-4197-a443-d32256eb0b11 ro   quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.11.0-12-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-76f449f4-a76d-4197-a443-d32256eb0b11' {
	menuentry 'Ubuntu, avec Linux 3.11.0-12-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-12-generic-advanced-76f449f4-a76d-4197-a443-d32256eb0b11' {
	recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  76f449f4-a76d-4197-a443-d32256eb0b11
		else
		  search --no-floppy --fs-uuid --set=root 76f449f4-a76d-4197-a443-d32256eb0b11
		fi
		echo	'Chargement de Linux 3.11.0-12-generic…'
		linux	/boot/vmlinuz-3.11.0-12-generic.efi.signed root=UUID=76f449f4-a76d-4197-a443-d32256eb0b11 ro   quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.11.0-12-generic
	}
	menuentry 'Ubuntu, avec Linux 3.11.0-12-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-12-generic-recovery-76f449f4-a76d-4197-a443-d32256eb0b11' {
	recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  76f449f4-a76d-4197-a443-d32256eb0b11
		else
		  search --no-floppy --fs-uuid --set=root 76f449f4-a76d-4197-a443-d32256eb0b11
		fi
		echo	'Chargement de Linux 3.11.0-12-generic…'
		linux	/boot/vmlinuz-3.11.0-12-generic.efi.signed root=UUID=76f449f4-a76d-4197-a443-d32256eb0b11 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.11.0-12-generic
	}
}

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

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

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

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

### BEGIN /etc/grub.d/30_os-prober ###
if [ "x${timeout}" != "x-1" ]; then
  if keystatus; then
    if keystatus --shift; then
      set timeout=-1
    else
      set timeout=0
    fi
  else
    if sleep --interruptible 3 ; then
      set timeout=0
    fi
  fi
fi
### END /etc/grub.d/30_os-prober ###

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

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

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

=============================== sda2/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/sda2 during installation
UUID=76f449f4-a76d-4197-a443-d32256eb0b11 /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda1 during installation
UUID=1F73-FEE1  /boot/efi       vfat    defaults        0       1
# swap was on /dev/sda3 during installation
UUID=185b9dde-9765-434f-923f-4c0d1b29a0a1 none            swap    sw              0       0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)


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

cat: /tmp/BootInfo-ONDPi4qq/Tmp_Log: No such file or directory

ADDITIONAL INFORMATION :
=================== log of boot-repair 2013-10-24__17h07 ===================
boot-repair version : 3.199~ppa31~saucy
boot-sav version : 3.199~ppa31~saucy
glade2script version : 3.2.2~ppa47~saucy
boot-sav-extra version : 3.199~ppa31~saucy
boot-repair is executed in installed-session (Ubuntu 13.10, saucy, Ubuntu, x86_64)
CPU op-mode(s):        32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic.efi.signed root=UUID=76f449f4-a76d-4197-a443-d32256eb0b11 ro quiet splash vt.handoff=7
Unmount sdb1 from /media/matrix/USB 3 to avoid space incompatibilities

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


=================== os-prober:
/dev/sda2:L'OS actuellement utilisé - Ubuntu 13.10 CurrentSession:linux

=================== blkid:
/dev/sda1: UUID="1F73-FEE1" TYPE="vfat"
/dev/sda2: UUID="76f449f4-a76d-4197-a443-d32256eb0b11" TYPE="ext4"
/dev/sda3: UUID="185b9dde-9765-434f-923f-4c0d1b29a0a1" TYPE="swap"
/dev/sdb1: LABEL="USB 3" UUID="0EE7-0F67" TYPE="vfat"


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


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


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


=================== /etc/grub.d/ :
drwxr-xr-x  2 root root     4096 oct.  16 21:02 grub.d
total 72
-rwxr-xr-x 1 root root  7850 oct.  10 19:48 00_header
-rwxr-xr-x 1 root root  5949 août  15 10:26 05_debian_theme
-rwxr-xr-x 1 root root 11479 oct.  10 19:48 10_linux
-rwxr-xr-x 1 root root 10258 oct.  10 19:48 20_linux_xen
-rwxr-xr-x 1 root root  1798 juin  17 11:52 20_memtest86+
-rwxr-xr-x 1 root root 11531 oct.  10 19:48 30_os-prober
-rwxr-xr-x 1 root root  1426 oct.  10 19:48 30_uefi-firmware
-rwxr-xr-x 1 root root   214 oct.  10 19:48 40_custom
-rwxr-xr-x 1 root root   216 oct.  10 19:48 41_custom
-rw-r--r-- 1 root root   483 oct.  10 19:48 README




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

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

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

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

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

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

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

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

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



/boot/efi detected in the fstab of sda2: UUID=1F73-FEE1   (sda1)

efibootmgr -v
BootCurrent: 0001
Timeout: 2 seconds
BootOrder: 0001,0007,0004,0002
Boot0001* ubuntu	HD(1,800,f3800,1159c09f-055c-47e3-89fb-c2d5bb1a1915)File(EFIubuntushimx64.efi)
Boot0002* Atheros Boot Agent 	BIOS(6,0,00)AMGOAMNO........i.A.t.h.e.r.o.s. .B.o.o.t. .A.g.e.n.t.........................rN.D+..,............:..Gd-.;.A..MQ..L.A.t.h.e.r.o.s. .B.o.o.t. .A.g.e.n.t......AMBO
Boot0004* CD/DVD Drive 	BIOS(3,0,00)AMGOAMNO........o.M.A.T.S.H.I.T.A. .D.V.D.-.R.A.M. .U.J.8.E.1....................A...........................>..Gd-.;.A..MQ..L.Z.S.5.D.7.9.8.6.3.7. . . . . . . . . . ......AMBO
Boot0007* ubuntu	HD(1,800,f3800,1159c09f-055c-47e3-89fb-c2d5bb1a1915)File(EFIUbuntugrubx64.efi)
=================== UEFI/Legacy mode:
BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
SecureBoot disabled. (maybe sec-boot, Veuillez indiquer ce message à boot.repair@gmail.com)


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

sda	: GPT,	no-BIOS_boot,	has-correctEFI, 	not-usb,	has-os,	2048 sectors * 512 bytes
sdb	: not-GPT,	BIOSboot-not-needed,	has-no-EFIpart, 	usb-disk,	no-os,	128 sectors * 512 bytes


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

Model: ATA HGST HTS541010A9 (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt

Number  Start   End     Size    File system     Name  Flags
1      1049kB  512MB   511MB   fat32                 boot
2      512MB   996GB   996GB   ext4
3      996GB   1000GB  4175MB  linux-swap(v1)


Model:   (scsi)
Disk /dev/sdb: 31.5GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type     File system  Flags
1      65.5kB  31.5GB  31.5GB  primary  fat32        boot, lba

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

BYT;
/dev/sda:1000GB:scsi:512:4096:gpt:ATA HGST HTS541010A9;
1:1049kB:512MB:511MB:fat32::boot;
2:512MB:996GB:996GB:ext4::;
3:996GB:1000GB:4175MB:linux-swap(v1)::;

BYT;
/dev/sdb:31.5GB:scsi:512:512:msdos: ;
1:65.5kB:31.5GB:31.5GB:fat32::boot, lba;


=================== mount:
/dev/sda2 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)
none on /sys/fs/pstore type pstore (rw)
/dev/sda1 on /boot/efi type vfat (rw)
systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=matrix)
/dev/sdb1 on /mnt/boot-sav/sdb1 type vfat (rw)


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

=================== hexdump -n512 -C /dev/sda1
00000000  eb 58 90 6d 6b 64 6f 73  66 73 00 00 02 08 20 00  |.X.mkdosfs.... .|
00000010  02 00 00 00 00 f8 00 00  3f 00 ff 00 00 00 00 00  |........?.......|
00000020  00 38 0f 00 d0 03 00 00  00 00 00 00 02 00 00 00  |.8..............|
00000030  01 00 06 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000040  00 01 29 e1 fe 73 1f 4e  4f 20 4e 41 4d 45 20 20  |..)..s.NO NAME  |
00000050  20 20 46 41 54 33 32 20  20 20 0e 1f be 77 7c ac  |  FAT32   ...w|.|
00000060  22 c0 74 0b 56 b4 0e bb  07 00 cd 10 5e eb f0 32  |".t.V.......^..2|
00000070  e4 cd 16 cd 19 eb fe 54  68 69 73 20 69 73 20 6e  |.......This is n|
00000080  6f 74 20 61 20 62 6f 6f  74 61 62 6c 65 20 64 69  |ot a bootable di|
00000090  73 6b 2e 20 20 50 6c 65  61 73 65 20 69 6e 73 65  |sk.  Please inse|
000000a0  72 74 20 61 20 62 6f 6f  74 61 62 6c 65 20 66 6c  |rt a bootable fl|
000000b0  6f 70 70 79 20 61 6e 64  0d 0a 70 72 65 73 73 20  |oppy and..press |
000000c0  61 6e 79 20 6b 65 79 20  74 6f 20 74 72 79 20 61  |any key to try a|
000000d0  67 61 69 6e 20 2e 2e 2e  20 0d 0a 00 00 00 00 00  |gain ... .......|
000000e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
00000200

=================== hexdump -n512 -C /dev/sdb1
00000000  eb 5a 90 4d 53 44 4f 53  35 2e 30 00 02 20 20 00  |.Z.MSDOS5.0..  .|
00000010  02 00 00 00 00 f8 00 00  3f 00 ff 00 80 00 00 00  |........?.......|
00000020  80 7f a9 03 91 3a 00 00  00 00 00 00 02 00 00 00  |.....:..........|
00000030  01 00 06 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000040  80 01 29 67 0f e7 0e 4e  4f 20 4e 41 4d 45 20 20  |..)g...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

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/sda2      ext4      913G  8.1G  859G   1% /
none           tmpfs     4.0K     0  4.0K   0% /sys/fs/cgroup
udev           devtmpfs  1.9G   12K  1.9G   1% /dev
tmpfs          tmpfs     384M  1.2M  383M   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   68K  100M   1% /run/user
/dev/sda1      vfat      487M  2.2M  484M   1% /boot/efi
/dev/sdb1      vfat       30G   13G   18G  42% /mnt/boot-sav/sdb1

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

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

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

Disk /dev/sdb: 31.5 GB, 31457280000 bytes
255 heads, 63 sectors/track, 3824 cylinders, total 61440000 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *         128    61439999    30719936    c  W95 FAT32 (LBA)


EFI détecté. Veuillez vérifier les options.
=================== Final advice in case of recommended repair
N'oubliez pas de régler votre BIOS pour qu'il amorce sur le disque sda (1000GB) !

Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 13.10] 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 purge (in order to unsign-grub) and reinstall the grub-efi of sda2, using the following options:        sda1/boot/efi,
Additional repair would be performed: unhide-bootmenu-10s    backup-and-rename-efi-files fake-ms-efi

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



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

Tu as dû faire un mauvais choix à l'installation parce que Ubuntu s'est installé sur la totalité du disque dur de 1 To. Tu n'as plus de Windows dans ce disque dur. Par contre, Ubuntu 13.10 est bien installé en mode UEFI.

Dernière modification par malbo (Le 24/10/2013, à 16:23)

Hors ligne

#11 Le 24/10/2013, à 16:55

argorate

Re : Boot Repair pour réinstaller GRUB avec systeme EFI

C'est vraiment de la daube cette installer linux, il a détecter mon ancien ubuntu et il m'a proposé "supprimer ubuntu et reinstaller", il m'a jamais dit que ça niquerait le reste du disk... Ca commence a me soûler de réinstaller 20 fois les meme trucs.

Es-ce que je peux couper mon disque en deux et remettre seven sans perdre le ubuntu là selon toi?

Hors ligne

#12 Le 24/10/2013, à 17:15

malbo

Re : Boot Repair pour réinstaller GRUB avec systeme EFI

argorate a écrit :

Es-ce que je peux couper mon disque en deux et remettre seven sans perdre le ubuntu là selon toi?

Non, ça ne marche pas : il faut installer Windows d'abord.
Moi, je te conseille d'installer Windows sur la totalité du disque dur (bien sûr, ça va écraser ton Ubuntu actuel). Tu vérifies que Windows 7 fonctionne, tu appliques ce qui est recommandé par la doc Faire de la place pour Ubuntu en diminuant au maximum la place occupée par le disque C: de Windows 7. Dans la place libérée, tu pourras installer Ubuntu ainsi qu'une partition commune de stockage de données en NTFS (c'est ). Dans l'esprit du truc, cette partition de données doit occuper 80 à 90% de la place du disque dur et les OS se partagent les miettes (100 Go pour Win7, 30 Go pour Ubuntu)

Edit ; tu as parfaitement raison de dire que cet installateur est de la daube. Je le déplore autant que toi. C'est pour cela que tu sélectionneras "Autre chose" à l'étape 3 de l'installation de Ubuntu : pour ne pas le laisser faire sa tambouille automatique qui tue.

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

Hors ligne

#13 Le 24/10/2013, à 17:58

argorate

Re : Boot Repair pour réinstaller GRUB avec systeme EFI

Oui je me disais la même chose, que je n'écouterais plus jamais ces propositions et de faire "autre chose" pour être sur de savoir sur quel partition je l'install. (quel naïf je fais)

Tu es sur que la cohabitation est le mieux? D'ailleurs ça marche cmt, normalement c'est de l'ext4 pour un linux et du ntfs pour windows il me semble?
Puis si l'un des deux plantes/virus/ou autres, s'ils sont sur la même partition c'est problématique non? Es-ce pas mieux de séparer les deux proprement?

En tout cas merci pour ton aide précieuse !


EDIT: donc j'ai reinstaller windows, je démarre sur mon live cd, et là il me dit qu'il ne voit aucun OS d'installé, si je vais dans "autre chose", il me dit que mon 1 tera est vierge.
Alors que si j’enlève la clé et que je boot "normalement", seven se lance. Comment cela se fait qu'il ne le détecte pas? Comment faire pour?

merci.

PS: comme si c'était pas assez drôle, je n'ai pas le net sous linux durant l'install (sans doute qu'il n'y a pas les drivers nécessaire?)

Dernière modification par argorate (Le 25/10/2013, à 00:06)

Hors ligne

#14 Le 25/10/2013, à 05:09

malbo

Re : Boot Repair pour réinstaller GRUB avec systeme EFI

Il faut que tu lises un peu la doc Installation d'Ubuntu : partitionnement manuel qui explique les partitions qui sont vitales pour Ubuntu et celles qui sont optionnelles. La partition commune dont je t'ai parlé dans le post #12, c'est une partition optionnelle (elle n'est pas obligatoire pour que Ubuntu puisse fonctionner*). Par contre, il y a les Partitions indispensables : tu devras donc créer manuellement une partition racine et une partition SWAP mais tu n'auras pas besoin de créer une partition EFI. Cette dernière existe déjà puisque tu as installé Windows en premier : l'installateur de Windows a créé automatiquement toutes les partitions nécessaires et cette partition EFI a été créée en même temps que les autres.
En gros, ça donne ça en partant du début du disque :
- partie Windows 7 y compris partition EFI (après réduction drastique de la taille de C:) : taille objective : environ 100 Go
- partition racine de Ubuntu en EXT4 : 30 Go
- partition SWAP : taille : un peu plus que la taille de ta RAM
- partition commune de stockage en NTFS qui occupe tout le reste du disque dur

* la partition commune est une partition de stockage de données : il n'y a pas de système ni de programmes dessus. Donc elle n'est pas vitale pour que chacun des deux OS puissent démarrer.


EDIT : en ce qui concerne le problème suivant :

argorate a écrit :

donc j'ai reinstaller windows, je démarre sur mon live cd, et là il me dit qu'il ne voit aucun OS d'installé, si je vais dans "autre chose", il me dit que mon 1 tera est vierge.

je te prie de refaire un Boot-Info et le poster dans ta réponse afin que je puisse vérifier s'il n'y a pas d'anomalie.

Dernière modification par malbo (Le 25/10/2013, à 05:28)

Hors ligne

#15 Le 25/10/2013, à 15:05

argorate

Re : Boot Repair pour réinstaller GRUB avec systeme EFI

J'ai réussi, en arrêtant de faire le boulet ça aide. j'avais installer seven sans prendre le bon boot dans le bios (le boot efi), du coup j'ai réinstalle avec celui-ci et du coup linux détecte bien windows, j'ai installé linux et le grub est bien là, j’espère que j'aurais pas d'autres ennuis.

merci pour ta patience et ton aide!

Hors ligne

#16 Le 26/10/2013, à 07:33

malbo

Re : Boot Repair pour réinstaller GRUB avec systeme EFI

argorate,
Je souhaiterais créer une ligne pour ton modèle d'ordi ASUS X75A-TY234H dans la Liste des portables « Asus » (j'y donnerai le lien vers la présente discussion). 
Pourrais-tu faire un Boot-Info pour que ton install actuelle puisse servir d'exemple d'installation en dual-boot ?

Edit : à part ça, j'ai fait une simulation dans VMware Player et je confirme le choix piégeur dont tu parles dans ton post #11 :
mini_973164Capturedu20131025165642.png
A savoir que si on choisit "Supprimer Ubuntu 13.04 et réinstaller", ce n'est pas seulement l'installation de Ubuntu 13.04 qui est supprimée mais tout ce qu'il y a sur le disque dur qui est effacé. On se retrouve avec Ubuntu 13.10 qui s'est installé sur la totalité du disque dur en écrasant toute l'installation de Windows 8. Donc l'installateur de Ubuntu 13.10 (tout comme l'installateur des versions précédentes) ne sait pas gérer correctement l'installation dans un ordi avec Windows 8 préinstallé.

EDIT le 20-2-2014 : des rapports de bug sur ce problème : http://forum.ubuntu-fr.org/viewtopic.ph … #p16097761

Dernière modification par malbo (Le 20/02/2014, à 11:04)

Hors ligne

#17 Le 29/10/2013, à 21:45

argorate

Re : Boot Repair pour réinstaller GRUB avec systeme EFI

Oui, si ça peut aider, vu comme j'ai galéré... On c'est moqué de moi parce qu'il ma fallut 4 jours mais j'ai tellement enchainer tout les trucs qui fallait pas^^

pour mon boot actuel ça donne ça: http://paste.ubuntu.com/6326181/ je sais pas trop ce qu'il faut regarder quand on a ça d'ailleurs? tu peux m'expliquer vite fait, comme ça je serais moins bête. Y a tellement de truc dans tout les sens que je ne sais pas ce qui est important ou inquiétant.

Merci à toi pour ton aide wink

Hors ligne

#18 Le 30/10/2013, à 06:55

malbo

Re : Boot Repair pour réinstaller GRUB avec systeme EFI

Ton Boot-Info est là :

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


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

 => No boot loader is installed in the MBR of /dev/sda.
 => Syslinux MBR (4.04 and higher) 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/ubuntu/shimx64.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:        /Windows/System32/winload.exe

sda4: __________________________________________________________________________

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

sda5: __________________________________________________________________________

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

sdb1: __________________________________________________________________________

    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:        

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

Drive: sda _____________________________________________________________________

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

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

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


GUID Partition Table detected.

Partition    Start Sector    End Sector  # of Sectors System
/dev/sda1           2,048       206,847       204,800 EFI System partition
/dev/sda2         206,848       468,991       262,144 Microsoft Reserved Partition (Windows)
/dev/sda3         468,992 1,024,002,047 1,023,533,056 Data partition (Windows/Linux)
/dev/sda4   1,024,002,048 1,032,001,535     7,999,488 Swap partition (Linux)
/dev/sda5   1,032,001,536 1,953,523,711   921,522,176 Data partition (Linux)

Drive: sdb _____________________________________________________________________

Disk /dev/sdb: 31.5 GB, 31457280000 bytes
255 heads, 63 sectors/track, 3824 cylinders, total 61440000 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sdb1    *            128    61,439,999    61,439,872   c W95 FAT32 (LBA)


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        6AC5-75C1                              vfat       
/dev/sda3        20A0E212A0E1EE6A                       ntfs       
/dev/sda4        da27442a-0d4c-4f12-b4a9-6431b8bc3e56   swap       
/dev/sda5        755473f7-bead-4264-90cb-f3f72abc17b3   ext4       
/dev/sdb1        0EE7-0F67                              vfat       USB 3

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

Device           Mount_Point              Type       Options

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


=========================== sda5/boot/grub/grub.cfg: ===========================

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

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

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

export menuentry_id_option

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

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

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

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

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_gpt
insmod ext2
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  755473f7-bead-4264-90cb-f3f72abc17b3
else
  search --no-floppy --fs-uuid --set=root 755473f7-bead-4264-90cb-f3f72abc17b3
fi
    font="/usr/share/grub/unicode.pf2"
fi

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

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

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload="${1}"
	if [ "${1}" = "keep" ]; then
		set vt_handoff=vt.handoff=7
	else
		set vt_handoff=
	fi
}
if [ "${recordfail}" != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-755473f7-bead-4264-90cb-f3f72abc17b3' {
recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_gpt
	insmod ext2
	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  755473f7-bead-4264-90cb-f3f72abc17b3
	else
	  search --no-floppy --fs-uuid --set=root 755473f7-bead-4264-90cb-f3f72abc17b3
	fi
	linux	/boot/vmlinuz-3.11.0-12-generic.efi.signed root=UUID=755473f7-bead-4264-90cb-f3f72abc17b3 ro   quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.11.0-12-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-755473f7-bead-4264-90cb-f3f72abc17b3' {
	menuentry 'Ubuntu, with Linux 3.11.0-12-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-12-generic-advanced-755473f7-bead-4264-90cb-f3f72abc17b3' {
	recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		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  755473f7-bead-4264-90cb-f3f72abc17b3
		else
		  search --no-floppy --fs-uuid --set=root 755473f7-bead-4264-90cb-f3f72abc17b3
		fi
		echo	'Loading Linux 3.11.0-12-generic ...'
		linux	/boot/vmlinuz-3.11.0-12-generic.efi.signed root=UUID=755473f7-bead-4264-90cb-f3f72abc17b3 ro   quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.11.0-12-generic
	}
	menuentry 'Ubuntu, with Linux 3.11.0-12-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-12-generic-recovery-755473f7-bead-4264-90cb-f3f72abc17b3' {
	recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		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  755473f7-bead-4264-90cb-f3f72abc17b3
		else
		  search --no-floppy --fs-uuid --set=root 755473f7-bead-4264-90cb-f3f72abc17b3
		fi
		echo	'Loading Linux 3.11.0-12-generic ...'
		linux	/boot/vmlinuz-3.11.0-12-generic.efi.signed root=UUID=755473f7-bead-4264-90cb-f3f72abc17b3 ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.11.0-12-generic
	}
}

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

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

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

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

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows Boot Manager (UEFI on /dev/sda1)" --class windows --class os {
	insmod part_gpt
	insmod fat
	set root='hd0,gpt1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1  6AC5-75C1
	else
	  search --no-floppy --fs-uuid --set=root 6AC5-75C1
	fi
	chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
### END /etc/grub.d/30_os-prober ###

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

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

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

=============================== sda5/etc/fstab: ================================

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda5 during installation
UUID=755473f7-bead-4264-90cb-f3f72abc17b3 /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda1 during installation
UUID=6AC5-75C1  /boot/efi       vfat    defaults        0       1
# swap was on /dev/sda4 during installation
UUID=da27442a-0d4c-4f12-b4a9-6431b8bc3e56 none            swap    sw              0       0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)


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

cat: /tmp/BootInfo-nKGqCrCD/Tmp_Log: No such file or directory

ADDITIONAL INFORMATION :
=================== log of boot-repair 2013-10-29__21h43 ===================
boot-repair version : 3.199~ppa31~saucy
boot-sav version : 3.199~ppa31~saucy
glade2script version : 3.2.2~ppa47~saucy
boot-sav-extra version : 3.199~ppa31~saucy
boot-repair is executed in installed-session (Ubuntu 13.10, saucy, Ubuntu, x86_64)
CPU op-mode(s):        32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic.efi.signed root=UUID=755473f7-bead-4264-90cb-f3f72abc17b3 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/sda5:The OS now in use - Ubuntu 13.10 CurrentSession:linux
/dev/sda1@/EFI/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi

=================== blkid:
/dev/sda1: UUID="6AC5-75C1" TYPE="vfat"
/dev/sda3: UUID="20A0E212A0E1EE6A" TYPE="ntfs"
/dev/sda4: UUID="da27442a-0d4c-4f12-b4a9-6431b8bc3e56" TYPE="swap"
/dev/sda5: UUID="755473f7-bead-4264-90cb-f3f72abc17b3" TYPE="ext4"
/dev/sdb1: LABEL="USB 3" UUID="0EE7-0F67" TYPE="vfat"


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

Windows not detected by os-prober on sda3.

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


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


=================== /etc/grub.d/ :
drwxr-xr-x  2 root root     4096 oct.  16 21:02 grub.d
total 72
-rwxr-xr-x 1 root root  7850 oct.  10 19:48 00_header
-rwxr-xr-x 1 root root  5949 août  15 10:26 05_debian_theme
-rwxr-xr-x 1 root root 11479 oct.  10 19:48 10_linux
-rwxr-xr-x 1 root root 10258 oct.  10 19:48 20_linux_xen
-rwxr-xr-x 1 root root  1798 juin  17 11:52 20_memtest86+
-rwxr-xr-x 1 root root 11531 oct.  10 19:48 30_os-prober
-rwxr-xr-x 1 root root  1426 oct.  10 19:48 30_uefi-firmware
-rwxr-xr-x 1 root root   214 oct.  10 19:48 40_custom
-rwxr-xr-x 1 root root   216 oct.  10 19:48 41_custom
-rw-r--r-- 1 root root   483 oct.  10 19:48 README




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

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

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

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

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

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

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

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

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



/boot/efi detected in the fstab of sda5: UUID=6AC5-75C1   (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: 2 seconds
BootOrder: 0001,0000,0007,0008,0009,0004,0002
Boot0000* Windows Boot Manager	HD(1,800,32000,49b3832c-83e0-482f-a96f-ffd6bdb3712b)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.}...a................
Boot0001* ubuntu	HD(1,800,32000,49b3832c-83e0-482f-a96f-ffd6bdb3712b)File(EFIubuntushimx64.efi)
Boot0002* Atheros Boot Agent 	BIOS(6,0,00)AMGOAMNO........i.A.t.h.e.r.o.s. .B.o.o.t. .A.g.e.n.t.........................rN.D+..,............:..Gd-.;.A..MQ..L.A.t.h.e.r.o.s. .B.o.o.t. .A.g.e.n.t......AMBO
Boot0004* CD/DVD Drive 	BIOS(3,0,00)AMGOAMNO........o.M.A.T.S.H.I.T.A. .D.V.D.-.R.A.M. .U.J.8.E.1....................A...........................>..Gd-.;.A..MQ..L.Z.S.5.D.7.9.8.6.3.7. . . . . . . . . . ......AMBO
Boot0007* ubuntu	HD(1,800,32000,49b3832c-83e0-482f-a96f-ffd6bdb3712b)File(EFIUbuntugrubx64.efi)
Boot0008* UEFI:  1.00	ACPI(a0341d0,0)PCI(1d,0)USB(1,0)USB(1,0)HD(1,80,3a97f80,00000000)AMBO
Boot0009* Hard Drive 	BIOS(2,0,00)AMGOAMNOq.......S. .1...0.0....................A............................. ..Gd-.;.A..MQ..L. .1...0.0......AMBO
=================== UEFI/Legacy mode:
BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
SecureBoot disabled. (maybe sec-boot, Please report this message to boot.repair@gmail.com)


=================== PARTITIONS & DISKS:
sda5	: sda,	not-sepboot,	grubenv-ok	grub2,	signed grub-efi ,	update-grub,	64,	with-boot,	is-os,	not--efi--part,	fstab-without-boot,	fstab-has-goodEFI,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	apt-get,	grub-install,	with--usr,	fstab-without-usr,	not-sep-usr,	standard,	farbios,	.
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,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sda3.
sdb1	: sdb,	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,	/mnt/boot-sav/sdb1.

sda	: GPT,	no-BIOS_boot,	has-correctEFI, 	not-usb,	has-os,	2048 sectors * 512 bytes
sdb	: not-GPT,	BIOSboot-not-needed,	has-no-EFIpart, 	usb-disk,	no-os,	128 sectors * 512 bytes


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

Model: ATA HGST HTS541010A9 (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt

Number  Start   End     Size    File system     Name                          Flags
1      1049kB  106MB   105MB   fat32           EFI system partition          boot
2      106MB   240MB   134MB                   Microsoft reserved partition  msftres
3      240MB   524GB   524GB   ntfs            Basic data partition          msftdata
4      524GB   528GB   4096MB  linux-swap(v1)
5      528GB   1000GB  472GB   ext4


Model:   (scsi)
Disk /dev/sdb: 31.5GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type     File system  Flags
1      65.5kB  31.5GB  31.5GB  primary  fat32        boot, lba

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

BYT;
/dev/sda:1000GB:scsi:512:4096:gpt:ATA HGST HTS541010A9;
1:1049kB:106MB:105MB:fat32:EFI system partition:boot;
2:106MB:240MB:134MB::Microsoft reserved partition:msftres;
3:240MB:524GB:524GB:ntfs:Basic data partition:msftdata;
4:524GB:528GB:4096MB:linux-swap(v1)::;
5:528GB:1000GB:472GB:ext4::;

BYT;
/dev/sdb:31.5GB:scsi:512:512:msdos: ;
1:65.5kB:31.5GB:31.5GB:fat32::boot, lba;


=================== mount:
/dev/sda5 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)
none on /sys/fs/pstore type pstore (rw)
/dev/sda1 on /boot/efi type vfat (rw)
systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=matrix)
/dev/sda3 on /mnt/boot-sav/sda3 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sdb1 on /mnt/boot-sav/sdb1 type vfat (rw)


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

=================== hexdump -n512 -C /dev/sda1
00000000  eb 58 90 4d 53 44 4f 53  35 2e 30 00 02 02 fe 19  |.X.MSDOS5.0.....|
00000010  02 00 00 00 00 f8 00 00  3f 00 ff 00 00 08 00 00  |........?.......|
00000020  00 20 03 00 01 03 00 00  00 00 00 00 02 00 00 00  |. ..............|
00000030  01 00 06 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000040  80 01 29 c1 75 c5 6a 4e  4f 20 4e 41 4d 45 20 20  |..).u.jNO 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  74 69 72 65 7a 20 6c 65  20 64 69 73 71 75 65 ff  |tirez le disque.|
000001c0  0d 0a 45 72 72 2e 20 64  69 73 71 75 65 ff 0d 0a  |..Err. disque...|
000001d0  50 72 65 73 73 65 7a 20  75 6e 65 20 74 6f 75 63  |Pressez une touc|
000001e0  68 65 20 70 6f 75 72 20  72 65 64 82 6d 61 72 72  |he pour red.marr|
000001f0  65 72 0d 0a 00 00 00 00  00 ac c0 ce 00 00 55 aa  |er............U.|
00000200

=================== hexdump -n512 -C /dev/sda3
00000000  eb 52 90 4e 54 46 53 20  20 20 20 00 02 08 00 00  |.R.NTFS    .....|
00000010  00 00 00 00 00 f8 00 00  3f 00 ff 00 00 28 07 00  |........?....(..|
00000020  00 00 00 00 80 00 80 00  ff df 01 3d 00 00 00 00  |...........=....|
00000030  00 00 0c 00 00 00 00 00  02 00 00 00 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  6a ee e1 a0 12 e2 a0 20  |........j...... |
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 45 72  |t.............Er|
00000190  72 65 75 72 20 6c 65 63  74 75 72 65 20 64 69 73  |reur lecture dis|
000001a0  71 75 65 00 0d 0a 42 4f  4f 54 4d 47 52 20 61 62  |que...BOOTMGR ab|
000001b0  73 65 6e 74 00 0d 0a 42  4f 4f 54 4d 47 52 20 63  |sent...BOOTMGR c|
000001c0  6f 6d 70 72 65 73 73 82  00 0d 0a 43 74 72 6c 2b  |ompress....Ctrl+|
000001d0  41 6c 74 2b 53 75 70 70  72 20 70 6f 75 72 20 72  |Alt+Suppr pour r|
000001e0  65 64 82 6d 61 72 72 65  72 0d 0a 00 6f 20 72 65  |ed.marrer...o re|
000001f0  73 74 61 72 74 0d 0a 00  8c a4 b5 c9 00 00 55 aa  |start.........U.|
00000200

=================== hexdump -n512 -C /dev/sdb1
00000000  eb 5a 90 4d 53 44 4f 53  35 2e 30 00 02 20 20 00  |.Z.MSDOS5.0..  .|
00000010  02 00 00 00 00 f8 00 00  3f 00 ff 00 80 00 00 00  |........?.......|
00000020  80 7f a9 03 91 3a 00 00  00 00 00 00 02 00 00 00  |.....:..........|
00000030  01 00 06 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000040  80 01 29 67 0f e7 0e 4e  4f 20 4e 41 4d 45 20 20  |..)g...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

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/sda5      ext4      433G  8.1G  403G   2% /
none           tmpfs     4.0K     0  4.0K   0% /sys/fs/cgroup
udev           devtmpfs  1.9G   12K  1.9G   1% /dev
tmpfs          tmpfs     384M  1.2M  383M   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   64K  100M   1% /run/user
/dev/sda1      vfat       96M   20M   77M  21% /boot/efi
/dev/sda3      fuseblk   489G   27G  462G   6% /mnt/boot-sav/sda3
/dev/sdb1      vfat       30G  1.3G   29G   5% /mnt/boot-sav/sdb1

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

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

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

Disk /dev/sdb: 31.5 GB, 31457280000 bytes
255 heads, 63 sectors/track, 3824 cylinders, total 61440000 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *         128    61439999    30719936    c  W95 FAT32 (LBA)


EFI detected. Please check the options.
=================== Final advice in case of recommended repair
Please do not forget to make your BIOS boot on sda (1000GB) disk!

The boot files of [The OS now in use - Ubuntu 13.10] are far from the start of the disk. Your BIOS may not detect them. You may want to retry after creating a /boot partition (EXT4, >200MB, start of the disk). This can be performed via tools such as gParted. Then select this partition via the [Separate /boot partition:] option of [Boot Repair]. (https://help.ubuntu.com/community/BootPartition)

=================== Default settings
Recommended-Repair
This setting would purge (in order to unsign-grub) and reinstall the grub-efi of sda5, using the following options:        sda1/boot/efi,
Additional repair would be performed: unhide-bootmenu-10s   fix-windows-boot backup-and-rename-efi-files

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



No change has been performed on your computer.

Pour ta question sur ce qu'il faut regarder, tout est à regarder mais c'est à l'usage des experts qui aident comme moi. C'est plutôt le partitionnement (la première partie du Boot-Info) qui est à regarder et à comprendre par le novice.
Je te signale que ce message inquiétant (tout à la fin du Boot-Info) est une fausse alerte :

The boot files of [The OS now in use - Ubuntu 13.10] are far from the start of the disk. Your BIOS may not detect them. You may want to retry after creating a /boot partition (EXT4, >200MB, start of the disk). This can be performed via tools such as gParted. Then select this partition via the [Separate /boot partition:] option of [Boot Repair]. (https://help.ubuntu.com/community/BootPartition)

Ce qui est proposé dans ce message ne sert à rien.

EDIT : j'ai ajouté une ligne pour le modèle X75A-TY234H dans la Liste des portables « Asus » comme ça, si tu as des remarques à faire ultérieurement (ou des suggestions) qui pourraient aider quelqu'un ayant le même modèle, tu pourras aussi bien les poster ici.

Dernière modification par malbo (Le 30/10/2013, à 07:33)

Hors ligne

#19 Le 31/10/2013, à 02:01

argorate

Re : Boot Repair pour réinstaller GRUB avec systeme EFI

Très bien, alors allons-y, il me reste un derniers soucis lié à linux.

Sous seven, j'ai télécharger les pilotes sur le site d'asus pour la carte réseau et du coup tout marche.

En revanche sous linux, j'arrive à avoir le net grace au wifi, mais si je me met en filaire, cela ne marche pas.
Y a t-il une manip a faire ou une config? (je n'avais pas eut besoin de quoi que se soit avec mon feu-pc-portable précédant).

Une idée? merci.

Hors ligne

#20 Le 31/10/2013, à 06:21

malbo

Re : Boot Repair pour réinstaller GRUB avec systeme EFI

argorate,
Pour ton souci avec la connexion en filaire, je te suggère de créer une nouvelle discussion dans la rubrique "Accès internet et réseaux" du forum. Donnes-y le lien vers la présente discussion : il y a peut-être des infos qui pourraient être utiles aux experts de la rubrique pour t'aider.
PS : quand tu auras trouvé une solution à ce problème, je t'invite à poster ici pour mentionner ce problème et donner le lien vers sa solution. C'est ça que je te proposais dans mon post précédent : donner des conseils et des tuyaux dans la présente discussion, pas demander de l'aide pour tout problème que tu rencontres.

Dernière modification par malbo (Le 31/10/2013, à 07:31)

Hors ligne

#21 Le 02/11/2013, à 11:31

leatitia

Re : Boot Repair pour réinstaller GRUB avec systeme EFI

Bonjour,
Je suis débutante et je ne sais pas coment poster un nouveau topic, je vois que le tirte de ce topic correspond exactement à ma question mais le problème que je rencontre est différent, ma situation est la suivante:
j'ai installé ubuntu 13.10 64 bits  en double boot avec windows 8, je n'ai pas le grub et mon pc démarre directement sur windows, j'ai donc fait "réparation recommandée" de boot repair en bootant sur ma clé usb, le problème c'est que j'obtiens la fenêtre suivante(voire capture écran) : http://www.webm6.com/op-screenkgk.png.host
qu'est ce que je dois faire maintenant svp ? merci de votre réponse

Hors ligne

#22 Le 02/11/2013, à 11:41

malbo

Re : Boot Repair pour réinstaller GRUB avec systeme EFI

@leatitia : pour créer une nouvelle discussion, les explications sont données là : 4.1 Initier une nouvelle discussion
Moi, je te suggère de créer cette nouvelle discussion dans la rubrique "Installation d'Ubuntu"

Hors ligne

#23 Le 02/11/2013, à 12:24

leatitia

Re : Boot Repair pour réinstaller GRUB avec systeme EFI

ok , c'est fait sous le titre: "double boot ubuntu/windows 8 ne marche pas"
merci de votre réponse  svp c'est urgent

Hors ligne

#24 Le 16/12/2013, à 00:24

Thomasan

Re : Boot Repair pour réinstaller GRUB avec systeme EFI

voilà mon dernier  Boot info : http://paste.ubuntu.com/6580817/

inutile  de me demander mon boot info depuis ma session installée : ni la carte wifi ni la carte réseau ne sont opérationnelles apres l'installation

merci d'avance pour votre aide

(j'utilise un Lenovo G780)


Lenovo G780 / Pentium CPU B960 / 2.20 GHz x 2 / Ubuntu 13.10 et Win8
Dell inspiron 5100 / Pentium  4 / Ram 1 Go / ATI Raedon 7500 / 2.66 Ghz / Ubuntu et WinXP

Hors ligne

#25 Le 16/12/2013, à 06:55

malbo

Re : Boot Repair pour réinstaller GRUB avec systeme EFI

Thomasan,
Je te prie de créer une nouvelle discussion. Les indications pour le faire sont là :  4.1 Initier une nouvelle discussion
Quand ce sera fait, poste ici pour donner le lien vers cette nouvelle discussion. Comme ça, je serai informé et je pourrai intervenir dans cette nouvelle discussion.

Hors ligne