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.

#1351 Le 10/10/2014, à 11:35

malbo

Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair

Bouubouu, ton Boot-Info est là :

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


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

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

sda1: __________________________________________________________________________

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

sda2: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  FAT32
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        

sda3: __________________________________________________________________________

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

sda5: __________________________________________________________________________

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

sda6: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  Grub2 (v1.99-2.00)
    Boot sector info:  Grub2 (v1.99) is installed in the boot sector of sda6 
                       and looks at sector 1421922400 of the same hard drive 
                       for core.img. core.img is at this location and looks 
                       in partition 112 for .
    Operating System:  Ubuntu 14.04.1 LTS 
    Boot files:        /boot/grub/grub.cfg /etc/fstab 
                       /boot/grub/i386-pc/core.img

sda7: __________________________________________________________________________

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

sdb1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  SYSLINUX 4.04 2011-04-18
    Boot sector info:  Syslinux looks at sector 6141640 of /dev/sdb1 for its 
                       second stage. SYSLINUX is installed in the  directory. 
                       No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /boot/grub/grub.cfg /syslinux/syslinux.cfg 
                       /casper/vmlinuz.efi /EFI/BOOT/grubx64.efi /ldlinux.sys

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

Drive: sda _____________________________________________________________________

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

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1               2,048       616,447       614,400   7 NTFS / exFAT / HPFS
/dev/sda2             616,448   419,473,407   418,856,960   c W95 FAT32 (LBA)
/dev/sda3         419,475,454 1,465,147,391 1,045,671,938   5 Extended
/dev/sda5         419,475,456 1,383,229,439   963,753,984   7 NTFS / exFAT / HPFS
/dev/sda6    *  1,383,231,488 1,456,956,097    73,724,610  83 Linux
/dev/sda7       1,456,957,440 1,465,147,391     8,189,952  82 Linux swap / Solaris


Drive: sdb _____________________________________________________________________

Disk /dev/sdb: 8011 MB, 8011120640 bytes
247 heads, 62 sectors/track, 1021 cylinders, total 15646720 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sdb1    *             62    15,635,593    15,635,532   b W95 FAT32


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/loop1       dd5de812-7cf0-e142-a5bb-f88ef5f4273f   ext2       
/dev/mmcblk0p1   3231-3636                              vfat       
/dev/sda1        D8A4FB1BA4FAFAB8                       ntfs       SYSTEM
/dev/sda2        82CF-1573                              vfat       
/dev/sda5        3B14C7220B5B4D11                       ntfs       Data
/dev/sda6        01ae64f0-f8e1-4dec-a191-21776d14b92b   ext4       
/dev/sda7        513db588-5ec0-4c75-bd82-44c1794e78f2   swap       
/dev/sdb1        C6E7-7CF2                              vfat       MULTISYSTEM

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

Device           Mount_Point              Type       Options

/dev/loop0       /rofs                    squashfs   (ro,noatime)
/dev/mmcblk0p1   /media/ubuntu-gnome/3231-3636 vfat       (rw,nosuid,nodev,uid=999,gid=999,shortname=mixed,dmask=0077,utf8=1,showexec,flush,uhelper=udisks2)
/dev/sdb1        /cdrom                   vfat       (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)


=========================== sda6/boot/grub/grub.cfg: ===========================

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

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

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

export menuentry_id_option

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

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}
function recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos6'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  01ae64f0-f8e1-4dec-a191-21776d14b92b
else
  search --no-floppy --fs-uuid --set=root 01ae64f0-f8e1-4dec-a191-21776d14b92b
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=10
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=10
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=10
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 45,51,53; 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-01ae64f0-f8e1-4dec-a191-21776d14b92b' {
	recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos6'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  01ae64f0-f8e1-4dec-a191-21776d14b92b
	else
	  search --no-floppy --fs-uuid --set=root 01ae64f0-f8e1-4dec-a191-21776d14b92b
	fi
	linux	/boot/vmlinuz-3.13.0-37-generic root=UUID=01ae64f0-f8e1-4dec-a191-21776d14b92b ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.13.0-37-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-01ae64f0-f8e1-4dec-a191-21776d14b92b' {
	menuentry 'Ubuntu, with Linux 3.13.0-37-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-37-generic-advanced-01ae64f0-f8e1-4dec-a191-21776d14b92b' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos6'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  01ae64f0-f8e1-4dec-a191-21776d14b92b
		else
		  search --no-floppy --fs-uuid --set=root 01ae64f0-f8e1-4dec-a191-21776d14b92b
		fi
		echo	'Loading Linux 3.13.0-37-generic ...'
		linux	/boot/vmlinuz-3.13.0-37-generic root=UUID=01ae64f0-f8e1-4dec-a191-21776d14b92b ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-37-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-37-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-37-generic-recovery-01ae64f0-f8e1-4dec-a191-21776d14b92b' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos6'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  01ae64f0-f8e1-4dec-a191-21776d14b92b
		else
		  search --no-floppy --fs-uuid --set=root 01ae64f0-f8e1-4dec-a191-21776d14b92b
		fi
		echo	'Loading Linux 3.13.0-37-generic ...'
		linux	/boot/vmlinuz-3.13.0-37-generic root=UUID=01ae64f0-f8e1-4dec-a191-21776d14b92b ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-37-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-36-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-36-generic-advanced-01ae64f0-f8e1-4dec-a191-21776d14b92b' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos6'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  01ae64f0-f8e1-4dec-a191-21776d14b92b
		else
		  search --no-floppy --fs-uuid --set=root 01ae64f0-f8e1-4dec-a191-21776d14b92b
		fi
		echo	'Loading Linux 3.13.0-36-generic ...'
		linux	/boot/vmlinuz-3.13.0-36-generic root=UUID=01ae64f0-f8e1-4dec-a191-21776d14b92b ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-36-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-36-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-36-generic-recovery-01ae64f0-f8e1-4dec-a191-21776d14b92b' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos6'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  01ae64f0-f8e1-4dec-a191-21776d14b92b
		else
		  search --no-floppy --fs-uuid --set=root 01ae64f0-f8e1-4dec-a191-21776d14b92b
		fi
		echo	'Loading Linux 3.13.0-36-generic ...'
		linux	/boot/vmlinuz-3.13.0-36-generic root=UUID=01ae64f0-f8e1-4dec-a191-21776d14b92b ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-36-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-32-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-32-generic-advanced-01ae64f0-f8e1-4dec-a191-21776d14b92b' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos6'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  01ae64f0-f8e1-4dec-a191-21776d14b92b
		else
		  search --no-floppy --fs-uuid --set=root 01ae64f0-f8e1-4dec-a191-21776d14b92b
		fi
		echo	'Loading Linux 3.13.0-32-generic ...'
		linux	/boot/vmlinuz-3.13.0-32-generic root=UUID=01ae64f0-f8e1-4dec-a191-21776d14b92b ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-32-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-32-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-32-generic-recovery-01ae64f0-f8e1-4dec-a191-21776d14b92b' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos6'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  01ae64f0-f8e1-4dec-a191-21776d14b92b
		else
		  search --no-floppy --fs-uuid --set=root 01ae64f0-f8e1-4dec-a191-21776d14b92b
		fi
		echo	'Loading Linux 3.13.0-32-generic ...'
		linux	/boot/vmlinuz-3.13.0-32-generic root=UUID=01ae64f0-f8e1-4dec-a191-21776d14b92b ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-32-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_msdos
	insmod ext2
	set root='hd0,msdos6'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  01ae64f0-f8e1-4dec-a191-21776d14b92b
	else
	  search --no-floppy --fs-uuid --set=root 01ae64f0-f8e1-4dec-a191-21776d14b92b
	fi
	knetbsd	/boot/memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos6'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  01ae64f0-f8e1-4dec-a191-21776d14b92b
	else
	  search --no-floppy --fs-uuid --set=root 01ae64f0-f8e1-4dec-a191-21776d14b92b
	fi
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-D8A4FB1BA4FAFAB8' {
	insmod part_msdos
	insmod ntfs
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  D8A4FB1BA4FAFAB8
	else
	  search --no-floppy --fs-uuid --set=root D8A4FB1BA4FAFAB8
	fi
	parttool ${root} hidden-
	chainloader +1
}
set timeout_style=menu
if [ "${timeout}" = 0 ]; then
  set timeout=10
fi
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
### 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/40_multisystem ###
# Ajout de MultiSystem

### MULTISYSTEM MENU
menuentry "PLoP Boot Manager" {
	linux16 /boot/plpbt
}

menuentry "Smart Boot Manager" {
search --set -f /boot/sbootmgr.dsk
	linux16 /boot/memdisk
	initrd16 /boot/sbootmgr.dsk
}
### FIN MULTISYSTEM MENU
### END /etc/grub.d/40_multisystem ###

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

=============================== sda6/etc/fstab: ================================

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda6 during installation
UUID=01ae64f0-f8e1-4dec-a191-21776d14b92b /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda7 during installation
UUID=513db588-5ec0-4c75-bd82-44c1794e78f2 none            swap    sw              0       0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)


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

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

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

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

menuentry "Try Ubuntu GNOME without installing" {
	set gfxpayload=keep
	linux	/casper/vmlinuz.efi  file=/cdrom/preseed/ubuntu-gnome.seed boot=casper quiet splash --
	initrd	/casper/initrd.lz
}
menuentry "Install Ubuntu GNOME" {
	set gfxpayload=keep
	linux	/casper/vmlinuz.efi  file=/cdrom/preseed/ubuntu-gnome.seed boot=casper only-ubiquity quiet splash --
	initrd	/casper/initrd.lz
}
menuentry "OEM install (for manufacturers)" {
	set gfxpayload=keep
	linux	/casper/vmlinuz.efi  file=/cdrom/preseed/ubuntu-gnome.seed boot=casper only-ubiquity quiet splash oem-config/enable=true --
	initrd	/casper/initrd.lz
}
menuentry "Check disc for defects" {
	set gfxpayload=keep
	linux	/casper/vmlinuz.efi  boot=casper integrity-check quiet splash --
	initrd	/casper/initrd.lz
}
--------------------------------------------------------------------------------

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

--------------------------------------------------------------------------------
# D-I config version 2.0
include menu.cfg
default vesamenu.c32
prompt 0
timeout 50
ui gfxboot bootlogo
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)


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

           GiB - GB             File                                 Fragment(s)


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

 syslinux/chain.c32                 :  COM32R module (v4.xx)
 syslinux/gfxboot.c32               :  COM32R module (v4.xx)
 syslinux/vesamenu.c32              :  COM32R module (v4.xx)

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

cat: /tmp/BootInfo-oBNQEnkv/Tmp_Log: No such file or directory
cat: /tmp/BootInfo-oBNQEnkv/Tmp_Log: No such file or directory
cat: /tmp/BootInfo-oBNQEnkv/Tmp_Log: No such file or directory
File descriptor 10 (/proc/18495/mounts) leaked on lvscan invocation. Parent PID 29384: bash
File descriptor 63 (pipe:[1270437]) leaked on lvscan invocation. Parent PID 29384: bash
  No volume groups found

ADDITIONAL INFORMATION :
=================== log of boot-repair 2014-10-10__08h31 ===================
boot-repair version : 3.199~ppa40~saucy
boot-sav version : 3.199~ppa40~saucy
glade2script version : 3.2.2~ppa47~saucy
boot-sav-extra version : 3.199~ppa40~saucy
boot-repair is executed in live-session (Ubuntu 14.04.1 LTS, trusty, Ubuntu, x86_64)
ls: cannot access /home/usr/.config: No such file or directory
CPU op-mode(s):        32-bit, 64-bit
bootkbd=fr-latin1 console-setup/layoutcode=fr console-setup/variantcode=nodeadkeys locale=fr_FR  persistent noprompt cdrom-detect/try-usb=true file=/cdrom/preseed/cli.seed boot=casper initrd=/casper/initrd.lz splash -- maybe-ubiquity

=================== os-prober:
/dev/sda1:Windows 7 (loader):Windows:chain
/dev/sda6:Ubuntu 14.04.1 LTS (14.04):Ubuntu:linux

=================== blkid:
/dev/loop0: TYPE="squashfs"
/dev/loop1: UUID="dd5de812-7cf0-e142-a5bb-f88ef5f4273f" TYPE="ext2"
/dev/mmcblk0p1: SEC_TYPE="msdos" UUID="3231-3636" TYPE="vfat"
/dev/sda1: LABEL="SYSTEM" UUID="D8A4FB1BA4FAFAB8" TYPE="ntfs"
/dev/sda2: UUID="82CF-1573" TYPE="vfat"
/dev/sda5: LABEL="Data" UUID="3B14C7220B5B4D11" TYPE="ntfs"
/dev/sda6: UUID="01ae64f0-f8e1-4dec-a191-21776d14b92b" TYPE="ext4"
/dev/sda7: UUID="513db588-5ec0-4c75-bd82-44c1794e78f2" TYPE="swap"
/dev/sdb1: LABEL="MULTISYSTEM" UUID="C6E7-7CF2" TYPE="vfat"


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

Warning: extended partition does not start at a cylinder boundary.
DOS and Linux will interpret the contents differently.

=================== sda6/etc/grub.d/ :
drwxr-xr-x  2 root root     4096 oct.   9 14:00 grub.d
total 80
-rwxr-xr-x 1 root root  9424 mai   15 19:02 00_header
-rwxr-xr-x 1 root root  6058 mai    8 12:08 05_debian_theme
-rwxr-xr-x 1 root root 11608 mai   15 19:02 10_linux
-rwxr-xr-x 1 root root 10412 mai   15 19:02 20_linux_xen
-rwxr-xr-x 1 root root  1992 mars  12  2014 20_memtest86+
-rwxr-xr-x 1 root root 11692 mai   15 19:02 30_os-prober
-rwxr-xr-x 1 root root  1416 mai   15 19:02 30_uefi-firmware
-rwxr-xr-x 1 root root   214 mai   15 19:02 40_custom
-rwxr-xr-x 1 root root   278 oct.   9 14:00 40_multisystem
-rwxr-xr-x 1 root root   216 mai   15 19:02 41_custom
-rw-r--r-- 1 root root   483 mai   15 19:02 README




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

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

GRUB_DEFAULT=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:
This live-session is not in EFI-mode.
SecureBoot maybe enabled.


=================== PARTITIONS & DISKS:
mmcblk0p1	: mmcblk0,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	not-far,	/media/ubuntu-gnome/3231-3636.
sda1	: sda,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	is-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	bootmgr,	is-winboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	not-far,	/mnt/boot-sav/sda1.
sda2	: sda,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sda2.
sda5	: sda,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sda5.
sda6	: sda,	not-sepboot,	grubenv-ok	grub2,	grub-pc ,	update-grub,	64,	with-boot,	is-os,	not--efi--part,	fstab-without-boot,	fstab-without-efi,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	apt-get,	grub-install,	with--usr,	fstab-without-usr,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sda6.

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


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

Model: ATA Hitachi HTS72757 (scsi)
Disk /dev/sda: 750GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos

Number  Start   End    Size    Type      File system     Flags
1      1049kB  316MB  315MB   primary   ntfs
2      316MB   215GB  214GB   primary   fat32           lba
3      215GB   750GB  535GB   extended
5      215GB   708GB  493GB   logical   ntfs
6      708GB   746GB  37.7GB  logical   ext4            boot
7      746GB   750GB  4193MB  logical   linux-swap(v1)


Model:  USB DISK 2.0 (scsi)
Disk /dev/sdb: 8011MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

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


Model: SD SD02G (sd/mmc)
Disk /dev/mmcblk0: 1978MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type     File system  Flags
1      69.1kB  1976MB  1976MB  primary  fat16

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

BYT;
/dev/sda:750GB:scsi:512:4096:msdos:ATA Hitachi HTS72757;
1:1049kB:316MB:315MB:ntfs::;
2:316MB:215GB:214GB:fat32::lba;
3:215GB:750GB:535GB:::;
5:215GB:708GB:493GB:ntfs::;
6:708GB:746GB:37.7GB:ext4::boot;
7:746GB:750GB:4193MB:linux-swap(v1)::;

BYT;
/dev/sdb:8011MB:scsi:512:512:msdos: USB DISK 2.0;
1:31.7kB:8005MB:8005MB:fat32::boot;

BYT;
/dev/mmcblk0:1978MB:sd/mmc:512:512:msdos:SD SD02G;
1:69.1kB:1976MB:1976MB:fat16::;


=================== mount:
/cow on / type overlayfs (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
/dev/sdb1 on /cdrom type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/loop0 on /rofs type squashfs (ro,noatime)
none on /sys/fs/cgroup type tmpfs (rw)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
none on /sys/fs/pstore type pstore (rw)
systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=ubuntu-gnome)
/dev/mmcblk0p1 on /media/ubuntu-gnome/3231-3636 type vfat (rw,nosuid,nodev,uid=999,gid=999,shortname=mixed,dmask=0077,utf8=1,showexec,flush,uhelper=udisks2)
/dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sda2 on /mnt/boot-sav/sda2 type vfat (rw)
/dev/sda5 on /mnt/boot-sav/sda5 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sda6 on /mnt/boot-sav/sda6 type ext4 (rw)


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

=================== hexdump -n512 -C /dev/mmcblk0p1
00000000  eb 00 90 4d 53 44 4f 53  35 2e 30 00 02 40 01 00  |...MSDOS5.0..@..|
00000010  02 00 02 00 00 f8 ec 00  3f 00 40 00 87 00 00 00  |........?.@.....|
00000020  39 e0 3a 00 80 01 29 36  36 31 32 4e 4f 20 4e 41  |9.:...)6612NO NA|
00000030  4d 45 20 20 20 20 46 41  54 31 36 20 20 20 00 00  |ME    FAT16   ..|
00000040  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/sda1
00000000  eb 52 90 4e 54 46 53 20  20 20 20 00 02 08 00 00  |.R.NTFS    .....|
00000010  00 00 00 00 00 f8 00 00  3f 00 ff 00 00 08 00 00  |........?.......|
00000020  00 00 00 00 80 00 80 00  ff 5f 09 00 00 00 00 00  |........._......|
00000030  00 64 00 00 00 00 00 00  02 00 00 00 00 00 00 00  |.d..............|
00000040  f6 00 00 00 01 00 00 00  b8 fa fa a4 1b fb a4 d8  |................|
00000050  00 00 00 00 fa 33 c0 8e  d0 bc 00 7c fb 68 c0 07  |.....3.....|.h..|
00000060  1f 1e 68 66 00 cb 88 16  0e 00 66 81 3e 03 00 4e  |..hf......f.>..N|
00000070  54 46 53 75 15 b4 41 bb  aa 55 cd 13 72 0c 81 fb  |TFSu..A..U..r...|
00000080  55 aa 75 06 f7 c1 01 00  75 03 e9 dd 00 1e 83 ec  |U.u.....u.......|
00000090  18 68 1a 00 b4 48 8a 16  0e 00 8b f4 16 1f cd 13  |.h...H..........|
000000a0  9f 83 c4 18 9e 58 1f 72  e1 3b 06 0b 00 75 db a3  |.....X.r.;...u..|
000000b0  0f 00 c1 2e 0f 00 04 1e  5a 33 db b9 00 20 2b c8  |........Z3... +.|
000000c0  66 ff 06 11 00 03 16 0f  00 8e c2 ff 06 16 00 e8  |f...............|
000000d0  4b 00 2b c8 77 ef b8 00  bb cd 1a 66 23 c0 75 2d  |K.+.w......f#.u-|
000000e0  66 81 fb 54 43 50 41 75  24 81 f9 02 01 72 1e 16  |f..TCPAu$....r..|
000000f0  68 07 bb 16 68 70 0e 16  68 09 00 66 53 66 53 66  |h...hp..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  28 10 b9 d8 0f fc f3 aa  e9 5f 01 90 90 66 60 1e  |(........_...f`.|
00000120  06 66 a1 11 00 66 03 06  1c 00 1e 66 68 00 00 00  |.f...f.....fh...|
00000130  00 66 50 06 53 68 01 00  68 10 00 b4 42 8a 16 0e  |.fP.Sh..h...B...|
00000140  00 16 1f 8b f4 cd 13 66  59 5b 5a 66 59 66 59 1f  |.......fY[ZfYfY.|
00000150  0f 82 16 00 66 ff 06 11  00 03 16 0f 00 8e c2 ff  |....f...........|
00000160  0e 16 00 75 bc 07 1f 66  61 c3 a0 f8 01 e8 09 00  |...u...fa.......|
00000170  a0 fb 01 e8 03 00 f4 eb  fd b4 01 8b f0 ac 3c 00  |..............<.|
00000180  74 09 b4 0e bb 07 00 cd  10 eb f2 c3 0d 0a 41 20  |t.............A |
00000190  64 69 73 6b 20 72 65 61  64 20 65 72 72 6f 72 20  |disk read error |
000001a0  6f 63 63 75 72 72 65 64  00 0d 0a 42 4f 4f 54 4d  |occurred...BOOTM|
000001b0  47 52 20 69 73 20 6d 69  73 73 69 6e 67 00 0d 0a  |GR is missing...|
000001c0  42 4f 4f 54 4d 47 52 20  69 73 20 63 6f 6d 70 72  |BOOTMGR is compr|
000001d0  65 73 73 65 64 00 0d 0a  50 72 65 73 73 20 43 74  |essed...Press Ct|
000001e0  72 6c 2b 41 6c 74 2b 44  65 6c 20 74 6f 20 72 65  |rl+Alt+Del to re|
000001f0  73 74 61 72 74 0d 0a 00  8c a9 be d6 00 00 55 aa  |start.........U.|
00000200

=================== hexdump -n512 -C /dev/sda2
00000000  eb 58 90 6d 6b 66 73 2e  66 61 74 00 02 40 20 00  |.X.mkfs.fat..@ .|
00000010  02 00 00 00 00 f8 00 00  3f 00 ff 00 00 68 09 00  |........?....h..|
00000020  00 40 f7 18 ae c7 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 73 15 cf 82 20  20 20 20 20 20 20 20 20  |..)s...         |
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/sda5
00000000  eb 52 90 4e 54 46 53 20  20 20 20 00 02 08 00 00  |.R.NTFS    .....|
00000010  00 00 00 00 00 f8 00 00  3f 00 ff 00 00 b0 00 19  |........?.......|
00000020  00 00 00 00 80 00 80 00  ff b7 71 39 00 00 00 00  |..........q9....|
00000030  04 00 00 00 00 00 00 00  7f 1b 97 03 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  11 4d 5b 0b 22 c7 14 3b  |.........M[."..;|
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 d2 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  40 00 2b c8 77 ef b8 00  bb cd 1a 66 23 c0 75 2d  |@.+.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 e9 6a 01  |U...h..fa.....j.|
00000110  90 90 66 60 1e 06 66 a1  11 00 66 03 06 1c 00 1e  |..f`..f...f.....|
00000120  66 68 00 00 00 00 66 50  06 53 68 01 00 68 10 00  |fh....fP.Sh..h..|
00000130  b4 42 8a 16 0e 00 16 1f  8b f4 cd 13 66 59 5b 5a  |.B..........fY[Z|
00000140  66 59 66 59 1f 0f 82 16  00 66 ff 06 11 00 03 16  |fYfY.....f......|
00000150  0f 00 8e c2 ff 0e 16 00  75 bc 07 1f 66 61 c3 a0  |........u...fa..|
00000160  f8 01 e8 08 00 a0 fb 01  e8 02 00 eb fe b4 01 8b  |................|
00000170  f0 ac 3c 00 74 09 b4 0e  bb 07 00 cd 10 eb f2 c3  |..<.t...........|
00000180  0d 0a 41 20 64 69 73 6b  20 72 65 61 64 20 65 72  |..A disk read er|
00000190  72 6f 72 20 6f 63 63 75  72 72 65 64 00 0d 0a 42  |ror occurred...B|
000001a0  4f 4f 54 4d 47 52 20 69  73 20 6d 69 73 73 69 6e  |OOTMGR is missin|
000001b0  67 00 0d 0a 42 4f 4f 54  4d 47 52 20 69 73 20 63  |g...BOOTMGR is c|
000001c0  6f 6d 70 72 65 73 73 65  64 00 0d 0a 50 72 65 73  |ompressed...Pres|
000001d0  73 20 43 74 72 6c 2b 41  6c 74 2b 44 65 6c 20 74  |s Ctrl+Alt+Del t|
000001e0  6f 20 72 65 73 74 61 72  74 0d 0a 00 00 00 00 00  |o restart.......|
000001f0  00 00 00 00 00 00 00 00  80 9d b2 ca 00 00 55 aa  |..............U.|
00000200

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

Filesystem     Type       Size  Used Avail Use% Mounted on
/cow           overlayfs  2.0G  824M  1.1G  44% /
udev           devtmpfs   3.9G   12K  3.9G   1% /dev
tmpfs          tmpfs      792M  1.3M  791M   1% /run
/dev/sdb1      vfat       7.5G  3.1G  4.4G  42% /cdrom
/dev/loop0     squashfs   894M  894M     0 100% /rofs
none           tmpfs      4.0K     0  4.0K   0% /sys/fs/cgroup
tmpfs          tmpfs      3.9G  8.0K  3.9G   1% /tmp
none           tmpfs      5.0M  4.0K  5.0M   1% /run/lock
none           tmpfs      3.9G   13M  3.9G   1% /run/shm
none           tmpfs      100M   24K  100M   1% /run/user
/dev/mmcblk0p1 vfat       1.9G  1.1G  793M  58% /media/ubuntu-gnome/3231-3636
/dev/sda1      fuseblk    300M   36M  265M  12% /mnt/boot-sav/sda1
/dev/sda2      vfat       200G   32K  200G   1% /mnt/boot-sav/sda2
/dev/sda5      fuseblk    460G  135G  326G  30% /mnt/boot-sav/sda5
/dev/sda6      ext4        35G   12G   22G  34% /mnt/boot-sav/sda6

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

Disk /dev/mmcblk0: 1977 MB, 1977614336 bytes
64 heads, 63 sectors/track, 957 cylinders, total 3862528 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/mmcblk0p1             135     3858623     1929244+   6  FAT16

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

Device Boot      Start         End      Blocks   Id  System
/dev/sda1            2048      616447      307200    7  HPFS/NTFS/exFAT
/dev/sda2          616448   419473407   209428480    c  W95 FAT32 (LBA)
/dev/sda3       419475454  1465147391   522835969    5  Extended
Partition 3 does not start on physical sector boundary.
/dev/sda5       419475456  1383229439   481876992    7  HPFS/NTFS/exFAT
/dev/sda6   *  1383231488  1456956097    36862305   83  Linux
/dev/sda7      1456957440  1465147391     4094976   82  Linux swap / Solaris

Disk /dev/sdb: 8011 MB, 8011120640 bytes
247 heads, 62 sectors/track, 1021 cylinders, total 15646720 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: 0x000e099e

Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *          62    15635593     7817766    b  W95 FAT32


=================== Final advice in case of recommended repair
N'oubliez pas de régler votre BIOS pour qu'il amorce sur le disque sda (750GB) !

=================== Default settings
Recommended-Repair
This setting would reinstall the grub2 of sda6 into the MBRs of all disks (except USB without OS).
The boot flag would be placed on sda6.
Additional repair would be performed: unhide-bootmenu-10s

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



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

On y voit ceci :

=================== Default settings
Recommended-Repair
This setting would reinstall the grub2 of sda6 into the MBRs of all disks (except USB without OS).
The boot flag would be placed on sda6.
Additional repair would be performed: unhide-bootmenu-10s

C'est le descriptif de ce qui va se passer si tu fais la "Réparation recommandée" de Boot-Repair. Cette proposition est honnête et je t'encourage à l'accepter. Concrètement, tu refais exactement ce que tu as fait pour faire ce Boot-Info mais cette fois, au lieu de cliquer sur le bouton "Create a BootInfo summary", tu cliques sur le bouton "Recommended Repair"
Si ça marche, ne crie pas victoire parce que cette réparation est provisoire et il convient de faire une réparation définitive que je t'indiquerai.

Dernière modification par malbo (Le 10/10/2014, à 11:39)

Hors ligne

#1352 Le 10/10/2014, à 12:47

Bouubouu

Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair

Merci pour la réponse,
J'avais déjà fais tourner la réparation mais pas de changement,
Je te transmet le bootinfo de la réparation se sera peut être plus parlant : http://paste.ubuntu.com/8532120/

Hors ligne

#1353 Le 10/10/2014, à 12:59

malbo

Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair

Bouubouu a écrit :

Dans le choix de boot au niveau du bios j'ai l'impression de ne pas avoir mon DD de visibe,  les choix sont :
         -Notebook Harddrive
         -Notebook ethernet
         -USB

Si tu sélectionnes "Notebook Harddrive", qu'est-ce qui se passe ?

Hors ligne

#1354 Le 10/10/2014, à 13:16

Bouubouu

Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair

J'ai ce message après la selection :
329746photo3.jpg

Dernière modification par Bouubouu (Le 10/10/2014, à 13:18)

Hors ligne

#1355 Le 10/10/2014, à 13:21

Bouubouu

Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair

Et dans le choix des boot j'ai ça :
362233photo1.jpg

Hors ligne

#1356 Le 10/10/2014, à 13:35

malbo

Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair

Bouubouu,
C'est plus compliqué que j'imaginais. Je t'invite à créer une nouvelle discussion pour ton problème : les indications pour le faire sont dans 4.1 Initier une nouvelle discussion. Pour éviter de tout ré-expliquer dans le premier message de cette nouvelle discussion, tu peux te contenter de donner le lien vers ton post #1353 ci-dessus.

Dernière modification par malbo (Le 10/10/2014, à 13:36)

Hors ligne

#1357 Le 10/10/2014, à 13:46

Bouubouu

Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair

Dans la meme section ou une autre est plus adaptée ?
Merci malbo en tout cas .
Voila le topic dédié : http://forum.ubuntu-fr.org/viewtopic.ph … #p18250681

Dernière modification par Bouubouu (Le 10/10/2014, à 14:06)

Hors ligne

#1358 Le 19/10/2014, à 21:24

dexter91

Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair

Bonjour a tous,

Après l'installation d'UBUNTU sur un PC Asus surlequel Windows 8 était préinstallé, je n'arrive plus à booter sur Windows. En effet GRUB ne voit que UBUNTU.

Pouvez vous m'aider. Mon boot_info se trouve ici http://paste.ubuntu.com/8592248/
Merci d'avance

Hors ligne

#1359 Le 20/10/2014, à 06:18

malbo

Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair

dexter91,
Ton Boot-Info est là (je l'ai débarrassé de milliers de lignes parasites qui commençaient par "Grub-install") :

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


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

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

sda1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  FAT32
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /EFI/ubuntu/MokManager.efi /EFI/ubuntu/grubx64.efi 
                       /EFI/ubuntu/shimx64.efi

sda2: __________________________________________________________________________

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

sda3: __________________________________________________________________________

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

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

Drive: sda _____________________________________________________________________

Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 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     1,050,623     1,048,576 EFI System partition
/dev/sda2       1,050,624 1,941,176,319 1,940,125,696 Data partition (Linux)
/dev/sda3   1,941,176,320 1,953,523,711    12,347,392 Swap partition (Linux)

"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        8FEC-92A4                              vfat       
/dev/sda2        28f80cc9-d15c-4657-b9bc-baec8643f179   ext4       
/dev/sda3        98c648c1-17f4-43da-92aa-73862e270d0c   swap       

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

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

export menuentry_id_option

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

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}
function recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_gpt
insmod ext2
set root='hd0,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  28f80cc9-d15c-4657-b9bc-baec8643f179
else
  search --no-floppy --fs-uuid --set=root 28f80cc9-d15c-4657-b9bc-baec8643f179
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=10
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=10
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=10
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 44,0,30; 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-28f80cc9-d15c-4657-b9bc-baec8643f179' {
	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  28f80cc9-d15c-4657-b9bc-baec8643f179
	else
	  search --no-floppy --fs-uuid --set=root 28f80cc9-d15c-4657-b9bc-baec8643f179
	fi
	linux	/boot/vmlinuz-3.13.0-37-generic.efi.signed root=UUID=28f80cc9-d15c-4657-b9bc-baec8643f179 ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.13.0-37-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-28f80cc9-d15c-4657-b9bc-baec8643f179' {
	menuentry 'Ubuntu, with Linux 3.13.0-37-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-37-generic-advanced-28f80cc9-d15c-4657-b9bc-baec8643f179' {
		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  28f80cc9-d15c-4657-b9bc-baec8643f179
		else
		  search --no-floppy --fs-uuid --set=root 28f80cc9-d15c-4657-b9bc-baec8643f179
		fi
		echo	'Loading Linux 3.13.0-37-generic ...'
		linux	/boot/vmlinuz-3.13.0-37-generic.efi.signed root=UUID=28f80cc9-d15c-4657-b9bc-baec8643f179 ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-37-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-37-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-37-generic-recovery-28f80cc9-d15c-4657-b9bc-baec8643f179' {
		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  28f80cc9-d15c-4657-b9bc-baec8643f179
		else
		  search --no-floppy --fs-uuid --set=root 28f80cc9-d15c-4657-b9bc-baec8643f179
		fi
		echo	'Loading Linux 3.13.0-37-generic ...'
		linux	/boot/vmlinuz-3.13.0-37-generic.efi.signed root=UUID=28f80cc9-d15c-4657-b9bc-baec8643f179 ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-37-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-24-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-24-generic-advanced-28f80cc9-d15c-4657-b9bc-baec8643f179' {
		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  28f80cc9-d15c-4657-b9bc-baec8643f179
		else
		  search --no-floppy --fs-uuid --set=root 28f80cc9-d15c-4657-b9bc-baec8643f179
		fi
		echo	'Loading Linux 3.13.0-24-generic ...'
		linux	/boot/vmlinuz-3.13.0-24-generic root=UUID=28f80cc9-d15c-4657-b9bc-baec8643f179 ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-24-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-24-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-24-generic-recovery-28f80cc9-d15c-4657-b9bc-baec8643f179' {
		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  28f80cc9-d15c-4657-b9bc-baec8643f179
		else
		  search --no-floppy --fs-uuid --set=root 28f80cc9-d15c-4657-b9bc-baec8643f179
		fi
		echo	'Loading Linux 3.13.0-24-generic ...'
		linux	/boot/vmlinuz-3.13.0-24-generic root=UUID=28f80cc9-d15c-4657-b9bc-baec8643f179 ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-24-generic
	}
}

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

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

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

### BEGIN /etc/grub.d/30_os-prober ###
### 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=28f80cc9-d15c-4657-b9bc-baec8643f179 /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda1 during installation
#UUID=8FEC-92A4  /boot/efi       vfat    defaults        0       1
# swap was on /dev/sda3 during installation
UUID=98c648c1-17f4-43da-92aa-73862e270d0c none            swap    sw              0       0
UUID=8FEC-92A4	/boot/efi	vfat	defaults	0	1
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)


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

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

ADDITIONAL INFORMATION :
=================== log of boot-repair 2014-10-19__20h34 ===================
boot-repair version : 3.199~ppa40~saucy
boot-sav version : 3.199~ppa40~saucy
glade2script version : 3.2.2~ppa47~saucy
boot-sav-extra version : 3.199~ppa40~saucy
boot-repair is executed in installed-session (Ubuntu 14.04 LTS, trusty, Ubuntu, x86_64)
CPU op-mode(s):        32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic.efi.signed root=UUID=28f80cc9-d15c-4657-b9bc-baec8643f179 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/sda2:L'OS actuellement utilisé - Ubuntu 14.04 LTS CurrentSession:linux

=================== blkid:
/dev/sda1: UUID="8FEC-92A4" TYPE="vfat"
/dev/sda2: UUID="28f80cc9-d15c-4657-b9bc-baec8643f179" TYPE="ext4"
/dev/sda3: UUID="98c648c1-17f4-43da-92aa-73862e270d0c" TYPE="swap"


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


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 avril 17  2014 grub.d
total 76
-rwxr-xr-x 1 root root  9424 avril 11  2014 00_header
-rwxr-xr-x 1 root root  6058 avril 10  2014 05_debian_theme
-rwxr-xr-x 1 root root 11608 avril 11  2014 10_linux
-rwxr-xr-x 1 root root 10412 avril 11  2014 20_linux_xen
-rwxr-xr-x 1 root root  1992 mars  12  2014 20_memtest86+
-rwxr-xr-x 1 root root 11692 avril 11  2014 30_os-prober
-rwxr-xr-x 1 root root  1416 avril 11  2014 30_uefi-firmware
-rwxr-xr-x 1 root root   214 avril 11  2014 40_custom
-rwxr-xr-x 1 root root   216 avril 11  2014 41_custom
-rw-r--r-- 1 root root   483 avril 11  2014 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=8FEC-92A4   (sda1)

efibootmgr -v
BootCurrent: 0000
Timeout: 0 seconds
BootOrder: 0000,0001
Boot0000* ubuntu	HD(1,800,100000,df56d6d0-e9b6-4fbc-a18e-600355ffde8e)File(EFIubuntushimx64.efi)
Boot0001* ubuntu	HD(1,800,100000,df56d6d0-e9b6-4fbc-a18e-600355ffde8e)File(EFIUbuntugrubx64.efi)
=================== UEFI/Legacy mode:
Unusual EFI: Veuillez indiquer ce message à boot.repair@gmail.com
BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
SecureBoot enabled.


=================== 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.

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


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

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

Number  Start   End     Size    File system     Name  Flags
1      1049kB  538MB   537MB   fat32                 boot
2      538MB   994GB   993GB   ext4
3      994GB   1000GB  6322MB  linux-swap(v1)

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

BYT;
/dev/sda:1000GB:scsi:512:4096:gpt:ATA ST1000LM024 HN-M;
1:1049kB:538MB:537MB:fat32::boot;
2:538MB:994GB:993GB:ext4::;
3:994GB:1000GB:6322MB:linux-swap(v1)::;


=================== 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=mariama)


=================== 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/sr0 (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered):  autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse 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 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom v4l vga_arbiter vhost-net video0 zero
ls /dev/mapper:  control
ls /boot/efi/1:

=================== hexdump -n512 -C /dev/sda1
00000000  eb 58 90 6d 6b 66 73 2e  66 61 74 00 02 08 20 00  |.X.mkfs.fat... .|
00000010  02 00 00 00 00 f8 00 00  3f 00 ff 00 00 08 00 00  |........?.......|
00000020  00 00 10 00 fe 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 a4 92 ec 8f 4e  4f 20 4e 41 4d 45 20 20  |..)....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

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      911G  3.3G  861G   1% /
none           tmpfs     4.0K     0  4.0K   0% /sys/fs/cgroup
udev           devtmpfs  2.9G   12K  2.9G   1% /dev
tmpfs          tmpfs     586M  1.2M  585M   1% /run
none           tmpfs     5.0M     0  5.0M   0% /run/lock
none           tmpfs     2.9G  152K  2.9G   1% /run/shm
none           tmpfs     100M   40K  100M   1% /run/user
/dev/sda1      vfat      511M  3.4M  508M   1% /boot/efi

=================== 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: 0x63952e0f

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


EFI détecté. Veuillez vérifier les options.

=================== Recommended repair
Recommended-Repair
This setting will purge (in order to sign-grub upgrade version) and reinstall the grub-efi-amd64-signed of sda2, using the following options: upgrade-grub       sda1/boot/efi,
Additional repair will be performed: unhide-bootmenu-10s


/boot/efi added in sda2/fstab
sda2/boot/efi not empty
apt-get -y --force-yes update
W: Impossible de récupérer http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/dists/trusty/main/binary-amd64/Packages  404  Not Found

W: Impossible de récupérer http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/dists/trusty/main/binary-i386/Packages  404  Not Found

E: Le téléchargement de quelques fichiers d'index a échoué, ils ont été ignorés, ou les anciens ont été utilisés à la place.
Purge the GRUB of sda2
Install last GRUB version in /etc/apt/sources.list
apt-get -y --force-yes update
W: Impossible de récupérer http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/dists/trusty/main/binary-amd64/Packages  404  Not Found

W: Impossible de récupérer http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/dists/trusty/main/binary-i386/Packages  404  Not Found

E: Le téléchargement de quelques fichiers d'index a échoué, ils ont été ignorés, ou les anciens ont été utilisés à la place.
grub-efi-amd64-signed available
Lecture des listes de paquets…
Construction de l'arbre des dépendances…SET@_progressbar1.pulse()

Lecture des informations d'état…
Les paquets supplémentaires suivants seront installés :
grub-common grub-efi-amd64 grub-efi-amd64-bin grub2-common
Paquets suggérés :
multiboot-doc grub-emu xorriso desktop-base
Les paquets suivants seront mis à jour :
grub-common grub-efi-amd64 grub-efi-amd64-bin grub-efi-amd64-signed
grub2-common
5 mis à jour, 0 nouvellement installés, 0 à enlever et 397 non mis à jour.
Il est nécessaire de prendre 3 118 ko dans les archives.
Après cette opération, 0 o d'espace disque supplémentaires seront utilisés.
Réception de : 1 http://fr.archive.ubuntu.com/ubuntu/ trusty-updates/main grub-efi-amd64-signed amd64 1.34.1+2.02~beta2-9ubuntu1 [245 kB]
Réception de : 2 http://fr.archive.ubuntu.com/ubuntu/ trusty-updates/main grub-efi-amd64 amd64 2.02~beta2-9ubuntu1 [44,5 kB]
Réception de : 3 http://fr.archive.ubuntu.com/ubuntu/ trusty-updates/main grub-efi-amd64-bin amd64 2.02~beta2-9ubuntu1 [649 kB]
Réception de : 4 http://fr.archive.ubuntu.com/ubuntu/ trusty-updates/main grub2-common amd64 2.02~beta2-9ubuntu1 [500 kB]
Réception de : 5 http://fr.archive.ubuntu.com/ubuntu/ trusty-updates/main grub-common amd64 2.02~beta2-9ubuntu1 [1 680 kB]
3 118 ko réceptionnés en 4s (773 ko/s)
Téléchargement achevé et dans le mode téléchargement uniquement
DEBCHECK debOK, grub-efi-amd64-signed
DEBCHECK debOK
shim-signed available
linux-signed-generic available
Please type: sudo dpkg --configure -ansudo apt-get install -fynsudo apt-get purge -y --force-yes grub* shim-signed linux-signed*

=================== /etc/grub.d/ :
drwxr-xr-x  2 root root     4096 oct.  19 20:37 grub.d
total 4
-rwxr-xr-x 1 root root 1992 mars  12  2014 20_memtest86+


/boot/efi detected in the fstab of sda2: UUID=8FEC-92A4	 (sda1)
shim-signed available
linux-signed-generic available
Then type: sudo apt-get install -y --force-yes grub-efi-amd64-signed shim-signed linux-signed-generic

=================== /etc/grub.d/ :
drwxr-xr-x  2 root root     4096 oct.  19 20:41 grub.d
drwxr-xr-x  2 root root     4096 oct.  19 20:37 grub.d.bak
total 72
-rwxr-xr-x 1 root root  9424 mai   15 21:02 00_header
-rwxr-xr-x 1 root root  6058 mai    8 14:08 05_debian_theme
-rwxr-xr-x 1 root root 11608 mai   15 21:02 10_linux
-rwxr-xr-x 1 root root 10412 mai   15 21:02 20_linux_xen
-rwxr-xr-x 1 root root 11692 mai   15 21:02 30_os-prober
-rwxr-xr-x 1 root root  1416 mai   15 21:02 30_uefi-firmware
-rwxr-xr-x 1 root root   214 mai   15 21:02 40_custom
-rwxr-xr-x 1 root root   216 mai   15 21:02 41_custom
-rw-r--r-- 1 root root   483 mai   15 21:02 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=8FEC-92A4	 (sda1)
Unhide GRUB boot menu in sda2/etc/default/grub

=================== /etc/grub.d/ :
drwxr-xr-x  2 root root     4096 oct.  19 20:41 grub.d
drwxr-xr-x  2 root root     4096 oct.  19 20:37 grub.d.bak
total 72
-rwxr-xr-x 1 root root  9424 mai   15 21:02 00_header
-rwxr-xr-x 1 root root  6058 mai    8 14:08 05_debian_theme
-rwxr-xr-x 1 root root 11608 mai   15 21:02 10_linux
-rwxr-xr-x 1 root root 10412 mai   15 21:02 20_linux_xen
-rwxr-xr-x 1 root root 11692 mai   15 21:02 30_os-prober
-rwxr-xr-x 1 root root  1416 mai   15 21:02 30_uefi-firmware
-rwxr-xr-x 1 root root   214 mai   15 21:02 40_custom
-rwxr-xr-x 1 root root   216 mai   15 21:02 41_custom
-rw-r--r-- 1 root root   483 mai   15 21:02 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=8FEC-92A4	 (sda1)

*******lspci -nnk | grep -iA3 vga
00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 09)
Subsystem: ASUSTeK Computer Inc. Device [1043:124d]
Kernel driver in use: i915
00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04)
*******

grub-install: info: executing modprobe efivars 2>/dev/null.
grub-install: info: Looking for /sys/firmware/efi ...
grub-install: info: ...found.
Installing for x86_64-efi platform.
Installation finished. No error reported.
BootCurrent: 0000
Timeout: 0 seconds
BootOrder: 0001
BootCurrent: 0000
Timeout: 0 seconds
BootOrder: 0000,0001
Boot0000* ubuntu,BootCurrent: 0000
Timeout: 0 seconds
BootOrder: 0001
BootCurrent: 0000
Timeout: 0 seconds
BootOrder: 0000,0001
Boot0000* ubuntu.
Wrong GRUB version detected. Veuillez indiquer ce message à boot.repair@gmail.com

Reinstall the GRUB of sda2 into the MBR of sda
Installing for x86_64-efi platform.
Installation finished. No error reported.
grub-install /dev/sda: exit code of grub-install /dev/sda:0

update-grub -y
Unrecognized option `-y'
Usage: grub-mkconfig [OPTION]
Generate a grub config file

-o, --output=FILE       output generated config to FILE [default=stdout]
-h, --help              print this message and exit
-v, --version           print the version information and exit

Report bugs to <bug-grub@gnu.org>.

update-grub
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-3.13.0-37-generic
Found initrd image: /boot/initrd.img-3.13.0-37-generic
Found linux image: /boot/vmlinuz-3.13.0-24-generic
Found initrd image: /boot/initrd.img-3.13.0-24-generic
Adding boot menu entry for EFI firmware configuration
Unhide GRUB boot menu in sda2/boot/grub/grub.cfg

Une erreur est survenue pendant la réparation.

Vous pouvez maintenant redémarrer votre ordinateur.


Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 14.04 LTS] 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)

Tu n'as plus de Windows 8 dans ton ordi. Tu es victime du Bug #1265192 dont on parle dans ce fil : http://forum.ubuntu-fr.org/viewtopic.php?id=1593521
Je ne sais pas t'aider à réinstaller Windows 8.

Dernière modification par malbo (Le 20/10/2014, à 06:25)

Hors ligne

#1360 Le 20/10/2014, à 09:29

jibel

Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair

@Malbo,
J'ai regardé pratiquement  tout sur le sujet et tes propres recherches sur ce PB.......PPPOOOUFFFF !
quel bazar.....Perso, même si j'ai fais d'autres erreurs( provoquées ou pas) celle la ! Non ! Il est vrai que,  pour un novice, dont je fais encore parti C'est tentant de faire la deuxième option de l'installateur et on plonge......  dans la mélasse  sad
On dirait qu'en faisant "installer a la place" ça a le "mérite" de supprimer tout ce qui concerne W$ volontairement ou pas ? va savoir? Cette option devrait être supprimée de l'installateur ou modifiée de manière a ce qu'il n'y ai pas d’ambiguïté lors de cette manip parce que telle qu'elle est en l’état ça prête a confusion  roll
Ce qui est étonnant c'est que depuis 2 ans que ce PB existe, cet installateur n'a pas été modifié d'un iota ! Qu'est-ce qu'on attends ? Que plusieurs centaines de milliers de gars qui veulent installer ou faire une modifs dans le choix de ses OSs préférés, se retrouve dans cette situation?
Si c'est le but visé, ben c'est gagné  mad

Dernière modification par jibel (Le 20/10/2014, à 09:40)


Plus grande est la face, plus grand est le dos!
Toutes les fautes de frappe, d'orthographe, de grammaire et de syntaxe ci-dessus, sont la propriété intellectuelle de l'auteur. Elles doivent être reproduites et même corrigées sans l'accord préalable du susdit et toc !

Mint 17.1,Voyager20.04,Emmabuntus 1.Buster, Debian 10.buster, Hybryde 14.04, Pas d'OS intermédiaire ! PC Medion AKOYA  DD 1T + 2 .

Hors ligne

#1361 Le 20/10/2014, à 09:36

malbo

Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair

@jibel : tu es en train de prêcher la sécurité incendie à un capitaine des pompiers. Je fais déjà pas mal d'efforts pour tenter d'éviter aux novices cet accident. Mais à un moment donné, on est obligé de regarder cramer...

Dernière modification par malbo (Le 20/10/2014, à 09:38)

Hors ligne

#1362 Le 20/10/2014, à 10:02

jibel

Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair

malbo a écrit :

@jibel : tu es en train de prêcher la sécurité incendie à un capitaine des pompiers. Je fais déjà pas mal d'efforts pour tenter d'éviter aux novices cet accident. Mais à un moment donné, on est obligé de regarder cramer...

Dont acte.....J'aurais du préciser le fond de ma pensée....La moindre des choses quand on tente une installe ou modifie QQchose dans une installe, on s'informe d'abord, on n'y va pas la fleur au fusil ! C'est ce qu'au moins j'ai appris dans l'assos du libre a Bxls . Faut quand même dire que cet installateur est piégeux........


Plus grande est la face, plus grand est le dos!
Toutes les fautes de frappe, d'orthographe, de grammaire et de syntaxe ci-dessus, sont la propriété intellectuelle de l'auteur. Elles doivent être reproduites et même corrigées sans l'accord préalable du susdit et toc !

Mint 17.1,Voyager20.04,Emmabuntus 1.Buster, Debian 10.buster, Hybryde 14.04, Pas d'OS intermédiaire ! PC Medion AKOYA  DD 1T + 2 .

Hors ligne

#1363 Le 20/10/2014, à 10:58

Babdu89

Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair

Salut les Copains!.

Oui, et a vouloir crier sur tous les toits que Linux çà s'installe les doigts dans le nez ...
Lorsqu'il qu'il n'y a rien sur le disque c'est vrai, il n'y a qu'a laisser faire l'installateur.
Mais.
Si il y a déjà un autre OS.
Si cet Os est installé en mode UEFI.
Si l'utilisateur novice décide d'installé sur un hdd externe, même vide (En mode Bios Legacy, première partie de grub proposé à installé dans le secteur de boot du hdd interne, je suppose qu'il y a une autre "farce" proposée par l'UEFI?.)

Et bien!!!.   Bonjour la facilité !!!...

Et puis comme beaucoup d'utilisateurs de n'importe quoi, on ne lit pas la notice (ici la doc Ubuntu.fr) et on monte le meuble, pardon, on installe le Linux et ...

Pourtant des contributeurs comme malbo, pour ne citer que lui, font ce qu'ils peuvent pour aider à faire les choses dans les règles de l'art ...
Mais c'est quand même devenu bien plus compliqué qu'avant . Surtout avec l'UEFI.

@+.   Babdu89 .

Dernière modification par Babdu89 (Le 20/10/2014, à 11:00)


J'ai découvert Ubuntu avec la 07.10.... Et alors?!...  Depuis je regarde de temps en temps si Windows marche toujours....

Hors ligne

#1364 Le 20/10/2014, à 14:45

jibel

Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair

@Babdu89
On ne peut être plus en accord qu'avec Malbo et Babdu89 pour cette analyse...... J'en sais QQchose
J'en ai fais des pataquès, parce que j'ai sauté une ligne de la notice et après,  M'sieur Siouplait......
Bon, maintenant, ça va mieux,enfin j’espère..... Par contre j'ai remarqué un phénomène probablement générationnel, ça va beaucoup plus vite a enregistrer de nos jours chez les jeunes que
chez les anciens, c'est ce qu'il me semble? d’où la précipitation et les erreurs qui ne sont pas dues que par la non compréhension . J'aurais du mettre les mains dans le cambouis il y a trente ans.....
P'têt que j'aurais été un cador  lol  lol


Plus grande est la face, plus grand est le dos!
Toutes les fautes de frappe, d'orthographe, de grammaire et de syntaxe ci-dessus, sont la propriété intellectuelle de l'auteur. Elles doivent être reproduites et même corrigées sans l'accord préalable du susdit et toc !

Mint 17.1,Voyager20.04,Emmabuntus 1.Buster, Debian 10.buster, Hybryde 14.04, Pas d'OS intermédiaire ! PC Medion AKOYA  DD 1T + 2 .

Hors ligne

#1365 Le 20/10/2014, à 17:29

Babdu89

Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair

Ouai !!! ben, la non lecture des notices çà concerne tout le monde. Les jeunes comme les anciens.

Ceux qui lisent la notice/doc, ils viennent ici prendre plus amples renseignements .
Ceux qui ne lisent pas la notice/doc, ils viennent ici demander de l'aide ... Trop tard.

Édit ; modif orthographe

@+.   Babdu89 .

Dernière modification par Babdu89 (Le 20/10/2014, à 21:39)


J'ai découvert Ubuntu avec la 07.10.... Et alors?!...  Depuis je regarde de temps en temps si Windows marche toujours....

Hors ligne

#1366 Le 20/10/2014, à 20:11

jibel

Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair

Babdu89 a écrit :

Ouai !!! ben, la non lecture des notices çà concerne tout le monde. Les jeunes comme les anciens.

Ceux qui lisent la notice/doc, il viennent ici prendre plu amples renseignements .
Ceux qui ne lisent pas la notice/doc, ils viennent ici demandé de l'aide ... Trop tard.

@+.   Babdu89 .



J'm'attendais a ce genre de réponse ,  lol lol lol mais ce que tu décris est on ne peut plus vrai
souvent on mets la charrue avant les bœufs  et bardaf c'est l'embardée....... @+   cool


Plus grande est la face, plus grand est le dos!
Toutes les fautes de frappe, d'orthographe, de grammaire et de syntaxe ci-dessus, sont la propriété intellectuelle de l'auteur. Elles doivent être reproduites et même corrigées sans l'accord préalable du susdit et toc !

Mint 17.1,Voyager20.04,Emmabuntus 1.Buster, Debian 10.buster, Hybryde 14.04, Pas d'OS intermédiaire ! PC Medion AKOYA  DD 1T + 2 .

Hors ligne

#1367 Le 20/10/2014, à 21:40

Babdu89

Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair

lol wink

@+.   Babdu89 .


J'ai découvert Ubuntu avec la 07.10.... Et alors?!...  Depuis je regarde de temps en temps si Windows marche toujours....

Hors ligne

#1368 Le 25/10/2014, à 15:08

manaaar

Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair

Bonjour,
Jai desinstalle Ubuntu de mon ordi partitionne ac windows 7 et pour retablir le demarrage de windows jai utilise boot-repair avec les options par default. Cependant, quand je redemarre jai une erreur unknown filesystem et grub rescue mode. Je suppose que boot-repair na pas marche mais quand jessaye de choisir les options avancees du logiciel je ny ai pas acces, je ne peux donc pas remettre le mbr de windows .. Pouvez vous maider ?
Merci davance

Hors ligne

#1369 Le 25/10/2014, à 16:08

Babdu89

Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair

Bonjour.

Jai desinstalle Ubuntu de mon ordi partitionne ac windows 7 et pour retablir le demarrage de windows jai utilise boot-repair avec les options par default.]

Il faut voir comment tout çà était installé, ce qu'il reste de l'installation de Ubuntu, si toute foi il reste quelque chose...

Alors, dans l'OS qui reste, (W$7) sur ta machine. En session live Ubuntu. Tu vas trouver les log que Boot-Repair fait lorsqu'on l'utilise.
Dans la racine de la partition Système de ton W$, tu vas trouver un dossier "boot-sav" tu déroules et tu vas trouver un fichier texte " RESULTS.txt" .
C'est la copie du rapport boot info que Boot-Repair fait lorsque on lutilise.
Si tu veux bien en poster le contenu ici entre les balises code <> en bleu au dessus de la fenêtre qui sert à écrire les messages.
On va voir ce qui ne va pas.

Tu dis avoir désinstallé Ubuntu du dual boot. Tu aurais du utiliser Os Uninstaller,  c'est un outil écrit par le concepteur de Boot-Repair.
Il aurait restauré le MBR de ton W$ , ce qui aurait permis à celui-ci de démarrer directe. À la condition, bien entendu que le boot loader de ton W$ ne soit pas cassé.
Dans ce cas, il y a affichage d'un message d'erreur de type W$ . Boot-Repair ne peut plus rien faire pour W$. Il faut réparer avec les outils W$ .
Mais çà ne semble pas être ton cas . Un Grub rescue, c'est une erreur Grub (Linux) donc pas une erreur  W$ .

@+.   Babdu89  .


J'ai découvert Ubuntu avec la 07.10.... Et alors?!...  Depuis je regarde de temps en temps si Windows marche toujours....

Hors ligne

#1370 Le 03/11/2014, à 15:01

papilonaa

Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair

bonjour
j ai depuis peu ce probleme la.
grub customizer ne foncionne plus, multisyteme non plus
j arrive encore a booter c est tous, impossible de remettre a jour le grub...merci

Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 grub : Conflicts: grub-efi-amd64
        Conflicts: grub-efi-amd64:i386
 grub-efi-amd64 : Conflicts: grub but 0.97-29ubuntu66 is to be installed
 grub2-common : Conflicts: grub (< 0.97-54) but 0.97-29ubuntu66 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
dom@dom-Latitude-D630:~$ sudo grub-setup --version
sudo: grub-setup: command not found
dom@dom-Latitude-D630:~$ sudo apt-get install grub2
Reading package lists... Done
Building dependency tree       
Reading state information... Done
grub2 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Hors ligne

#1371 Le 03/11/2014, à 15:50

jibel

Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair

@papilonaa,
Si tu pouvais donner les caractéristiques de ton matos , portable,  PC ? as tu essayé la commande suivante en terminal :

sudo apt-get update && sudo apt-get dist-upgrade 

  pour vérifier ? regarde aussi dans la configuration du gestionnaire de mise a jour , si par hasard il n'y aurait pas un paquet qui bloque ta mise a jour ??
Surtout STP ne pas utiliser grub-customizer n'importe comment  , merci  smile


Plus grande est la face, plus grand est le dos!
Toutes les fautes de frappe, d'orthographe, de grammaire et de syntaxe ci-dessus, sont la propriété intellectuelle de l'auteur. Elles doivent être reproduites et même corrigées sans l'accord préalable du susdit et toc !

Mint 17.1,Voyager20.04,Emmabuntus 1.Buster, Debian 10.buster, Hybryde 14.04, Pas d'OS intermédiaire ! PC Medion AKOYA  DD 1T + 2 .

Hors ligne

#1372 Le 03/11/2014, à 18:04

Babdu89

Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair

Bonjour.
Le souci de papilonaa a l'air bien plus compliqué que cela...

Çà commence ici;

http://forum.ubuntu-fr.org/viewtopic.ph … #p18448961

Avec le MultiSystem ...

Il y a un  "mic mac conflictuel" avec les versions de Grub. Mais installés où?

Si on pouvait avoir une copie du contenu de /boot/grub/grub.cfg  de l'os qui sert à faire les clés MultiSystem ?.  Celui-là même qui pose problème.

Je préfère "trifouiller" dans les fichiers de configuration de Grub, plutôt qu'utiliser Grub-Customizer ... Bon ,çà n'engage que moi .

@+.   Babdu89 .


J'ai découvert Ubuntu avec la 07.10.... Et alors?!...  Depuis je regarde de temps en temps si Windows marche toujours....

Hors ligne

#1373 Le 04/11/2014, à 01:34

Coeur Noir

Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair

Bon, partant de ce long questionnement j'en viens aujourd'hui à essayer d'installer une ubuntu dans une machine qui loge 2 DD de 3 TB sur une carte que je croyais être un contrôleur RAID-0/1. Bref.

Les docs consultés :
http://doc.ubuntu-fr.org/gpt
http://doc.ubuntu-fr.org/installation/r … stallation → (j'ai utilisé ubuntu-minimal)
http://doc.ubuntu-fr.org/raid_logiciel

Après plusieurs essais, résultat des courses : http://paste.ubuntu.com/8807529/
Où-je donc ai merdé ? Certaines partitions sont pas bootables alors qu'elles devraient l'être ? Le RAID est pô bon ?

…j'avoue je suis un poil perdu - puisque je crois avoir bien lu et relu les docs.

Une discussion "voisine" puisque j'envisageais ubuntu-server au départ.


DébuterDocBien rédigerRetour commandeInsérer image | illustrations & captures d'écran <>

Hors ligne

#1374 Le 05/11/2014, à 15:59

papilonaa

Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair

helo et merci
voici le grub.cfg actuel de multisystem

#insmod gpt
#insmod pc
#insmod gfxmenu
#
#insmod videotest
insmod tga
insmod png
insmod gfxterm
insmod lspci
#insmod vbeinfo
insmod vbe
insmod ntfs
insmod chain
insmod biosdisk
insmod font
#http://grub.enbug.org/ThemeFormat
#http://grub.gibibit.com/Theme_format#colors
#http://code.google.com/p/burg/wiki/InstallUbuntu
#http://code.google.com/p/burg/downloads/list
#http://ubuntuforums.org/showthread.php?t=1195275
#pour acces a grub2 du bootloader principal modifier dans fichier: /etc/default/grub
#GRUB_HIDDEN_TIMEOUT=10 #0 par defaut
#GRUB_HIDDEN_TIMEOUT_QUIET=false #true d'origine
#sudo update-grub
#echo -n "Press ESC to see the menu... "
#if sleep --verbose --interruptible 5 ; then
#set timeout=10
#fi
set default=0
set timeout=10
set fallback=1
search --no-floppy --fs-uuid --set=root 960A-2CF8
set root=${root}
#http://grub.enbug.org/gfxterm
if loadfont /boot/polices/unicode.pf2 ; then
set gfxmode=640x480
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
#set gfxmode=auto
#set gfxpayload=keep
fi
fi
#set locale_dir=/boot/grub/locale
#set lang=en
#insmod gettext
if background_image /boot/splash/splash.png ; then
#text no sel/fond ecran
set color_normal=white/black #1
#text sel/fond ecran sel
set color_highlight=green/white #1
else
set menu_color_normal=white/black #2
set menu_color_highlight=green/white #2
set color_normal=white/magenta #2
set color_highlight=green/white #2
fi
#set gfxpayload="1280x1024,1024x768,800x600,640x480"
#set gfxpayload=keep
#Ne supprimez pas ce marqueur! / Do not remove this marker!
#MULTISYSTEM_START
#MULTISYSTEM_MENU_DEBUT|24-09-2014-14:10:39-388593717|ubuntu2|multisystem-ubuntu|2001Mio|
menuentry "(generic) mintyMac-winny-xfce4-i386-14.04.iso" {
linux /ubuntu2/casper/vmlinuz live-media-path=/ubuntu2/casper root=UUID=960A-2CF8 file=/cdrom/ubuntu2/preseed/custom.seed maybe-ubiquity debian-installer/language=en keyboard-configuration/layoutcode=fr keyboard-configuration/variantcode=oss boot=casper showmounts ignore_uuid noprompt quiet splash --
initrd /ubuntu2/casper/initrd.gz
}
#MULTISYSTEM_MENU_FIN|24-09-2014-14:10:39-388593717|ubuntu2|multisystem-ubuntu|2001Mio|
#MULTISYSTEM_MENU_DEBUT|24-09-2014-14:21:03-751468441|ubuntu3|multisystem-ubuntu|1503Mio|
menuentry "(generic) mintyMac-Cinnamon-i386-14.04.iso" {
linux /ubuntu3/casper/vmlinuz live-media-path=/ubuntu3/casper root=UUID=960A-2CF8 file=/cdrom/ubuntu3/preseed/custom.seed maybe-ubiquity debian-installer/language=en keyboard-configuration/layoutcode=fr keyboard-configuration/variantcode=oss boot=casper showmounts ignore_uuid noprompt quiet splash --
initrd /ubuntu3/casper/initrd.gz
}
#MULTISYSTEM_MENU_FIN|24-09-2014-14:21:03-751468441|ubuntu3|multisystem-ubuntu|1503Mio|
#MULTISYSTEM_MENU_DEBUT|24-09-2014-18:33:58-054951275|OSLtriX-1.2.iso|multisystem-ubuntu|2087Mio|
menuentry "(generic) OSLtriX-1.2.iso" {
search --set -f "/OSLtriX-1.2.iso"
loopback loop "/OSLtriX-1.2.iso"
linux (loop)/casper/vmlinuz.efi root=UUID=960A-2CF8 file=/cdrom/preseed/xubuntu.seed maybe-ubiquity debian-installer/language=en keyboard-configuration/layoutcode=fr keyboard-configuration/variantcode=oss iso-scan/filename=/OSLtriX-1.2.iso boot=casper noprompt quiet splash --
initrd (loop)/casper/initrd.lz
}
#MULTISYSTEM_MENU_FIN|24-09-2014-18:33:58-054951275|OSLtriX-1.2.iso|multisystem-ubuntu|2087Mio|
#MULTISYSTEM_MENU_DEBUT|24-09-2014-18:38:54-107055045|Hybryde-Fusion-release-live-dvd-i386.iso|multisystem-ubuntu|1716Mio|
menuentry "Hybryde-Fusion-release-live-dvd-i386.iso" {
search --set -f "/Hybryde-Fusion-release-live-dvd-i386.iso"
loopback loop "/Hybryde-Fusion-release-live-dvd-i386.iso"
linux (loop)/casper/vmlinuz root=UUID=960A-2CF8 maybe-ubiquity debian-installer/language=en keyboard-configuration/layoutcode=fr keyboard-configuration/variantcode=oss iso-scan/filename=/Hybryde-Fusion-release-live-dvd-i386.iso boot=casper file=/cdrom/preseed/ubuntu.seed noprompt quiet splash --
initrd (loop)/casper/initrd.lz
}
#MULTISYSTEM_MENU_FIN|24-09-2014-18:38:54-107055045|Hybryde-Fusion-release-live-dvd-i386.iso|multisystem-ubuntu|1716Mio|
#MULTISYSTEM_MENU_DEBUT|24-09-2014-19:57:47-320975039|BHS.iso|multisystem-ubuntu|2987Mio|
menuentry "(generic) BHS.iso" {
search --set -f "/BHS.iso"
loopback loop "/BHS.iso"
linux (loop)/casper/vmlinuz root=UUID=960A-2CF8 file=/cdrom/preseed/custom.seed maybe-ubiquity debian-installer/language=en keyboard-configuration/layoutcode=fr keyboard-configuration/variantcode=oss iso-scan/filename=/BHS.iso boot=casper noprompt quiet splash --
initrd (loop)/casper/initrd.gz
}
#MULTISYSTEM_MENU_FIN|24-09-2014-19:57:47-320975039|BHS.iso|multisystem-ubuntu|2987Mio|
#MULTISYSTEM_MENU_DEBUT|25-09-2014-10:17:25-227403485|centrych-desktop_12.04.3_i386.iso|multisystem-ubuntu|1298Mio|
menuentry "(generic) centrych-desktop_12.04.3_i386.iso" {
search --set -f "/centrych-desktop_12.04.3_i386.iso"
loopback loop "/centrych-desktop_12.04.3_i386.iso"
linux (loop)/casper/vmlinuz root=UUID=960A-2CF8  maybe-ubiquity debian-installer/language=en keyboard-configuration/layoutcode=fr keyboard-configuration/variantcode=oss iso-scan/filename=/centrych-desktop_12.04.3_i386.iso boot=casper noprompt quiet splash --
initrd (loop)/casper/initrd.lz
}
#MULTISYSTEM_MENU_FIN|25-09-2014-10:17:25-227403485|centrych-desktop_12.04.3_i386.iso|multisystem-ubuntu|1298Mio|
#MULTISYSTEM_MENU_DEBUT|25-09-2014-10:57:41-467897676|chitwanix-os-1.5-khukuri.iso|multisystem-ubuntu|2618Mio|
menuentry "(generic) chitwanix-os-1.5-khukuri.iso" {
search --set -f "/chitwanix-os-1.5-khukuri.iso"
loopback loop "/chitwanix-os-1.5-khukuri.iso"
linux (loop)/casper/vmlinuz root=UUID=960A-2CF8 file=/cdrom/preseed/chitwanix.seed maybe-ubiquity debian-installer/language=en keyboard-configuration/layoutcode=fr keyboard-configuration/variantcode=oss iso-scan/filename=/chitwanix-os-1.5-khukuri.iso boot=casper noprompt quiet splash --
initrd (loop)/casper/initrd.lz
}
#MULTISYSTEM_MENU_FIN|25-09-2014-10:57:41-467897676|chitwanix-os-1.5-khukuri.iso|multisystem-ubuntu|2618Mio|
#MULTISYSTEM_MENU_DEBUT|26-09-2014-18:10:18-978867174|netrunner-14-dvd-64bit.iso|multisystem-netrunner|1409Mio|
menuentry "Netrunner" {
search --set -f "/netrunner-14-dvd-64bit.iso"
loopback loop "/netrunner-14-dvd-64bit.iso"
linux (loop)/casper/vmlinuz.efi root=UUID=960A-2CF8  locale=en_AU bootkbd=fr console-setup/layoutcode=fr console-setup/variantcode=oss iso-scan/filename=/netrunner-14-dvd-64bit.iso boot=casper noprompt quiet splash --
initrd (loop)/casper/initrd.lz
}
#MULTISYSTEM_MENU_FIN|26-09-2014-18:10:18-978867174|netrunner-14-dvd-64bit.iso|multisystem-netrunner|1409Mio|
#MULTISYSTEM_MENU_DEBUT|26-09-2014-18:53:53-128350774|manjaro|multisystem-manjaro|2347Mio|
menuentry "Boot Manjaro x86_64" {
linux /manjaro/boot/x86_64/manjaroiso misobasedir=manjaro misolabel=multisystem nouveau.modeset=1 i915.modeset=1 radeon.modeset=1 logo.nologo overlay=free showopts
initrd /manjaro/boot/x86_64/manjaro.img
}
menuentry "Boot Manjaro nonfree x86_64" {
linux /manjaro/boot/x86_64/manjaroiso misobasedir=manjaro misolabel=multisystem nouveau.modeset=0 i915.modeset=1 radeon.modeset=0 nonfree=yes logo.nologo overlay=nonfree showopts
initrd /manjaro/boot/x86_64/manjaro.img
}
#MULTISYSTEM_MENU_FIN|26-09-2014-18:53:53-128350774|manjaro|multisystem-manjaro|2347Mio|
#MULTISYSTEM_MENU_DEBUT|26-09-2014-20:09:17-718972787|bloathi_1.4.0.iso|multisystem-ubuntu|1482Mio|
menuentry "(generic) bloathi_1.4.0.iso" {
search --set -f "/bloathi_1.4.0.iso"
loopback loop "/bloathi_1.4.0.iso"
linux (loop)/casper/vmlinuz root=UUID=960A-2CF8 file=/cdrom/preseed/custom.seed maybe-ubiquity debian-installer/language=en keyboard-configuration/layoutcode=fr keyboard-configuration/variantcode=oss iso-scan/filename=/bloathi_1.4.0.iso boot=casper noprompt quiet splash --
initrd (loop)/casper/initrd.gz
}
#MULTISYSTEM_MENU_FIN|26-09-2014-20:09:17-718972787|bloathi_1.4.0.iso|multisystem-ubuntu|1482Mio|
#MULTISYSTEM_MENU_DEBUT|29-09-2014-08:44:00-162964904|ubuntu5|multisystem-ubuntu|3766Mio|
menuentry "(generic) justbuntu-13.04-x64-v2.iso" {
linux /ubuntu5/casper/vmlinuz live-media-path=/ubuntu5/casper root=UUID=960A-2CF8 file=/cdrom/ubuntu5/preseed/custom.seed maybe-ubiquity debian-installer/language=en keyboard-configuration/layoutcode=fr keyboard-configuration/variantcode=oss boot=casper showmounts ignore_uuid noprompt quiet splash --
initrd /ubuntu5/casper/initrd.gz
}
#MULTISYSTEM_MENU_FIN|29-09-2014-08:44:00-162964904|ubuntu5|multisystem-ubuntu|3766Mio|
#MULTISYSTEM_MENU_DEBUT|29-09-2014-09:05:11-567528954|fedora1|multisystem-fedora|3482Mio|
menuentry "Fedora-Live-Scientific-KDE-x86_64-20-1.iso" {
linux /fedora1/isolinux/vmlinuz0 live_locale=en_AU.UTF-8 live_keytable=fr live_dir=/fedora1 root=UUID=960A-2CF8 rootfstype=auto ro rd.live.image quiet  rhgb rd.luks=0 rd.md=0 rd.dm=0
initrd /fedora1/isolinux/initrd0.img
}
#MULTISYSTEM_MENU_FIN|29-09-2014-09:05:11-567528954|fedora1|multisystem-fedora|3482Mio|
#MULTISYSTEM_MENU_DEBUT|01-10-2014-22:55:42-873179153|ubuntu6|multisystem-ubuntu|3501Mio|
menuentry "(generic) Gajj_0.2_Unity_amd64_liveDVD_alpha.iso" {
linux /ubuntu6/casper/vmlinuz live-media-path=/ubuntu6/casper root=UUID=960A-2CF8 file=/cdrom/ubuntu6/preseed/custom.seed maybe-ubiquity debian-installer/language=en keyboard-configuration/layoutcode=fr keyboard-configuration/variantcode=oss boot=casper showmounts ignore_uuid noprompt quiet splash --
initrd /ubuntu6/casper/initrd.gz
}
#MULTISYSTEM_MENU_FIN|01-10-2014-22:55:42-873179153|ubuntu6|multisystem-ubuntu|3501Mio|
#MULTISYSTEM_MENU_DEBUT|10-10-2014-13:01:04-627944310|ubuntu9|multisystem-ubuntu|1293Mio|
menuentry "(generic) linux-mint-maya-valombre-v06.iso" {
linux /ubuntu9/casper/vmlinuz live-media-path=/ubuntu9/casper root=UUID=960A-2CF8 file=/cdrom/ubuntu9/preseed/custom.seed maybe-ubiquity debian-installer/language=en keyboard-configuration/layoutcode=fr keyboard-configuration/variantcode=oss boot=casper showmounts ignore_uuid noprompt quiet splash --
initrd /ubuntu9/casper/initrd.gz
}
#MULTISYSTEM_MENU_FIN|10-10-2014-13:01:04-627944310|ubuntu9|multisystem-ubuntu|1293Mio|
#MULTISYSTEM_MENU_DEBUT|14-10-2014-16:58:27-658652105|linux-secure-13.04-64bit.iso|multisystem-ubuntu_secured_remix|781Mio|
menuentry "linux-secure-13.04-64bit.iso" {
search --set -f "/linux-secure-13.04-64bit.iso"
loopback loop "/linux-secure-13.04-64bit.iso"
linux (loop)/casper//vmlinuz.efi root=UUID=960A-2CF8 maybe-ubiquity debian-installer/language=en keyboard-configuration/layoutcode=fr keyboard-configuration/variantcode=oss iso-scan/filename=/linux-secure-13.04-64bit.iso boot=casper file=/cdrom/preseed/ubuntu.seed noprompt quiet splash --
initrd (loop)/casper/initrd.lz
}
#MULTISYSTEM_MENU_FIN|14-10-2014-16:58:27-658652105|linux-secure-13.04-64bit.iso|multisystem-ubuntu_secured_remix|781Mio|
#MULTISYSTEM_MENU_DEBUT|14-10-2014-17:19:57-828174187|ms_lts_precise_r9.iso|multisystem-icon|701Mio|
menuentry "MultiSystem live French (toram)" {
search --set -f "/ms_lts_precise_r9.iso"
loopback loop "/ms_lts_precise_r9.iso"
linux (loop)/casper/vmlinuz toram root=UUID=960A-2CF8 iso-scan/filename=/ms_lts_precise_r9.iso debian-installer/language=fr keyboard-configuration/layoutcode=fr keyboard-configuration/variantcode=oss ignore_uuid boot=casper noprompt quiet splash --
initrd (loop)/casper/initrd.lz
}
menuentry "MultiSystem live English (toram)" {
search --set -f "/ms_lts_precise_r9.iso"
loopback loop "/ms_lts_precise_r9.iso"
linux (loop)/casper/vmlinuz toram root=UUID=960A-2CF8 iso-scan/filename=/ms_lts_precise_r9.iso debian-installer/language=en keyboard-configuration/layoutcode=us ignore_uuid boot=casper noprompt quiet splash --
initrd (loop)/casper/initrd.lz
}
#MULTISYSTEM_MENU_FIN|14-10-2014-17:19:57-828174187|ms_lts_precise_r9.iso|multisystem-icon|701Mio|
#MULTISYSTEM_MENU_DEBUT|14-10-2014-17:35:29-783531103|sparkylinux1|multisystem-sparkylinux|762Mio|
menuentry "SparkyLinux live" {
linux /sparkylinux1/live/vmlinuz root=UUID=960A-2CF8 rw live-media-path=/sparkylinux1/live boot=live config quiet
initrd /sparkylinux1/live/initrd.img
}
menuentry "SparkyLinux (failsafe)" {
linux /sparkylinux1/live/vmlinuz root=UUID=960A-2CF8 rw live-media-path=/sparkylinux1/live boot=live config  noapic noapm nodma nomce nolapic nomodeset radeon.modeset=0 nouveau.modeset=0 nosmp vga=normal
initrd /sparkylinux1/live/initrd.img
}
#MULTISYSTEM_MENU_FIN|14-10-2014-17:35:29-783531103|sparkylinux1|multisystem-sparkylinux|762Mio|
#MULTISYSTEM_MENU_DEBUT|17-10-2014-11:45:01-961513225|debian2|multisystem-siduction|939Mio|
menuentry "Siduction" {
linux /debian2/boot/vmlinuz0.amd root=UUID=960A-2CF8 image_dir=/debian2/siduction boot=fll fromhd=UUID=960A-2CF8 nointro quiet lang=en_AU
initrd /debian2/boot/initrd0.amd
}
menuentry "Siduction (Safe Graphics Settings)" {
linux /debian2/boot/vmlinuz0.amd root=UUID=960A-2CF8 image_dir=/debian2/siduction boot=fll fromhd=UUID=960A-2CF8 radeon.modeset=0 nouveau.modeset=0 i915.modeset=0 xmodule=vesa nointro quiet lang=en_AU
initrd /debian2/boot/initrd0.amd
}
#MULTISYSTEM_MENU_FIN|17-10-2014-11:45:01-961513225|debian2|multisystem-siduction|939Mio|
#MULTISYSTEM_MENU_DEBUT|17-10-2014-11:49:12-514759004|ubuntu11|multisystem-ubuntu|1925Mio|
menuentry "(generic) txos-1.0-r1(1).iso" {
linux /ubuntu11/casper/vmlinuz live-media-path=/ubuntu11/casper root=UUID=960A-2CF8 file=/cdrom/ubuntu11/preseed/custom.seed maybe-ubiquity debian-installer/language=en keyboard-configuration/layoutcode=fr keyboard-configuration/variantcode=oss boot=casper showmounts ignore_uuid noprompt quiet splash --
initrd /ubuntu11/casper/initrd.gz
}
#MULTISYSTEM_MENU_FIN|17-10-2014-11:49:12-514759004|ubuntu11|multisystem-ubuntu|1925Mio|
#MULTISYSTEM_MENU_DEBUT|17-10-2014-11:59:50-635352708|ubuntu-pack-14.04-cinnamon-amd64.iso|multisystem-ubuntu|1195Mio|
menuentry "(generic) ubuntu-pack-14.04-cinnamon-amd64.iso" {
search --set -f "/ubuntu-pack-14.04-cinnamon-amd64.iso"
loopback loop "/ubuntu-pack-14.04-cinnamon-amd64.iso"
linux (loop)/casper/vmlinuz root=UUID=960A-2CF8 file=/cdrom/preseed/ubuntu.seed maybe-ubiquity debian-installer/language=en keyboard-configuration/layoutcode=fr keyboard-configuration/variantcode=oss iso-scan/filename=/ubuntu-pack-14.04-cinnamon-amd64.iso boot=casper noprompt quiet splash --
initrd (loop)/casper/initrd.lz
}
#MULTISYSTEM_MENU_FIN|17-10-2014-11:59:50-635352708|ubuntu-pack-14.04-cinnamon-amd64.iso|multisystem-ubuntu|1195Mio|
#MULTISYSTEM_MENU_DEBUT|17-10-2014-12:03:23-663125379|ubuntu-pack-14.04-flashback-amd64.iso|multisystem-ubuntu|1158Mio|
menuentry "(generic) ubuntu-pack-14.04-flashback-amd64.iso" {
search --set -f "/ubuntu-pack-14.04-flashback-amd64.iso"
loopback loop "/ubuntu-pack-14.04-flashback-amd64.iso"
linux (loop)/casper/vmlinuz root=UUID=960A-2CF8 file=/cdrom/preseed/ubuntu.seed maybe-ubiquity debian-installer/language=en keyboard-configuration/layoutcode=fr keyboard-configuration/variantcode=oss iso-scan/filename=/ubuntu-pack-14.04-flashback-amd64.iso boot=casper noprompt quiet splash --
initrd (loop)/casper/initrd.lz
}
#MULTISYSTEM_MENU_FIN|17-10-2014-12:03:23-663125379|ubuntu-pack-14.04-flashback-amd64.iso|multisystem-ubuntu|1158Mio|
#MULTISYSTEM_MENU_DEBUT|17-10-2014-12:14:22-556032376|fedora2|multisystem-fedora|822Mio|
menuentry "Viperr4_WW_x86_64.iso" {
linux /fedora2/isolinux/vmlinuz0 live_dir=/fedora2/LiveOS live_locale=en_AU.UTF-8 live_keytable=fr root=UUID=960A-2CF8 rootfstype=auto ro liveimg rhgb rd.luks=0 rd.md=0 rd.dm=0
initrd /fedora2/isolinux/initrd0.img
}
#MULTISYSTEM_MENU_FIN|17-10-2014-12:14:22-556032376|fedora2|multisystem-fedora|822Mio|
#MULTISYSTEM_MENU_DEBUT|21-10-2014-23:18:48-357887236|ubuntu12|multisystem-os4|1861Mio|
menuentry "B-OS-beta_4.iso" {
linux /ubuntu12/casper/vmlinuz live-media-path=/ubuntu12/casper root=UUID=960A-2CF8 file=/cdrom/ubuntu12/preseed/custom.seed maybe-ubiquity debian-installer/language=en keyboard-configuration/layoutcode=fr keyboard-configuration/variantcode=oss boot=casper showmounts ignore_uuid noprompt quiet splash --
initrd /ubuntu12/casper/initrd.gz
}
#MULTISYSTEM_MENU_FIN|21-10-2014-23:18:48-357887236|ubuntu12|multisystem-os4|1861Mio|
#MULTISYSTEM_MENU_DEBUT|21-10-2014-23:33:43-574512573|fedora3|multisystem-fedora|1671Mio|
menuentry "korora-20-x86_64-cinnamon-live(1).iso" {
linux /fedora3/isolinux/vmlinuz0 live_locale=en_AU.UTF-8 live_keytable=fr live_dir=/fedora3 root=UUID=960A-2CF8 rootfstype=auto ro rd.live.image quiet  rhgb rd.luks=0 rd.md=0 rd.dm=0
initrd /fedora3/isolinux/initrd0.img
}
#MULTISYSTEM_MENU_FIN|21-10-2014-23:33:43-574512573|fedora3|multisystem-fedora|1671Mio|
#MULTISYSTEM_MENU_DEBUT|24-10-2014-20:54:50-353657845|linuxmint-17-cinnamon-dvd-64bit.iso|multisystem-linuxmint|1227Mio|
menuentry "linuxmint-17-cinnamon-dvd-64bit.iso" {
search --set -f "/linuxmint-17-cinnamon-dvd-64bit.iso"
loopback loop "/linuxmint-17-cinnamon-dvd-64bit.iso"
linux (loop)/casper/vmlinuz file=/cdrom/preseed/linuxmint.seed boot=casper locale=en_AU bootkbd=fr console-setup/layoutcode=fr console-setup/variantcode=oss iso-scan/filename=/linuxmint-17-cinnamon-dvd-64bit.iso noprompt quiet splash --
initrd (loop)/casper/initrd.lz
}
#MULTISYSTEM_MENU_FIN|24-10-2014-20:54:50-353657845|linuxmint-17-cinnamon-dvd-64bit.iso|multisystem-linuxmint|1227Mio|
#MULTISYSTEM_MENU_DEBUT|30-10-2014-14:39:17-274180619|RebeccaBlackLinux_i386.iso|multisystem-ubuntu|1914Mio|
menuentry "(generic) RebeccaBlackLinux_i386.iso" {
search --set -f "/RebeccaBlackLinux_i386.iso"
loopback loop "/RebeccaBlackLinux_i386.iso"
linux (loop)/casper/vmlinuz root=UUID=960A-2CF8 file=/cdrom/preseed/custom.seed debian-installer/language=fr keyboard-configuration/layoutcode=fr keyboard-configuration/variantcode=oss iso-scan/filename=/RebeccaBlackLinux_i386.iso boot=casper noprompt quiet splash --
initrd (loop)/casper/initrd.gz
}
#MULTISYSTEM_MENU_FIN|30-10-2014-14:39:17-274180619|RebeccaBlackLinux_i386.iso|multisystem-ubuntu|1914Mio|
#MULTISYSTEM_MENU_DEBUT|30-10-2014-14:46:10-507006746|ubuntu14|multisystem-ubuntu|2269Mio|
menuentry "(generic) Pinguy_OS_14.04-LTS-Papercut-x86-64.iso" {
linux /ubuntu14/casper/vmlinuz live-media-path=/ubuntu14/casper root=UUID=960A-2CF8 file=/cdrom/ubuntu14/preseed/custom.seed debian-installer/language=fr keyboard-configuration/layoutcode=fr keyboard-configuration/variantcode=oss boot=casper showmounts ignore_uuid noprompt quiet splash --
initrd /ubuntu14/casper/initrd.gz
}
#MULTISYSTEM_MENU_FIN|30-10-2014-14:46:10-507006746|ubuntu14|multisystem-ubuntu|2269Mio|
#MULTISYSTEM_MENU_DEBUT|02-11-2014-16:03:59-579019196|debian4|multisystem-avlinux|3041Mio|
menuentry "AV Linux" {
search --set -f "/debian4"
loopback loop "/debian4"
linux /debian4/live/vmlinuz quickreboot root=UUID=960A-2CF8 live-media-path=/debian4/live boot=live union=aufs debian-installer/language=en debian-installer/locale=en_US.UTF-8 kbd-chooser/method=fr  console-setup/layoutcode=fr console-setup/variantcode=latin9 console-setup/modelcode=pc105 boot=live config   threadirqs transparent_hugepage=never quiet
initrd /debian4/live/initrd.img
}
menuentry "AV Linux failsafe" {
search --set -f "/debian4"
loopback loop "/debian4"
linux /debian4/live/vmlinuz quickreboot root=UUID=960A-2CF8 xforcevesa live-media-path=/debian4/live boot=live union=aufs debian-installer/language=en debian-installer/locale=en_US.UTF-8 kbd-chooser/method=fr  console-setup/layoutcode=fr console-setup/variantcode=latin9 console-setup/modelcode=pc105 boot=live config   threadirqs transparent_hugepage=never noapic noapm nodma nomce nolapic pci=nomsi nomodeset radeon.modeset=0 nouveau.modeset=0 nosmp vga=normal
initrd /debian4/live/initrd.img
}
#MULTISYSTEM_MENU_FIN|02-11-2014-16:03:59-579019196|debian4|multisystem-avlinux|3041Mio|
#MULTISYSTEM_STOP
#Ne supprimez pas ce marqueur! / Do not remove this marker!
menuentry "______________Grub4Dos______________" {
echo
}
#http://grub4dos.sourceforge.net/
#http://grub4dos.sourceforge.net/wiki/index.php/Grub4dos_tutorial
menuentry "Grub4Dos" {
	linux /boot/grub.exe --config-file=/boot/grub/menu.lst
}
menuentry "______________Syslinux______________" {
echo
}
#solution tordue, mais qui passe partout ...
#menuentry "Syslinux" {
#search --set -f /boot/syslinux/redir.img
#	linux16 /boot/syslinux/memdisk
#	initrd16 /boot/syslinux/redir.img
#}
#http://syslinux.zytor.com
menuentry "Syslinux" {
search --set -f "/boot/syslinux/ldlinux.sys"
drivemap -s (hd0) $root
chainloader +1
}
#Autre solution pour chainer Syslinux via une copie du mbr
#dd if=/dev/sd?1 of=/media/multisystem/boot/img/syslinux.mbr bs=512 count=1
#menuentry "Syslinux" {
#search --set -f "/boot/img/syslinux.mbr"
#drivemap -s (hd0) $root
#chainloader /boot/img/syslinux.mbr
#}
menuentry "______________UTIL______________" {
echo
}
## for debugging set debug=efi
#menuentry "0-testfakebios" {
#	hexdump -s 0xc0000 (mem)
#	fakebios
#	hexdump -s 0xc0000 (mem)
## deliberate error to get wait for key
#	xxx
#}
#How to test GRUB 2 on Macbook
#http://grub.enbug.org/TestingOnMacbook
#
#http://wiki.gentoo.org/wiki/GRUB2
#
#menuentry "Windows 7 BIOS/MBR" {
#     insmod part_msdos
#     insmod ntldr
#     insmod ntfs
#     ntldr (hd0,msdos1)/bootmgr
#}
#menuentry "Windows XP BIOS/MBR" {
#     insmod part_msdos
#     insmod ntldr
#     insmod ntfs
#     ntldr (hd0,msdos1)/ntldr
#}
#
#chainer un autre grub
#menuentry "grub.cfg auf /dev/sdb1" {
#	configfile (hd1,1)/boot/grub/grub.cfg
#}
#menuentry "Chain other configfile" {
#configfile /boot/grub/grub-xxx.cfg
#}
#
#menuentry "Return default menu" {
#chainloader /boot/grub/boot.img
#}
#chainer win ou autre OS
#menuentry "Chainer UUID de la partition" {
#insmod=ntfs
#set root=(hd0,1)
#search --no-floppy --fs-uuid --set=root xxx-xxx
#	drivemap -s (hd0) $root
#	chainloader +1
#}
#http://www.plop.at/en/bootmanagerdl.html
menuentry "PLoP Boot Manager" {
	linux16 /boot/img/plpbt
}
#http://www.supergrubdisk.org/
#http://developer.berlios.de/project/showfiles.php?group_id=10921
#SG2D (Floppy, CD & USB in one)
#super_grub_disk_hybrid-1.98s1.iso
menuentry "Super Grub2 Disk" {
search --set -f /boot/img/sgdh.iso
	linux16 /boot/syslinux/memdisk
	initrd16 /boot/img/sgdh.iso
}
menuentry "Super Grub Disk" {
search --set -f /boot/img/sgdfr.img
	linux16 /boot/syslinux/memdisk
	initrd16 /boot/img/sgdfr.img
}
menuentry "Smart Boot Manager" {
search --set -f /boot/img/sbootmgr.dsk
	linux16 /boot/syslinux/memdisk
	initrd16 /boot/img/sbootmgr.dsk
}
#Site: http://boot.kernel.org/index.html
#Téléchargement: http://boot.kernel.org/gpxe_images/gpxe.lkrn
menuentry "BKO (boot.kernel.org)" {
	search --set -f /boot/img/gpxe.lkrn
	linux16 /boot/img/gpxe.lkrn
}
#http://www.memtest.org/#downiso
menuentry "memtest86+" {
	linux16 /boot/img/memtest86+.bin
}
menuentry "vbeinfo" {
	vbeinfo
read
}
menuentry "lspci" {
	lspci
read
}
menuentry "gfxpayload 640x480" {
set gfxpayload=640x480
echo gfxpayload=${gfxpayload} press enter
read
}
menuentry "gfxpayload 800x600" {
set gfxpayload=800x600
echo gfxpayload=${gfxpayload} press enter
read
}
menuentry "gfxpayload 1024x768" {
set gfxpayload=1024x768
echo gfxpayload=${gfxpayload} press enter
read
}
menuentry "gfxpayload 1280x1024" {
set gfxpayload=1280x1024
helo..merci
voici la copie complete du grub.cfg multisytem actuel

echo gfxpayload=${gfxpayload} press enter
read
}
menuentry "Reboot" {
insmod reboot
reboot
}

Dernière modification par papilonaa (Le 05/11/2014, à 16:00)

Hors ligne

#1375 Le 05/11/2014, à 16:10

papilonaa

Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair

et voici celui du grub.cfg du systeme actuel installe sur un dell latitude d630

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

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

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

export menuentry_id_option

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

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}
function recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  c46bafac-ca5f-4e20-b592-ebcf249cbdd4
else
  search --no-floppy --fs-uuid --set=root c46bafac-ca5f-4e20-b592-ebcf249cbdd4
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=en_US
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=-1
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=10
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=10
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux_proxy ###
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

submenu "Advanced options for Ubuntu"{
menuentry "Ubuntu, with Linux 3.13.0-39-generic" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-39-generic-advanced-c46bafac-ca5f-4e20-b592-ebcf249cbdd4' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  c46bafac-ca5f-4e20-b592-ebcf249cbdd4
		else
		  search --no-floppy --fs-uuid --set=root c46bafac-ca5f-4e20-b592-ebcf249cbdd4
		fi
		echo	'Loading Linux 3.13.0-39-generic ...'
		linux	/boot/vmlinuz-3.13.0-39-generic root=UUID=c46bafac-ca5f-4e20-b592-ebcf249cbdd4 ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-39-generic
}
menuentry "Ubuntu, with Linux 3.13.0-39-generic (recovery mode)" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-39-generic-recovery-c46bafac-ca5f-4e20-b592-ebcf249cbdd4' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  c46bafac-ca5f-4e20-b592-ebcf249cbdd4
		else
		  search --no-floppy --fs-uuid --set=root c46bafac-ca5f-4e20-b592-ebcf249cbdd4
		fi
		echo	'Loading Linux 3.13.0-39-generic ...'
		linux	/boot/vmlinuz-3.13.0-39-generic root=UUID=c46bafac-ca5f-4e20-b592-ebcf249cbdd4 ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-39-generic
}
}
### END /etc/grub.d/10_linux_proxy ###

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

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

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

### BEGIN /etc/grub.d/30_os-prober_proxy ###

set timeout_style=menu
if [ "${timeout}" = 0 ]; then
  set timeout=10
fi
menuentry "Ubuntu 10.10 (10.10) (on /dev/sda1)" --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-9891dde4-741d-4593-b4ba-6119d2cb1983' {
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  9891dde4-741d-4593-b4ba-6119d2cb1983
	else
	  search --no-floppy --fs-uuid --set=root 9891dde4-741d-4593-b4ba-6119d2cb1983
	fi
	linux /vmlinuz root=/dev/sda1
	initrd /initrd.img
}
submenu "Advanced options for Ubuntu 10.10 (10.10) (on /dev/sda1)"{
menuentry "Ubuntu 10.10 (10.10) (on /dev/sda1)" --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz--9891dde4-741d-4593-b4ba-6119d2cb1983' {
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  9891dde4-741d-4593-b4ba-6119d2cb1983
		else
		  search --no-floppy --fs-uuid --set=root 9891dde4-741d-4593-b4ba-6119d2cb1983
		fi
		linux /vmlinuz root=/dev/sda1
		initrd /initrd.img
}
menuentry "Ubuntu 10.10 (10.10) (on /dev/sda1)" --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz--9891dde4-741d-4593-b4ba-6119d2cb1983' {
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  9891dde4-741d-4593-b4ba-6119d2cb1983
		else
		  search --no-floppy --fs-uuid --set=root 9891dde4-741d-4593-b4ba-6119d2cb1983
		fi
		linux /vmlinuz root=/dev/sda1
		initrd /initrd.img
}
menuentry "Ubuntu 10.10 (10.10) (on /dev/sda1)" --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz--9891dde4-741d-4593-b4ba-6119d2cb1983' {
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  9891dde4-741d-4593-b4ba-6119d2cb1983
		else
		  search --no-floppy --fs-uuid --set=root 9891dde4-741d-4593-b4ba-6119d2cb1983
		fi
		linux /vmlinuz root=/dev/sda1
		initrd /initrd.img
}
menuentry "Ubuntu 10.10 (10.10) (on /dev/sda1)" --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz--9891dde4-741d-4593-b4ba-6119d2cb1983' {
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  9891dde4-741d-4593-b4ba-6119d2cb1983
		else
		  search --no-floppy --fs-uuid --set=root 9891dde4-741d-4593-b4ba-6119d2cb1983
		fi
		linux /vmlinuz root=/dev/sda1
		initrd /initrd.img
}
}
### END /etc/grub.d/30_os-prober_proxy ###

### 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
et voici celui du gub.cfg du systeme que j utilise actuelement
il est installe sur un dell latitude d630 



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

### BEGIN /etc/grub.d/60_grub-imageboot ###
### END /etc/grub.d/60_grub-imageboot ###

Dernière modification par papilonaa (Le 05/11/2014, à 16:11)

Hors ligne