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 17/12/2018, à 12:31

Deaats

Problème lancement windows depuis Grub

Bonjour,

J'ai (ré)installer Ubuntu 18.04 LTS, en dual boot avec windows 10, le boot sur Ubuntu demarre bien, sans encombre. Cependant windows 10 ne veut se lancer depuis grub, et j'ai cette page d'erreur :

Windows failed to start. A recent hardware or software change might be the cause.
File \Boot\BCD]
Status: 0xc000000e
Info : The Boot Configuration Data for your PC is missing or contains errors.

Par contre je peux toujours acceder à windows en passant par le bios et en demarrant sur "Windows Boot Manager (P0 HGST ...)

Des idées pour resoudre ce pb et pouvoir accéder à Windows depuis grub, car je ne veux pas trop bidouiller la dedans tout seul, j'ai un peu peur de tout casser. roll

Cf :
Mon boot info  ---> http://paste.ubuntu.com/p/NPCkW3k6Vq

Merci d'avance de vos réponses.
Cordialement.

Hors ligne

#2 Le 17/12/2018, à 12:49

jamesbad000

Re : Problème lancement windows depuis Grub

Bonjour,

Ton installation Windows est en mode EFI alors que ton installation Ubuntu est en mode bios "legacy".
De même ta session live cd est démarrée en mode legacy. (cf extrait du rapport boot info)

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

Il faut faire démarrer le live cd en mode EFI (dans les option de démarrage du bios choisir la partition "ubuntu" sur le cd) Et à partir de là, la "réparation recommandée"  va réinstaller un grub EFI.

Dernière modification par jamesbad000 (Le 17/12/2018, à 12:51)


L'espace et le temps sont les modes par lesquels nous pensons, et non les conditions dans lesquelles nous vivons. (Signé Albert)

Hors ligne

#3 Le 17/12/2018, à 13:00

Deaats

Re : Problème lancement windows depuis Grub

Merci de ta réponse,

Si je comprend bien je reprend la clé usb avec laquelle j'ai installé ubuntu, je boot sur "ubuntu" et après "réparation" recommandée ?

Hors ligne

#4 Le 17/12/2018, à 13:04

Nasman

Re : Problème lancement windows depuis Grub

L'important est de booter sur le média d'installation en mode uefi


PC fixe sous Bionic 64 bits et portable avec Focal 64 bits

Hors ligne

#5 Le 17/12/2018, à 13:11

jamesbad000

Re : Problème lancement windows depuis Grub

Oui. Mais avant de lancer la réparation recommandée, refaire un boot info et vérifier dans la section "UEFI/Legacy mode" que le live est bien démarré en mode EFI !

Dernière modification par jamesbad000 (Le 17/12/2018, à 13:33)


L'espace et le temps sont les modes par lesquels nous pensons, et non les conditions dans lesquelles nous vivons. (Signé Albert)

Hors ligne

#6 Le 17/12/2018, à 13:22

Deaats

Re : Problème lancement windows depuis Grub

D'accord, petit question avant de passer à la pratique, j'avais installé ubuntu depuis un cd avec la version 16.04 que j'ai upgrade "manuellement". Et là j'ai à ma disposition que la clé usb avec la version 18.04, je peut faire les manip dessus sans risque ou il faut absolument la même version qu'initialement. Ou alors peut importe tant qu'on est en "live" ?

Hors ligne

#7 Le 17/12/2018, à 13:27

jamesbad000

Re : Problème lancement windows depuis Grub

En l’occurrence maintenant ton installation est en 18.04, donc live cd en 18.04 c'est très bien.

Edit: Pour répondre formellement à la question.

Ou alors peut importe tant qu'on est en "live" ?

Un décalage d'une version dans un sens ou l'autre entre live cd et version installée ne pose habituellement pas de soucis. (les opérations se font en mode "chroot" et donc c'est en s'appuyant sur les fonctionnalités du système installé que se fait le gros du travail, Mais en utilisant le kernel du live...)
Avec une préférence quand même pour un live cd de version égale ou légèrement supérieure.

Dernière modification par jamesbad000 (Le 17/12/2018, à 13:39)


L'espace et le temps sont les modes par lesquels nous pensons, et non les conditions dans lesquelles nous vivons. (Signé Albert)

Hors ligne

#8 Le 17/12/2018, à 14:39

Deaats

Re : Problème lancement windows depuis Grub

Alors tout c'est bien passé apparemment !

Du coup j'arrive à bien à boot sur les deux os en n'ayant plus besoin de passer par le bios smile

Par contre dans le nouveau grub j'ai quelques lignes de plus cf l'image, je ne sais pas si c'est problématique ou normal ou superflus (si oui est-ce qu'on peut les supprimer et comment? )
https://zupimages.net/up/18/51/qso7.jpg

Et si besoin cf le nouveau boot-info :
http://paste.ubuntu.com/p/FwF9y5Bbqv/

Dernière modification par Deaats (Le 17/12/2018, à 14:40)

Hors ligne

#9 Le 17/12/2018, à 15:04

jamesbad000

Re : Problème lancement windows depuis Grub

Il est vrai que ce menu est un peu chargé. Et je ne saurais expliquer avec certitude toutes ces options.
Il doit y avoir la dedans un accès à la console de réparation windows, et au menu de réinstallation usine.
Et des options redondantes qui utilisent des fichiers de démarrage EFI renommés pour convenir à certain bios EFI...

Et faire le ménage la dedans est plutôt compliqué. (si on supprime bêtement les fichiers inutiles et qu'on refait le menu avec update-grub, ils reviendront à la première mise à jour de grub...)

Dernière modification par jamesbad000 (Le 17/12/2018, à 15:05)


L'espace et le temps sont les modes par lesquels nous pensons, et non les conditions dans lesquelles nous vivons. (Signé Albert)

Hors ligne

#10 Le 17/12/2018, à 15:28

Deaats

Re : Problème lancement windows depuis Grub

Okay ! Merci de ton aide je pense que je vais laisser comme ça alors smile

Hors ligne

#11 Le 17/12/2018, à 16:38

malbo

Re : Problème lancement windows depuis Grub

A toutes fins utiles, je colle ci-dessous ton Boot-Info dont tu as donné le lien dans le post #8 :

 Boot Info Script 8f991e4 + Boot-Repair extra info      [Boot-Info 25oct2017]


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

 => Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 
    1676124160 of the same hard drive for core.img. core.img is at this 
    location and looks for (,gpt10)/boot/grub. It also embeds following 
    components:
    
    modules
    ---------------------------------------------------------------------------
    fshelp ext2 part_gpt biosdisk
    ---------------------------------------------------------------------------

sda1: __________________________________________________________________________

    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/ubuntu/grub.cfg /EFI/Boot/bkpbootx64.efi 
                       /EFI/Boot/bootx64.efi /EFI/Boot/fbx64.efi 
                       /EFI/ubuntu/grubx64.efi /EFI/ubuntu/mmx64.efi 
                       /EFI/ubuntu/shimx64.efi 
                       /EFI/Microsoft/Boot/bootmgfw.efi 
                       /EFI/Microsoft/Boot/bootmgr.efi 
                       /EFI/Microsoft/Boot/memtest.efi 
                       /boot-repair/log/20171013_171737/sda1/bootx64.efi 
                       /boot-repair/log/20181217_121830/sda1/bootx64.efi 
                       /boot-sav/log/2017-07-04__19h55boot-repair43/sda1/bootx
                       64.efi

sda2: __________________________________________________________________________

    File system:       
    Boot sector type:  -
    Boot sector info: 
    Mounting failed:   mount: /mnt/BootInfo/sda2: unknown filesystem type ''.

sda3: __________________________________________________________________________

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

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:        

sda5: __________________________________________________________________________

    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:        

sda6: __________________________________________________________________________

    File system:       
    Boot sector type:  Grub2's core.img
    Boot sector info: 
    Mounting failed:   mount: /mnt/BootInfo/sda2: unknown filesystem type ''.
mount: /mnt/BootInfo/sda6: unknown filesystem type ''.

sda7: __________________________________________________________________________

    File system:       
    Boot sector type:  Grub2's core.img
    Boot sector info: 
    Mounting failed:   mount: /mnt/BootInfo/sda2: unknown filesystem type ''.
mount: /mnt/BootInfo/sda6: unknown filesystem type ''.
mount: /mnt/BootInfo/sda7: unknown filesystem type ''.

sda8: __________________________________________________________________________

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

sda9: __________________________________________________________________________

    File system:       BIOS Boot partition
    Boot sector type:  Grub2's core.img
    Boot sector info: 

sda10: _________________________________________________________________________

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

sda11: _________________________________________________________________________

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

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

Drive: sda _____________________________________________________________________
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

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


GUID Partition Table detected.

Partition  Attrs   Start Sector    End Sector  # of Sectors System
/dev/sda1                 2,048       534,527       532,480 EFI System partition
/dev/sda2               534,528       567,295        32,768 Microsoft Reserved Partition (Windows)
/dev/sda3               567,296   779,531,783   778,964,488 Data partition (Windows/Linux)
/dev/sda4      R    779,532,288   781,410,303     1,878,016 Windows Recovery Environment (Windows)
/dev/sda5           781,410,304 1,377,005,001   595,594,698 Data partition (Windows/Linux)
/dev/sda6         1,377,005,568 1,377,007,615         2,048 Data partition (Linux)
/dev/sda7         1,377,007,616 1,377,009,663         2,048 Data partition (Linux)
/dev/sda8         1,377,009,664 1,676,122,824   299,113,161 Data partition (Linux)
/dev/sda9         1,676,124,160 1,676,126,207         2,048 BIOS Boot partition
/dev/sda10        1,676,126,208 1,941,149,695   265,023,488 Data partition (Linux)
/dev/sda11        1,941,149,696 1,953,523,711    12,374,016 Swap partition (Linux)

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

"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/loop1                                              squashfs   
/dev/loop2                                              squashfs   
/dev/sda1        F8C4-2F67                              vfat       SYSTEM
/dev/sda10       896c3d7e-9ac5-4cbc-9a4e-f71d78dbd46c   ext4       
/dev/sda11       3db27f64-e1bb-44cf-a423-ad925cfc3e1f   swap       
/dev/sda2                                                          
/dev/sda3        B072C6C272C68C92                       ntfs       OS
/dev/sda4        D03827503827353E                       ntfs       
/dev/sda5        2C38F87B38F8457C                       ntfs       DATA
/dev/sda6                                                          
/dev/sda7                                                          
/dev/sda8        43E3D2B343C05FC2                       ntfs       
/dev/sda9                                                          

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

total 0
lrwxrwxrwx 1 root root  9 Dec 17 13:35 ata-HGST_HTS541010A9E680_JA100CC0363ZDM -> ../../sda
lrwxrwxrwx 1 root root 10 Dec 17 13:35 ata-HGST_HTS541010A9E680_JA100CC0363ZDM-part1 -> ../../sda1
lrwxrwxrwx 1 root root 11 Dec 17 13:35 ata-HGST_HTS541010A9E680_JA100CC0363ZDM-part10 -> ../../sda10
lrwxrwxrwx 1 root root 11 Dec 17 13:35 ata-HGST_HTS541010A9E680_JA100CC0363ZDM-part11 -> ../../sda11
lrwxrwxrwx 1 root root 10 Dec 17 13:35 ata-HGST_HTS541010A9E680_JA100CC0363ZDM-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Dec 17 13:35 ata-HGST_HTS541010A9E680_JA100CC0363ZDM-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Dec 17 13:35 ata-HGST_HTS541010A9E680_JA100CC0363ZDM-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Dec 17 13:35 ata-HGST_HTS541010A9E680_JA100CC0363ZDM-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Dec 17 13:35 ata-HGST_HTS541010A9E680_JA100CC0363ZDM-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Dec 17 13:35 ata-HGST_HTS541010A9E680_JA100CC0363ZDM-part7 -> ../../sda7
lrwxrwxrwx 1 root root 10 Dec 17 13:35 ata-HGST_HTS541010A9E680_JA100CC0363ZDM-part8 -> ../../sda8
lrwxrwxrwx 1 root root 10 Dec 17 13:35 ata-HGST_HTS541010A9E680_JA100CC0363ZDM-part9 -> ../../sda9
lrwxrwxrwx 1 root root  9 Dec 17 13:28 ata-TSSTcorp_CDDVDW_SU-228GB_S18G6YFG6005ZM -> ../../sr0
lrwxrwxrwx 1 root root  9 Dec 17 13:35 wwn-0x5000cca792ed0fae -> ../../sda
lrwxrwxrwx 1 root root 10 Dec 17 13:35 wwn-0x5000cca792ed0fae-part1 -> ../../sda1
lrwxrwxrwx 1 root root 11 Dec 17 13:35 wwn-0x5000cca792ed0fae-part10 -> ../../sda10
lrwxrwxrwx 1 root root 11 Dec 17 13:35 wwn-0x5000cca792ed0fae-part11 -> ../../sda11
lrwxrwxrwx 1 root root 10 Dec 17 13:35 wwn-0x5000cca792ed0fae-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Dec 17 13:35 wwn-0x5000cca792ed0fae-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Dec 17 13:35 wwn-0x5000cca792ed0fae-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Dec 17 13:35 wwn-0x5000cca792ed0fae-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Dec 17 13:35 wwn-0x5000cca792ed0fae-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Dec 17 13:35 wwn-0x5000cca792ed0fae-part7 -> ../../sda7
lrwxrwxrwx 1 root root 10 Dec 17 13:35 wwn-0x5000cca792ed0fae-part8 -> ../../sda8
lrwxrwxrwx 1 root root 10 Dec 17 13:35 wwn-0x5000cca792ed0fae-part9 -> ../../sda9

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

Device           Mount_Point              Type       Options

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


========================== sda1/EFI/ubuntu/grub.cfg: ===========================

--------------------------------------------------------------------------------
search.fs_uuid 896c3d7e-9ac5-4cbc-9a4e-f71d78dbd46c root hd0,gpt10 
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
--------------------------------------------------------------------------------

========================== sda10/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,gpt10'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt10 --hint-efi=hd0,gpt10 --hint-baremetal=ahci0,gpt10  896c3d7e-9ac5-4cbc-9a4e-f71d78dbd46c
else
  search --no-floppy --fs-uuid --set=root 896c3d7e-9ac5-4cbc-9a4e-f71d78dbd46c
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=C
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=10
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=hidden
    set timeout=10
  # Fallback hidden-timeout code in case the timeout_style feature is
  # unavailable.
  elif sleep --interruptible 10 ; then
    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,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=1
	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-896c3d7e-9ac5-4cbc-9a4e-f71d78dbd46c' {
	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,gpt10'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt10 --hint-efi=hd0,gpt10 --hint-baremetal=ahci0,gpt10  896c3d7e-9ac5-4cbc-9a4e-f71d78dbd46c
	else
	  search --no-floppy --fs-uuid --set=root 896c3d7e-9ac5-4cbc-9a4e-f71d78dbd46c
	fi
        linux	/boot/vmlinuz-4.15.0-42-generic root=UUID=896c3d7e-9ac5-4cbc-9a4e-f71d78dbd46c ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-4.15.0-42-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-896c3d7e-9ac5-4cbc-9a4e-f71d78dbd46c' {
	menuentry 'Ubuntu, with Linux 4.15.0-42-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-42-generic-advanced-896c3d7e-9ac5-4cbc-9a4e-f71d78dbd46c' {
		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,gpt10'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt10 --hint-efi=hd0,gpt10 --hint-baremetal=ahci0,gpt10  896c3d7e-9ac5-4cbc-9a4e-f71d78dbd46c
		else
		  search --no-floppy --fs-uuid --set=root 896c3d7e-9ac5-4cbc-9a4e-f71d78dbd46c
		fi
		echo	'Loading Linux 4.15.0-42-generic ...'
	        linux	/boot/vmlinuz-4.15.0-42-generic root=UUID=896c3d7e-9ac5-4cbc-9a4e-f71d78dbd46c ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-4.15.0-42-generic
	}
	menuentry 'Ubuntu, with Linux 4.15.0-42-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-42-generic-recovery-896c3d7e-9ac5-4cbc-9a4e-f71d78dbd46c' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt10'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt10 --hint-efi=hd0,gpt10 --hint-baremetal=ahci0,gpt10  896c3d7e-9ac5-4cbc-9a4e-f71d78dbd46c
		else
		  search --no-floppy --fs-uuid --set=root 896c3d7e-9ac5-4cbc-9a4e-f71d78dbd46c
		fi
		echo	'Loading Linux 4.15.0-42-generic ...'
	        linux	/boot/vmlinuz-4.15.0-42-generic root=UUID=896c3d7e-9ac5-4cbc-9a4e-f71d78dbd46c ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-4.15.0-42-generic
	}
	menuentry 'Ubuntu, with Linux 4.4.0-140-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-140-generic-advanced-896c3d7e-9ac5-4cbc-9a4e-f71d78dbd46c' {
		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,gpt10'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt10 --hint-efi=hd0,gpt10 --hint-baremetal=ahci0,gpt10  896c3d7e-9ac5-4cbc-9a4e-f71d78dbd46c
		else
		  search --no-floppy --fs-uuid --set=root 896c3d7e-9ac5-4cbc-9a4e-f71d78dbd46c
		fi
		echo	'Loading Linux 4.4.0-140-generic ...'
	        linux	/boot/vmlinuz-4.4.0-140-generic root=UUID=896c3d7e-9ac5-4cbc-9a4e-f71d78dbd46c ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-4.4.0-140-generic
	}
	menuentry 'Ubuntu, with Linux 4.4.0-140-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-140-generic-recovery-896c3d7e-9ac5-4cbc-9a4e-f71d78dbd46c' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt10'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt10 --hint-efi=hd0,gpt10 --hint-baremetal=ahci0,gpt10  896c3d7e-9ac5-4cbc-9a4e-f71d78dbd46c
		else
		  search --no-floppy --fs-uuid --set=root 896c3d7e-9ac5-4cbc-9a4e-f71d78dbd46c
		fi
		echo	'Loading Linux 4.4.0-140-generic ...'
	        linux	/boot/vmlinuz-4.4.0-140-generic root=UUID=896c3d7e-9ac5-4cbc-9a4e-f71d78dbd46c ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-4.4.0-140-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/25_custom ###

menuentry "Windows UEFI bootmgfw.efi" {
search --fs-uuid --no-floppy --set=root F8C4-2F67
chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
}

menuentry "Windows Boot UEFI loader" {
search --fs-uuid --no-floppy --set=root F8C4-2F67
chainloader (${root})/EFI/Boot/bkpbootx64.efi
}

menuentry "Windows Boot UEFI fbx64.efi" {
search --fs-uuid --no-floppy --set=root F8C4-2F67
chainloader (${root})/EFI/Boot/fbx64.efi
}

menuentry "EFI/ubuntu/mmx64.efi" {
search --fs-uuid --no-floppy --set=root F8C4-2F67
chainloader (${root})/EFI/ubuntu/mmx64.efi
}
### END /etc/grub.d/25_custom ###

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

### BEGIN /etc/grub.d/30_uefi-firmware ###
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 ###
--------------------------------------------------------------------------------

=============================== sda10/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/sda10 during installation
UUID=896c3d7e-9ac5-4cbc-9a4e-f71d78dbd46c /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda11 during installation
UUID=3db27f64-e1bb-44cf-a423-ad925cfc3e1f none            swap    sw              0       0
UUID=F8C4-2F67	/boot/efi	vfat	defaults	0	1
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

 811.364665985 = 871.196176384  boot/grub/grub.cfg                             1
 808.219619751 = 867.819208704  boot/vmlinuz-4.15.0-42-generic                 1
 802.201931000 = 861.357764608  boot/vmlinuz-4.4.0-140-generic                 1
 808.219619751 = 867.819208704  vmlinuz                                        1
 802.201931000 = 861.357764608  vmlinuz.old                                    1
 799.822902679 = 858.803302400  boot/initrd.img-4.15.0-42-generic              2
 799.551753998 = 858.512158720  boot/initrd.img-4.4.0-140-generic              4
 799.822902679 = 858.803302400  initrd.img                                     2
 799.551753998 = 858.512158720  initrd.img.old                                 4


ADDITIONAL INFORMATION :
=================== log of boot-info 20181217_1335 ===================
boot-info version : 4ppa65
boot-sav version : 4ppa65
boot-sav-extra version : 4ppa65
glade2script version : 3.2.3~ppa4
boot-info is executed in installed-session (Ubuntu 18.04.1 LTS, bionic, Ubuntu, x86_64)
CPU op-mode(s):      32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-4.15.0-42-generic root=UUID=896c3d7e-9ac5-4cbc-9a4e-f71d78dbd46c ro quiet splash vt.handoff=1
NTFS signature is missing.
Failed to mount '/dev/sda6': Argument invalide
The device '/dev/sda6' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
mount /dev/sda6 : Error code 12
mount -r /dev/sda6 /mnt/boot-sav/sda6
NTFS signature is missing.
Failed to mount '/dev/sda6': Argument invalide
The device '/dev/sda6' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
mount -r /dev/sda6 : Error code 12
NTFS signature is missing.
Failed to mount '/dev/sda7': Argument invalide
The device '/dev/sda7' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
mount /dev/sda7 : Error code 12
mount -r /dev/sda7 /mnt/boot-sav/sda7
NTFS signature is missing.
Failed to mount '/dev/sda7': Argument invalide
The device '/dev/sda7' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
mount -r /dev/sda7 : Error code 12

=================== os-prober:
/dev/sda10:L'OS actuellement utilisé - Ubuntu 18.04.1 LTS CurrentSession:linux
/dev/sda1@/EFI/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi

=================== blkid:
/dev/loop0: TYPE="squashfs"
/dev/loop1: TYPE="squashfs"
/dev/loop2: TYPE="squashfs"
/dev/sda1: LABEL="SYSTEM" UUID="F8C4-2F67" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="693a7df1-8372-444d-908e-166e11a685a7"
/dev/sda3: LABEL="OS" UUID="B072C6C272C68C92" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="e8af490a-ced8-4725-8872-a601f3b1c0ba"
/dev/sda4: UUID="D03827503827353E" TYPE="ntfs" PARTUUID="8748dd64-fadb-4303-95ea-932642608617"
/dev/sda5: LABEL="DATA" UUID="2C38F87B38F8457C" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="189c421f-31e2-4c99-9763-3d87328f65a8"
/dev/sda8: UUID="43E3D2B343C05FC2" TYPE="ntfs" PARTUUID="2b9de312-759a-46cd-b656-e98b649c5760"
/dev/sda10: UUID="896c3d7e-9ac5-4cbc-9a4e-f71d78dbd46c" TYPE="ext4" PARTUUID="84c5dbe8-5bad-4200-941b-b000de6db100"
/dev/sda11: UUID="3db27f64-e1bb-44cf-a423-ad925cfc3e1f" TYPE="swap" PARTUUID="c5d6831a-f4bf-4a06-9053-32589377304d"
/dev/sda2: PARTLABEL="Microsoft reserved partition" PARTUUID="0dbf5abd-25b1-4a57-99f3-e518e9f92213"
/dev/sda6: PARTUUID="65b8bb32-dfaa-4b05-a211-3a8b6a2d2ddf"
/dev/sda7: PARTUUID="6e6d8817-a19d-4ae9-af99-edae839935d5"
/dev/sda9: PARTUUID="fdef0e53-1ccd-451a-a760-bf065e306b6e"


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

NTFS signature is missing.
Failed to mount '/dev/sda6': Argument invalide
The device '/dev/sda6' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
mount /dev/sda6 : Error code 12
mount -r /dev/sda6 /mnt/boot-sav/sda6
NTFS signature is missing.
Failed to mount '/dev/sda6': Argument invalide
The device '/dev/sda6' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
mount -r /dev/sda6 : Error code 12
NTFS signature is missing.
Failed to mount '/dev/sda7': Argument invalide
The device '/dev/sda7' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
mount /dev/sda7 : Error code 12
mount -r /dev/sda7 /mnt/boot-sav/sda7
NTFS signature is missing.
Failed to mount '/dev/sda7': Argument invalide
The device '/dev/sda7' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
mount -r /dev/sda7 : Error code 12
Windows not detected by os-prober on sda3.
Linux not detected by os-prober on sda9. Veuillez indiquer ce message à boot.repair@gmail.com

=================== /etc/grub.d/ :
drwxr-xr-x  2 root root     4096 déc.  17 13:23 grub.d
drwxr-xr-x  2 root root     4096 déc.  17 13:21 grub.d.bak
drwxr-xr-x  2 root root     4096 déc.  14 00:01 grub.d.ori
total 80
-rwxr-xr-x 1 root root  9783 nov.   8 16:53 00_header
-rwxr-xr-x 1 root root  6258 juil. 13 15:21 05_debian_theme
-rwxr-xr-x 1 root root 12693 nov.   8 16:53 10_linux
-rwxr-xr-x 1 root root 11298 nov.   8 16:53 20_linux_xen
-rwxr-xr-x 1 root root   581 déc.  17 13:23 25_custom
-rwxr-xr-x 1 root root 12059 nov.   8 16:53 30_os-prober
-rwxr-xr-x 1 root root  1418 nov.   8 16:53 30_uefi-firmware
-rwxr-xr-x 1 root root   214 nov.   8 16:53 40_custom
-rwxr-xr-x 1 root root   216 nov.   8 16:53 41_custom
-rw-r--r-- 1 root root   483 nov.   8 16:53 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_TIMEOUT_STYLE=hidden
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 sda10: UUID=F8C4-2F67	 (sda1)
Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bkpbootx64.efi
Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/fbx64.efi
Presence of bkp file detected: /boot/efi/EFI/Boot/bkpbootx64.efi

=================== /etc/grub.d/ :
drwxr-xr-x  2 root root     4096 déc.  17 13:23 grub.d
drwxr-xr-x  2 root root     4096 déc.  17 13:21 grub.d.bak
drwxr-xr-x  2 root root     4096 déc.  14 00:01 grub.d.ori
total 80
-rwxr-xr-x 1 root root  9783 nov.   8 16:53 00_header
-rwxr-xr-x 1 root root  6258 juil. 13 15:21 05_debian_theme
-rwxr-xr-x 1 root root 12693 nov.   8 16:53 10_linux
-rwxr-xr-x 1 root root 11298 nov.   8 16:53 20_linux_xen
-rwxr-xr-x 1 root root   581 déc.  17 13:23 25_custom
-rwxr-xr-x 1 root root 12059 nov.   8 16:53 30_os-prober
-rwxr-xr-x 1 root root  1418 nov.   8 16:53 30_uefi-firmware
-rwxr-xr-x 1 root root   214 nov.   8 16:53 40_custom
-rwxr-xr-x 1 root root   216 nov.   8 16:53 41_custom
-rw-r--r-- 1 root root   483 nov.   8 16:53 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_TIMEOUT_STYLE=hidden
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 sda9: UUID=F8C4-2F67	 (sda1)
/usr/share/boot-sav/bs-cmd_terminal.sh: ligne 179: avertissement : command substitution: ignored null byte in input

=================== efibootmgr -v
BootCurrent: 0001
Timeout: 1 seconds
BootOrder: 0001,0005,0002,0000,0003,0008
Boot0000* Windows Boot Manager	HD(1,GPT,693a7df1-8372-444d-908e-166e11a685a7,0x800,0x82000)/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.}...9................
Boot0001* ubuntu	HD(1,GPT,693a7df1-8372-444d-908e-166e11a685a7,0x800,0x82000)/File(EFIUBUNTUSHIMX64.EFI)
Boot0002* Windows Boot Manager	HD(1,GPT,693a7df1-8372-444d-908e-166e11a685a7,0x800,0x82000)/File(EFIMICROSOFTBOOTBOOTMGFW.EFI)..BO
Boot0003* CD/DVD Drive	BBS(CDROM,,0x0)..GO..NO........o.T.S.S.T.c.o.r.p. .C.D.D.V.D.W. .S.U.-.2.2.8.G.B....................A...........................>..Gd-.;.A..MQ..L.1.S.G.8.Y.6.G.F.0.6.5.0.M.Z. . . . . . ........BO..NO........c.L.i.n.u.x. .F.i.l.e.-.C.D. .G.a.d.g.e.t. .0.4.0.4....................A.......................6..Gd-.;.A..MQ..L.C.L.C.D.U.1.8.6.2.6.0.0.9.5.9.9........BO
Boot0005* Hard Drive	BBS(HD,,0x0)..GO..NO........o.H.G.S.T. .H.T.S.5.4.1.0.1.0.A.9.E.6.8.0....................A...........................>..Gd-.;.A..MQ..L. . . . . . .A.J.0.1.C.0.0.C.6.3.Z.3.M.D........BO
Boot0008* ubuntu	HD(1,GPT,693a7df1-8372-444d-908e-166e11a685a7,0x800,0x82000)/File(EFIUBUNTUGRUBX64.EFI)..BO

=================== UEFI/Legacy mode:
BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
SecureBoot disabled. (maybe sec-boot, Veuillez indiquer ce message à boot.repair@gmail.com)


=================== PARTITIONS & DISKS:
sda10	: sda,	not-sepboot,	grubenv-ok	grub2,	signed grub-efi ,	update-grub,	64,	with-boot,	is-os,	not--efi--part,	fstab-without-boot,	fstab-has-goodEFI,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	apt-get,	grub-install,	with--usr,	fstab-without-usr,	not-sep-usr,	standard,	farbios,	notbiosboot, .
sda1	: 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,	notbiosboot, /boot/efi.
sda3	: sda,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	is-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	haswinload,	no-recov-nor-hid,	bootmgr,	is-winboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	notbiosboot, /mnt/boot-sav/sda3.
sda4	: sda,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	recovery-or-hidden,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	notbiosboot, /mnt/boot-sav/sda4.
sda5	: sda,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	notbiosboot, /mnt/boot-sav/sda5.
sda8	: sda,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	notbiosboot, /mnt/boot-sav/sda8.
sda6	: 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,	notbiosboot, /mnt/boot-sav/sda6.
sda7	: 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,	notbiosboot, /mnt/boot-sav/sda7.
sda9	: sda,	not-sepboot,	grubenv-ok	grub2,	signed grub-efi ,	update-grub,	64,	with-boot,	is-os,	not--efi--part,	fstab-without-boot,	fstab-has-goodEFI,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	apt-get,	grub-install,	with--usr,	fstab-without-usr,	not-sep-usr,	standard,	farbios,	is-biosboot, .

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


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

BYT;
/dev/sda:1000GB:scsi:512:4096:gpt:ATA HGST HTS541010A9:;
1:1049kB:274MB:273MB:fat32:EFI system partition:boot, esp;
2:274MB:290MB:16.8MB::Microsoft reserved partition:msftres;
3:290MB:399GB:399GB:ntfs:Basic data partition:msftdata;
4:399GB:400GB:962MB:ntfs::hidden, diag;
5:400GB:705GB:305GB:ntfs:Basic data partition:msftdata;
6:705GB:705GB:1049kB:::;
7:705GB:705GB:1049kB:::;
8:705GB:858GB:153GB:ntfs::;
9:858GB:858GB:1049kB:::bios_grub;
10:858GB:994GB:136GB:ext4::;
11:994GB:1000GB:6335MB:linux-swap(v1)::;

=================== lsblk:
KNAME TYPE FSTYPE     SIZE LABEL
loop0 loop squashfs  89,5M
loop1 loop squashfs   7,5M
loop2 loop squashfs    20K
sda   disk          931,5G
sda1  part vfat       260M SYSTEM
sda2  part             16M
sda3  part ntfs     371,4G OS
sda4  part ntfs       917M
sda5  part ntfs       284G DATA
sda6  part              1M
sda7  part              1M
sda8  part ntfs     142,6G
sda9  part              1M
sda10 part ext4     126,4G
sda11 part swap       5,9G
sr0   rom            1024M

KNAME ROTA RO RM STATE   MOUNTPOINT
loop0    1  1  0         /snap/core/6034
loop1    1  1  0         /snap/canonical-livepatch/54
loop2    1  1  0         /snap/hello-world/27
sda      1  0  0 running
sda1     1  0  0         /boot/efi
sda2     1  0  0
sda3     1  0  0         /mnt/boot-sav/sda3
sda4     1  0  0         /mnt/boot-sav/sda4
sda5     1  0  0         /mnt/boot-sav/sda5
sda6     1  0  0
sda7     1  0  0
sda8     1  0  0         /mnt/boot-sav/sda8
sda9     1  0  0
sda10    1  0  0         /
sda11    1  0  0         [SWAP]
sr0      1  0  1 running


=================== 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=2970464k,nr_inodes=742616,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=600144k,mode=755)
/dev/sda10 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/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,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/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
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/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=33,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=15725)
mqueue on /dev/mqueue type mqueue (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
/var/lib/snapd/snaps/core_6034.snap on /snap/core/6034 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/canonical-livepatch_54.snap on /snap/canonical-livepatch/54 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/hello-world_27.snap on /snap/hello-world/27 type squashfs (ro,nodev,relatime,x-gdu.hide)
/dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
tmpfs on /run/snapd/ns type tmpfs (rw,nosuid,noexec,relatime,size=600144k,mode=755)
nsfs on /run/snapd/ns/canonical-livepatch.mnt type nsfs (rw)
tmpfs on /run/user/122 type tmpfs (rw,nosuid,nodev,relatime,size=600140k,mode=700,uid=122,gid=129)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=600140k,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/sda3 on /mnt/boot-sav/sda3 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sda4 on /mnt/boot-sav/sda4 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sda5 on /mnt/boot-sav/sda5 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sda8 on /mnt/boot-sav/sda8 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)


=================== ls:
/sys/block/sda (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity power queue range removable ro sda1 sda10 sda11 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9 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 hidden holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered):  acpi_thermal_rel autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 drm_dp_aux1 dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hidraw1 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 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 sda10 sda11 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout tpm0 tpmrm0 uhid uinput urandom usb userio v4l vfio vga_arbiter vhci vhost-net vhost-vsock video0 zero
ls /dev/mapper:  control

=================== hexdump -n512 -C /dev/sda1
00000000  eb 58 90 4d 53 44 4f 53  35 2e 30 00 02 08 fe 1b  |.X.MSDOS5.0.....|
00000010  02 00 00 00 00 f8 00 00  3f 00 ff 00 00 08 00 00  |........?.......|
00000020  00 20 08 00 01 02 00 00  00 00 00 00 02 00 00 00  |. ..............|
00000030  01 00 06 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000040  80 01 29 67 2f c4 f8 4e  4f 20 4e 41 4d 45 20 20  |..)g/..NO NAME  |
00000050  20 20 46 41 54 33 32 20  20 20 33 c9 8e d1 bc f4  |  FAT32   3.....|
00000060  7b 8e c1 8e d9 bd 00 7c  88 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 44 69  |..............Di|
000001b0  73 6b 20 65 72 72 6f 72  ff 0d 0a 50 72 65 73 73  |sk error...Press|
000001c0  20 61 6e 79 20 6b 65 79  20 74 6f 20 72 65 73 74  | any key to rest|
000001d0  61 72 74 0d 0a 00 00 00  00 00 00 00 00 00 00 00  |art.............|
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 b9 01 00 00 55 aa  |..............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 a8 08 00  |........?.......|
00000020  00 00 00 00 80 00 80 00  07 0e 6e 2e 00 00 00 00  |..........n.....|
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  92 8c c6 72 c2 c6 72 b0  |...........r..r.|
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 41 20 64 69  |............A di|
00000190  73 6b 20 72 65 61 64 20  65 72 72 6f 72 20 6f 63  |sk read error oc|
000001a0  63 75 72 72 65 64 00 0d  0a 42 4f 4f 54 4d 47 52  |curred...BOOTMGR|
000001b0  20 69 73 20 63 6f 6d 70  72 65 73 73 65 64 00 0d  | is compressed..|
000001c0  0a 50 72 65 73 73 20 43  74 72 6c 2b 41 6c 74 2b  |.Press Ctrl+Alt+|
000001d0  44 65 6c 20 74 6f 20 72  65 73 74 61 72 74 0d 0a  |Del to restart..|
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  a7 01 bf 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 76 2e  |........?.....v.|
00000020  00 00 00 00 80 00 80 00  ff a7 1c 00 00 00 00 00  |................|
00000030  aa 31 01 00 00 00 00 00  02 00 00 00 00 00 00 00  |.1..............|
00000040  f6 00 00 00 01 00 00 00  3e 35 27 38 50 27 38 d0  |........>5'8P'8.|
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/sda5
00000000  eb 52 90 4e 54 46 53 20  20 20 20 00 02 08 00 00  |.R.NTFS    .....|
00000010  00 00 00 00 00 f8 00 00  3f 00 ff 00 00 60 93 2e  |........?....`..|
00000020  00 00 00 00 80 00 80 00  c8 0d 80 23 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  7c 45 f8 38 7b f8 38 2c  |........|E.8{.8,|
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 41 20 64 69  |............A di|
00000190  73 6b 20 72 65 61 64 20  65 72 72 6f 72 20 6f 63  |sk read error oc|
000001a0  63 75 72 72 65 64 00 0d  0a 42 4f 4f 54 4d 47 52  |curred...BOOTMGR|
000001b0  20 69 73 20 63 6f 6d 70  72 65 73 73 65 64 00 0d  | is compressed..|
000001c0  0a 50 72 65 73 73 20 43  74 72 6c 2b 41 6c 74 2b  |.Press Ctrl+Alt+|
000001d0  44 65 6c 20 74 6f 20 72  65 73 74 61 72 74 0d 0a  |Del to restart..|
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  a7 01 bf 01 00 00 55 aa  |..............U.|
00000200

=================== hexdump -n512 -C /dev/sda8
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 80 13 52  |........?......R|
00000020  00 00 00 00 80 00 80 00  c8 1a d4 11 00 00 00 00  |................|
00000030  04 00 00 00 00 00 00 00  ff 00 1a 02 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  c2 5f c0 43 b3 d2 e3 43  |........._.C...C|
00000050  00 00 00 00 fa 33 c0 8e  d0 bc 00 7c fb 68 c0 07  |.....3.....|.h..|
00000060  1f 1e 68 66 00 cb 88 16  0e 00 66 81 3e 03 00 4e  |..hf......f.>..N|
00000070  54 46 53 75 15 b4 41 bb  aa 55 cd 13 72 0c 81 fb  |TFSu..A..U..r...|
00000080  55 aa 75 06 f7 c1 01 00  75 03 e9 d2 00 1e 83 ec  |U.u.....u.......|
00000090  18 68 1a 00 b4 48 8a 16  0e 00 8b f4 16 1f cd 13  |.h...H..........|
000000a0  9f 83 c4 18 9e 58 1f 72  e1 3b 06 0b 00 75 db a3  |.....X.r.;...u..|
000000b0  0f 00 c1 2e 0f 00 04 1e  5a 33 db b9 00 20 2b c8  |........Z3... +.|
000000c0  66 ff 06 11 00 03 16 0f  00 8e c2 ff 06 16 00 e8  |f...............|
000000d0  40 00 2b c8 77 ef b8 00  bb cd 1a 66 23 c0 75 2d  |@.+.w......f#.u-|
000000e0  66 81 fb 54 43 50 41 75  24 81 f9 02 01 72 1e 16  |f..TCPAu$....r..|
000000f0  68 07 bb 16 68 70 0e 16  68 09 00 66 53 66 53 66  |h...hp..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a e9 6a 01  |U...h..fa.....j.|
00000110  90 90 66 60 1e 06 66 a1  11 00 66 03 06 1c 00 1e  |..f`..f...f.....|
00000120  66 68 00 00 00 00 66 50  06 53 68 01 00 68 10 00  |fh....fP.Sh..h..|
00000130  b4 42 8a 16 0e 00 16 1f  8b f4 cd 13 66 59 5b 5a  |.B..........fY[Z|
00000140  66 59 66 59 1f 0f 82 16  00 66 ff 06 11 00 03 16  |fYfY.....f......|
00000150  0f 00 8e c2 ff 0e 16 00  75 bc 07 1f 66 61 c3 a0  |........u...fa..|
00000160  f8 01 e8 08 00 a0 fb 01  e8 02 00 eb fe b4 01 8b  |................|
00000170  f0 ac 3c 00 74 09 b4 0e  bb 07 00 cd 10 eb f2 c3  |..<.t...........|
00000180  0d 0a 41 20 64 69 73 6b  20 72 65 61 64 20 65 72  |..A disk read er|
00000190  72 6f 72 20 6f 63 63 75  72 72 65 64 00 0d 0a 42  |ror occurred...B|
000001a0  4f 4f 54 4d 47 52 20 69  73 20 6d 69 73 73 69 6e  |OOTMGR is missin|
000001b0  67 00 0d 0a 42 4f 4f 54  4d 47 52 20 69 73 20 63  |g...BOOTMGR is c|
000001c0  6f 6d 70 72 65 73 73 65  64 00 0d 0a 50 72 65 73  |ompressed...Pres|
000001d0  73 20 43 74 72 6c 2b 41  6c 74 2b 44 65 6c 20 74  |s Ctrl+Alt+Del t|
000001e0  6f 20 72 65 73 74 61 72  74 0d 0a 00 00 00 00 00  |o restart.......|
000001f0  00 00 00 00 00 00 00 00  80 9d b2 ca 00 00 55 aa  |..............U.|
00000200

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

Filesystem     Type      Size  Used Avail Use% Mounted on
udev           devtmpfs  2.9G     0  2.9G   0% /dev
tmpfs          tmpfs     587M  2.1M  585M   1% /run
/dev/sda10     ext4      125G  7.0G  111G   6% /
tmpfs          tmpfs     2.9G   71M  2.8G   3% /dev/shm
tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
tmpfs          tmpfs     2.9G     0  2.9G   0% /sys/fs/cgroup
/dev/loop0     squashfs   90M   90M     0 100% /snap/core/6034
/dev/loop1     squashfs  7.5M  7.5M     0 100% /snap/canonical-livepatch/54
/dev/loop2     squashfs  128K  128K     0 100% /snap/hello-world/27
/dev/sda1      vfat      256M   42M  215M  17% /boot/efi
tmpfs          tmpfs     587M   16K  587M   1% /run/user/122
tmpfs          tmpfs     587M   24K  587M   1% /run/user/1000
/dev/sda3      fuseblk   372G  285G   87G  77% /mnt/boot-sav/sda3
/dev/sda4      fuseblk   917M  564M  354M  62% /mnt/boot-sav/sda4
/dev/sda5      fuseblk   285G   92G  193G  33% /mnt/boot-sav/sda5
/dev/sda8      fuseblk   143G  101M  143G   1% /mnt/boot-sav/sda8

=================== fdisk -l:
Disk /dev/loop0: 89.5 MiB, 93818880 bytes, 183240 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 /dev/loop1: 7.5 MiB, 7811072 bytes, 15256 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 /dev/loop2: 20 KiB, 20480 bytes, 40 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 /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 65D0AE57-25F2-494B-87B3-CAB6467C801E

Device          Start        End   Sectors   Size Type
/dev/sda1        2048     534527    532480   260M EFI System
/dev/sda2      534528     567295     32768    16M Microsoft reserved
/dev/sda3      567296  779531783 778964488 371.4G Microsoft basic data
/dev/sda4   779532288  781410303   1878016   917M Windows recovery environment
/dev/sda5   781410304 1377005001 595594698   284G Microsoft basic data
/dev/sda6  1377005568 1377007615      2048     1M Linux filesystem
/dev/sda7  1377007616 1377009663      2048     1M Linux filesystem
/dev/sda8  1377009664 1676122824 299113161 142.6G Linux filesystem
/dev/sda9  1676124160 1676126207      2048     1M BIOS boot
/dev/sda10 1676126208 1941149695 265023488 126.4G Linux filesystem
/dev/sda11 1941149696 1953523711  12374016   5.9G Linux swap




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


=================== Final advice in case of suggested repair
N'oubliez pas de régler votre BIOS pour qu'il amorce sur le fichier sda1/efi/.../grub*.efi !

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 pense qu'il s'agit d'un portable Asus. Si tu pouvais donner le nom complet du modèle, on pourrait l'ajouter dans la Liste des portables « Asus »

Hors ligne

#12 Le 17/12/2018, à 19:09

Deaats

Re : Problème lancement windows depuis Grub

C'est bien un Asus, --> son nom complet :

Asus R511LF-DM156T

Hors ligne

#13 Le 17/12/2018, à 20:29

malbo

Re : Problème lancement windows depuis Grub

Merci,
Je viens d'ajouter ton modèle dans la Liste des portables « Asus »
Pour mémoire, ce modèle Asus R511LF-DM156T est visible sur cette page : https://www.laptopspirit.fr/164756/asus … alent.html
Il est équipé d'un processeur Intel Core i3-5010U, d'une partie graphique Intel HD 5500 intégrée sur la même puce que le processeur et aussi d'une carte graphique dédiée Nvidia GeForce 930M

Hors ligne