Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 07/09/2014, à 01:38

broerec

[Résolu] Impossible de booter sur le 2nd disque dur

Bonjour,

J'ai un soucis sur mon installation ubuntu. Mon ordi (lien) a 2 disques durs, un contient win7 et l'autre ubuntu, mais il m'est impossible de booter sur le ssd contenant ubuntu. Je vous transmets le boot info mais je pense que le problème concerne le bios. En effet mon bios repère les 2 disques mais dans l'onglet boot il ne me propose pas de démarrer sur le ssd. J'espère que quelqu'un pourra m'indiquer le moyen de booter sur le ssd.

Je vous mets le boot-info :

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


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

 => Windows 7/8/2012 is installed in the MBR of /dev/sda.
 => Grub2 (v1.99-2.00) is installed in the MBR of /dev/sdb and looks at sector 
    30127904 of the same hard drive for core.img, but core.img can not be 
    found at this location.

sda1: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  
    Boot files:        

sda2: __________________________________________________________________________

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

sda3: __________________________________________________________________________

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

sdb1: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  Grub2 (v1.99-2.00)
    Boot sector info:  Grub2 (v1.99) is installed in the boot sector of sdb1 
                       and looks at sector 17443240 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 LTS 
    Boot files:        /boot/grub/grub.cfg /etc/fstab 
                       /boot/grub/i386-pc/core.img

sdb2: __________________________________________________________________________

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

sdb3: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  
    Boot files:        

============================ 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 1,367,187,455 1,367,185,408  83 Linux
/dev/sda2    *  1,367,187,456 1,367,392,255       204,800   7 NTFS / exFAT / HPFS
/dev/sda3       1,367,392,256 1,465,145,343    97,753,088   7 NTFS / exFAT / HPFS


Drive: sdb _____________________________________________________________________

Disk /dev/sdb: 24.0 GB, 24015495168 bytes
255 heads, 63 sectors/track, 2919 cylinders, total 46905264 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                   1    46,905,263    46,905,263  ee GPT


GUID Partition Table detected.

Partition    Start Sector    End Sector  # of Sectors System
/dev/sdb1           2,048    29,296,639    29,294,592 Data partition (Linux)
/dev/sdb2      29,296,640    41,015,295    11,718,656 Swap partition (Linux)
/dev/sdb3      41,015,296    46,903,295     5,888,000 Data partition (Linux)

"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/sda1        3c71ed47-c045-4a87-882f-1066d8fa1350   ext4       
/dev/sda2        48AE5EF0AE5ED5D2                       ntfs       Réservé au système
/dev/sda3        00AE6175AE61645E                       ntfs       
/dev/sdb1        753ec23d-9116-497e-8290-15214b9e4b23   ext4       
/dev/sdb2        a75663ee-0303-42dc-8405-0582ab823bfc   swap       
/dev/sdb3        266c65c5-c8aa-4d99-b6f0-cf0c4c82651d   ext4       
/dev/sr0                                                iso9660    Ubuntu 14.04 LTS amd64

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

Device           Mount_Point              Type       Options

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


=========================== sdb1/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='hd1,gpt1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 --hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1  753ec23d-9116-497e-8290-15214b9e4b23
else
  search --no-floppy --fs-uuid --set=root 753ec23d-9116-497e-8290-15214b9e4b23
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=-1
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=hidden
    set timeout=0
  # Fallback hidden-timeout code in case the timeout_style feature is
  # unavailable.
  elif sleep --interruptible 0 ; then
    set timeout=0
  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-753ec23d-9116-497e-8290-15214b9e4b23' {
	recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_gpt
	insmod ext2
	set root='hd1,gpt1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 --hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1  753ec23d-9116-497e-8290-15214b9e4b23
	else
	  search --no-floppy --fs-uuid --set=root 753ec23d-9116-497e-8290-15214b9e4b23
	fi
	linux	/boot/vmlinuz-3.13.0-35-generic.efi.signed root=UUID=753ec23d-9116-497e-8290-15214b9e4b23 ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.13.0-35-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-753ec23d-9116-497e-8290-15214b9e4b23' {
	menuentry 'Ubuntu, avec Linux 3.13.0-35-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-35-generic-advanced-753ec23d-9116-497e-8290-15214b9e4b23' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 --hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1  753ec23d-9116-497e-8290-15214b9e4b23
		else
		  search --no-floppy --fs-uuid --set=root 753ec23d-9116-497e-8290-15214b9e4b23
		fi
		echo	'Chargement de Linux 3.13.0-35-generic…'
		linux	/boot/vmlinuz-3.13.0-35-generic.efi.signed root=UUID=753ec23d-9116-497e-8290-15214b9e4b23 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-35-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-35-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-35-generic-recovery-753ec23d-9116-497e-8290-15214b9e4b23' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 --hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1  753ec23d-9116-497e-8290-15214b9e4b23
		else
		  search --no-floppy --fs-uuid --set=root 753ec23d-9116-497e-8290-15214b9e4b23
		fi
		echo	'Chargement de Linux 3.13.0-35-generic…'
		linux	/boot/vmlinuz-3.13.0-35-generic.efi.signed root=UUID=753ec23d-9116-497e-8290-15214b9e4b23 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-35-generic
	}
	menuentry 'Ubuntu, avec 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-753ec23d-9116-497e-8290-15214b9e4b23' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 --hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1  753ec23d-9116-497e-8290-15214b9e4b23
		else
		  search --no-floppy --fs-uuid --set=root 753ec23d-9116-497e-8290-15214b9e4b23
		fi
		echo	'Chargement de Linux 3.13.0-24-generic…'
		linux	/boot/vmlinuz-3.13.0-24-generic root=UUID=753ec23d-9116-497e-8290-15214b9e4b23 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		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-753ec23d-9116-497e-8290-15214b9e4b23' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 --hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1  753ec23d-9116-497e-8290-15214b9e4b23
		else
		  search --no-floppy --fs-uuid --set=root 753ec23d-9116-497e-8290-15214b9e4b23
		fi
		echo	'Chargement de Linux 3.13.0-24-generic…'
		linux	/boot/vmlinuz-3.13.0-24-generic root=UUID=753ec23d-9116-497e-8290-15214b9e4b23 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		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/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###

### 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 ###
--------------------------------------------------------------------------------

=============================== sdb1/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/sdb1 during installation
UUID=753ec23d-9116-497e-8290-15214b9e4b23 /               ext4    errors=remount-ro 0       1
# /home was on /dev/sda1 during installation
UUID=3c71ed47-c045-4a87-882f-1066d8fa1350 /home           ext4    defaults        0       2
# /tmp was on /dev/sdb3 during installation
UUID=266c65c5-c8aa-4d99-b6f0-cf0c4c82651d /tmp            ext4    defaults        0       2
# swap was on /dev/sdb2 during installation
UUID=a75663ee-0303-42dc-8405-0582ab823bfc none            swap    sw              0       0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)


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

cat: /tmp/BootInfo-dAekGgEu/Tmp_Log: No such file or directory
File descriptor 9 (/proc/6259/mounts) leaked on lvscan invocation. Parent PID 16571: bash
File descriptor 63 (pipe:[50187]) leaked on lvscan invocation. Parent PID 16571: bash
  No volume groups found

ADDITIONAL INFORMATION :
=================== log of boot-repair 2014-09-06__23h00 ===================
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 LTS, trusty, Ubuntu, x86_64)
ls: cannot access /home/usr/.config: No such file or directory
CPU op-mode(s):        32-bit, 64-bit
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity

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


=================== os-prober:
/dev/sda2:Windows 7 (loader):Windows:chain
/dev/sdb1:Ubuntu 14.04 LTS (14.04):Ubuntu:linux

=================== blkid:
/dev/loop0: TYPE="squashfs"
/dev/sda1: UUID="3c71ed47-c045-4a87-882f-1066d8fa1350" TYPE="ext4"
/dev/sda2: LABEL="RM-CM-)servM-CM-) au systM-CM-(me" UUID="48AE5EF0AE5ED5D2" TYPE="ntfs"
/dev/sda3: UUID="00AE6175AE61645E" TYPE="ntfs"
/dev/sdb1: UUID="753ec23d-9116-497e-8290-15214b9e4b23" TYPE="ext4"
/dev/sdb2: UUID="a75663ee-0303-42dc-8405-0582ab823bfc" TYPE="swap"
/dev/sdb3: UUID="266c65c5-c8aa-4d99-b6f0-cf0c4c82651d" TYPE="ext4"
/dev/sr0: LABEL="Ubuntu 14.04 LTS amd64" TYPE="iso9660"


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

Windows not detected by os-prober on sda3.

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


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


=================== sdb1/etc/grub.d/ :
drwxr-xr-x  2 root root    4096 avril 17 01:26 grub.d
total 76
-rwxr-xr-x 1 root root  9424 avril 11 10:51 00_header
-rwxr-xr-x 1 root root  6058 avril 10 15:58 05_debian_theme
-rwxr-xr-x 1 root root 11608 avril 11 10:51 10_linux
-rwxr-xr-x 1 root root 10412 avril 11 10:51 20_linux_xen
-rwxr-xr-x 1 root root  1992 mars  12 12:31 20_memtest86+
-rwxr-xr-x 1 root root 11692 avril 11 10:51 30_os-prober
-rwxr-xr-x 1 root root  1416 avril 11 10:51 30_uefi-firmware
-rwxr-xr-x 1 root root   214 avril 11 10:51 40_custom
-rwxr-xr-x 1 root root   216 avril 11 10:51 41_custom
-rw-r--r-- 1 root root   483 avril 11 10:51 README




=================== sdb1/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:
sda1	: sda,	maybesepboot,	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/sda1.
sda2	: sda,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	is-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	bootmgr,	is-winboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sda2.
sda3	: sda,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	is-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	haswinload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sda3.
sdb1	: sdb,	not-sepboot,	grubenv-ok	grub2,	signed 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,	not-far,	/mnt/boot-sav/sdb1.
sdb3	: sdb,	maybesepboot,	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,	/mnt/boot-sav/sdb3.

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


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

Model: ATA ST750LM022 HN-M7 (scsi)
Disk /dev/sda: 750GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos

Number  Start   End    Size    Type     File system  Flags
1      1049kB  700GB  700GB   primary  ext4
2      700GB   700GB  105MB   primary  ntfs         boot
3      700GB   750GB  50.0GB  primary  ntfs


Model: ATA SanDisk SSD i100 (scsi)
Disk /dev/sdb: 24.0GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt

Number  Start   End     Size    File system     Name  Flags
1      1049kB  15.0GB  15.0GB  ext4
2      15.0GB  21.0GB  6000MB  linux-swap(v1)
3      21.0GB  24.0GB  3015MB  ext4



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

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

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

BYT;
/dev/sda:750GB:scsi:512:4096:msdos:ATA ST750LM022 HN-M7;
1:1049kB:700GB:700GB:ext4::;
2:700GB:700GB:105MB:ntfs::boot;
3:700GB:750GB:50.0GB:ntfs::;

BYT;
/dev/sdb:24.0GB:scsi:512:512:gpt:ATA SanDisk SSD i100;
1:1049kB:15.0GB:15.0GB:ext4::;
2:15.0GB:21.0GB:6000MB:linux-swap(v1)::;
3:21.0GB:24.0GB:3015MB:ext4::;


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

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


=================== mount:
/cow on / type overlayfs (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
/dev/sr0 on /cdrom type iso9660 (ro,noatime)
/dev/loop0 on /rofs type squashfs (ro,noatime)
none on /sys/fs/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)
/dev/sda1 on /mnt/boot-sav/sda1 type ext4 (rw)
/dev/sda2 on /mnt/boot-sav/sda2 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sda3 on /mnt/boot-sav/sda3 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sdb1 on /mnt/boot-sav/sdb1 type ext4 (rw)
/dev/sdb3 on /mnt/boot-sav/sdb3 type ext4 (rw)


=================== ls:
/sys/block/sda (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda3 size slaves stat subsystem trace uevent
/sys/block/sdb (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sdb1 sdb2 sdb3 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 fb1 fd full fuse hpet input kmsg kvm log mapper mcelog mei mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sdb sdb1 sdb2 sdb3 sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom v4l vga_arbiter vhost-net video0 zero
ls /dev/mapper:  control

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

=================== hexdump -n512 -C /dev/sda3
00000000  eb 52 90 4e 54 46 53 20  20 20 20 00 02 08 00 00  |.R.NTFS    .....|
00000010  00 00 00 00 00 f8 00 00  3f 00 ff 00 00 c0 80 51  |........?......Q|
00000020  00 00 00 00 80 00 80 00  ff 97 d3 05 00 00 00 00  |................|
00000030  00 00 0c 00 00 00 00 00  02 00 00 00 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  5e 64 61 ae 75 61 ae 00  |........^da.ua..|
00000050  00 00 00 00 fa 33 c0 8e  d0 bc 00 7c fb 68 c0 07  |.....3.....|.h..|
00000060  1f 1e 68 66 00 cb 88 16  0e 00 66 81 3e 03 00 4e  |..hf......f.>..N|
00000070  54 46 53 75 15 b4 41 bb  aa 55 cd 13 72 0c 81 fb  |TFSu..A..U..r...|
00000080  55 aa 75 06 f7 c1 01 00  75 03 e9 dd 00 1e 83 ec  |U.u.....u.......|
00000090  18 68 1a 00 b4 48 8a 16  0e 00 8b f4 16 1f cd 13  |.h...H..........|
000000a0  9f 83 c4 18 9e 58 1f 72  e1 3b 06 0b 00 75 db a3  |.....X.r.;...u..|
000000b0  0f 00 c1 2e 0f 00 04 1e  5a 33 db b9 00 20 2b c8  |........Z3... +.|
000000c0  66 ff 06 11 00 03 16 0f  00 8e c2 ff 06 16 00 e8  |f...............|
000000d0  4b 00 2b c8 77 ef b8 00  bb cd 1a 66 23 c0 75 2d  |K.+.w......f#.u-|
000000e0  66 81 fb 54 43 50 41 75  24 81 f9 02 01 72 1e 16  |f..TCPAu$....r..|
000000f0  68 07 bb 16 68 70 0e 16  68 09 00 66 53 66 53 66  |h...hp..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  28 10 b9 d8 0f fc f3 aa  e9 5f 01 90 90 66 60 1e  |(........_...f`.|
00000120  06 66 a1 11 00 66 03 06  1c 00 1e 66 68 00 00 00  |.f...f.....fh...|
00000130  00 66 50 06 53 68 01 00  68 10 00 b4 42 8a 16 0e  |.fP.Sh..h...B...|
00000140  00 16 1f 8b f4 cd 13 66  59 5b 5a 66 59 66 59 1f  |.......fY[ZfYfY.|
00000150  0f 82 16 00 66 ff 06 11  00 03 16 0f 00 8e c2 ff  |....f...........|
00000160  0e 16 00 75 bc 07 1f 66  61 c3 a0 f8 01 e8 09 00  |...u...fa.......|
00000170  a0 fb 01 e8 03 00 f4 eb  fd b4 01 8b f0 ac 3c 00  |..............<.|
00000180  74 09 b4 0e bb 07 00 cd  10 eb f2 c3 0d 0a 45 72  |t.............Er|
00000190  72 65 75 72 20 6c 65 63  74 75 72 65 20 64 69 73  |reur lecture dis|
000001a0  71 75 65 00 0d 0a 42 4f  4f 54 4d 47 52 20 61 62  |que...BOOTMGR ab|
000001b0  73 65 6e 74 00 0d 0a 42  4f 4f 54 4d 47 52 20 63  |sent...BOOTMGR c|
000001c0  6f 6d 70 72 65 73 73 82  00 0d 0a 43 74 72 6c 2b  |ompress....Ctrl+|
000001d0  41 6c 74 2b 53 75 70 70  72 20 70 6f 75 72 20 72  |Alt+Suppr pour r|
000001e0  65 64 82 6d 61 72 72 65  72 0d 0a 00 6f 20 72 65  |ed.marrer...o re|
000001f0  73 74 61 72 74 0d 0a 00  8c a4 b5 c9 00 00 55 aa  |start.........U.|
00000200

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


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

Filesystem     Type       Size  Used Avail Use% Mounted on
/cow           overlayfs  1.9G   91M  1.8G   5% /
udev           devtmpfs   1.9G   12K  1.9G   1% /dev
tmpfs          tmpfs      384M  1.2M  383M   1% /run
/dev/sr0       iso9660    964M  964M     0 100% /cdrom
/dev/loop0     squashfs   923M  923M     0 100% /rofs
none           tmpfs      4.0K     0  4.0K   0% /sys/fs/cgroup
tmpfs          tmpfs      1.9G   32K  1.9G   1% /tmp
none           tmpfs      5.0M  4.0K  5.0M   1% /run/lock
none           tmpfs      1.9G   76K  1.9G   1% /run/shm
none           tmpfs      100M   52K  100M   1% /run/user
/dev/sda1      ext4       642G   70M  609G   1% /mnt/boot-sav/sda1
/dev/sda2      fuseblk    100M   25M   76M  25% /mnt/boot-sav/sda2
/dev/sda3      fuseblk     47G   18G   29G  39% /mnt/boot-sav/sda3
/dev/sdb1      ext4        14G  4.3G  8.7G  34% /mnt/boot-sav/sdb1
/dev/sdb3      ext4       2.8G  4.3M  2.6G   1% /mnt/boot-sav/sdb3

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

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: 0x000c63f6

Device Boot      Start         End      Blocks   Id  System
/dev/sda1            2048  1367187455   683592704   83  Linux
/dev/sda2   *  1367187456  1367392255      102400    7  HPFS/NTFS/exFAT
/dev/sda3      1367392256  1465145343    48876544    7  HPFS/NTFS/exFAT

Disk /dev/sdb: 24.0 GB, 24015495168 bytes
255 heads, 63 sectors/track, 2919 cylinders, total 46905264 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: 0xf262e522

Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1    46905263    23452631+  ee  GPT


User choice: Est-ce que sdb (24.0GB) est un disque amovible ? no
(debug) reinstall grub2 place-in-all-MBRs no-BIOS_boot (sdb1)
Partition outside the disk détecté.
=================== Repair blockers
GPT détecté. Veuillez créer une partition BIOS-Boot (>1MB, système de fichiers non formaté, drapeau bios_grub). Cela peut être réalisé via des outils tels que Gparted. Puis réessayez.
=================== Final advice in case of recommended repair
N'oubliez pas de régler votre BIOS pour qu'il amorce sur le disque sdb (24.0GB) !

=================== Default settings
Recommended-Repair
This setting would purge (in order to) and reinstall the grub2 of sdb1 into the MBRs of all disks (except USB without OS).
Additional repair would be performed: unhide-bootmenu-10s   fix-windows-boot

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



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

Dernière modification par broerec (Le 09/09/2014, à 16:32)

Hors ligne

#2 Le 07/09/2014, à 07:41

malbo

Re : [Résolu] Impossible de booter sur le 2nd disque dur

Ton Ubuntu est mal installé. Comme explique ce tuto, tu dois installer Ubuntu dans le même mode que Windows. Comme Windows est installé en mode non-EFI, tu dois installer Ubuntu en mode non-EFI. Actuellement, je vois que tu as obtenu une installation hybride (entre EFI et non-EFI) de Ubuntu comme on peut voir dans cet extrait :

linux	/boot/vmlinuz-3.13.0-35-generic.efi.signed root=UUID=753ec23d-9116-497e-8290-15214b9e4b23 ro  quiet splash $vt_handoff

c'est "efi.signed" qui pue.
et dans cet autre extrait (dans la partie "PARTITIONS & DISKS") :

sdb1	: sdb,	not-sepboot,	grubenv-ok	grub2,	signed grub-pc 

"signed grub-pc", ça n'existe pas et c'est encore un indice que ton install est hybride.
Pour garantir que ton Ubuntu sera bien installé en mode non-EFI, je te recommande de supprimer tout le partitionnement actuel du SSD et tout refaire. Depuis une session live de Ubuntu démarrée en mode non-EFI (c'est le cas de la session depuis laquelle tu as fait ce Boot-Info), tu lances Gparted et pour le SSD, tu crées une nouvelle table de partition de type MSDOS (au lieu de GPT actuellement) et tu refais tes partitions. Depuis la même session live, tu peux lancer l'installation de Ubuntu dans les partitions créées précédemment. Il faudra sélectionner "Autre chose" à l'étape 3 de l'installation.

Dernière modification par malbo (Le 07/09/2014, à 07:48)

Hors ligne

#3 Le 07/09/2014, à 16:35

broerec

Re : [Résolu] Impossible de booter sur le 2nd disque dur

Salut,

merci pour ta réponse. J'ai suivi tes instructions, j'ai créé une nouvelle table de partition msdos avec Gparted, réinstallé ubuntu à partir du live cd lancé en non efi et viré pour l'instant win7 (que je réinstallerai plus tard). Maintenant mon bios me permet de booter sur le ssd mais quand je le fais je n’obtiens qu'un écran noir (avec un tiret clignotant en haut à droite).

Mon nouveau boot info:

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


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

 => Windows 7/8/2012 is installed in the MBR of /dev/sda.
 => Grub2 (v1.99-2.00) is installed in the MBR of /dev/sdb and looks at sector 
    30127904 of the same hard drive for core.img, but core.img can not be 
    found at this location.

sda1: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  
    Boot files:        

sda2: __________________________________________________________________________

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

sda5: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  
    Boot files:        

sdb1: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  Grub2 (v1.99-2.00)
    Boot sector info:  Grub2 (v1.99) is installed in the boot sector of sdb1 
                       and looks at sector 6092592 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 LTS 
    Boot files:        /boot/grub/grub.cfg /etc/fstab 
                       /boot/grub/i386-pc/core.img

sdb2: __________________________________________________________________________

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

sdb5: __________________________________________________________________________

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

============================ 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 1,289,062,399 1,289,060,352  83 Linux
/dev/sda2       1,289,064,446 1,294,921,727     5,857,282   5 Extended
/dev/sda5       1,289,064,448 1,294,921,727     5,857,280  83 Linux


Drive: sdb _____________________________________________________________________

Disk /dev/sdb: 24.0 GB, 24015495168 bytes
255 heads, 63 sectors/track, 2919 cylinders, total 46905264 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    *          2,048    35,155,967    35,153,920  83 Linux
/dev/sdb2          35,158,014    46,903,295    11,745,282   5 Extended
/dev/sdb5          35,158,016    46,903,295    11,745,280  82 Linux swap / Solaris


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/sda1        30fc3edd-fdfd-450d-b302-40957e1cfef1   ext4       
/dev/sda5        a9370b27-3a56-4c47-8143-c24b16c93920   ext4       
/dev/sdb1        641bd6d2-1db5-43b8-b332-4745ef9f09ea   ext4       
/dev/sdb5        eca57a2a-28a0-4fa5-b89b-8844a57bb6f1   swap       
/dev/sr0                                                iso9660    Ubuntu 14.04 LTS amd64

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

Device           Mount_Point              Type       Options

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


=========================== sdb1/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='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  641bd6d2-1db5-43b8-b332-4745ef9f09ea
else
  search --no-floppy --fs-uuid --set=root 641bd6d2-1db5-43b8-b332-4745ef9f09ea
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=-1
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=hidden
    set timeout=0
  # Fallback hidden-timeout code in case the timeout_style feature is
  # unavailable.
  elif sleep --interruptible 0 ; then
    set timeout=0
  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-641bd6d2-1db5-43b8-b332-4745ef9f09ea' {
	recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd1,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  641bd6d2-1db5-43b8-b332-4745ef9f09ea
	else
	  search --no-floppy --fs-uuid --set=root 641bd6d2-1db5-43b8-b332-4745ef9f09ea
	fi
	linux	/boot/vmlinuz-3.13.0-24-generic root=UUID=641bd6d2-1db5-43b8-b332-4745ef9f09ea ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.13.0-24-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-641bd6d2-1db5-43b8-b332-4745ef9f09ea' {
	menuentry 'Ubuntu, avec 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-641bd6d2-1db5-43b8-b332-4745ef9f09ea' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  641bd6d2-1db5-43b8-b332-4745ef9f09ea
		else
		  search --no-floppy --fs-uuid --set=root 641bd6d2-1db5-43b8-b332-4745ef9f09ea
		fi
		echo	'Chargement de Linux 3.13.0-24-generic…'
		linux	/boot/vmlinuz-3.13.0-24-generic root=UUID=641bd6d2-1db5-43b8-b332-4745ef9f09ea ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		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-641bd6d2-1db5-43b8-b332-4745ef9f09ea' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  641bd6d2-1db5-43b8-b332-4745ef9f09ea
		else
		  search --no-floppy --fs-uuid --set=root 641bd6d2-1db5-43b8-b332-4745ef9f09ea
		fi
		echo	'Chargement de Linux 3.13.0-24-generic…'
		linux	/boot/vmlinuz-3.13.0-24-generic root=UUID=641bd6d2-1db5-43b8-b332-4745ef9f09ea ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		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/20_memtest86+ ###
menuentry 'Memory test (memtest86+)' {
	insmod part_msdos
	insmod ext2
	set root='hd1,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  641bd6d2-1db5-43b8-b332-4745ef9f09ea
	else
	  search --no-floppy --fs-uuid --set=root 641bd6d2-1db5-43b8-b332-4745ef9f09ea
	fi
	knetbsd	/boot/memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
	insmod part_msdos
	insmod ext2
	set root='hd1,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  641bd6d2-1db5-43b8-b332-4745ef9f09ea
	else
	  search --no-floppy --fs-uuid --set=root 641bd6d2-1db5-43b8-b332-4745ef9f09ea
	fi
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

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

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

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

=============================== sdb1/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/sdb1 during installation
UUID=641bd6d2-1db5-43b8-b332-4745ef9f09ea /               ext4    errors=remount-ro 0       1
# /home was on /dev/sda1 during installation
UUID=30fc3edd-fdfd-450d-b302-40957e1cfef1 /home           ext4    defaults        0       2
# /tmp was on /dev/sda5 during installation
UUID=a9370b27-3a56-4c47-8143-c24b16c93920 /tmp            ext4    defaults        0       2
# swap was on /dev/sdb5 during installation
UUID=eca57a2a-28a0-4fa5-b89b-8844a57bb6f1 none            swap    sw              0       0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)


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

Unknown BootLoader on sda2

00000000  b8 c3 2e 54 70 46 7f e1  45 86 51 1a f6 55 f4 ad  |...TpF..E.Q..U..|
00000010  a1 2e 78 63 c8 92 ab 99  bf 9f b2 fb 20 e4 24 7c  |..xc........ .$||
00000020  7b 7e b7 c2 00 74 13 9c  a9 1a 8b f4 bf 38 b8 e7  |{~...t.......8..|
00000030  f2 25 fc 09 15 5a 28 53  e6 bf 36 d6 22 70 d2 35  |.%...Z(S..6."p.5|
00000040  5f 03 e4 5e 21 52 5f 3d  38 c8 10 35 1f da e2 8f  |_..^!R_=8..5....|
00000050  08 29 fa db 35 c8 a3 31  af a2 7a b6 e2 1c 75 98  |.)..5..1..z...u.|
00000060  d3 03 aa 16 c7 38 1b 49  2d 69 74 fb a1 ff 9d cf  |.....8.I-it.....|
00000070  b9 57 73 54 aa 1d 11 41  49 69 49 e5 bb 9c 57 bd  |.WsT...AIiI...W.|
00000080  a8 97 40 48 60 9b de 01  ed 91 39 5e 08 0c e8 4b  |..@H`.....9^...K|
00000090  a4 93 ac 09 9c e0 e7 66  d6 53 f4 3e b6 97 fd 31  |.......f.S.>...1|
000000a0  98 e6 bd 76 9f 6c 5a 83  d4 69 04 ef c8 4b 8e 8b  |...v.lZ..i...K..|
000000b0  8d 80 93 1f ec 7f ca aa  ad 69 e6 1a fc 5a e9 55  |.........i...Z.U|
000000c0  e2 80 e3 c1 cf 24 75 26  b2 56 1c 1e 8b e8 f3 da  |.....$u&.V......|
000000d0  8c 49 26 dc 93 ff 7a fa  5f 86 25 56 69 a6 4d 51  |.I&...z._.%Vi.MQ|
000000e0  a4 f2 cb c0 16 06 69 c8  39 ee 67 cc 1c 69 1f b3  |......i.9.g..i..|
000000f0  80 ac 58 a1 c6 c5 6b 81  e8 d9 f3 ad af fb c9 0b  |..X...k.........|
00000100  be a8 33 f0 26 45 11 9b  b8 7d 20 2f 84 1d 64 ab  |..3.&E...} /..d.|
00000110  03 6c 9e b5 ce 28 b5 92  f4 95 8e 64 a4 2e 08 0c  |.l...(.....d....|
00000120  0d 29 a1 2e 04 e2 1a 1a  c2 5e ec e9 f1 2e 9f 51  |.).......^.....Q|
00000130  5b c4 a5 2d 0e 1e a7 6c  da be 13 08 ea 9c 69 cc  |[..-...l......i.|
00000140  0f 55 8c b1 73 0a a9 e8  2a df 95 f5 9c 60 e4 76  |.U..s...*....`.v|
00000150  8d de 55 76 12 46 85 77  35 8a 3d 6e 88 b7 e4 c4  |..Uv.F.w5.=n....|
00000160  b0 b7 5d 9c 58 4b 43 98  94 ee d7 2e 84 6b cf 11  |..].XKC......k..|
00000170  94 cf f6 59 eb f3 4d 0a  b0 24 93 59 8c 25 84 e0  |...Y..M..$.Y.%..|
00000180  22 f1 f2 bb 65 a9 25 48  5b cd a7 6e c8 3a 98 0a  |"...e.%H[..n.:..|
00000190  06 ce d2 44 4c 87 b2 c4  20 4e ee aa 60 0b 22 dc  |...DL... N..`.".|
000001a0  56 db 80 82 3d 81 b6 54  58 3b 74 4d b8 0e b7 3c  |V...=..TX;tM...<|
000001b0  82 6d bd e5 32 d4 08 dd  22 60 3a a7 e8 6e 00 fe  |.m..2..."`:..n..|
000001c0  ff ff 83 fe ff ff 02 00  00 00 00 60 59 00 00 00  |...........`Y...|
000001d0  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


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

cat: /tmp/BootInfo-IeaSZZIe/Tmp_Log: No such file or directory
File descriptor 9 (/proc/6196/mounts) leaked on lvscan invocation. Parent PID 14306: bash
File descriptor 63 (pipe:[47925]) leaked on lvscan invocation. Parent PID 14306: bash
  No volume groups found

ADDITIONAL INFORMATION :
=================== log of boot-repair 2014-09-07__14h07 ===================
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 LTS, trusty, Ubuntu, x86_64)
ls: cannot access /home/usr/.config: No such file or directory
CPU op-mode(s):        32-bit, 64-bit
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity

=================== os-prober:
/dev/sdb1:Ubuntu 14.04 LTS (14.04):Ubuntu:linux

=================== blkid:
/dev/loop0: TYPE="squashfs"
/dev/sda1: UUID="30fc3edd-fdfd-450d-b302-40957e1cfef1" TYPE="ext4"
/dev/sda5: UUID="a9370b27-3a56-4c47-8143-c24b16c93920" TYPE="ext4"
/dev/sdb1: UUID="641bd6d2-1db5-43b8-b332-4745ef9f09ea" TYPE="ext4"
/dev/sdb5: UUID="eca57a2a-28a0-4fa5-b89b-8844a57bb6f1" TYPE="swap"
/dev/sr0: LABEL="Ubuntu 14.04 LTS amd64" TYPE="iso9660"


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

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

=================== sdb1/etc/grub.d/ :
drwxr-xr-x  2 root root    4096 avril 17 01:26 grub.d
total 76
-rwxr-xr-x 1 root root  9424 avril 11 10:51 00_header
-rwxr-xr-x 1 root root  6058 avril 10 15:58 05_debian_theme
-rwxr-xr-x 1 root root 11608 avril 11 10:51 10_linux
-rwxr-xr-x 1 root root 10412 avril 11 10:51 20_linux_xen
-rwxr-xr-x 1 root root  1992 mars  12 12:31 20_memtest86+
-rwxr-xr-x 1 root root 11692 avril 11 10:51 30_os-prober
-rwxr-xr-x 1 root root  1416 avril 11 10:51 30_uefi-firmware
-rwxr-xr-x 1 root root   214 avril 11 10:51 40_custom
-rwxr-xr-x 1 root root   216 avril 11 10:51 41_custom
-rw-r--r-- 1 root root   483 avril 11 10:51 README




=================== sdb1/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:
sda1	: sda,	maybesepboot,	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/sda1.
sda5	: sda,	maybesepboot,	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.
sdb1	: sdb,	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,	not-far,	/mnt/boot-sav/sdb1.

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


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

Model: ATA ST750LM022 HN-M7 (scsi)
Disk /dev/sda: 750GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos

Number  Start   End    Size    Type      File system  Flags
1      1049kB  660GB  660GB   primary   ext4
2      660GB   663GB  2999MB  extended
5      660GB   663GB  2999MB  logical   ext4


Model: ATA SanDisk SSD i100 (scsi)
Disk /dev/sdb: 24.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type      File system     Flags
1      1049kB  18.0GB  18.0GB  primary   ext4            boot
2      18.0GB  24.0GB  6014MB  extended
5      18.0GB  24.0GB  6014MB  logical   linux-swap(v1)



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

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

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

BYT;
/dev/sda:750GB:scsi:512:4096:msdos:ATA ST750LM022 HN-M7;
1:1049kB:660GB:660GB:ext4::;
2:660GB:663GB:2999MB:::;
5:660GB:663GB:2999MB:ext4::;

BYT;
/dev/sdb:24.0GB:scsi:512:512:msdos:ATA SanDisk SSD i100;
1:1049kB:18.0GB:18.0GB:ext4::boot;
2:18.0GB:24.0GB:6014MB:::;
5:18.0GB:24.0GB:6014MB:linux-swap(v1)::;


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

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


=================== mount:
/cow on / type overlayfs (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
/dev/sr0 on /cdrom type iso9660 (ro,noatime)
/dev/loop0 on /rofs type squashfs (ro,noatime)
none on /sys/fs/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)
/dev/sda1 on /mnt/boot-sav/sda1 type ext4 (rw)
/dev/sda5 on /mnt/boot-sav/sda5 type ext4 (rw)
/dev/sdb1 on /mnt/boot-sav/sdb1 type ext4 (rw)


=================== ls:
/sys/block/sda (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda5 size slaves stat subsystem trace uevent
/sys/block/sdb (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sdb1 sdb2 sdb5 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 fb1 fd full fuse 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 sda5 sdb sdb1 sdb2 sdb5 sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom v4l vga_arbiter vhost-net video0 zero
ls /dev/mapper:  control

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

Filesystem     Type       Size  Used Avail Use% Mounted on
/cow           overlayfs  1.9G   91M  1.8G   5% /
udev           devtmpfs   1.9G   12K  1.9G   1% /dev
tmpfs          tmpfs      384M  1.2M  383M   1% /run
/dev/sr0       iso9660    964M  964M     0 100% /cdrom
/dev/loop0     squashfs   923M  923M     0 100% /rofs
none           tmpfs      4.0K     0  4.0K   0% /sys/fs/cgroup
tmpfs          tmpfs      1.9G   32K  1.9G   1% /tmp
none           tmpfs      5.0M  4.0K  5.0M   1% /run/lock
none           tmpfs      1.9G   76K  1.9G   1% /run/shm
none           tmpfs      100M   52K  100M   1% /run/user
/dev/sda1      ext4       605G   70M  575G   1% /mnt/boot-sav/sda1
/dev/sda5      ext4       2.7G  4.2M  2.6G   1% /mnt/boot-sav/sda5
/dev/sdb1      ext4        17G  3.7G   12G  24% /mnt/boot-sav/sdb1

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

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: 0x000c63f6

Device Boot      Start         End      Blocks   Id  System
/dev/sda1            2048  1289062399   644530176   83  Linux
/dev/sda2      1289064446  1294921727     2928641    5  Extended
Partition 2 does not start on physical sector boundary.
/dev/sda5      1289064448  1294921727     2928640   83  Linux

Disk /dev/sdb: 24.0 GB, 24015495168 bytes
255 heads, 63 sectors/track, 2919 cylinders, total 46905264 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: 0xf262e522

Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *        2048    35155967    17576960   83  Linux
/dev/sdb2        35158014    46903295     5872641    5  Extended
/dev/sdb5        35158016    46903295     5872640   82  Linux swap / Solaris


Partition outside the disk détecté.
=================== Final advice in case of recommended repair
N'oubliez pas de régler votre BIOS pour qu'il amorce sur le disque sdb (24.0GB) !

=================== Default settings
Recommended-Repair
This setting would reinstall the grub2 of sdb1 into the MBRs of all disks (except USB without OS).
The boot flag would be placed on sdb1.
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.

Hors ligne

#4 Le 07/09/2014, à 16:57

malbo

Re : [Résolu] Impossible de booter sur le 2nd disque dur

Tu peux faire la "Réparation recommandée" de Boot-Repair. En fin de réparation, tu noteras l'URL du Boot-Info et tu le posteras dans ta réponse en précisant si après réparation, tu arrives ou pas à démarrer sur le menu Grub de Ubuntu.

Hors ligne

#5 Le 07/09/2014, à 17:49

broerec

Re : [Résolu] Impossible de booter sur le 2nd disque dur

C'est ok, j'arrive sur le menu grub de ubuntu. Je poste le boot-info ci-dessous reste plus qu'à réinstaller win7 (en non-efi je suppose). Merci.

Nouveau boot info:

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


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

 => Windows 7/8/2012 is installed in the MBR of /dev/sda.
 => Grub2 (v1.99) is installed in the MBR of /dev/sdb 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 .

sda1: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  
    Boot files:        

sda2: __________________________________________________________________________

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

sda5: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  
    Boot files:        

sdb1: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  Grub2 (v1.99-2.00)
    Boot sector info:  Grub2 (v1.99) is installed in the boot sector of sdb1 
                       and looks at sector 29665488 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

sdb2: __________________________________________________________________________

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

sdb5: __________________________________________________________________________

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

============================ 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 1,289,062,399 1,289,060,352  83 Linux
/dev/sda2       1,289,064,446 1,294,921,727     5,857,282   5 Extended
/dev/sda5       1,289,064,448 1,294,921,727     5,857,280  83 Linux


Drive: sdb _____________________________________________________________________

Disk /dev/sdb: 24.0 GB, 24015495168 bytes
255 heads, 63 sectors/track, 2919 cylinders, total 46905264 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    *          2,048    35,155,967    35,153,920  83 Linux
/dev/sdb2          35,158,014    46,903,295    11,745,282   5 Extended
/dev/sdb5          35,158,016    46,903,295    11,745,280  82 Linux swap / Solaris


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        30fc3edd-fdfd-450d-b302-40957e1cfef1   ext4       
/dev/sda5        a9370b27-3a56-4c47-8143-c24b16c93920   ext4       
/dev/sdb1        641bd6d2-1db5-43b8-b332-4745ef9f09ea   ext4       
/dev/sdb5        eca57a2a-28a0-4fa5-b89b-8844a57bb6f1   swap       

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

Device           Mount_Point              Type       Options

/dev/sda1        /home                    ext4       (rw)
/dev/sda5        /tmp                     ext4       (rw)
/dev/sdb1        /                        ext4       (rw,errors=remount-ro)


=========================== sdb1/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='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  641bd6d2-1db5-43b8-b332-4745ef9f09ea
else
  search --no-floppy --fs-uuid --set=root 641bd6d2-1db5-43b8-b332-4745ef9f09ea
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=-1
else
  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-641bd6d2-1db5-43b8-b332-4745ef9f09ea' {
	recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd1,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  641bd6d2-1db5-43b8-b332-4745ef9f09ea
	else
	  search --no-floppy --fs-uuid --set=root 641bd6d2-1db5-43b8-b332-4745ef9f09ea
	fi
	linux	/boot/vmlinuz-3.13.0-35-generic root=UUID=641bd6d2-1db5-43b8-b332-4745ef9f09ea ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.13.0-35-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-641bd6d2-1db5-43b8-b332-4745ef9f09ea' {
	menuentry 'Ubuntu, avec Linux 3.13.0-35-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-35-generic-advanced-641bd6d2-1db5-43b8-b332-4745ef9f09ea' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  641bd6d2-1db5-43b8-b332-4745ef9f09ea
		else
		  search --no-floppy --fs-uuid --set=root 641bd6d2-1db5-43b8-b332-4745ef9f09ea
		fi
		echo	'Chargement de Linux 3.13.0-35-generic…'
		linux	/boot/vmlinuz-3.13.0-35-generic root=UUID=641bd6d2-1db5-43b8-b332-4745ef9f09ea ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-35-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-35-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-35-generic-recovery-641bd6d2-1db5-43b8-b332-4745ef9f09ea' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  641bd6d2-1db5-43b8-b332-4745ef9f09ea
		else
		  search --no-floppy --fs-uuid --set=root 641bd6d2-1db5-43b8-b332-4745ef9f09ea
		fi
		echo	'Chargement de Linux 3.13.0-35-generic…'
		linux	/boot/vmlinuz-3.13.0-35-generic root=UUID=641bd6d2-1db5-43b8-b332-4745ef9f09ea ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-35-generic
	}
	menuentry 'Ubuntu, avec 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-641bd6d2-1db5-43b8-b332-4745ef9f09ea' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  641bd6d2-1db5-43b8-b332-4745ef9f09ea
		else
		  search --no-floppy --fs-uuid --set=root 641bd6d2-1db5-43b8-b332-4745ef9f09ea
		fi
		echo	'Chargement de Linux 3.13.0-24-generic…'
		linux	/boot/vmlinuz-3.13.0-24-generic root=UUID=641bd6d2-1db5-43b8-b332-4745ef9f09ea ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		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-641bd6d2-1db5-43b8-b332-4745ef9f09ea' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  641bd6d2-1db5-43b8-b332-4745ef9f09ea
		else
		  search --no-floppy --fs-uuid --set=root 641bd6d2-1db5-43b8-b332-4745ef9f09ea
		fi
		echo	'Chargement de Linux 3.13.0-24-generic…'
		linux	/boot/vmlinuz-3.13.0-24-generic root=UUID=641bd6d2-1db5-43b8-b332-4745ef9f09ea ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		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/20_memtest86+ ###
menuentry 'Memory test (memtest86+)' {
	insmod part_msdos
	insmod ext2
	set root='hd1,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  641bd6d2-1db5-43b8-b332-4745ef9f09ea
	else
	  search --no-floppy --fs-uuid --set=root 641bd6d2-1db5-43b8-b332-4745ef9f09ea
	fi
	knetbsd	/boot/memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
	insmod part_msdos
	insmod ext2
	set root='hd1,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  641bd6d2-1db5-43b8-b332-4745ef9f09ea
	else
	  search --no-floppy --fs-uuid --set=root 641bd6d2-1db5-43b8-b332-4745ef9f09ea
	fi
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

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

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

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

=============================== sdb1/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/sdb1 during installation
UUID=641bd6d2-1db5-43b8-b332-4745ef9f09ea /               ext4    errors=remount-ro 0       1
# /home was on /dev/sda1 during installation
UUID=30fc3edd-fdfd-450d-b302-40957e1cfef1 /home           ext4    defaults        0       2
# /tmp was on /dev/sda5 during installation
UUID=a9370b27-3a56-4c47-8143-c24b16c93920 /tmp            ext4    defaults        0       2
# swap was on /dev/sdb5 during installation
UUID=eca57a2a-28a0-4fa5-b89b-8844a57bb6f1 none            swap    sw              0       0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)


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

Unknown BootLoader on sda2

00000000  b8 c3 2e 54 70 46 7f e1  45 86 51 1a f6 55 f4 ad  |...TpF..E.Q..U..|
00000010  a1 2e 78 63 c8 92 ab 99  bf 9f b2 fb 20 e4 24 7c  |..xc........ .$||
00000020  7b 7e b7 c2 00 74 13 9c  a9 1a 8b f4 bf 38 b8 e7  |{~...t.......8..|
00000030  f2 25 fc 09 15 5a 28 53  e6 bf 36 d6 22 70 d2 35  |.%...Z(S..6."p.5|
00000040  5f 03 e4 5e 21 52 5f 3d  38 c8 10 35 1f da e2 8f  |_..^!R_=8..5....|
00000050  08 29 fa db 35 c8 a3 31  af a2 7a b6 e2 1c 75 98  |.)..5..1..z...u.|
00000060  d3 03 aa 16 c7 38 1b 49  2d 69 74 fb a1 ff 9d cf  |.....8.I-it.....|
00000070  b9 57 73 54 aa 1d 11 41  49 69 49 e5 bb 9c 57 bd  |.WsT...AIiI...W.|
00000080  a8 97 40 48 60 9b de 01  ed 91 39 5e 08 0c e8 4b  |..@H`.....9^...K|
00000090  a4 93 ac 09 9c e0 e7 66  d6 53 f4 3e b6 97 fd 31  |.......f.S.>...1|
000000a0  98 e6 bd 76 9f 6c 5a 83  d4 69 04 ef c8 4b 8e 8b  |...v.lZ..i...K..|
000000b0  8d 80 93 1f ec 7f ca aa  ad 69 e6 1a fc 5a e9 55  |.........i...Z.U|
000000c0  e2 80 e3 c1 cf 24 75 26  b2 56 1c 1e 8b e8 f3 da  |.....$u&.V......|
000000d0  8c 49 26 dc 93 ff 7a fa  5f 86 25 56 69 a6 4d 51  |.I&...z._.%Vi.MQ|
000000e0  a4 f2 cb c0 16 06 69 c8  39 ee 67 cc 1c 69 1f b3  |......i.9.g..i..|
000000f0  80 ac 58 a1 c6 c5 6b 81  e8 d9 f3 ad af fb c9 0b  |..X...k.........|
00000100  be a8 33 f0 26 45 11 9b  b8 7d 20 2f 84 1d 64 ab  |..3.&E...} /..d.|
00000110  03 6c 9e b5 ce 28 b5 92  f4 95 8e 64 a4 2e 08 0c  |.l...(.....d....|
00000120  0d 29 a1 2e 04 e2 1a 1a  c2 5e ec e9 f1 2e 9f 51  |.).......^.....Q|
00000130  5b c4 a5 2d 0e 1e a7 6c  da be 13 08 ea 9c 69 cc  |[..-...l......i.|
00000140  0f 55 8c b1 73 0a a9 e8  2a df 95 f5 9c 60 e4 76  |.U..s...*....`.v|
00000150  8d de 55 76 12 46 85 77  35 8a 3d 6e 88 b7 e4 c4  |..Uv.F.w5.=n....|
00000160  b0 b7 5d 9c 58 4b 43 98  94 ee d7 2e 84 6b cf 11  |..].XKC......k..|
00000170  94 cf f6 59 eb f3 4d 0a  b0 24 93 59 8c 25 84 e0  |...Y..M..$.Y.%..|
00000180  22 f1 f2 bb 65 a9 25 48  5b cd a7 6e c8 3a 98 0a  |"...e.%H[..n.:..|
00000190  06 ce d2 44 4c 87 b2 c4  20 4e ee aa 60 0b 22 dc  |...DL... N..`.".|
000001a0  56 db 80 82 3d 81 b6 54  58 3b 74 4d b8 0e b7 3c  |V...=..TX;tM...<|
000001b0  82 6d bd e5 32 d4 08 dd  22 60 3a a7 e8 6e 00 fe  |.m..2..."`:..n..|
000001c0  ff ff 83 fe ff ff 02 00  00 00 00 60 59 00 00 00  |...........`Y...|
000001d0  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


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

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

ADDITIONAL INFORMATION :
=================== log of boot-repair 2014-09-08__12h25 ===================
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.1 LTS, trusty, Ubuntu, x86_64)
CPU op-mode(s):        32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic root=UUID=641bd6d2-1db5-43b8-b332-4745ef9f09ea ro quiet splash

=================== os-prober:
/dev/sdb1:L'OS actuellement utilisé - Ubuntu 14.04.1 LTS CurrentSession:linux

=================== blkid:
/dev/sda1: UUID="30fc3edd-fdfd-450d-b302-40957e1cfef1" TYPE="ext4"
/dev/sda5: UUID="a9370b27-3a56-4c47-8143-c24b16c93920" TYPE="ext4"
/dev/sdb1: UUID="641bd6d2-1db5-43b8-b332-4745ef9f09ea" TYPE="ext4"
/dev/sdb5: UUID="eca57a2a-28a0-4fa5-b89b-8844a57bb6f1" TYPE="swap"


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

Avertissement : la partition étendue ne commence pas sur une frontière de
cylindres. DOS et Linux interpréteront les contenus différemment.
Avertissement : la partition étendue ne commence pas sur une frontière de
cylindres. DOS et Linux interpréteront les contenus différemment.

=================== /etc/grub.d/ :
drwxr-xr-x  2 root root     4096 sept.  7 21:42 grub.d
total 76
-rwxr-xr-x 1 root root  9424 avril 11 12:51 00_header
-rwxr-xr-x 1 root root  6058 avril 10 17:58 05_debian_theme
-rwxr-xr-x 1 root root 11608 avril 11 12:51 10_linux
-rwxr-xr-x 1 root root 10412 avril 11 12:51 20_linux_xen
-rwxr-xr-x 1 root root  1992 mars  12 13:31 20_memtest86+
-rwxr-xr-x 1 root root 11692 avril 11 12:51 30_os-prober
-rwxr-xr-x 1 root root  1416 avril 11 12:51 30_uefi-firmware
-rwxr-xr-x 1 root root   214 avril 11 12:51 40_custom
-rwxr-xr-x 1 root root   216 avril 11 12:51 41_custom
-rw-r--r-- 1 root root   483 avril 11 12:51 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"



=================== UEFI/Legacy mode:
This installed-session is not in EFI-mode.
SecureBoot disabled.


=================== PARTITIONS & DISKS:
sdb1	: sdb,	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,	not-far,	.
sda1	: sda,	maybesepboot,	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,	/home.
sda5	: sda,	maybesepboot,	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,	/tmp.

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


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

Model: ATA ST750LM022 HN-M7 (scsi)
Disk /dev/sda: 750GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos

Number  Start   End    Size    Type      File system  Flags
1      1049kB  660GB  660GB   primary   ext4
2      660GB   663GB  2999MB  extended
5      660GB   663GB  2999MB  logical   ext4


Model: ATA SanDisk SSD i100 (scsi)
Disk /dev/sdb: 24.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type      File system     Flags
1      1049kB  18.0GB  18.0GB  primary   ext4            boot
2      18.0GB  24.0GB  6014MB  extended
5      18.0GB  24.0GB  6014MB  logical   linux-swap(v1)

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

BYT;
/dev/sda:750GB:scsi:512:4096:msdos:ATA ST750LM022 HN-M7;
1:1049kB:660GB:660GB:ext4::;
2:660GB:663GB:2999MB:::;
5:660GB:663GB:2999MB:ext4::;

BYT;
/dev/sdb:24.0GB:scsi:512:512:msdos:ATA SanDisk SSD i100;
1:1049kB:18.0GB:18.0GB:ext4::boot;
2:18.0GB:24.0GB:6014MB:::;
5:18.0GB:24.0GB:6014MB:linux-swap(v1)::;


=================== mount:
/dev/sdb1 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)
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/sda5 on /tmp type ext4 (rw)
/dev/sda1 on /home type ext4 (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=david)


=================== 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 sda5 size slaves stat subsystem trace uevent
/sys/block/sdb (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sdb1 sdb2 sdb5 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 hpet input kmsg kvm log mapper mcelog mei mem net network_latency network_throughput null nvidia0 nvidiactl port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sdb sdb1 sdb2 sdb5 sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom v4l vga_arbiter vhci vhost-net video0 zero
ls /dev/mapper:  control

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

Filesystem     Type      Size  Used Avail Use% Mounted on
/dev/sdb1      ext4       17G  4.8G   11G  31% /
none           tmpfs     4.0K     0  4.0K   0% /sys/fs/cgroup
udev           devtmpfs  1.9G   12K  1.9G   1% /dev
tmpfs          tmpfs     384M  1.2M  383M   1% /run
none           tmpfs     5.0M     0  5.0M   0% /run/lock
none           tmpfs     1.9G  520K  1.9G   1% /run/shm
none           tmpfs     100M   60K  100M   1% /run/user
/dev/sda5      ext4      2.7G  5.9M  2.6G   1% /tmp
/dev/sda1      ext4      605G  5.0G  570G   1% /home

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

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: 0x000c63f6

Device Boot      Start         End      Blocks   Id  System
/dev/sda1            2048  1289062399   644530176   83  Linux
/dev/sda2      1289064446  1294921727     2928641    5  Extended
Partition 2 does not start on physical sector boundary.
/dev/sda5      1289064448  1294921727     2928640   83  Linux

Disk /dev/sdb: 24.0 GB, 24015495168 bytes
255 heads, 63 sectors/track, 2919 cylinders, total 46905264 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: 0xf262e522

Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *        2048    35155967    17576960   83  Linux
/dev/sdb2        35158014    46903295     5872641    5  Extended
/dev/sdb5        35158016    46903295     5872640   82  Linux swap / Solaris


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

=================== Default settings
Recommended-Repair
This setting would reinstall the grub2 of sdb1 into the MBRs of all disks (except USB without OS).
The boot flag would be placed on sda5.
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.

Dernière modification par broerec (Le 08/09/2014, à 12:30)

Hors ligne

#6 Le 08/09/2014, à 05:41

malbo

Re : [Résolu] Impossible de booter sur le 2nd disque dur

Tu t'es planté : le Boot-Info que tu as collé dans le post #5 est exactement le même que celui du post #3. En effet, on peut lire dans les deux :

ADDITIONAL INFORMATION :
=================== log of boot-repair 2014-09-07__14h07 ===================

Peux-tu refaire un Boot-Info et le coller dans le post #5 à la place de l'autre ?

Hors ligne

#7 Le 08/09/2014, à 12:41

broerec

Re : [Résolu] Impossible de booter sur le 2nd disque dur

J'ai modifié le boot info du #5. Sinon j'ai des problèmes de surchauffe de l'ordi et de freeze. J'ai installé le pilote propriétaire pour la carte graphique mais ça continue. Aurais-tu une idée sur l'origine du problème ?

Hors ligne

#8 Le 08/09/2014, à 12:48

malbo

Re : [Résolu] Impossible de booter sur le 2nd disque dur

Je suis nul en pb graphique. Je te prie de créer une nouvelle discussion sur le sujet dans la rubrique des spécialistes : Affichage et cartes graphiques

Hors ligne

#9 Le 08/09/2014, à 13:51

broerec

Re : [Résolu] Impossible de booter sur le 2nd disque dur

ok, merci beaucoup pour m'avoir aidé. Concernant le dernier problème j'ai installé bumblebee et depuis le ventilo s'est calmé wink .

Dernière modification par broerec (Le 09/09/2014, à 16:31)

Hors ligne

#10 Le 08/09/2014, à 14:35

malbo

Re : [Résolu] Impossible de booter sur le 2nd disque dur

Puisque bumblebee a résolu ton souci graphique, je te prie de démarrer ton ordi sur Ubuntu installé et de passer cette commande dans un terminal :

sudo debconf-show grub-pc

Tu colleras le résultat de cette commande dans ta réponse.
Motif de cette demande : Boot-Repair fait une réparation qui n'est pas pérenne. Le résultat de la commande me confirmera la nécessite (ou pas) de faire une action supplémentaire pour que la réparation soit complètement achevée.

Hors ligne

#11 Le 08/09/2014, à 20:59

broerec

Re : [Résolu] Impossible de booter sur le 2nd disque dur

voilà le code :

  grub-pc/kopt_extracted: false
  grub2/device_map_regenerated:
  grub-pc/install_devices_failed: false
  grub-pc/disk_description:
  grub2/linux_cmdline:
  grub-pc/mixed_legacy_and_grub2: true
  grub-pc/timeout: 10
  grub2/kfreebsd_cmdline:
  grub2/kfreebsd_cmdline_default: quiet splash
* grub-pc/install_devices: /dev/disk/by-id/ata-SanDisk_SSD_i100_24GB_123000183414-part1
  grub-pc/install_devices_empty: false
  grub-pc/postrm_purge_boot_grub: false
  grub-pc/install_devices_disks_changed:
  grub2/linux_cmdline_default: quiet splash
  grub-pc/hidden_timeout: false
  grub-pc/partition_description:
  grub-pc/chainload_from_menu.lst: true
  grub-pc/install_devices_failed_upgrade: true

Hors ligne

#12 Le 09/09/2014, à 06:21

malbo

Re : [Résolu] Impossible de booter sur le 2nd disque dur

J'extrais cette ligne du résultat que tu as collé :

* grub-pc/install_devices: /dev/disk/by-id/ata-SanDisk_SSD_i100_24GB_123000183414-part1

Elle signifie que Grub a enregistré dans ses tablettes que le chargeur d'amorçage se trouve dans la partition 1 (c'est la mention "-part1" qu'on voit en fin de ligne) du SSD. Il faut rectifier cela en t'inspirant de ce tuto : http://forum.ubuntu-fr.org/viewtopic.ph … 0#p3970260
Toi, à la "5ème étape" du tuto, tu devras sélectionner sdb1 et sélectionner sdb.
Quand cette correction sera faite, si tu repasses la commande "sudo debconf-show grub-pc", tu devras trouver que la ligne est devenue :

* grub-pc/install_devices: /dev/disk/by-id/ata-SanDisk_SSD_i100_24GB_123000183414

la mention "-part1" doit avoir disparu.

L'intérêt de cette régularisation, c'est que lors d'une mise à jour éventuelle de Grub, ou d'une mise à niveau de ton Ubuntu, tu n'auras pas d'ennuis avec Grub. Dans ce rapport de Bug #1289977, il y a des cas différents de gueules cassées mais un bon nombre de ces cas est dû au fait qu'il n'y a pas eu cette régularisation (voir commentaire #10 du rapport de bug)

Dernière modification par malbo (Le 09/09/2014, à 06:36)

Hors ligne

#13 Le 09/09/2014, à 14:32

broerec

Re : [Résolu] Impossible de booter sur le 2nd disque dur

Voici le code :

  grub2/kfreebsd_cmdline:
  grub-pc/disk_description:
  grub-pc/mixed_legacy_and_grub2: true
  grub2/device_map_regenerated:
  grub-pc/kopt_extracted: false
* grub2/linux_cmdline:
  grub-pc/hidden_timeout: false
  grub-pc/install_devices_failed_upgrade: true
* grub2/linux_cmdline_default: quiet splash
  grub-pc/install_devices_empty: false
  grub-pc/timeout: 10
* grub-pc/install_devices: /dev/disk/by-id/ata-SanDisk_SSD_i100_24GB_123000183414
  grub-pc/chainload_from_menu.lst: true
  grub-pc/install_devices_failed: false
  grub-pc/install_devices_disks_changed:
  grub-pc/postrm_purge_boot_grub: false
  grub-pc/partition_description:
  grub2/kfreebsd_cmdline_default: quiet splash

Merci pour le coup de main.

Hors ligne

#14 Le 09/09/2014, à 16:01

malbo

Re : [Résolu] Impossible de booter sur le 2nd disque dur

C'est parfait. Si tes soucis d'installation sont résolus, je te prie de modifier le titre de ton premier message pour qu'il devienne :

[Résolu] Impossible de booter sur le 2nd disque dur

Hors ligne