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 29/04/2017, à 15:26

Ichigo87

Installation Ubuntu sur 2ème disque

Bonjour à tous,

Je possède un PC que j'ai montré moi même il y a quelques années.

- J'ai un SSD de 256Go avec Windows 10 installé (UEFI)
- Un HDD de 2To pour mes données
- Je viens de rajouter un SSD de 120Go Ubuntu

J'ai donc installé Ubuntu sur le 2ème SSD et aucun soucis pendant l'installation. Par contrr, il boot par défaut sur Ubuntu et via le boot menu il ne veut pas boot sur Windows.

Une fois sur Ubuntu j'ai voulu accéder à mes 2 autres disques pour consulter mes données.

- Je voyais mes disques qui apparaissaient en icônes sur le menu à gauche mais impossible d'y accéder en cliquant dessus
- j'ai effectué la commande :

sudo lshw -class disk

pour voir les disques
- Puis effectué la commande :

sudo mount -t ext3 /dev/sdc /media/data

qui correspondait à mon disque de 2To et j'ai recommencé avec 

sudo mount -t ext3 /dev/sdb/media/windows

qui correspond à mon disque Windows

Depuis ça, impossible de rebooter sur le disque Windows et quand je branche mon disque de 2To en externe sur mon Laptop, je ne vois plus mes données... Je n'ai pas réécris dessus donc je dois pouvoir y récupérer.

J'ai donc réinstallation Windows 10 en UEFI sur le 256Go et je voudrais savoir si je dois aussi réinstallation Ubuntu sur le 120Go ? Et quel endroit ai-je fais faux pour tout faire planter ?

Merci d'avance pour vos réponses.

Ichigo87

PS : j'ai trouvé 2-3 discussion la dessus comme ça ou ça mais pas tout compris hmm

Dernière modification par Ichigo87 (Le 29/04/2017, à 15:28)

Hors ligne

#2 Le 29/04/2017, à 18:25

lucmars

Re : Installation Ubuntu sur 2ème disque

J'ai donc réinstallation Windows 10 en UEFI sur le 256Go et je voudrais savoir si je dois aussi réinstallation Ubuntu sur le 120Go ? Et quel endroit ai-je fais faux pour tout faire planter ?

Bon, après ta réinstalle de win, sur quoi ça boot désormais?

Un rapport boot-info serait bien utile (voir dans la doc).

Sinon, en général, si os-prober n'a pas vu windows, voir si le disque win n'est pas en hibernation (idem pour monter la partoche win sous ubuntu).

Après quoi, os-prober le détecte et tu met grub à jour; au pire tu crées un d40_custom pour pointer sur win et tu met grub à jour.


Gaulois Matter !

Hors ligne

#3 Le 29/04/2017, à 21:24

Ichigo87

Re : Installation Ubuntu sur 2ème disque

Bonsoir lucmars,

Par défaut il boot sur Windows 10, si j'appuie sur F11 pour le boot menu, je peux choisir ubuntu et il boot également.

Concernant le boot-info, le voici :

 Boot Info Script cfd9efe + Boot-Repair extra info      [Boot-Info 26Apr2016]


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

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

sda1: __________________________________________________________________________

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

sda2: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  Windows 8/2012: FAT32
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /EFI/Boot/bootx64.efi /EFI/Microsoft/Boot/bootmgfw.efi 
                       /EFI/Microsoft/Boot/bootmgr.efi 
                       /EFI/Microsoft/Boot/memtest.efi

sda3: __________________________________________________________________________

    File system:       
    Boot sector type:  -
    Boot sector info: 
    Mounting failed:   mount: unknown filesystem type ''

sda4: __________________________________________________________________________

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

sdb1: __________________________________________________________________________

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

sdb2: __________________________________________________________________________

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

sdb3: __________________________________________________________________________

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

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

Drive: sda _____________________________________________________________________
Disk /dev/sda: 238.5 GiB, 256060514304 bytes, 500118192 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
Disklabel type: gpt

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1                   1 4,294,967,295 4,294,967,295  ee GPT

/dev/sda1 ends after the last sector of /dev/sda

GUID Partition Table detected.

Partition  Attrs   Start Sector    End Sector  # of Sectors System
/dev/sda1   +  R          2,048       923,647       921,600 Windows Recovery Environment (Windows)
/dev/sda2   +           923,648     1,128,447       204,800 EFI System partition
/dev/sda3   +         1,128,448     1,161,215        32,768 Microsoft Reserved Partition (Windows)
/dev/sda4             1,161,216   500,117,503   498,956,288 Data partition (Windows/Linux)

Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set

Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 111.8 GiB, 120034123776 bytes, 234441648 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
Disklabel type: gpt

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sdb1                   1   234,441,647   234,441,647  ee GPT


GUID Partition Table detected.

Partition  Attrs   Start Sector    End Sector  # of Sectors System
/dev/sdb1                 2,048     1,050,623     1,048,576 EFI System partition
/dev/sdb2             1,050,624   217,890,815   216,840,192 Data partition (Linux)
/dev/sdb3           217,890,816   234,440,703    16,549,888 Swap partition (Linux)

Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set

"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        5E2E51F22E51C3A5                       ntfs       Récupération
/dev/sda2        CE52-3AF4                              vfat       
/dev/sda3                                                          
/dev/sda4        1876533E76531C36                       ntfs       
/dev/sdb1        824C-618D                              vfat       
/dev/sdb2        2b4103ce-7448-4157-afcb-5a7dc05a1987   ext4       
/dev/sdb3        6e0531bc-d001-4283-866f-56cd2bd51e90   swap       

========================= "ls -l /dev/disk/by-id" output: ======================

total 0
lrwxrwxrwx 1 root root  9 Apr 29 21:09 ata-Corsair_Force_GT_12297948000015020950 -> ../../sdb
lrwxrwxrwx 1 root root 10 Apr 29 21:09 ata-Corsair_Force_GT_12297948000015020950-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Apr 29 21:09 ata-Corsair_Force_GT_12297948000015020950-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Apr 29 21:09 ata-Corsair_Force_GT_12297948000015020950-part3 -> ../../sdb3
lrwxrwxrwx 1 root root  9 Apr 29  2017 ata-HL-DT-ST_DVDRAM_GH24NS90_KC1C54E5709 -> ../../sr0
lrwxrwxrwx 1 root root  9 Apr 29 21:09 ata-Samsung_SSD_850_PRO_256GB_S1SUNSAG357228B -> ../../sda
lrwxrwxrwx 1 root root 10 Apr 29 21:09 ata-Samsung_SSD_850_PRO_256GB_S1SUNSAG357228B-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Apr 29 21:09 ata-Samsung_SSD_850_PRO_256GB_S1SUNSAG357228B-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Apr 29 21:09 ata-Samsung_SSD_850_PRO_256GB_S1SUNSAG357228B-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Apr 29 21:09 ata-Samsung_SSD_850_PRO_256GB_S1SUNSAG357228B-part4 -> ../../sda4
lrwxrwxrwx 1 root root  9 Apr 29  2017 usb-Generic_STORAGE_DEVICE-0:0 -> ../../sdc
lrwxrwxrwx 1 root root  9 Apr 29  2017 wwn-0x5001480000000000 -> ../../sr0
lrwxrwxrwx 1 root root  9 Apr 29 21:09 wwn-0x50025388a09ef135 -> ../../sda
lrwxrwxrwx 1 root root 10 Apr 29 21:09 wwn-0x50025388a09ef135-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Apr 29 21:09 wwn-0x50025388a09ef135-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Apr 29 21:09 wwn-0x50025388a09ef135-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Apr 29 21:09 wwn-0x50025388a09ef135-part4 -> ../../sda4

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

Device           Mount_Point              Type       Options

/dev/sdb1        /boot/efi                vfat       (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sdb2        /                        ext4       (rw,relatime,errors=remount-ro,data=ordered)


=========================== sdb2/boot/grub/grub.cfg: ===========================

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

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

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

export menuentry_id_option

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

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

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  2b4103ce-7448-4157-afcb-5a7dc05a1987
else
  search --no-floppy --fs-uuid --set=root 2b4103ce-7448-4157-afcb-5a7dc05a1987
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_CH
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=30
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,0; 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-2b4103ce-7448-4157-afcb-5a7dc05a1987' {
	recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
	insmod part_gpt
	insmod ext2
	set root='hd0,gpt2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  2b4103ce-7448-4157-afcb-5a7dc05a1987
	else
	  search --no-floppy --fs-uuid --set=root 2b4103ce-7448-4157-afcb-5a7dc05a1987
	fi
	linux	/boot/vmlinuz-4.8.0-49-generic.efi.signed root=UUID=2b4103ce-7448-4157-afcb-5a7dc05a1987 ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-4.8.0-49-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-2b4103ce-7448-4157-afcb-5a7dc05a1987' {
	menuentry 'Ubuntu, avec Linux 4.8.0-49-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-49-generic-advanced-2b4103ce-7448-4157-afcb-5a7dc05a1987' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  2b4103ce-7448-4157-afcb-5a7dc05a1987
		else
		  search --no-floppy --fs-uuid --set=root 2b4103ce-7448-4157-afcb-5a7dc05a1987
		fi
		echo	'Chargement de Linux 4.8.0-49-generic…'
		linux	/boot/vmlinuz-4.8.0-49-generic.efi.signed root=UUID=2b4103ce-7448-4157-afcb-5a7dc05a1987 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.8.0-49-generic
	}
	menuentry 'Ubuntu, with Linux 4.8.0-49-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-49-generic-init-upstart-2b4103ce-7448-4157-afcb-5a7dc05a1987' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  2b4103ce-7448-4157-afcb-5a7dc05a1987
		else
		  search --no-floppy --fs-uuid --set=root 2b4103ce-7448-4157-afcb-5a7dc05a1987
		fi
		echo	'Chargement de Linux 4.8.0-49-generic…'
		linux	/boot/vmlinuz-4.8.0-49-generic.efi.signed root=UUID=2b4103ce-7448-4157-afcb-5a7dc05a1987 ro  quiet splash $vt_handoff init=/sbin/upstart
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.8.0-49-generic
	}
	menuentry 'Ubuntu, with Linux 4.8.0-49-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-49-generic-recovery-2b4103ce-7448-4157-afcb-5a7dc05a1987' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  2b4103ce-7448-4157-afcb-5a7dc05a1987
		else
		  search --no-floppy --fs-uuid --set=root 2b4103ce-7448-4157-afcb-5a7dc05a1987
		fi
		echo	'Chargement de Linux 4.8.0-49-generic…'
		linux	/boot/vmlinuz-4.8.0-49-generic.efi.signed root=UUID=2b4103ce-7448-4157-afcb-5a7dc05a1987 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.8.0-49-generic
	}
	menuentry 'Ubuntu, avec Linux 4.8.0-36-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-advanced-2b4103ce-7448-4157-afcb-5a7dc05a1987' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  2b4103ce-7448-4157-afcb-5a7dc05a1987
		else
		  search --no-floppy --fs-uuid --set=root 2b4103ce-7448-4157-afcb-5a7dc05a1987
		fi
		echo	'Chargement de Linux 4.8.0-36-generic…'
	        linux	/boot/vmlinuz-4.8.0-36-generic root=UUID=2b4103ce-7448-4157-afcb-5a7dc05a1987 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.8.0-36-generic
	}
	menuentry 'Ubuntu, with Linux 4.8.0-36-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-init-upstart-2b4103ce-7448-4157-afcb-5a7dc05a1987' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  2b4103ce-7448-4157-afcb-5a7dc05a1987
		else
		  search --no-floppy --fs-uuid --set=root 2b4103ce-7448-4157-afcb-5a7dc05a1987
		fi
		echo	'Chargement de Linux 4.8.0-36-generic…'
	        linux	/boot/vmlinuz-4.8.0-36-generic root=UUID=2b4103ce-7448-4157-afcb-5a7dc05a1987 ro  quiet splash $vt_handoff init=/sbin/upstart
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.8.0-36-generic
	}
	menuentry 'Ubuntu, with Linux 4.8.0-36-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-recovery-2b4103ce-7448-4157-afcb-5a7dc05a1987' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  2b4103ce-7448-4157-afcb-5a7dc05a1987
		else
		  search --no-floppy --fs-uuid --set=root 2b4103ce-7448-4157-afcb-5a7dc05a1987
		fi
		echo	'Chargement de Linux 4.8.0-36-generic…'
	        linux	/boot/vmlinuz-4.8.0-36-generic root=UUID=2b4103ce-7448-4157-afcb-5a7dc05a1987 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.8.0-36-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 ###
### 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 ###
--------------------------------------------------------------------------------

=============================== sdb2/etc/fstab: ================================

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda2 during installation
UUID=2b4103ce-7448-4157-afcb-5a7dc05a1987 /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda1 during installation
UUID=824C-618D  /boot/efi       vfat    umask=0077      0       1
# swap was on /dev/sda3 during installation
UUID=6e0531bc-d001-4283-866f-56cd2bd51e90 none            swap    sw              0       0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

  24.780681610 = 26.608054272   boot/grub/grub.cfg                             1
   1.945270538 = 2.088718336    boot/vmlinuz-4.8.0-36-generic                  1
  25.144561768 = 26.998767616   boot/vmlinuz-4.8.0-49-generic                  1
  25.421844482 = 27.296497664   boot/vmlinuz-4.8.0-49-generic.efi.signed       1
   1.945270538 = 2.088718336    vmlinuz                                        1
  25.555076599 = 27.439554560   boot/initrd.img-4.8.0-36-generic               1
  25.882045746 = 27.790635008   boot/initrd.img-4.8.0-49-generic               2
  25.555076599 = 27.439554560   initrd.img                                     1
  25.555076599 = 27.439554560   initrd.img.old                                 1

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


/dev/sda1: unknown GPT attributes
8000000000000001

/dev/sda2: unknown GPT attributes
8000000000000000

/dev/sda3: unknown GPT attributes
8000000000000000

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

sdc 


ADDITIONAL INFORMATION :
=================== log of boot-info 2017-04-29__21h09 ===================
boot-info version : 4ppa40
boot-sav version : 4ppa40
glade2script version : 3.2.3~ppa1
boot-sav-extra version : 4ppa40
boot-info is executed in installed-session (Ubuntu 16.04.2 LTS, xenial, Ubuntu, x86_64)
CPU op-mode(s):        32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic.efi.signed root=UUID=2b4103ce-7448-4157-afcb-5a7dc05a1987 ro quiet splash vt.handoff=7

=================== os-prober:
/dev/sdb2:L'OS actuellement utilisé - Ubuntu 16.04.2 LTS CurrentSession:linux
/dev/sda2@/efi/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi

=================== blkid:
/dev/sda1: LABEL="RM-CM-)cupM-CM-)ration" UUID="5E2E51F22E51C3A5" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="2cbfc5ed-94f6-4e58-a7bd-3325c060e265"
/dev/sda2: UUID="CE52-3AF4" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="85edc414-ef76-4795-9ab7-80f4d2b0dc95"
/dev/sda4: UUID="1876533E76531C36" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="9117e5f2-e709-4588-a446-676bb5eaf7d2"
/dev/sdb1: UUID="824C-618D" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="88563a8c-86fa-4bed-a816-f09047e06134"
/dev/sdb2: UUID="2b4103ce-7448-4157-afcb-5a7dc05a1987" TYPE="ext4" PARTUUID="2f80aedd-77a2-4d87-8029-82fb3764ff63"
/dev/sdb3: UUID="6e0531bc-d001-4283-866f-56cd2bd51e90" TYPE="swap" PARTUUID="c089fb83-439a-4f83-bd55-583924bf6c87"
/dev/sda3: PARTLABEL="Microsoft reserved partition" PARTUUID="e1556972-8ec5-4b39-b4a5-a6efe761c6ef"


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

Windows not detected by os-prober on sda4.

=================== /etc/grub.d/ :
drwxr-xr-x  2 root root     4096 avr 25 19:36 grub.d
total 80
-rwxr-xr-x 1 root root  9791 jan 13 17:26 00_header
-rwxr-xr-x 1 root root  6258 mar 15  2016 05_debian_theme
-rwxr-xr-x 1 root root 12512 mar 24 07:32 10_linux
-rwxr-xr-x 1 root root 11082 jan 13 17:26 20_linux_xen
-rwxr-xr-x 1 root root  1992 jan 28  2016 20_memtest86+
-rwxr-xr-x 1 root root 11692 jan 13 17:26 30_os-prober
-rwxr-xr-x 1 root root  1418 jan 13 17:26 30_uefi-firmware
-rwxr-xr-x 1 root root   214 jan 13 17:26 40_custom
-rwxr-xr-x 1 root root   216 jan 13 17:26 41_custom
-rw-r--r-- 1 root root   483 jan 13 17:26 README




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

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

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

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

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

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

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

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

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



/boot/efi detected in the fstab of sdb2: UUID=824C-618D   (sdb1)
Presence of EFI/Microsoft file detected: /mnt/boot-sav/sda2/EFI/Microsoft/Boot/bootmgfw.efi
Presence of EFI/Boot file detected: /mnt/boot-sav/sda2/EFI/Boot/bootx64.efi
ls /sys/firmware/efi/vars : WdtPersistentData-78ce2354-cfbc-4643-aeba-07a27fa892bf,UsbSupport-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,USB_POINT-8be4df61-93ca-11d2-aa0d-00e098032b8c,UsbMassDevValid-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,UsbMassDevNum-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,TxtFeatures-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,Timeout-8be4df61-93ca-11d2-aa0d-00e098032b8c,TdtAdvancedSetupDataVar-7b77fb8b-1e0d-4d7e-953f-3980a261e076,StdDefaults-4599d26f-1a11-49b8-b91f-858745cff824,StageChk-8f132913-6907-4192-a227-6cbcd7a50e6c,SetupSnbPpmFeatures-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,SetupPlatformData-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,Setup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,Setup-80e1202e-2697-4264-9cc9-80762c3e5863,ScramblerBaseSeed-87f22dcb-7304-4105-bb7c-317143ccc23b,SbAslBufferPtrVar-01f33c25-764d-43ea-aeea-6b5a41f3f3e8,SaPegData-c4975200-64f1-4fb6-9773-f6a9f89d985e,S3SS-4bafc2b4-02dc-4104-b236-d6f1b98d9e84,Q_ASR_QUICKON-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,PNP0604_0_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0604_0_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0510_0_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0510_0_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0501_1_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0501_1_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0501_0_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0501_0_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0400_0_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0400_0_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PlatformLangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,PlatformLang-8be4df61-93ca-11d2-aa0d-00e098032b8c,PchS3Peim-e6c2f70a-b604-4877-85ba-deec89e117eb,PchInit-e6c2f70a-b604-4877-85ba-deec89e117eb,PBRDevicePath-a9b5f8d2-cb6d-42c2-bc01-b5ffaae4335e,OldLegacyDevOrder-a56074db-65fe-45f7-bd21-2d2bdd8e9652,OfflineUniqueIDRandomSeed-eaec226f-c9a3-477a-a826-ddc716cdc0e3,OfflineUniqueIDRandomSeedCRC-eaec226f-c9a3-477a-a826-ddc716cdc0e3,OemCpuData-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,OA3MSDMvariable-8be4df61-93ca-11d2-aa0d-00e098032b8c,NvRamSpdMap-717fc150-abd9-4614-8015-0b3323eab95c,new_var,NBPlatformData-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,MrcS3Resume-87f22dcb-7304-4105-bb7c-317143ccc23b,MonotonicCounter-8be4df61-93ca-11d2-aa0d-00e098032b8c,MokListRT-605dab50-e046-4300-abb6-3dd810dd8b23,MemCeil.-8be4df61-93ca-11d2-aa0d-00e098032b8c,LoadSetupDefault-8be4df61-93ca-11d2-aa0d-00e098032b8c,LegacyDevOrder-a56074db-65fe-45f7-bd21-2d2bdd8e9652,LangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,Lang-8be4df61-93ca-11d2-aa0d-00e098032b8c,IccAdvancedSetupDataVar-7b77fb8b-1e0d-4d7e-953f-3980a261e077,HobRomImage-dde1bc72-d45e-4209-ab85-14462d2f5074,HiiDB-1b838190-4625-4ead-abc9-cd5e6af18fe0,HddInfo4_InitStrings_HiiHandle-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HddBootDev-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,GoodNightLed-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,GnvsAreaVar-8be4df61-93ca-11d2-aa0d-00e098032b8c,EzConfigData-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,ErrOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ErrOut-8be4df61-93ca-11d2-aa0d-00e098032b8c,del_var,DefaultLegacyDevOrder-3c4ead08-45ae-4315-8d15-a60eaa8caf69,DefaultBootOrder-45cf35f6-0d6e-4d04-856a-0370a5b16f53,ConOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConOut-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConInDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConIn-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootOrder-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot_Last_Device-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,BootFlow-ef152fb4-7b2f-427d-bdb4-7e0a05826e64,Boot_Dev_name-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0005-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0003-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0002-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0001-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0000-8be4df61-93ca-11d2-aa0d-00e098032b8c,ASR_USER_DEF_VER-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,ASR_USER_DEF_TSE-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,AMITSESetup-c811fa38-42c8-4579-a9bb-60e94eddfb34,AcpiGlobalVariable-af9ffd67-ec10-488a-9dfc-6cbf5ee22c2e,AAFTaddr-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,
Veuillez indiquer ce message à boot.repair@gmail.com
ls /sys/firmware/efi/vars : WdtPersistentData-78ce2354-cfbc-4643-aeba-07a27fa892bf,UsbSupport-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,USB_POINT-8be4df61-93ca-11d2-aa0d-00e098032b8c,UsbMassDevValid-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,UsbMassDevNum-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,TxtFeatures-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,Timeout-8be4df61-93ca-11d2-aa0d-00e098032b8c,TdtAdvancedSetupDataVar-7b77fb8b-1e0d-4d7e-953f-3980a261e076,StdDefaults-4599d26f-1a11-49b8-b91f-858745cff824,StageChk-8f132913-6907-4192-a227-6cbcd7a50e6c,SetupSnbPpmFeatures-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,SetupPlatformData-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,Setup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,Setup-80e1202e-2697-4264-9cc9-80762c3e5863,ScramblerBaseSeed-87f22dcb-7304-4105-bb7c-317143ccc23b,SbAslBufferPtrVar-01f33c25-764d-43ea-aeea-6b5a41f3f3e8,SaPegData-c4975200-64f1-4fb6-9773-f6a9f89d985e,S3SS-4bafc2b4-02dc-4104-b236-d6f1b98d9e84,Q_ASR_QUICKON-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,PNP0604_0_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0604_0_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0510_0_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0510_0_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0501_1_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0501_1_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0501_0_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0501_0_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0400_0_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0400_0_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PlatformLangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,PlatformLang-8be4df61-93ca-11d2-aa0d-00e098032b8c,PchS3Peim-e6c2f70a-b604-4877-85ba-deec89e117eb,PchInit-e6c2f70a-b604-4877-85ba-deec89e117eb,PBRDevicePath-a9b5f8d2-cb6d-42c2-bc01-b5ffaae4335e,OldLegacyDevOrder-a56074db-65fe-45f7-bd21-2d2bdd8e9652,OfflineUniqueIDRandomSeed-eaec226f-c9a3-477a-a826-ddc716cdc0e3,OfflineUniqueIDRandomSeedCRC-eaec226f-c9a3-477a-a826-ddc716cdc0e3,OemCpuData-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,OA3MSDMvariable-8be4df61-93ca-11d2-aa0d-00e098032b8c,NvRamSpdMap-717fc150-abd9-4614-8015-0b3323eab95c,new_var,NBPlatformData-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,MrcS3Resume-87f22dcb-7304-4105-bb7c-317143ccc23b,MonotonicCounter-8be4df61-93ca-11d2-aa0d-00e098032b8c,MokListRT-605dab50-e046-4300-abb6-3dd810dd8b23,MemCeil.-8be4df61-93ca-11d2-aa0d-00e098032b8c,LoadSetupDefault-8be4df61-93ca-11d2-aa0d-00e098032b8c,LegacyDevOrder-a56074db-65fe-45f7-bd21-2d2bdd8e9652,LangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,Lang-8be4df61-93ca-11d2-aa0d-00e098032b8c,IccAdvancedSetupDataVar-7b77fb8b-1e0d-4d7e-953f-3980a261e077,HobRomImage-dde1bc72-d45e-4209-ab85-14462d2f5074,HiiDB-1b838190-4625-4ead-abc9-cd5e6af18fe0,HddInfo4_InitStrings_HiiHandle-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HddBootDev-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,GoodNightLed-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,GnvsAreaVar-8be4df61-93ca-11d2-aa0d-00e098032b8c,EzConfigData-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,ErrOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ErrOut-8be4df61-93ca-11d2-aa0d-00e098032b8c,del_var,DefaultLegacyDevOrder-3c4ead08-45ae-4315-8d15-a60eaa8caf69,DefaultBootOrder-45cf35f6-0d6e-4d04-856a-0370a5b16f53,ConOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConOut-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConInDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConIn-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootOrder-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot_Last_Device-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,BootFlow-ef152fb4-7b2f-427d-bdb4-7e0a05826e64,Boot_Dev_name-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0005-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0003-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0002-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0001-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0000-8be4df61-93ca-11d2-aa0d-00e098032b8c,ASR_USER_DEF_VER-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,ASR_USER_DEF_TSE-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,AMITSESetup-c811fa38-42c8-4579-a9bb-60e94eddfb34,AcpiGlobalVariable-af9ffd67-ec10-488a-9dfc-6cbf5ee22c2e,AAFTaddr-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,
Special SecureBoot. Veuillez indiquer ce message à boot.repair@gmail.com

=================== efibootmgr -v
BootCurrent: 0000
Timeout: 1 seconds
BootOrder: 0005,0000,0001,0003,0002
Boot0000* ubuntu	HD(1,GPT,88563a8c-86fa-4bed-a816-f09047e06134,0x800,0x100000)/File(EFIubuntushimx64.efi)
Boot0001* Hard Drive 	BBS(HD,,0x0)AMGOAMNO........o.S.a.m.s.u.n.g. .S.S.D. .8.5.0. .P.R.O. .2.5.6.G.B....................A...........................>..Gd-.;.A..MQ..L.1.S.U.S.S.N.G.A.5.3.2.7.8.2. .B. . . . ......AMBOAMNO........o.C.o.r.s.a.i.r. .F.o.r.c.e. .G.T....................A...........................>..Gd-.;.A..MQ..L.2.1.9.2.9.7.8.4.0.0.0.0.5.1.2.0.9.0.0.5......AMBO
Boot0002* USB 	BBS(USB,,0x0)AMGOAMNO.........G.e.n.e.r.i.c. .S.T.O.R.A.G.E. .D.E.V.I.C.E. .9.4.5.1....................A.............................L..Gd-.;.A..MQ..L.G.e.n.e.r.i.c. .S.T.O.R.A.G.E. .D.E.V.I.C.E. .9.4.5.1......AMBO
Boot0003* CD/DVD Drive 	BBS(CDROM,,0x0)AMGOAMNO........o.H.L.-.D.T.-.S.T. .D.V.D.R.A.M. .G.H.2.4.N.S.9.0....................A...........................>..Gd-.;.A..MQ..L.C.K.C.1.4.5.5.E.0.7. .9. . . . . . . . ......AMBO
Boot0005* Windows Boot Manager	HD(2,GPT,85edc414-ef76-4795-9ab7-80f4d2b0dc95,0xe1800,0x32000)/File(EFIMicrosoftBootbootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...a................

=================== UEFI/Legacy mode:
BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
SecureBoot enabled.


=================== PARTITIONS & DISKS:
sdb2	: sdb,	not-sepboot,	grubenv-ok	grub2,	signed grub-efi ,	update-grub,	64,	with-boot,	is-os,	not--efi--part,	fstab-without-boot,	fstab-has-goodEFI,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	apt-get,	grub-install,	with--usr,	fstab-without-usr,	not-sep-usr,	standard,	farbios,	.
sda1	: sda,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	recovery-or-hidden,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	not-far,	/mnt/boot-sav/sda1.
sda2	: sda,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	is-os,	is-correct-EFI,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	not-far,	/mnt/boot-sav/sda2.
sda4	: sda,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	is-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	haswinload,	no-recov-nor-hid,	bootmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sda4.
sdb1	: sdb,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	is-correct-EFI,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	not-far,	/boot/efi.

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


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

Model: ATA Samsung SSD 850 (scsi)
Disk /dev/sda: 256GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:

Number  Start   End    Size    File system  Name                          Flags
1      1049kB  473MB  472MB   ntfs         Basic data partition          hidden, diag
2      473MB   578MB  105MB   fat32        EFI system partition          boot, esp
3      578MB   595MB  16.8MB               Microsoft reserved partition  msftres
4      595MB   256GB  255GB   ntfs         Basic data partition          msftdata


Model: ATA Corsair Force GT (scsi)
Disk /dev/sdb: 120GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:

Number  Start   End    Size    File system     Name                  Flags
1      1049kB  538MB  537MB   fat32           EFI System Partition  boot, esp
2      538MB   112GB  111GB   ext4
3      112GB   120GB  8474MB  linux-swap(v1)

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

BYT;
/dev/sda:256GB:scsi:512:512:gpt:ATA Samsung SSD 850:;
1:1049kB:473MB:472MB:ntfs:Basic data partition:hidden, diag;
2:473MB:578MB:105MB:fat32:EFI system partition:boot, esp;
3:578MB:595MB:16.8MB::Microsoft reserved partition:msftres;
4:595MB:256GB:255GB:ntfs:Basic data partition:msftdata;

BYT;
/dev/sdb:120GB:scsi:512:512:gpt:ATA Corsair Force GT:;
1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
2:538MB:112GB:111GB:ext4::;
3:112GB:120GB:8474MB:linux-swap(v1)::;

=================== lsblk:
KNAME TYPE FSTYPE   SIZE LABEL
sdb   disk        111.8G
sdb2  part ext4   103.4G
sdb3  part swap     7.9G
sdb1  part vfat     512M
sr0   rom          1024M
sda   disk        238.5G
sda4  part ntfs   237.9G
sda2  part vfat     100M
sda3  part           16M
sda1  part ntfs     450M Récupération

KNAME ROTA RO RM STATE   MOUNTPOINT
sdb      0  0  0 running
sdb2     0  0  0         /
sdb3     0  0  0         [SWAP]
sdb1     0  0  0         /boot/efi
sr0      1  0  1 running
sda      0  0  0 running
sda4     0  0  0         /mnt/boot-sav/sda4
sda2     0  0  0         /mnt/boot-sav/sda2
sda3     0  0  0
sda1     0  0  0         /mnt/boot-sav/sda1


=================== mount:
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=4009876k,nr_inodes=1002469,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=806212k,mode=755)
/dev/sdb2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=34,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=13852)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/dev/sdb1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=806212k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
/dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sda2 on /mnt/boot-sav/sda2 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sda4 on /mnt/boot-sav/sda4 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)


=================== ls:
/sys/block/sda (filtered):  alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sda1 sda2 sda3 sda4 size slaves stat subsystem trace uevent
/sys/block/sdb (filtered):  alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sdb1 sdb2 sdb3 size slaves stat subsystem trace uevent
/sys/block/sdc (filtered):  alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
/sys/block/sr0 (filtered):  alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered):  autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 drm_dp_aux1 drm_dp_aux2 drm_dp_aux3 dvd dvdrw ecryptfs fb0 fb1 fd full fuse hidraw0 hidraw1 hidraw2 hidraw3 hidraw4 hidraw5 hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 i2c-12 i2c-13 i2c-14 i2c-15 i2c-16 i2c-17 i2c-18 i2c-19 i2c-2 i2c-20 i2c-21 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sdb sdb1 sdb2 sdb3 sdc sg0 sg1 sg2 sg3 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb userio v4l vfio vga_arbiter vhci vhost-net video0 zero
ls /dev/mapper:  control
ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type

=================== hexdump -n512 -C /dev/sda1
00000000  eb 52 90 4e 54 46 53 20  20 20 20 00 02 08 00 00  |.R.NTFS    .....|
00000010  00 00 00 00 00 f8 00 00  3f 00 ff 00 00 08 00 00  |........?.......|
00000020  00 00 00 00 80 00 80 00  ff 0f 0e 00 00 00 00 00  |................|
00000030  00 96 00 00 00 00 00 00  02 00 00 00 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  a5 c3 51 2e f2 51 2e 5e  |..........Q..Q.^|
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 52 11 16  68 09 00 66 53 66 53 66  |h...hR..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  0a 13 b9 f6 0c fc f3 aa  e9 fe 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 a1 f6 01 e8 09 00  |...u...fa.......|
00000170  a1 fa 01 e8 03 00 f4 eb  fd 8b f0 ac 3c 00 74 09  |............<.t.|
00000180  b4 0e bb 07 00 cd 10 eb  f2 c3 0d 0a 45 72 72 65  |............Erre|
00000190  75 72 20 6c 65 63 74 75  72 65 20 64 69 73 71 75  |ur lecture disqu|
000001a0  65 00 0d 0a 42 4f 4f 54  4d 47 52 20 63 6f 6d 70  |e...BOOTMGR comp|
000001b0  72 65 73 73 82 00 0d 0a  43 74 72 6c 2b 41 6c 74  |ress....Ctrl+Alt|
000001c0  2b 53 75 70 70 72 20 70  6f 75 72 20 72 65 64 82  |+Suppr pour red.|
000001d0  6d 61 72 72 65 72 0d 0a  00 73 74 61 72 74 0d 0a  |marrer...start..|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 8a 01  a2 01 b6 01 00 00 55 aa  |..............U.|
00000200

=================== hexdump -n512 -C /dev/sda2
00000000  eb 58 90 4d 53 44 4f 53  35 2e 30 00 02 02 fe 19  |.X.MSDOS5.0.....|
00000010  02 00 00 00 00 f8 00 00  3f 00 ff 00 00 18 0e 00  |........?.......|
00000020  00 20 03 00 01 03 00 00  00 00 00 00 02 00 00 00  |. ..............|
00000030  01 00 06 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000040  80 01 29 f4 3a 52 ce 4e  4f 20 4e 41 4d 45 20 20  |..).:R.NO NAME  |
00000050  20 20 46 41 54 33 32 20  20 20 33 c9 8e d1 bc f4  |  FAT32   3.....|
00000060  7b 8e c1 8e d9 bd 00 7c  88 56 40 88 4e 02 8a 56  |{......|.V@.N..V|
00000070  40 b4 41 bb aa 55 cd 13  72 10 81 fb 55 aa 75 0a  |@.A..U..r...U.u.|
00000080  f6 c1 01 74 05 fe 46 02  eb 2d 8a 56 40 b4 08 cd  |...t..F..-.V@...|
00000090  13 73 05 b9 ff ff 8a f1  66 0f b6 c6 40 66 0f b6  |.s......f...@f..|
000000a0  d1 80 e2 3f f7 e2 86 cd  c0 ed 06 41 66 0f b7 c9  |...?.......Af...|
000000b0  66 f7 e1 66 89 46 f8 83  7e 16 00 75 39 83 7e 2a  |f..f.F..~..u9.~*|
000000c0  00 77 33 66 8b 46 1c 66  83 c0 0c bb 00 80 b9 01  |.w3f.F.f........|
000000d0  00 e8 2c 00 e9 a8 03 a1  f8 7d 80 c4 7c 8b f0 ac  |..,......}..|...|
000000e0  84 c0 74 17 3c ff 74 09  b4 0e bb 07 00 cd 10 eb  |..t.<.t.........|
000000f0  ee a1 fa 7d eb e4 a1 7d  80 eb df 98 cd 16 cd 19  |...}...}........|
00000100  66 60 80 7e 02 00 0f 84  20 00 66 6a 00 66 50 06  |f`.~.... .fj.fP.|
00000110  53 66 68 10 00 01 00 b4  42 8a 56 40 8b f4 cd 13  |Sfh.....B.V@....|
00000120  66 58 66 58 66 58 66 58  eb 33 66 3b 46 f8 72 03  |fXfXfXfX.3f;F.r.|
00000130  f9 eb 2a 66 33 d2 66 0f  b7 4e 18 66 f7 f1 fe c2  |..*f3.f..N.f....|
00000140  8a ca 66 8b d0 66 c1 ea  10 f7 76 1a 86 d6 8a 56  |..f..f....v....V|
00000150  40 8a e8 c0 e4 06 0a cc  b8 01 02 cd 13 66 61 0f  |@............fa.|
00000160  82 74 ff 81 c3 00 02 66  40 49 75 94 c3 42 4f 4f  |.t.....f@Iu..BOO|
00000170  54 4d 47 52 20 20 20 20  00 00 00 00 00 00 00 00  |TMGR    ........|
00000180  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000001a0  00 00 00 00 00 00 00 00  00 00 00 00 0d 0a 45 72  |..............Er|
000001b0  72 2e 20 64 69 73 71 75  65 ff 0d 0a 50 72 65 73  |r. disque...Pres|
000001c0  73 65 7a 20 75 6e 65 20  74 6f 75 63 68 65 20 70  |sez une touche p|
000001d0  6f 75 72 20 72 65 64 82  6d 61 72 72 65 72 0d 0a  |our red.marrer..|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 00 00  ac 01 ba 01 00 00 55 aa  |..............U.|
00000200

=================== hexdump -n512 -C /dev/sda4
00000000  eb 52 90 4e 54 46 53 20  20 20 20 00 02 08 00 00  |.R.NTFS    .....|
00000010  00 00 00 00 00 f8 00 00  3f 00 ff 00 00 b8 11 00  |........?.......|
00000020  00 00 00 00 80 00 80 00  ff 77 bd 1d 00 00 00 00  |.........w......|
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  36 1c 53 76 3e 53 76 18  |........6.Sv>Sv.|
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 52 11 16  68 09 00 66 53 66 53 66  |h...hR..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  0a 13 b9 f6 0c fc f3 aa  e9 fe 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 a1 f6 01 e8 09 00  |...u...fa.......|
00000170  a1 fa 01 e8 03 00 f4 eb  fd 8b f0 ac 3c 00 74 09  |............<.t.|
00000180  b4 0e bb 07 00 cd 10 eb  f2 c3 0d 0a 45 72 72 65  |............Erre|
00000190  75 72 20 6c 65 63 74 75  72 65 20 64 69 73 71 75  |ur lecture disqu|
000001a0  65 00 0d 0a 42 4f 4f 54  4d 47 52 20 63 6f 6d 70  |e...BOOTMGR comp|
000001b0  72 65 73 73 82 00 0d 0a  43 74 72 6c 2b 41 6c 74  |ress....Ctrl+Alt|
000001c0  2b 53 75 70 70 72 20 70  6f 75 72 20 72 65 64 82  |+Suppr pour red.|
000001d0  6d 61 72 72 65 72 0d 0a  00 73 74 61 72 74 0d 0a  |marrer...start..|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 8a 01  a2 01 b6 01 00 00 55 aa  |..............U.|
00000200

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

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

Filesystem     Type      Size  Used Avail Use% Mounted on
udev           devtmpfs  3.9G     0  3.9G   0% /dev
tmpfs          tmpfs     788M  9.6M  778M   2% /run
/dev/sdb2      ext4      102G  5.7G   91G   6% /
tmpfs          tmpfs     3.9G  268K  3.9G   1% /dev/shm
tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
tmpfs          tmpfs     3.9G     0  3.9G   0% /sys/fs/cgroup
/dev/sdb1      vfat      511M  3.5M  508M   1% /boot/efi
tmpfs          tmpfs     788M   60K  788M   1% /run/user/1000
/dev/sda1      fuseblk   450M  308M  143M  69% /mnt/boot-sav/sda1
/dev/sda2      vfat       96M   27M   70M  29% /mnt/boot-sav/sda2
/dev/sda4      fuseblk   238G   27G  212G  12% /mnt/boot-sav/sda4

=================== fdisk -l:
Disk /dev/sda: 238.5 GiB, 256060514304 bytes, 500118192 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
Disklabel type: gpt
Disk identifier: 6A252D14-17B3-4F3F-9909-5FA2A0E1DE13

Device       Start       End   Sectors   Size Type
/dev/sda1     2048    923647    921600   450M Windows recovery environment
/dev/sda2   923648   1128447    204800   100M EFI System
/dev/sda3  1128448   1161215     32768    16M Microsoft reserved
/dev/sda4  1161216 500117503 498956288 237.9G Microsoft basic data




Disk /dev/sdb: 111.8 GiB, 120034123776 bytes, 234441648 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
Disklabel type: gpt
Disk identifier: C59F7DFB-44E3-4248-A71A-AE4EEDA3FC8F

Device         Start       End   Sectors   Size Type
/dev/sdb1       2048   1050623   1048576   512M EFI System
/dev/sdb2    1050624 217890815 216840192 103.4G Linux filesystem
/dev/sdb3  217890816 234440703  16549888   7.9G Linux swap




=================== Suggested repair
The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sdb2, using the following options:        sda2/boot/efi,
Additional repair would be performed: unhide-bootmenu-10s   fix-windows-boot use-standard-efi-file


=================== Advice in case of suggested repair
Veuillez désactiver SecureBoot dans le BIOS. Puis réessayez.Voulez-vous continuer ?


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

Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 16.04.2 LTS] sont loin du début du disque. Votre BIOS pourrait ne pas les détecter. Vous voudrez peut-être re-essayer après avoir créé une partition /boot (EXT4, >200MB, en début de disque). Cela peut être réalisé via des outils tels que gParted. Puis sélectionnez cette partition via l'option [Partition /boot séparée :] de [Boot-Repair]. (http://doc.ubuntu-fr.org/tutoriel/partition_boot)

Si votre ordinateur redémarre directement sur Windows, essayez de changer l'ordre de démarrage dans votre BIOS.
Si votre BIOS ne permet pas de changer l'ordre de démarrage, changez l'entrée de démarrage par défaut de l'amorceur Windows.
Par exemple, vous pouvez démarrer Windows, puis saisir la commande suivante dans une invite de commande en mode administrateur :
bcdedit /set {bootmgr} path \EFI\...\grub*.efi


=================== User settings
The settings chosen by the user will not act on the boot.

Je n'ai pas rebranché mon disque ou il y a mes données car il faut que j'essaie de récupérer ce qu'il y avait dessus avant.

Pour le reste je n'ai pas tout compris mais vu que maintenant mes 2 OS boot, il faut que je trouve comment monter le disque Windows et celui des données sans que ça fasse tout replanter, d’où le d40_custom que tu proposes ?

Merci d'avance pour ta réponse.

Ichigo87

Hors ligne

#4 Le 29/04/2017, à 23:29

Bougron

Re : Installation Ubuntu sur 2ème disque

Ichigo87 a écrit :

Bonjour ..
et j'ai recommencé avec 

sudo mount -t ext3 /dev/sdb/media/windows

qui correspond à mon disque Windows

Bonsoir.
Les partitions Windows ne seront jamais au format ext3.
Contentes-toi de cliquer sur l'icône qui représente la partition windows. Le montage se fera sans difficulté.

Dernière modification par Bougron (Le 29/04/2017, à 23:30)

Hors ligne

#5 Le 30/04/2017, à 14:25

lucmars

Re : Installation Ubuntu sur 2ème disque

@bougron
Apparemment ça marche pas ainsi, d'où cette tentative en commande.

@ichigo
Le d40 n'a rien à voir, je pense que ton disque est en hibernation, pour arreter l'hibernation, la commande sous windows est:

powercfg -h off

en mode admin.

Dernière modification par lucmars (Le 30/04/2017, à 14:25)


Gaulois Matter !

Hors ligne

#6 Le 30/04/2017, à 14:36

Ichigo87

Re : Installation Ubuntu sur 2ème disque

Bonjour à vous 2,

@bourgron : effectivement comme le dit lucmars en cliquant dessus j'avais un message d'erreur.

@lucmars : si le disque est en hibernation est-ce normal que je le vois comme ceci dans le gestionnaire de disque Windows ?

HDD293790HDD.png

Merci d'avance pour vos réponses.

Ichigo87

Hors ligne

#7 Le 30/04/2017, à 15:03

lucmars

Re : Installation Ubuntu sur 2ème disque

Je parlais du ssd, là c'est ton disque de donnée et il est vide. Plus exactement, il n'est pas formaté, sans partition. En l'état si ubuntu peut le voir, il n'y a donc rien à monter.

L'hibernation entre en route quand tu arrêtes windows.

Dernière modification par lucmars (Le 30/04/2017, à 15:06)


Gaulois Matter !

Hors ligne

#8 Le 30/04/2017, à 18:28

Babdu89

Re : Installation Ubuntu sur 2ème disque

Bonjour.
@Bougron.

Dans le boot info post#3  . Pourquoi on on voit deux partitions boot-éfi dans cette config?. (/dev/sda2 et /dev/sdb1). Çà peut marcher comme çà ?

@+.  Babdu89  .


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

Hors ligne

#9 Le 30/04/2017, à 18:48

Bougron

Re : Installation Ubuntu sur 2ème disque

Bonjour babdu89
On peut avoir autant de partitions FAT32 avec un drapeau de boot qu'on veut y compris dans un même disque.
Ici on a  le boot de ubuntu installé en EFI sur un disque

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

et le boot de windows  installé sur un autre disque

sda2: __________________________________________________________________________
    File system:       vfat
    Boot sector type:  Windows 8/2012: FAT32
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /EFI/Boot/bootx64.efi /EFI/Microsoft/Boot/bootmgfw.efi 
                       /EFI/Microsoft/Boot/bootmgr.efi 
                       /EFI/Microsoft/Boot/memtest.efi

On voit que la NVRAM EFI a enregistré

=================== efibootmgr -v
BootCurrent: 0000
Timeout: 1 seconds
BootOrder: 0005,0000,0001,0003,0002
Boot0000* ubuntu	        HD(1,GPT,88563a8c-86fa-4bed-a816-f09047e06134,0x800,0x100000)/File(EFIubuntushimx64.efi)
Boot0005* Windows Boot Manager	HD(2,GPT,85edc414-ef76-4795-9ab7-80f4d2b0dc95,0xe1800,0x32000)/File(EFIMicrosoftBootbootmgfw.efi)WINDOWS.....

qu'on boote part défaut      sur la partition                                                                         dont l'UUID est 85edc414-ef76-4795-9ab7-80f4d2b0dc95
      ( /dev/sda2: UUID="CE52-3AF4" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="85edc414-ef76-4795-9ab7-80f4d2b0dc95")
et si cela foire  c'est ubuntu                                                                                             sur la partition 88563a8c-86fa-4bed-a816-f09047e06134
    (/dev/sdb1: UUID="824C-618D" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="88563a8c-86fa-4bed-a816-f09047e06134"
En clair, si le disque de windows est totalement détruit, ubuntu continue d'être bootable et réciproquement.

A mon avis, il serait pratique d'inverser l'ordre de boot, car ubuntu peut lancer facilement windows par le grub (alors que c'est plus compliqué avec windows.)
avec la commande:

sudo efibootmgr -o   0  5

et

sudo update-grub

afin de résoudre cette anomalie

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

Afin d'éviter l'utilisation de la touche F11 qui permet de choisir dans la liste de la NVRAM.

Mais cela nous éloigne du problème du disque de 2 TO qui a probablement perdu sa table de partition.
Pour ce gros disque, il serait intéressant d'avoir la vision testdisk.

Dernière modification par Bougron (Le 30/04/2017, à 19:16)

Hors ligne

#10 Le 01/05/2017, à 00:10

Ichigo87

Re : Installation Ubuntu sur 2ème disque

Bonsoir à tous,

Merci pour vos réponses.

J'ai réussis à récupérer mes données grâce à un logiciel de recovery du coup je suis soulagé smile

Mes 3 disques sont branchés dans le PC, je boot toujours pas défaut sur Windows 10 et je peux choisir Ubuntu dans le boot menu.

Je peux accéder à mon disque de données depuis Windows et il semblerait que depuis Ubuntu cela fonctionne également maintenant.

Quid ?

@Bougron : est-ce vraiment mieux de modifier l'ordre de boot ? en quoi consiste exactement le grub ?

Il faudrait également que je pense à enlever l'hibernation des disques sous Windows non ?

Merci d'avance pour vos réponses.

Ichigo87

Hors ligne

#11 Le 01/05/2017, à 12:59

Bougron

Re : Installation Ubuntu sur 2ème disque

Bonjour
Ton problème de base est résolu.

Ton bios EFI propose une liste des fichiers de boot à choisir.
Le grub va faire exactement la même chose.
    L'avantage, Tu n'as pas à appuyer sur la touche F11 pour choisir ubuntu si c'est lui que tu souhaites utiliser le plus souvent.

Tu n'es pas obligé d'enlever l'hibernation de windows.   Mais tu ne dois pas arrêter windows en lui demandant d'hiberner si tu prévois que le prochain démarrage sera fait avec ubuntu et que tu souhaites aussi accéder aux partitions NTFS.    ===> Ce sont donc deux conditions qui nécessitent que windows soit alors stoppé en choisissant REDEMARER et non pas ARRETER comme on pourrait le supposer.

Lorsque tu stoppes le windows par ARRETER, il se met en hibernation si cette fonctionnalité est activée. Si elle est déactivée, le démarrage de windows est plus long.

Dernière modification par Bougron (Le 01/05/2017, à 13:01)

Hors ligne

#12 Le 01/05/2017, à 20:49

Ichigo87

Re : Installation Ubuntu sur 2ème disque

Bonjour Bougron,

Merci pour tes explications. Je comprends mieux maintenant.

Je pense que je vais essayer Grub pour voir ce que ça donne. Je peux toujours le supprimer après ?

Concernant le mode hibernation de Windows, je l'ai enlevé et je vais voir la différence de temps au boot, si ce n'est que quelques secondes ce n'est pas grave.

Hors ligne

#13 Le 01/05/2017, à 21:12

Babdu89

Re : Installation Ubuntu sur 2ème disque

Bonsoir.

Je pense que je vais essayer Grub pour voir ce que ça donne. Je peux toujours le supprimer après ?

Ah non!. On ne supprime pas Grub, sinon Ubuntu ne démarre plus.

@+.  Babdu89  .


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

Hors ligne