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.

#26 Le 21/10/2019, à 01:07

RMI973

Re : install dual boot ubuntu/win10 sur Aspire ES17 qui bloque à GRUB2

Oui, j'ai installé Refind depuis Windows (je n'y arrivais pas depuis ubuntu...) mais par contre, le menu proposé, c'est plutôt dans ce genre là :
https://www.blog-nouvelles-technologies … s-10-7.jpg

J'ai décrit plus en détail les différents menus dans mon message précédent.

En tous cas, ça ne ressemble pas à un refind normal...
Mon Refind serait mal installé ?

On dirait que oui... Du coup, j'ai refait la manip
https://doc.ubuntu-fr.org/refind#depuis_windows
et je me retrouve avec 2 boutons Refind qui m'envoient vers une réparation automatique...
Pourtant, au moment de l'installation via le Windows PowerShell, il me dit que tout va bien, opération réussies, etc... Comme j'avais vu un changement par rapport à d'habitude, je croyais que c'était bon...


Sinon, j'ai ouvert l'invite de commande Windows en tant qu'administrateur (FENÊTRE+R puis taper CMD et valider avec Ctrl+Alt+Shift) et là, ça me donne :

C:\Windows\system32>bcdedit /set {bootmgr} path \EFI\BOOT\BOOTX64.EFI/code]
L'opération a réussi.

C:\Windows\system32>

Je redémarre et là...

à nouveau la proposition "Windows 10 / Refind"

Dernière modification par RMI973 (Le 21/10/2019, à 03:14)

Hors ligne

#27 Le 21/10/2019, à 16:25

geole

Re : install dual boot ubuntu/win10 sur Aspire ES17 qui bloque à GRUB2

Bonjour.

On va  certainement réussir très rapidement.

a) Je t'ai proposé de remplacer le fichier de boot de windows par celui du grub avec cette commande

bcdedit /set {bootmgr} path \EFI\BOOT\BOOTX64.EFI

On voit que cela ne fonctionne pas.

b) Tu as installé refind via windows, ce qui est totalement normal, c'est basé sur un meilleur principe.
   - Création d'une nouvelle entrée    avec le nom du fichier de boot.
   - Mettre cette entrée prioritaire.
L'avantage de cette solution est que si l'entrée ne fonctionne pas, l'entrée officielle est toujours présente sans avoir besoin de réparer.

     L'image d'écran que tu montres, indique clairement que le refind n'a pas mis en route mais que c'est windows qui managea.
   Tu pourras le vérifier en exécutant  ce qui est décrit dans cette discussion
https://doc.ubuntu-fr.org/refind#depuis_windows

C) Conclusion: Tu as aussi un windows bridé.   La solution est d'écraser le vrai fichier de boot de windows par le fichier de boot qu'on veut utiliser: Soit  refind, soit GRUBX64.

Le problème est qu'il faut aussi être  capable de proposer windows dans la structure de boot.
Je trouve que c'est plus facile à faire avec REFIND. De plus, il me semble plus moderne avec choix par la souris, voir le doigt,  et il sait détecter immédiatement les changements sans travail préparatoire.

Il faut donc que tu fasses ce qui est décrit au paragraphe 6.9 de refind.

Voici  les commandes

1)   Booter avec le support d'installation et choisir essayer avant d'installer. Ouvrir un terminal.
2)   Monter la partition de boot avec la commande

 sudo mount -v /dev/sdb2  /mnt

3)    Par prudence, sauver le fichier de boot de windows avec cette commande

sudo cp -v /mnt/efi/Microsoft/Boot/bootmgfw.efi /mnt/efi/Microsoft/Boot/bootmgfw$(date +"-%Y-%m-%d-%H-%M-%S").efi

NOTA, si le sauvetage ne se fait pas, donne le retour de la commande

sudo   ls -Rls /mnt

4) Ouvrir le fichier de paramétrage avec cette commande

 sudo nano /mnt/efi/refind/refind.conf

5) Y insérer les lignes suivantes:

menuentry "Windows 10" {
    icon \EFI\refind\icons\os_win.png
    loader \EFI\Microsoft\Boot\bkbootmgfw.efi
}

6)  Sauvegarder le fichier et quitter nano.
7)   Mettre la structure de boot de refind dans la structure de boot de windows avec cette commande:

 sudo cp -Rv /mnt/efi/refind/* /mnt/efi/Microsoft/Boot

8)  Mettre le fichier de boot de windows à l'endroit prévu par refind avec cette commande:

 sudo cp -v /mnt/efi/Microsoft/Boot/bootmgfw.efi /mnt/efi/Microsoft/Boot/bkbootmgfw.efi

9) Mettre le fichier de boot de refind à la place de celui de windows avec cette commande:

sudo cp -v /mnt/efi/Microsoft/Boot/refind_x64.efi /mnt/efi/Microsoft/Boot/bootmgfw.efi

10) Quitter le support d'installation et booter.

Lorsque Windows fera une grosse mise à jour, il se remettra prioritaire. Il faudra de nouveau rectifier en refaisant uniquement les deux dernières commandes.

Dernière modification par geole (Le 26/10/2019, à 21:01)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

En ligne

#28 Le 26/10/2019, à 18:42

geole

Re : install dual boot ubuntu/win10 sur Aspire ES17 qui bloque à GRUB2

Bonjour
Peut-on savoir où tu en es du problème.


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

En ligne

#29 Le 26/10/2019, à 18:48

RMI973

Re : install dual boot ubuntu/win10 sur Aspire ES17 qui bloque à GRUB2

J'ai fait comme demandé :

To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.

ubuntu@ubuntu:~$ setxkbmap fr
ubuntu@ubuntu:~$  sudo mount -v /dev/sdb2  /mnt
mount: /dev/sdb2 mounted on /mnt.
ubuntu@ubuntu:~$ sudo cp -v /mnt/efi/Microsoft/Boot/bootmgfw.efi /mnt/efi/Microsoft/Boot/bootmgfw$(date +"-%Y-%m-%d-%H-%M-%S").efi
'/mnt/efi/Microsoft/Boot/bootmgfw.efi' -> '/mnt/efi/Microsoft/Boot/bootmgfw-2019-10-26-12-23-27.efi'
ubuntu@ubuntu:~$ sudo -ls -Rls /mnt
sudo: invalid option -- 'R'
usage: sudo -h | -K | -k | -V
usage: sudo -v [-AknS] [-g group] [-h host] [-p prompt] [-u user]
usage: sudo -l [-AknS] [-g group] [-h host] [-p prompt] [-U user] [-u user]
            [command]
usage: sudo [-AbEHknPS] [-r role] [-t type] [-C num] [-g group] [-h host] [-p
            prompt] [-T timeout] [-u user] [VAR=value] [-i|-s] [<command>]
usage: sudo -e [-AknS] [-r role] [-t type] [-C num] [-g group] [-h host] [-p
            prompt] [-T timeout] [-u user] file ...
ubuntu@ubuntu:~$  sudo nano /mnt/efi/refind/refind.conf
ubuntu@ubuntu:~$ 

J'arrive sur le nano :

  GNU nano 2.9.3                         /mnt/efi/refind/refind.conf                         Modified +++++++++++++ 

#
# refind.conf
# Configuration file for the rEFInd boot menu
#

# Timeout in seconds for the main menu screen. Setting the timeout to 0
# disables automatic booting (i.e., no timeout). Setting it to -1 causes
# an immediate boot to the default OS *UNLESS* a keypress is in the buffer
# when rEFInd launches, in which case that keypress is interpreted as a
# shortcut key. If no matching shortcut is found, rEFInd displays its
# menu with no timeout.
#
timeout 20

# Normally, when the timeout period has passed, rEFInd boots the
# default_selection. If the following option is uncommented, though,
# rEFInd will instead attempt to shut down the computer.
# CAUTION: MANY COMPUTERS WILL INSTEAD HANG OR REBOOT! Macs and more
# recent UEFI-based PCs are most likely to work with this feature.
# Default value is true
#
#shutdown_after_timeout

# Whether to store rEFInd's rEFInd-specific variables in NVRAM (1, true,
# or on) or in files in the "vars" subdirectory of rEFInd's directory on
# disk (0, false, or off). Using NVRAM works well with most computers;
# however, it increases wear on the motherboard's NVRAM, and if the EFI
# is buggy or the NVRAM is old and worn out, it may not work at all.
# Storing variables on disk is a viable alternative in such cases, or
# if you want to minimize wear and tear on the NVRAM; however, it won't
# work if rEFInd is stored on a filesystem that's read-only to the EFI

--------------------------# if you want to minimize wear and tear on the NVRAM; however, it won't
# work if rEFInd is stored on a filesystem that's read-only to the EFI
# (such as an HFS+ volume), and it increases the risk of filesystem
# damage. Note that this option affects ONLY rEFInd's own variables,
# such as the PreviousBoot, HiddenTags, HiddenTools, and HiddenLegacy
# variables. It does NOT affect Secure Boot or other non-rEFInd
# variables.
# Default is true
#
#use_nvram false

# Screen saver timeout; the screen blanks after the specified number of
# seconds with no keyboard input. The screen returns after most keypresses
# (unfortunately, not including modifier keys such as Shift, Control, Alt,
# or Option). Setting a value of "-1" causes rEFInd to start up with its
# screen saver active. The default is 0, which disables the screen saver.
#
#screensaver 300

# Hide user interface elements for personal preference or to increase
# security:
#  banner      - the rEFInd title banner (built-in or loaded via "banner")
#  label       - boot option text label in the menu
#  singleuser  - remove the submenu options to boot macOS in single-user
#                or verbose modes; affects ONLY macOS
#  safemode    - remove the submenu option to boot macOS in "safe mode"
#  hwtest      - the submenu option to run Apple's hardware test
#  arrows      - scroll arrows on the OS selection tag line
#  hints       - brief command summary in the menu
#  editor      - the options editor (+, F2, or Insert on boot options menu)
#  badges      - device-type badges for boot options

--------------------------#  editor      - the options editor (+, F2, or Insert on boot options menu)
#  badges      - device-type badges for boot options
#  all         - all of the above
# Default is none of these (all elements active)
#
#hideui singleuser
#hideui all

# Set the name of a subdirectory in which icons are stored. Icons must
# have the same names they have in the standard directory. The directory
# name is specified relative to the main rEFInd binary's directory. If
# an icon can't be found in the specified directory, an attempt is made
# to load it from the default directory; thus, you can replace just some
# icons in your own directory and rely on the default for others.
# Icon files may be in any supported format -- ICNS (*.icns), BMP (*.bmp),
# PNG (*.png), or JPEG (*.jpg or *.jpeg); however, rEFInd's BMP and JPEG
# implementations do not support transparency, which is highly desirable
# in icons.
# Default is "icons".
#
#icons_dir myicons
#icons_dir icons/snowy

# Use a custom title banner instead of the rEFInd icon and name. The file
# path is relative to the directory where refind.efi is located. The color
# in the top left corner of the image is used as the background color
# for the menu screens. Currently uncompressed BMP images with color
# depths of 24, 8, 4 or 1 bits are supported, as well as PNG and JPEG
# images. (ICNS images can also be used, but ICNS has limitations that
# make it a poor choice for this purpose.) PNG and JPEG support is
# limited by the underlying libraries; some files, like progressive JPEGs,
--------------------------

# make it a poor choice for this purpose.) PNG and JPEG support is
# limited by the underlying libraries; some files, like progressive JPEGs,
# will not work.
#
#banner hostname.bmp
#banner mybanner.jpg
#banner icons/snowy/banner-snowy.png

# Specify how to handle banners that aren't exactly the same as the screen
# size:
#  noscale     - Crop if too big, show with border if too small
#  fillscreen  - Fill the screen
# Default is noscale
#
#banner_scale fillscreen

# Icon sizes. All icons are square, so just one value is specified. The
# big icons are used for OS selectors in the first row and the small
# icons are used for tools on the second row. Drive-type badges are 1/4
# the size of the big icons. Legal values are 32 and above. If the icon
# files do not hold icons of the proper size, the icons are scaled to
# the specified size. The default values are 48 and 128 for small and
# big icons, respectively.
#
#small_icon_size 96
#big_icon_size 256

# Custom images for the selection background. There is a big one (144 x 144)
# for the OS icons, and a small one (64 x 64) for the function icons in the
# second row. If only a small image is given, that one is also used for
# the big icons by stretching it in the middle. If only a big one is given,
--------------------------


# second row. If only a small image is given, that one is also used for
# the big icons by stretching it in the middle. If only a big one is given,
# the built-in default will be used for the small icons. If an image other
# than the optimal size is specified, it will be scaled in a way that may
# be ugly.
#
# Like the banner option above, these options take a filename of an
# uncompressed BMP, PNG, JPEG, or ICNS image file with a color depth of
# 24, 8, 4, or 1 bits. The PNG or ICNS format is required if you need
# transparency support (to let you "see through" to a full-screen banner).
#
#selection_big   selection-big.bmp
#selection_small selection-small.bmp

# Set the font to be used for all textual displays in graphics mode.
# For best results, the font must be a PNG file with alpha channel
# transparency. It must contain ASCII characters 32-126 (space through
# tilde), inclusive, plus a glyph to be displayed in place of characters
# outside of this range, for a total of 96 glyphs. Only monospaced fonts
# are supported. Fonts may be of any size, although large fonts can
# produce display irregularities.
# The default is rEFInd's built-in font, Luxi Mono Regular 12 point.
#
#font myfont.png

# Use text mode only. When enabled, this option forces rEFInd into text mode.
# Passing this option a "0" value causes graphics mode to be used. Pasing
# it no value or any non-0 value causes text mode to be used.
# Default is to use graphics mode.
#
#textonly
--------------------------
#
#textonly

# Set the EFI text mode to be used for textual displays. This option
# takes a single digit that refers to a mode number. Mode 0 is normally
# 80x25, 1 is sometimes 80x50, and higher numbers are system-specific
# modes. Mode 1024 is a special code that tells rEFInd to not set the
# text mode; it uses whatever was in use when the program was launched.
# If you specify an invalid mode, rEFInd pauses during boot to inform
# you of valid modes.
# CAUTION: On VirtualBox, and perhaps on some real computers, specifying
# a text mode and uncommenting the "textonly" option while NOT specifying
# a resolution can result in an unusable display in the booted OS.
# Default is 1024 (no change)
#
#textmode 2

# Set the screen's video resolution. Pass this option either:
#  * two values, corresponding to the X and Y resolutions
#  * one value, corresponding to a GOP (UEFI) video mode
# Note that not all resolutions are supported. On UEFI systems, passing
# an incorrect value results in a message being shown on the screen to
# that effect, along with a list of supported modes. On EFI 1.x systems
# (e.g., Macintoshes), setting an incorrect mode silently fails. On both
# types of systems, setting an incorrect resolution results in the default
# resolution being used. A resolution of 1024x768 usually works, but higher
# values often don't.
# Default is "0 0" (use the system default resolution, usually 800x600).
#
#resolution 1024 768
#resolution 1440 900
--------------------------
#resolution 1024 768
#resolution 1440 900
#resolution 3

# Enable touch screen support. If active, this feature enables use of
# touch screen controls (as on tablets). Note, however, that not all
# tablets' EFIs provide the necessary underlying support, so this
# feature may not work for you. If it does work, you should be able
# to launch an OS or tool by touching it. In a submenu, touching
# anywhere launches the currently-selection item; there is, at present,
# no way to select a specific submenu item. This feature is mutually
# exclusive with the enable_mouse feature. If both are uncommented,
# the one read most recently takes precedence.
#
#enable_touch

# Enable mouse support. If active, this feature enables use of the
# computer's mouse. Note, however, that not all computers' EFIs
# provide the necessary underlying support, so this feature may not
# work for you. If it does work, you should be able to launch an
# OS or tool by clicking it with the mouse pointer. This feature
# is mutually exclusive with the enable_touch feature. If both
# are uncommented, the one read most recently takes precedence.
#
#enable_mouse

# Size of the mouse pointer, in pixels, per side.
# Default is 16
#
#mouse_size
--------------------------
#mouse_size

# Speed of mouse tracking. Higher numbers equate to faster
# mouse movement. This option requires that enable_mouse be
# uncommented.
# Legal values are between 1 and 32. Default is 4.
#
#mouse_speed 4

# Launch specified OSes in graphics mode. By default, rEFInd switches
# to text mode and displays basic pre-launch information when launching
# all OSes except macOS. Using graphics mode can produce a more seamless
# transition, but displays no information, which can make matters
# difficult if you must debug a problem. Also, on at least one known
# computer, using graphics mode prevents a crash when using the Linux
# kernel's EFI stub loader. You can specify an empty list to boot all
# OSes in text mode.
# Valid options:
#   osx     - macOS
#   linux   - A Linux kernel with EFI stub loader
#   elilo   - The ELILO boot loader
#   grub    - The GRUB (Legacy or 2) boot loader
#   windows - Microsoft Windows
# Default value: osx
#
#use_graphics_for osx,linux

# Which non-bootloader tools to show on the tools line, and in what
# order to display them:
#  shell            - the EFI shell (requires external program; see rEFInd
#                     documentation for details)
--------------------------


#  shell            - the EFI shell (requires external program; see rEFInd
#                     documentation for details)
#  memtest          - the memtest86 program, in EFI/tools, EFI/memtest86,
#                     EFI/memtest, EFI/tools/memtest86, or EFI/tools/memtest
#  gptsync          - the (dangerous) gptsync.efi utility (requires external
#                     program; see rEFInd documentation for details)
#  gdisk            - the gdisk partitioning program
#  apple_recovery   - boots the Apple Recovery HD partition, if present
#  windows_recovery - boots an OEM Windows recovery tool, if present
#                     (see also the windows_recovery_files option)
#  mok_tool         - makes available the Machine Owner Key (MOK) maintenance
#                     tool, MokManager.efi, used on Secure Boot systems
#  csr_rotate       - adjusts Apple System Integrity Protection (SIP)
#                     policy. Requires "csr_values" to be set.
#  about            - an "about this program" option
#  hidden_tags      - manage hidden tags
#  exit             - a tag to exit from rEFInd
#  shutdown         - shuts down the computer (a bug causes this to reboot
#                     many UEFI systems)
#  reboot           - a tag to reboot the computer
#  firmware         - a tag to reboot the computer into the firmware's
#                     user interface (ignored on older computers)
#  fwupdate         - a tag to update the firmware; launches the fwupx64.efi
#                     (or similar) program
#  netboot          - launch the ipxe.efi tool for network (PXE) booting
# Default is shell,memtest,gdisk,apple_recovery,windows_recovery,mok_tool,about,hidden_tags,shutdown,r$
#
#showtools shell, gdisk, memtest, mok_tool, apple_recovery, windows_recovery, about, hidden_tags, rebo$

# Tool binaries to be excluded from the tools line, even if the
# general class is specified in showtools. This enables trimming an
--------------------------


# Tool binaries to be excluded from the tools line, even if the
# general class is specified in showtools. This enables trimming an
# overabundance of tools, as when you see multiple mok_tool entries
# after installing multiple Linux distributions.
# Just as with dont_scan_files, you can specify a filename alone, a
# full pathname, or a volume identifier (filesystem label, partition
# name, or partition GUID) and a full pathname.
# Default is an empty list (nothing is excluded)
#
#dont_scan_tools ESP2:/EFI/ubuntu/mmx64.efi,gptsync_x64.efi

# Boot loaders that can launch a Windows restore or emergency system.
# These tend to be OEM-specific.
# Default is LRS_ESP:/EFI/Microsoft/Boot/LrsBootmgr.efi
#
#windows_recovery_files LRS_ESP:/EFI/Microsoft/Boot/LrsBootmgr.efi

# Directories in which to search for EFI drivers. These drivers can
# provide filesystem support, give access to hard disks on plug-in
# controllers, etc. In most cases none are needed, but if you add
# EFI drivers and you want rEFInd to automatically load them, you
# should specify one or more paths here. rEFInd always scans the
# "drivers" and "drivers_{arch}" subdirectories of its own installation
# directory (where "{arch}" is your architecture code); this option
# specifies ADDITIONAL directories to scan.
# Default is to scan no additional directories for EFI drivers
#
#scan_driver_dirs EFI/tools/drivers,drivers

# Which types of boot loaders to search, and in what order to display them:
#  internal      - internal EFI disk-based boot loaders
--------------------------


# Which types of boot loaders to search, and in what order to display them:
#  internal      - internal EFI disk-based boot loaders
#  external      - external EFI disk-based boot loaders
#  optical       - EFI optical discs (CD, DVD, etc.)
#  netboot       - EFI network (PXE) boot options
#  hdbios        - BIOS disk-based boot loaders
#  biosexternal  - BIOS external boot loaders (USB, eSATA, etc.)
#  cd            - BIOS optical-disc boot loaders
#  manual        - use stanzas later in this configuration file
# Note that the legacy BIOS options require firmware support, which is
# not present on all computers.
# The netboot option is experimental and relies on the ipxe.efi and
# ipxe_discover.efi program files.
# On UEFI PCs, default is internal,external,optical,manual
# On Macs, default is internal,hdbios,external,biosexternal,optical,cd,manual
#
#scanfor internal,external,optical,manual

# By default, rEFInd relies on the UEFI firmware to detect BIOS-mode boot
# devices. This sometimes doesn't detect all the available devices, though.
# For these cases, uefi_deep_legacy_scan results in a forced scan and
# modification of NVRAM variables on each boot. Adding "0", "off", or
# "false" resets to the default value. This token has no effect on Macs or
# when no BIOS-mode options are set via scanfor.
# Default is unset (or "uefi_deep_legacy_scan false")
#
#uefi_deep_legacy_scan

# Delay for the specified number of seconds before scanning disks.
# This can help some users who find that some of their disks
# (usually external or optical discs) aren't detected initially,
--------------------------


# This can help some users who find that some of their disks
# (usually external or optical discs) aren't detected initially,
# but are detected after pressing Esc.
# The default is 0.
#
#scan_delay 5

# When scanning volumes for EFI boot loaders, rEFInd always looks for
# macOS's and Microsoft Windows' boot loaders in their normal locations,
# and scans the root directory and every subdirectory of the /EFI directory
# for additional boot loaders, but it doesn't recurse into these directories.
# The also_scan_dirs token adds more directories to the scan list.
# Directories are specified relative to the volume's root directory. This
# option applies to ALL the volumes that rEFInd scans UNLESS you include
# a volume name and colon before the directory name, as in "myvol:/somedir"
# to scan the somedir directory only on the filesystem named myvol. If a
# specified directory doesn't exist, it's ignored (no error condition
# results). The default is to scan the "boot" directory in addition to
# various hard-coded directories.
#
#also_scan_dirs boot,ESP2:EFI/linux/kernels

# Partitions (or whole disks, for legacy-mode boots) to omit from scans.
# For EFI-mode scans, you normally specify a volume by its label, which you
# can obtain in an EFI shell by typing "vol", from Linux by typing
# "blkid /dev/{devicename}", or by examining the disk's label in various
# OSes' file browsers. It's also possible to identify a partition by its
# unique GUID (aka its "PARTUUID" in Linux parlance). (Note that this is
# NOT the partition TYPE CODE GUID.) This identifier can be obtained via
# "blkid" in Linux or "diskutil info {partition-id}" in macOS.
# For legacy-mode scans, you can specify any subset of the boot loader
--------------------------


# "blkid" in Linux or "diskutil info {partition-id}" in macOS.
# For legacy-mode scans, you can specify any subset of the boot loader
# description shown when you highlight the option in rEFInd.
# The default is "LRS_ESP".
#
#dont_scan_volumes "Recovery HD"

# Directories that should NOT be scanned for boot loaders. By default,
# rEFInd doesn't scan its own directory, the EFI/tools directory, the
# EFI/memtest directory, the EFI/memtest86 directory, or the
# com.apple.recovery.boot directory. Using the dont_scan_dirs option
# enables you to "blacklist" other directories; but be sure to use "+"
# as the first element if you want to continue blacklisting existing
# directories. You might use this token to keep EFI/boot/bootx64.efi out
# of the menu if that's a duplicate of another boot loader or to exclude
# a directory that holds drivers or non-bootloader utilities provided by
# a hardware manufacturer. If a directory is listed both here and in
# also_scan_dirs, dont_scan_dirs takes precedence. Note that this
# blacklist applies to ALL the filesystems that rEFInd scans, not just
# the ESP, unless you precede the directory name by a filesystem name or
# partition unique GUID, as in "myvol:EFI/somedir" to exclude EFI/somedir
# from the scan on the myvol volume but not on other volumes.
#
#dont_scan_dirs ESP:/EFI/boot,EFI/Dell,EFI/memtest86

# Files that should NOT be included as EFI boot loaders (on the
# first line of the display). If you're using a boot loader that
# relies on support programs or drivers that are installed alongside
# the main binary or if you want to "blacklist" certain loaders by
# name rather than location, use this option. Note that this will
# NOT prevent certain binaries from showing up in the second-row
--------------------------


# name rather than location, use this option. Note that this will
# NOT prevent certain binaries from showing up in the second-row
# set of tools. Most notably, various Secure Boot and recovery
# tools are present in this list, but may appear as second-row
# items.
# The file may be specified as a bare name (e.g., "notme.efi"), as
# a complete pathname (e.g., "/EFI/somedir/notme.efi"), or as a
# complete pathname with volume (e.g., "SOMEDISK:/EFI/somedir/notme.efi"
# or 2C17D5ED-850D-4F76-BA31-47A561740082:/EFI/somedir/notme.efi").
# OS tags hidden via the Delete or '-' key in the rEFInd menu are
# added to this list, but stored in NVRAM.
# The default is shim.efi,shim-fedora.efi,shimx64.efi,PreLoader.efi,
# TextMode.efi,ebounce.efi,GraphicsConsole.efi,MokManager.efi,HashTool.efi,
# HashTool-signed.efi,bootmgr.efi,fb{arch}.efi
# (where "{arch}" is the architecture code, like "x64").
#
#dont_scan_files shim.efi,MokManager.efi

# Scan for Linux kernels that lack a ".efi" filename extension. This is
# useful for better integration with Linux distributions that provide
# kernels with EFI stub loaders but that don't give those kernels filenames
# that end in ".efi", particularly if the kernels are stored on a
# filesystem that the EFI can read. When set to "1", "true", or "on", this
# option causes all files in scanned directories with names that begin with
# "vmlinuz" or "bzImage" to be included as loaders, even if they lack ".efi"
# extensions. Passing this option a "0", "false", or "off" value causes
# kernels without ".efi" extensions to NOT be scanned.
# Default is "true" -- to scan for kernels without ".efi" extensions.
#
#scan_all_linux_kernels false
--------------------------


#scan_all_linux_kernels false

# Combine all Linux kernels in a given directory into a single entry.
# When so set, the kernel with the most recent time stamp will be launched
# by default, and its filename will appear in the entry's description.
# To launch other kernels, the user must press F2 or Insert; alternate
# kernels then appear as options on the sub-menu.
# Default is "true" -- kernels are "folded" into a single menu entry.
#
#fold_linux_kernels false

# Comma-delimited list of strings to treat as if they were numbers for the
# purpose of kernel version number detection. These strings are matched on a
# first-found basis; that is, if you want to treat both "linux-lts" and
# "linux" as version strings, they MUST be specified as "linux-lts,linux",
# since if you specify it the other way, both vmlinuz-linux and
# vmlinuz-linux-lts will return with "linux" as the "version string," which
# is not what you'd want. Also, if the kernel or initrd file includes both a
# specified string and digits, the "version string" includes both. For
# instance, "vmlinuz-linux-4.8" would yield a version string of "linux-4.8".
# This option is intended for Arch and other distributions that don't include
# version numbers in their kernel filenames, but may provide other uniquely
# identifying strings for multiple kernels. If this feature causes problems
# (say, if your kernel filename includes "linux" but the initrd filename
# doesn't), be sure this is set to an empty string
# (extra_kernel_version_strings "") or comment out the option to disable it.
# Default is no extra version strings
#
#extra_kernel_version_strings linux-lts,linux

# Set the maximum number of tags that can be displayed on the screen at
--------------------------


# Set the maximum number of tags that can be displayed on the screen at
# any time. If more loaders are discovered than this value, rEFInd shows
# a subset in a scrolling list. If this value is set too high for the
# screen to handle, it's reduced to the value that the screen can manage.
# If this value is set to 0 (the default), it's adjusted to the number
# that the screen can handle.
#
#max_tags 0

# Set the default menu selection.  The available arguments match the
# keyboard accelerators available within rEFInd.  You may select the
# default loader using:
#  - A digit between 1 and 9, in which case the Nth loader in the menu
#    will be the default. 
#  - A "+" symbol at the start of the string, which refers to the most
#    recently booted loader.
#  - Any substring that corresponds to a portion of the loader's title
#    (usually the OS's name, boot loader's path, or a volume or
#    filesystem title).
# You may also specify multiple selectors by separating them with commas
# and enclosing the list in quotes. (The "+" option is only meaningful in
# this context.)
# If you follow the selector(s) with two times, in 24-hour format, the
# default will apply only between those times. The times are in the
# motherboard's time standard, whether that's UTC or local time, so if
# you use UTC, you'll need to adjust this from local time manually.
# Times may span midnight as in "23:30 00:30", which applies to 11:30 PM
# to 12:30 AM. You may specify multiple default_selection lines, in which
# case the last one to match takes precedence. Thus, you can set a main
# option without a time followed by one or more that include times to
--------------------------


# case the last one to match takes precedence. Thus, you can set a main
# option without a time followed by one or more that include times to
# set different defaults for different times of day.
# The default behavior is to boot the previously-booted OS.
#
#default_selection 1
#default_selection Microsoft
#default_selection "+,bzImage,vmlinuz"
#default_selection Maintenance 23:30 2:00
#default_selection "Maintenance,macOS" 1:00 2:30

# Enable VMX bit and lock the CPU MSR if unlocked.
# On some Intel Apple computers, the firmware does not lock the MSR 0x3A.
# The symptom on Windows is Hyper-V not working even if the CPU
# meets the minimum requirements (HW assisted virtualization and SLAT)
# DO NOT SET THIS EXCEPT ON INTEL CPUs THAT SUPPORT VMX! See
# http://www.thomas-krenn.com/en/wiki/Activating_the_Intel_VT_Virtualization_Feature
# for more on this subject.
# The default is false: Don't try to enable and lock the MSR.
#
#enable_and_lock_vmx false

# Tell a Mac's EFI that macOS is about to be launched, even when it's not.
# This option causes some Macs to initialize their hardware differently than
# when a third-party OS is launched normally. In some cases (particularly on
# Macs with multiple video cards), using this option can cause hardware to
# work that would not otherwise work. On the other hand, using this option
# when it is not necessary can cause hardware (such as keyboards and mice) to
# become inaccessible. Therefore, you should not enable this option if your
# non-Apple OSes work correctly; enable it only if you have problems with
# some hardware devices. When needed, a value of "10.9" usually works, but
--------------------------


# non-Apple OSes work correctly; enable it only if you have problems with
# some hardware devices. When needed, a value of "10.9" usually works, but
# you can experiment with other values. This feature has no effect on
# non-Apple computers.
# The default is inactive (no macOS spoofing is done).
#
#spoof_osx_version 10.9

# Set the CSR values for Apple's System Integrity Protection (SIP) feature.
# Values are one-byte (two-character) hexadecimal numbers. These values
# define which specific security features are enabled. Below are the codes
# for what the values mean. Add them up (in hexadecimal!) to set new values.
# Apple's "csrutil enable" and "csrutil disable" commands set values of 10
# and 77, respectively.
#   CSR_ALLOW_UNTRUSTED_KEXTS       0x01
#   CSR_ALLOW_UNRESTRICTED_FS       0x02
#   CSR_ALLOW_TASK_FOR_PID          0x04
#   CSR_ALLOW_KERNEL_DEBUGGER       0x08
#   CSR_ALLOW_APPLE_INTERNAL        0x10
#   CSR_ALLOW_UNRESTRICTED_DTRACE   0x20
#   CSR_ALLOW_UNRESTRICTED_NVRAM    0x40
#
#csr_values 10,77

# Include a secondary configuration file within this one. This secondary
# file is loaded as if its options appeared at the point of the "include"
# token itself, so if you want to override a setting in the main file,
# the secondary file must be referenced AFTER the setting you want to
# override. Note that the secondary file may NOT load a tertiary file.
#
#include manual.conf
--------------------------


#
#include manual.conf

# Sample manual configuration stanzas. Each begins with the "menuentry"
# keyword followed by a name that's to appear in the menu (use quotes
# if you want the name to contain a space) and an open curly brace
# ("{"). Each entry ends with a close curly brace ("}"). Common
# keywords within each stanza include:
#
#  volume    - identifies the filesystem from which subsequent files
#              are loaded. You can specify the volume by filesystem
#              label, by partition label, or by partition GUID number
#              (but NOT yet by filesystem UUID number).
#  loader    - identifies the boot loader file
#  initrd    - Specifies an initial RAM disk file
#  icon      - specifies a custom boot loader icon
#  ostype    - OS type code to determine boot options available by
#              pressing Insert. Valid values are "MacOS", "Linux",
#              "Windows", and "XOM". Case-sensitive.
#  graphics  - set to "on" to enable graphics-mode boot (useful
#              mainly for MacOS) or "off" for text-mode boot.
#              Default is auto-detected from loader filename.
#  options   - sets options to be passed to the boot loader; use
#              quotes if more than one option should be passed or
#              if any options use characters that might be changed
#              by rEFInd parsing procedures (=, /, #, or tab).
#  disabled  - use alone or set to "yes" to disable this entry.
#
# Note that you can use either DOS/Windows/EFI-style backslashes (\)
# or Unix-style forward slashes (/) as directory separators. Either
# way, all file references are on the ESP from which rEFInd was
--------------------------


# or Unix-style forward slashes (/) as directory separators. Either
# way, all file references are on the ESP from which rEFInd was
# launched.
# Use of quotes around parameters causes them to be interpreted as
# one keyword, and for parsing of special characters (spaces, =, /,
# and #) to be disabled. This is useful mainly with the "options"
# keyword. Use of quotes around parameters that specify filenames is
# permissible, but you must then use backslashes instead of slashes,
# except when you must pass a forward slash to the loader, as when
# passing a root= option to a Linux kernel.

# Below are several sample boot stanzas. All are disabled by default.
# Find one similar to what you need, copy it, remove the "disabled" line,
# and adjust the entries to suit your needs.

# A sample entry for a Linux 3.13 kernel with EFI boot stub support
# on a partition with a GUID of 904404F8-B481-440C-A1E3-11A5A954E601.
# This entry includes Linux-specific boot options and specification
# of an initial RAM disk. Note uses of Linux-style forward slashes.
# Also note that a leading slash is optional in file specifications.
menuentry Linux {
    icon EFI/refind/icons/os_linux.png
    volume 904404F8-B481-440C-A1E3-11A5A954E601
    loader bzImage-3.3.0-rc7
    initrd initrd-3.3.0.img
    options "ro root=UUID=5f96cafa-e0a7-4057-b18f-fa709db5b837"
    disabled
}

# Below is a more complex Linux example, specifically for Arch Linux.
# This example MUST be modified for your specific installation; if nothing
--------------------------


# Below is a more complex Linux example, specifically for Arch Linux.
# This example MUST be modified for your specific installation; if nothing
# else, the PARTUUID code must be changed for your disk. Because Arch Linux
# does not include version numbers in its kernel and initrd filenames, you
# may need to use manual boot stanzas when using fallback initrds or
# multiple kernels with Arch. This example is modified from one in the Arch
# wiki page on rEFInd (https://wiki.archlinux.org/index.php/rEFInd).
menuentry "Arch Linux" {
    icon     /EFI/refind/icons/os_arch.png
    volume   "Arch Linux"
    loader   /boot/vmlinuz-linux
    initrd   /boot/initramfs-linux.img
    options  "root=PARTUUID=5028fa50-0079-4c40-b240-abfaf28693ea rw add_efi_memmap"
    submenuentry "Boot using fallback initramfs" {
        initrd /boot/initramfs-linux-fallback.img
    }
    submenuentry "Boot to terminal" {
        add_options "systemd.unit=multi-user.target"
    }
    disabled
}

# A sample entry for loading Ubuntu using its standard name for
# its GRUB 2 boot loader. Note uses of Linux-style forward slashes
menuentry Ubuntu {
    loader /EFI/ubuntu/grubx64.efi
    icon /EFI/refind/icons/os_linux.png
    disabled
}

# A minimal ELILO entry, which probably offers nothing that
--------------------------


# A minimal ELILO entry, which probably offers nothing that
# auto-detection can't accomplish.
menuentry "ELILO" {
    loader \EFI\elilo\elilo.efi
    disabled
}

# Like the ELILO entry, this one offers nothing that auto-detection
# can't do; but you might use it if you want to disable auto-detection
# but still boot Windows....
menuentry "Windows 7" {
    loader \EFI\Microsoft\Boot\bootmgfw.efi
    disabled
}

# EFI shells are programs just like boot loaders, and can be
# launched in the same way. You can pass a shell the name of a
# script that it's to run on the "options" line. The script
# could initialize hardware and then launch an OS, or it could
# do something entirely different.
menuentry "Windows via shell script" {
    icon \EFI\refind\icons\os_win.png
    loader \EFI\tools\shell.efi
    options "fs0:\EFI\tools\launch_windows.nsh"
    disabled
}

# Mac OS is normally detected and run automatically; however,
# if you want to do something unusual, a manual boot stanza may
# be the way to do it. This one does nothing very unusual, but
--------------------------

# if you want to do something unusual, a manual boot stanza may
# be the way to do it. This one does nothing very unusual, but
# it may serve as a starting point. Note that you'll almost
# certainly need to change the "volume" line for this example
# to work.
menuentry "My macOS" {
    icon \EFI\refind\icons\os_mac.png
    volume "macOS boot"
    loader \System\Library\CoreServices\boot.efi
    disabled
}


+++++++++++++
^G Get Help   ^O Write Out  ^W Where Is   ^K Cut Text   ^J Justify    ^C Cur Pos    M-U Undo
^X Exit       ^R Read File  ^\ Replace    ^U Uncut Text ^T To Spell   ^_ Go To Line M-E Redo

j'ajoute donc ça à la fin :

menuentry "Windows 10" { icon \EFI\refind\icons\os_win.png loader \EFI\Microsoft\Boot\bkbootmgfw.efi}


je sauve et ferme le nano

ubuntu@ubuntu:~$  sudo cp -Rv /mnt/efi/refind/* /mnt/efi/Microsoft/Boot
'/mnt/efi/refind/BOOT.CSV' -> '/mnt/efi/Microsoft/Boot/BOOT.CSV'
'/mnt/efi/refind/drivers_aa64' -> '/mnt/efi/Microsoft/Boot/drivers_aa64'
'/mnt/efi/refind/drivers_aa64/btrfs_aa64.efi' -> '/mnt/efi/Microsoft/Boot/drivers_aa64/btrfs_aa64.efi'
'/mnt/efi/refind/drivers_aa64/ext2_aa64.efi' -> '/mnt/efi/Microsoft/Boot/drivers_aa64/ext2_aa64.efi'
'/mnt/efi/refind/drivers_aa64/ext4_aa64.efi' -> '/mnt/efi/Microsoft/Boot/drivers_aa64/ext4_aa64.efi'
'/mnt/efi/refind/drivers_aa64/hfs_aa64.efi' -> '/mnt/efi/Microsoft/Boot/drivers_aa64/hfs_aa64.efi'
'/mnt/efi/refind/drivers_aa64/iso9660_aa64.efi' -> '/mnt/efi/Microsoft/Boot/drivers_aa64/iso9660_aa64.efi'
'/mnt/efi/refind/drivers_aa64/LICENSE.txt' -> '/mnt/efi/Microsoft/Boot/drivers_aa64/LICENSE.txt'
'/mnt/efi/refind/drivers_aa64/LICENSE_GPL.txt' -> '/mnt/efi/Microsoft/Boot/drivers_aa64/LICENSE_GPL.txt'
'/mnt/efi/refind/drivers_aa64/ntfs_aa64.efi' -> '/mnt/efi/Microsoft/Boot/drivers_aa64/ntfs_aa64.efi'
'/mnt/efi/refind/drivers_aa64/reiserfs_aa64.efi' -> '/mnt/efi/Microsoft/Boot/drivers_aa64/reiserfs_aa64.efi'
'/mnt/efi/refind/drivers_ia32' -> '/mnt/efi/Microsoft/Boot/drivers_ia32'
'/mnt/efi/refind/drivers_ia32/btrfs_ia32.efi' -> '/mnt/efi/Microsoft/Boot/drivers_ia32/btrfs_ia32.efi'
'/mnt/efi/refind/drivers_ia32/ext2_ia32.efi' -> '/mnt/efi/Microsoft/Boot/drivers_ia32/ext2_ia32.efi'
'/mnt/efi/refind/drivers_ia32/ext4_ia32.efi' -> '/mnt/efi/Microsoft/Boot/drivers_ia32/ext4_ia32.efi'
'/mnt/efi/refind/drivers_ia32/hfs_ia32.efi' -> '/mnt/efi/Microsoft/Boot/drivers_ia32/hfs_ia32.efi'
'/mnt/efi/refind/drivers_ia32/iso9660_ia32.efi' -> '/mnt/efi/Microsoft/Boot/drivers_ia32/iso9660_ia32.efi'
'/mnt/efi/refind/drivers_ia32/LICENSE.txt' -> '/mnt/efi/Microsoft/Boot/drivers_ia32/LICENSE.txt'
'/mnt/efi/refind/drivers_ia32/LICENSE_GPL.txt' -> '/mnt/efi/Microsoft/Boot/drivers_ia32/LICENSE_GPL.txt'
'/mnt/efi/refind/drivers_ia32/ntfs_ia32.efi' -> '/mnt/efi/Microsoft/Boot/drivers_ia32/ntfs_ia32.efi'
'/mnt/efi/refind/drivers_ia32/reiserfs_ia32.efi' -> '/mnt/efi/Microsoft/Boot/drivers_ia32/reiserfs_ia32.efi'
'/mnt/efi/refind/drivers_x64' -> '/mnt/efi/Microsoft/Boot/drivers_x64'
'/mnt/efi/refind/drivers_x64/btrfs_x64.efi' -> '/mnt/efi/Microsoft/Boot/drivers_x64/btrfs_x64.efi'
'/mnt/efi/refind/drivers_x64/ext2_x64.efi' -> '/mnt/efi/Microsoft/Boot/drivers_x64/ext2_x64.efi'
'/mnt/efi/refind/drivers_x64/ext4_x64.efi' -> '/mnt/efi/Microsoft/Boot/drivers_x64/ext4_x64.efi'
'/mnt/efi/refind/drivers_x64/hfs_x64.efi' -> '/mnt/efi/Microsoft/Boot/drivers_x64/hfs_x64.efi'
'/mnt/efi/refind/drivers_x64/iso9660_x64.efi' -> '/mnt/efi/Microsoft/Boot/drivers_x64/iso9660_x64.efi'
'/mnt/efi/refind/drivers_x64/LICENSE.txt' -> '/mnt/efi/Microsoft/Boot/drivers_x64/LICENSE.txt'
'/mnt/efi/refind/drivers_x64/LICENSE_GPL.txt' -> '/mnt/efi/Microsoft/Boot/drivers_x64/LICENSE_GPL.txt'
'/mnt/efi/refind/drivers_x64/ntfs_x64.efi' -> '/mnt/efi/Microsoft/Boot/drivers_x64/ntfs_x64.efi'
'/mnt/efi/refind/drivers_x64/reiserfs_x64.efi' -> '/mnt/efi/Microsoft/Boot/drivers_x64/reiserfs_x64.efi'
'/mnt/efi/refind/icons' -> '/mnt/efi/Microsoft/Boot/icons'
'/mnt/efi/refind/icons/README' -> '/mnt/efi/Microsoft/Boot/icons/README'
'/mnt/efi/refind/icons/arrow_left.png' -> '/mnt/efi/Microsoft/Boot/icons/arrow_left.png'
'/mnt/efi/refind/icons/arrow_right.png' -> '/mnt/efi/Microsoft/Boot/icons/arrow_right.png'
'/mnt/efi/refind/icons/boot_linux.png' -> '/mnt/efi/Microsoft/Boot/icons/boot_linux.png'
'/mnt/efi/refind/icons/boot_win.png' -> '/mnt/efi/Microsoft/Boot/icons/boot_win.png'
'/mnt/efi/refind/icons/func_about.png' -> '/mnt/efi/Microsoft/Boot/icons/func_about.png'
'/mnt/efi/refind/icons/func_csr_rotate.png' -> '/mnt/efi/Microsoft/Boot/icons/func_csr_rotate.png'
'/mnt/efi/refind/icons/func_exit.png' -> '/mnt/efi/Microsoft/Boot/icons/func_exit.png'
'/mnt/efi/refind/icons/func_firmware.png' -> '/mnt/efi/Microsoft/Boot/icons/func_firmware.png'
'/mnt/efi/refind/icons/func_hidden.png' -> '/mnt/efi/Microsoft/Boot/icons/func_hidden.png'
'/mnt/efi/refind/icons/func_reset.png' -> '/mnt/efi/Microsoft/Boot/icons/func_reset.png'
'/mnt/efi/refind/icons/func_shutdown.png' -> '/mnt/efi/Microsoft/Boot/icons/func_shutdown.png'
'/mnt/efi/refind/icons/licenses' -> '/mnt/efi/Microsoft/Boot/icons/licenses'
'/mnt/efi/refind/icons/licenses/cc-3.0.txt' -> '/mnt/efi/Microsoft/Boot/icons/licenses/cc-3.0.txt'
'/mnt/efi/refind/icons/licenses/cc-by-sa-4.0.txt' -> '/mnt/efi/Microsoft/Boot/icons/licenses/cc-by-sa-4.0.txt'
'/mnt/efi/refind/icons/licenses/gpl-2.0.txt' -> '/mnt/efi/Microsoft/Boot/icons/licenses/gpl-2.0.txt'
'/mnt/efi/refind/icons/licenses/lgpl-3.0.txt' -> '/mnt/efi/Microsoft/Boot/icons/licenses/lgpl-3.0.txt'
'/mnt/efi/refind/icons/mouse.png' -> '/mnt/efi/Microsoft/Boot/icons/mouse.png'
'/mnt/efi/refind/icons/os_arch.png' -> '/mnt/efi/Microsoft/Boot/icons/os_arch.png'
'/mnt/efi/refind/icons/os_artful.png' -> '/mnt/efi/Microsoft/Boot/icons/os_artful.png'
'/mnt/efi/refind/icons/os_bionic.png' -> '/mnt/efi/Microsoft/Boot/icons/os_bionic.png'
'/mnt/efi/refind/icons/os_centos.png' -> '/mnt/efi/Microsoft/Boot/icons/os_centos.png'
'/mnt/efi/refind/icons/os_chakra.png' -> '/mnt/efi/Microsoft/Boot/icons/os_chakra.png'
'/mnt/efi/refind/icons/os_chrome.png' -> '/mnt/efi/Microsoft/Boot/icons/os_chrome.png'
'/mnt/efi/refind/icons/os_clover.png' -> '/mnt/efi/Microsoft/Boot/icons/os_clover.png'
'/mnt/efi/refind/icons/os_crunchbang.png' -> '/mnt/efi/Microsoft/Boot/icons/os_crunchbang.png'
'/mnt/efi/refind/icons/os_debian.png' -> '/mnt/efi/Microsoft/Boot/icons/os_debian.png'
'/mnt/efi/refind/icons/os_devuan.png' -> '/mnt/efi/Microsoft/Boot/icons/os_devuan.png'
'/mnt/efi/refind/icons/os_elementary.png' -> '/mnt/efi/Microsoft/Boot/icons/os_elementary.png'
'/mnt/efi/refind/icons/os_fedora.png' -> '/mnt/efi/Microsoft/Boot/icons/os_fedora.png'
'/mnt/efi/refind/icons/os_freebsd.png' -> '/mnt/efi/Microsoft/Boot/icons/os_freebsd.png'
'/mnt/efi/refind/icons/os_frugalware.png' -> '/mnt/efi/Microsoft/Boot/icons/os_frugalware.png'
'/mnt/efi/refind/icons/os_gentoo.png' -> '/mnt/efi/Microsoft/Boot/icons/os_gentoo.png'
'/mnt/efi/refind/icons/os_gummiboot.png' -> '/mnt/efi/Microsoft/Boot/icons/os_gummiboot.png'
'/mnt/efi/refind/icons/os_haiku.png' -> '/mnt/efi/Microsoft/Boot/icons/os_haiku.png'
'/mnt/efi/refind/icons/os_hwtest.png' -> '/mnt/efi/Microsoft/Boot/icons/os_hwtest.png'
'/mnt/efi/refind/icons/os_kubuntu.png' -> '/mnt/efi/Microsoft/Boot/icons/os_kubuntu.png'
'/mnt/efi/refind/icons/os_legacy.png' -> '/mnt/efi/Microsoft/Boot/icons/os_legacy.png'
'/mnt/efi/refind/icons/os_linux.png' -> '/mnt/efi/Microsoft/Boot/icons/os_linux.png'
'/mnt/efi/refind/icons/os_linuxmint.png' -> '/mnt/efi/Microsoft/Boot/icons/os_linuxmint.png'
'/mnt/efi/refind/icons/os_lubuntu.png' -> '/mnt/efi/Microsoft/Boot/icons/os_lubuntu.png'
'/mnt/efi/refind/icons/os_mac.png' -> '/mnt/efi/Microsoft/Boot/icons/os_mac.png'
'/mnt/efi/refind/icons/os_mageia.png' -> '/mnt/efi/Microsoft/Boot/icons/os_mageia.png'
'/mnt/efi/refind/icons/os_mandriva.png' -> '/mnt/efi/Microsoft/Boot/icons/os_mandriva.png'
'/mnt/efi/refind/icons/os_netbsd.png' -> '/mnt/efi/Microsoft/Boot/icons/os_netbsd.png'
'/mnt/efi/refind/icons/os_network.png' -> '/mnt/efi/Microsoft/Boot/icons/os_network.png'
'/mnt/efi/refind/icons/os_opensuse.png' -> '/mnt/efi/Microsoft/Boot/icons/os_opensuse.png'
'/mnt/efi/refind/icons/os_redhat.png' -> '/mnt/efi/Microsoft/Boot/icons/os_redhat.png'
'/mnt/efi/refind/icons/os_refind.png' -> '/mnt/efi/Microsoft/Boot/icons/os_refind.png'
'/mnt/efi/refind/icons/os_refit.png' -> '/mnt/efi/Microsoft/Boot/icons/os_refit.png'
'/mnt/efi/refind/icons/os_slackware.png' -> '/mnt/efi/Microsoft/Boot/icons/os_slackware.png'
'/mnt/efi/refind/icons/os_suse.png' -> '/mnt/efi/Microsoft/Boot/icons/os_suse.png'
'/mnt/efi/refind/icons/os_systemd.png' -> '/mnt/efi/Microsoft/Boot/icons/os_systemd.png'
'/mnt/efi/refind/icons/os_trusty.png' -> '/mnt/efi/Microsoft/Boot/icons/os_trusty.png'
'/mnt/efi/refind/icons/os_ubuntu.png' -> '/mnt/efi/Microsoft/Boot/icons/os_ubuntu.png'
'/mnt/efi/refind/icons/os_unknown.png' -> '/mnt/efi/Microsoft/Boot/icons/os_unknown.png'
'/mnt/efi/refind/icons/os_void.png' -> '/mnt/efi/Microsoft/Boot/icons/os_void.png'
'/mnt/efi/refind/icons/os_win.png' -> '/mnt/efi/Microsoft/Boot/icons/os_win.png'
'/mnt/efi/refind/icons/os_win8.png' -> '/mnt/efi/Microsoft/Boot/icons/os_win8.png'
'/mnt/efi/refind/icons/os_xenial.png' -> '/mnt/efi/Microsoft/Boot/icons/os_xenial.png'
'/mnt/efi/refind/icons/os_xubuntu.png' -> '/mnt/efi/Microsoft/Boot/icons/os_xubuntu.png'
'/mnt/efi/refind/icons/os_zesty.png' -> '/mnt/efi/Microsoft/Boot/icons/os_zesty.png'
'/mnt/efi/refind/icons/tool_apple_rescue.png' -> '/mnt/efi/Microsoft/Boot/icons/tool_apple_rescue.png'
'/mnt/efi/refind/icons/tool_fwupdate.png' -> '/mnt/efi/Microsoft/Boot/icons/tool_fwupdate.png'
'/mnt/efi/refind/icons/tool_memtest.png' -> '/mnt/efi/Microsoft/Boot/icons/tool_memtest.png'
'/mnt/efi/refind/icons/tool_mok_tool.png' -> '/mnt/efi/Microsoft/Boot/icons/tool_mok_tool.png'
'/mnt/efi/refind/icons/tool_netboot.png' -> '/mnt/efi/Microsoft/Boot/icons/tool_netboot.png'
'/mnt/efi/refind/icons/tool_part.png' -> '/mnt/efi/Microsoft/Boot/icons/tool_part.png'
'/mnt/efi/refind/icons/tool_rescue.png' -> '/mnt/efi/Microsoft/Boot/icons/tool_rescue.png'
'/mnt/efi/refind/icons/tool_shell.png' -> '/mnt/efi/Microsoft/Boot/icons/tool_shell.png'
'/mnt/efi/refind/icons/tool_windows_rescue.png' -> '/mnt/efi/Microsoft/Boot/icons/tool_windows_rescue.png'
'/mnt/efi/refind/icons/transparent.png' -> '/mnt/efi/Microsoft/Boot/icons/transparent.png'
'/mnt/efi/refind/icons/vol_external.png' -> '/mnt/efi/Microsoft/Boot/icons/vol_external.png'
'/mnt/efi/refind/icons/vol_internal.png' -> '/mnt/efi/Microsoft/Boot/icons/vol_internal.png'
'/mnt/efi/refind/icons/vol_net.png' -> '/mnt/efi/Microsoft/Boot/icons/vol_net.png'
'/mnt/efi/refind/icons/vol_optical.png' -> '/mnt/efi/Microsoft/Boot/icons/vol_optical.png'
'/mnt/efi/refind/icons-backup' -> '/mnt/efi/Microsoft/Boot/icons-backup'
'/mnt/efi/refind/icons-backup/README' -> '/mnt/efi/Microsoft/Boot/icons-backup/README'
'/mnt/efi/refind/icons-backup/arrow_left.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/arrow_left.png'
'/mnt/efi/refind/icons-backup/arrow_right.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/arrow_right.png'
'/mnt/efi/refind/icons-backup/boot_linux.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/boot_linux.png'
'/mnt/efi/refind/icons-backup/boot_win.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/boot_win.png'
'/mnt/efi/refind/icons-backup/func_about.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/func_about.png'
'/mnt/efi/refind/icons-backup/func_csr_rotate.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/func_csr_rotate.png'
'/mnt/efi/refind/icons-backup/func_exit.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/func_exit.png'
'/mnt/efi/refind/icons-backup/func_firmware.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/func_firmware.png'
'/mnt/efi/refind/icons-backup/func_hidden.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/func_hidden.png'
'/mnt/efi/refind/icons-backup/func_reset.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/func_reset.png'
'/mnt/efi/refind/icons-backup/func_shutdown.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/func_shutdown.png'
'/mnt/efi/refind/icons-backup/licenses' -> '/mnt/efi/Microsoft/Boot/icons-backup/licenses'
'/mnt/efi/refind/icons-backup/licenses/cc-3.0.txt' -> '/mnt/efi/Microsoft/Boot/icons-backup/licenses/cc-3.0.txt'
'/mnt/efi/refind/icons-backup/licenses/cc-by-sa-4.0.txt' -> '/mnt/efi/Microsoft/Boot/icons-backup/licenses/cc-by-sa-4.0.txt'
'/mnt/efi/refind/icons-backup/licenses/gpl-2.0.txt' -> '/mnt/efi/Microsoft/Boot/icons-backup/licenses/gpl-2.0.txt'
'/mnt/efi/refind/icons-backup/licenses/lgpl-3.0.txt' -> '/mnt/efi/Microsoft/Boot/icons-backup/licenses/lgpl-3.0.txt'
'/mnt/efi/refind/icons-backup/mouse.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/mouse.png'
'/mnt/efi/refind/icons-backup/os_arch.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_arch.png'
'/mnt/efi/refind/icons-backup/os_artful.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_artful.png'
'/mnt/efi/refind/icons-backup/os_bionic.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_bionic.png'
'/mnt/efi/refind/icons-backup/os_centos.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_centos.png'
'/mnt/efi/refind/icons-backup/os_chakra.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_chakra.png'
'/mnt/efi/refind/icons-backup/os_chrome.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_chrome.png'
'/mnt/efi/refind/icons-backup/os_clover.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_clover.png'
'/mnt/efi/refind/icons-backup/os_crunchbang.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_crunchbang.png'
'/mnt/efi/refind/icons-backup/os_debian.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_debian.png'
'/mnt/efi/refind/icons-backup/os_devuan.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_devuan.png'
'/mnt/efi/refind/icons-backup/os_elementary.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_elementary.png'
'/mnt/efi/refind/icons-backup/os_fedora.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_fedora.png'
'/mnt/efi/refind/icons-backup/os_freebsd.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_freebsd.png'
'/mnt/efi/refind/icons-backup/os_frugalware.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_frugalware.png'
'/mnt/efi/refind/icons-backup/os_gentoo.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_gentoo.png'
'/mnt/efi/refind/icons-backup/os_gummiboot.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_gummiboot.png'
'/mnt/efi/refind/icons-backup/os_haiku.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_haiku.png'
'/mnt/efi/refind/icons-backup/os_hwtest.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_hwtest.png'
'/mnt/efi/refind/icons-backup/os_kubuntu.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_kubuntu.png'
'/mnt/efi/refind/icons-backup/os_legacy.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_legacy.png'
'/mnt/efi/refind/icons-backup/os_linux.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_linux.png'
'/mnt/efi/refind/icons-backup/os_linuxmint.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_linuxmint.png'
'/mnt/efi/refind/icons-backup/os_lubuntu.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_lubuntu.png'
'/mnt/efi/refind/icons-backup/os_mac.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_mac.png'
'/mnt/efi/refind/icons-backup/os_mageia.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_mageia.png'
'/mnt/efi/refind/icons-backup/os_mandriva.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_mandriva.png'
'/mnt/efi/refind/icons-backup/os_netbsd.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_netbsd.png'
'/mnt/efi/refind/icons-backup/os_network.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_network.png'
'/mnt/efi/refind/icons-backup/os_opensuse.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_opensuse.png'
'/mnt/efi/refind/icons-backup/os_redhat.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_redhat.png'
'/mnt/efi/refind/icons-backup/os_refind.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_refind.png'
'/mnt/efi/refind/icons-backup/os_refit.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_refit.png'
'/mnt/efi/refind/icons-backup/os_slackware.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_slackware.png'
'/mnt/efi/refind/icons-backup/os_suse.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_suse.png'
'/mnt/efi/refind/icons-backup/os_systemd.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_systemd.png'
'/mnt/efi/refind/icons-backup/os_trusty.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_trusty.png'
'/mnt/efi/refind/icons-backup/os_ubuntu.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_ubuntu.png'
'/mnt/efi/refind/icons-backup/os_unknown.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_unknown.png'
'/mnt/efi/refind/icons-backup/os_void.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_void.png'
'/mnt/efi/refind/icons-backup/os_win.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_win.png'
'/mnt/efi/refind/icons-backup/os_win8.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_win8.png'
'/mnt/efi/refind/icons-backup/os_xenial.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_xenial.png'
'/mnt/efi/refind/icons-backup/os_xubuntu.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_xubuntu.png'
'/mnt/efi/refind/icons-backup/os_zesty.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/os_zesty.png'
'/mnt/efi/refind/icons-backup/tool_apple_rescue.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/tool_apple_rescue.png'
'/mnt/efi/refind/icons-backup/tool_fwupdate.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/tool_fwupdate.png'
'/mnt/efi/refind/icons-backup/tool_memtest.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/tool_memtest.png'
'/mnt/efi/refind/icons-backup/tool_mok_tool.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/tool_mok_tool.png'
'/mnt/efi/refind/icons-backup/tool_netboot.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/tool_netboot.png'
'/mnt/efi/refind/icons-backup/tool_part.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/tool_part.png'
'/mnt/efi/refind/icons-backup/tool_rescue.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/tool_rescue.png'
'/mnt/efi/refind/icons-backup/tool_shell.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/tool_shell.png'
'/mnt/efi/refind/icons-backup/tool_windows_rescue.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/tool_windows_rescue.png'
'/mnt/efi/refind/icons-backup/transparent.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/transparent.png'
'/mnt/efi/refind/icons-backup/vol_external.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/vol_external.png'
'/mnt/efi/refind/icons-backup/vol_internal.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/vol_internal.png'
'/mnt/efi/refind/icons-backup/vol_net.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/vol_net.png'
'/mnt/efi/refind/icons-backup/vol_optical.png' -> '/mnt/efi/Microsoft/Boot/icons-backup/vol_optical.png'
'/mnt/efi/refind/keys' -> '/mnt/efi/Microsoft/Boot/keys'
'/mnt/efi/refind/keys/refind_local.cer' -> '/mnt/efi/Microsoft/Boot/keys/refind_local.cer'
'/mnt/efi/refind/keys/refind_local.crt' -> '/mnt/efi/Microsoft/Boot/keys/refind_local.crt'
'/mnt/efi/refind/keys/SLES-UEFI-CA-Certificate.cer' -> '/mnt/efi/Microsoft/Boot/keys/SLES-UEFI-CA-Certificate.cer'
'/mnt/efi/refind/keys/altlinux.cer' -> '/mnt/efi/Microsoft/Boot/keys/altlinux.cer'
'/mnt/efi/refind/keys/canonical-uefi-ca.der' -> '/mnt/efi/Microsoft/Boot/keys/canonical-uefi-ca.der'
'/mnt/efi/refind/keys/centos.cer' -> '/mnt/efi/Microsoft/Boot/keys/centos.cer'
'/mnt/efi/refind/keys/fedora-ca.cer' -> '/mnt/efi/Microsoft/Boot/keys/fedora-ca.cer'
'/mnt/efi/refind/keys/microsoft-kekca-public.der' -> '/mnt/efi/Microsoft/Boot/keys/microsoft-kekca-public.der'
'/mnt/efi/refind/keys/microsoft-pca-public.der' -> '/mnt/efi/Microsoft/Boot/keys/microsoft-pca-public.der'
'/mnt/efi/refind/keys/microsoft-uefica-public.der' -> '/mnt/efi/Microsoft/Boot/keys/microsoft-uefica-public.der'
'/mnt/efi/refind/keys/openSUSE-UEFI-CA-Certificate-4096.cer' -> '/mnt/efi/Microsoft/Boot/keys/openSUSE-UEFI-CA-Certificate-4096.cer'
'/mnt/efi/refind/keys/openSUSE-UEFI-CA-Certificate.cer' -> '/mnt/efi/Microsoft/Boot/keys/openSUSE-UEFI-CA-Certificate.cer'
'/mnt/efi/refind/keys/refind.cer' -> '/mnt/efi/Microsoft/Boot/keys/refind.cer'
'/mnt/efi/refind/refind.conf' -> '/mnt/efi/Microsoft/Boot/refind.conf'
'/mnt/efi/refind/refind.conf-sample' -> '/mnt/efi/Microsoft/Boot/refind.conf-sample'
'/mnt/efi/refind/refind_aa64.efi' -> '/mnt/efi/Microsoft/Boot/refind_aa64.efi'
'/mnt/efi/refind/refind_ia32.efi' -> '/mnt/efi/Microsoft/Boot/refind_ia32.efi'
'/mnt/efi/refind/refind_x64.efi' -> '/mnt/efi/Microsoft/Boot/refind_x64.efi'
'/mnt/efi/refind/tools_aa64' -> '/mnt/efi/Microsoft/Boot/tools_aa64'
'/mnt/efi/refind/tools_ia32' -> '/mnt/efi/Microsoft/Boot/tools_ia32'
'/mnt/efi/refind/tools_ia32/gptsync_ia32.efi' -> '/mnt/efi/Microsoft/Boot/tools_ia32/gptsync_ia32.efi'
'/mnt/efi/refind/tools_x64' -> '/mnt/efi/Microsoft/Boot/tools_x64'
'/mnt/efi/refind/tools_x64/gptsync_x64.efi' -> '/mnt/efi/Microsoft/Boot/tools_x64/gptsync_x64.efi'
ubuntu@ubuntu:~$  sudo cp -v /mnt/efi/Microsoft/Boot/bootmgfw.efi /mnt/efi/Microsoft/Boot/bkbootmgfw.efi
'/mnt/efi/Microsoft/Boot/bootmgfw.efi' -> '/mnt/efi/Microsoft/Boot/bkbootmgfw.efi'
ubuntu@ubuntu:~$ sudo cp -v /mnt/efi/Microsoft/Boot/refind_x64.efi /mnt/efi/Microsoft/Boot/bootmgfw.efi'/mnt/efi/Microsoft/Boot/refind_x64.efi' -> '/mnt/efi/Microsoft/Boot/bootmgfw.efi'
ubuntu@ubuntu:~$ 

et un boot info avant de partir...

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


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

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

sda1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  SYSLINUX 4.05 20140113
    Boot sector info:  Syslinux looks at sector 4574770 of /dev/sda1 for its 
                       second stage. SYSLINUX is installed in the  directory. 
                       No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /boot/grub/grub.cfg /syslinux/syslinux.cfg 
                       /EFI/BOOT/grubx64.efi /ldlinux.sys

sdb1: __________________________________________________________________________

    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:        

sdb2: __________________________________________________________________________

    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/Bootx64-2019-10-19-17-08-19.efi 
                       /EFI/Boot/bootx64.efi /EFI/Boot/fbx64.efi 
                       /EFI/Boot/refind_x64.efi /EFI/refind/refind_aa64.efi 
                       /EFI/refind/refind_ia32.efi /EFI/refind/refind_x64.efi 
                       /EFI/ubuntu/fwupx64.efi /EFI/ubuntu/grubx64.efi 
                       /EFI/ubuntu/mmx64.efi /EFI/ubuntu/shimx64.efi 
                       /EFI/EFI/ubuntu/grubx64.efi 
                       /EFI/Microsoft/Boot/bkbootmgfw.efi 
                       /EFI/Microsoft/Boot/bootmgfw-2019-10-26-12-23-27.efi 
                       /EFI/Microsoft/Boot/bootmgfw.efi 
                       /EFI/Microsoft/Boot/bootmgr.efi 
                       /EFI/Microsoft/Boot/memtest.efi 
                       /EFI/Microsoft/Boot/refind_aa64.efi 
                       /EFI/Microsoft/Boot/refind_ia32.efi 
                       /EFI/Microsoft/Boot/refind_x64.efi 
                       /EFI/refind/drivers_aa64/btrfs_aa64.efi 
                       /EFI/refind/drivers_aa64/ext2_aa64.efi 
                       /EFI/refind/drivers_aa64/ext4_aa64.efi 
                       /EFI/refind/drivers_aa64/hfs_aa64.efi 
                       /EFI/refind/drivers_aa64/iso9660_aa64.efi 
                       /EFI/refind/drivers_aa64/ntfs_aa64.efi 
                       /EFI/refind/drivers_aa64/reiserfs_aa64.efi 
                       /EFI/refind/drivers_ia32/btrfs_ia32.efi 
                       /EFI/refind/drivers_ia32/ext2_ia32.efi 
                       /EFI/refind/drivers_ia32/ext4_ia32.efi 
                       /EFI/refind/drivers_ia32/hfs_ia32.efi 
                       /EFI/refind/drivers_ia32/iso9660_ia32.efi 
                       /EFI/refind/drivers_ia32/ntfs_ia32.efi 
                       /EFI/refind/drivers_ia32/reiserfs_ia32.efi 
                       /EFI/refind/drivers_x64/btrfs_x64.efi 
                       /EFI/refind/drivers_x64/ext2_x64.efi 
                       /EFI/refind/drivers_x64/ext4_x64.efi 
                       /EFI/refind/drivers_x64/hfs_x64.efi 
                       /EFI/refind/drivers_x64/iso9660_x64.efi 
                       /EFI/refind/drivers_x64/ntfs_x64.efi 
                       /EFI/refind/drivers_x64/reiserfs_x64.efi 
                       /EFI/refind/tools_ia32/gptsync_ia32.efi 
                       /EFI/refind/tools_x64/gptsync_x64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/btrfs_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/ext2_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/ext4_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/hfs_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/iso9660_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/ntfs_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/reiserfs_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/btrfs_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/ext2_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/ext4_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/hfs_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/iso9660_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/ntfs_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/reiserfs_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_x64/btrfs_x64.efi 
                       /EFI/Microsoft/Boot/drivers_x64/ext2_x64.efi 
                       /EFI/Microsoft/Boot/drivers_x64/ext4_x64.efi 
                       /EFI/Microsoft/Boot/drivers_x64/hfs_x64.efi 
                       /EFI/Microsoft/Boot/drivers_x64/iso9660_x64.efi 
                       /EFI/Microsoft/Boot/drivers_x64/ntfs_x64.efi 
                       /EFI/Microsoft/Boot/drivers_x64/reiserfs_x64.efi 
                       /EFI/Microsoft/Boot/tools_ia32/gptsync_ia32.efi 
                       /EFI/Microsoft/Boot/tools_x64/gptsync_x64.efi

sdb3: __________________________________________________________________________

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

sdb4: __________________________________________________________________________

    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:        

sdb5: __________________________________________________________________________

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

============================ 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 / 512 bytes
I/O size (minimum/optimal): 4096 bytes / 33553920 bytes
Disklabel type: dos

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1    *          2,048 1,953,525,167 1,953,523,120   c W95 FAT32 (LBA)


Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 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/sdb1                   1   500,118,191   500,118,191  ee GPT


GUID Partition Table detected.

Partition  Attrs   Start Sector    End Sector  # of Sectors System
/dev/sdb1      R          2,048     1,085,439     1,083,392 Windows Recovery Environment (Windows)
/dev/sdb2             1,085,440     1,290,239       204,800 EFI System partition
/dev/sdb3             1,290,240     1,323,007        32,768 Microsoft Reserved Partition (Windows)
/dev/sdb4             1,323,008   468,660,223   467,337,216 Data partition (Windows/Linux)
/dev/sdb5           468,660,224   500,117,503    31,457,280 Data 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/loop3                                              squashfs   
/dev/loop4                                              squashfs   
/dev/loop5                                              squashfs   
/dev/loop6                                              squashfs   
/dev/loop7                                              squashfs   
/dev/loop8                                              squashfs   
/dev/sda1        ADF8-BC60                              vfat       
/dev/sdb1        1AE474FEE474DD87                       ntfs       Récupération
/dev/sdb2        EC77-0FB8                              vfat       
/dev/sdb3                                                          
/dev/sdb4        AEB09938B09907CB                       ntfs       
/dev/sdb5        0e13e9e9-298b-4cdb-a0a8-ad18f31d915b   ext4       

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

total 0
lrwxrwxrwx 1 root root  9 Oct 26 09:16 ata-HL-DT-ST_DVDRAM_GUE1N_KXFJ3784715 -> ../../sr0
lrwxrwxrwx 1 root root  9 Oct 26 16:20 ata-SSD_1TB_AA10040300125025095 -> ../../sda
lrwxrwxrwx 1 root root 10 Oct 26 16:20 ata-SSD_1TB_AA10040300125025095-part1 -> ../../sda1
lrwxrwxrwx 1 root root  9 Oct 26 16:20 ata-SanDisk_SD9SB8W256G1014_190417802429 -> ../../sdb
lrwxrwxrwx 1 root root 10 Oct 26 16:21 ata-SanDisk_SD9SB8W256G1014_190417802429-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Oct 26 16:20 ata-SanDisk_SD9SB8W256G1014_190417802429-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Oct 26 16:20 ata-SanDisk_SD9SB8W256G1014_190417802429-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Oct 26 16:21 ata-SanDisk_SD9SB8W256G1014_190417802429-part4 -> ../../sdb4
lrwxrwxrwx 1 root root 10 Oct 26 16:20 ata-SanDisk_SD9SB8W256G1014_190417802429-part5 -> ../../sdb5
lrwxrwxrwx 1 root root  9 Oct 26 09:16 wwn-0x5001480000000000 -> ../../sr0
lrwxrwxrwx 1 root root  9 Oct 26 16:20 wwn-0x5001b448b92802c0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Oct 26 16:21 wwn-0x5001b448b92802c0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Oct 26 16:20 wwn-0x5001b448b92802c0-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Oct 26 16:20 wwn-0x5001b448b92802c0-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Oct 26 16:21 wwn-0x5001b448b92802c0-part4 -> ../../sdb4
lrwxrwxrwx 1 root root 10 Oct 26 16:20 wwn-0x5001b448b92802c0-part5 -> ../../sdb5

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

Device           Mount_Point              Type       Options

/dev/loop0       /rofs                    squashfs   (ro,noatime)
/dev/sda1        /cdrom                   vfat       (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sdb2        /mnt                     vfat       (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)


=========================== sda1/boot/grub/grub.cfg: ===========================

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

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

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

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

========================= sda1/syslinux/syslinux.cfg: ==========================

--------------------------------------------------------------------------------
# D-I config version 2.0
# search path for the c32 support libraries (libcom32, libutil etc.)
path
include menu.cfg
default vesamenu.c32
prompt 0
timeout 50
ui gfxboot bootlogo
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

            ?? = ??             boot/grub/grub.cfg                             1

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

           GiB - GB             File                                 Fragment(s)

            ?? = ??             syslinux/syslinux.cfg                          1
            ?? = ??             ldlinux.sys                                    1
            ?? = ??             syslinux/chain.c32                             1
            ?? = ??             syslinux/gfxboot.c32                           1
            ?? = ??             syslinux/ldlinux.c32                           1
            ?? = ??             syslinux/libcom32.c32                          1
            ?? = ??             syslinux/libutil.c32                           1
            ?? = ??             syslinux/vesamenu.c32                          1

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

 syslinux/chain.c32                 :  not a COM32/COM32R module
 syslinux/gfxboot.c32               :  not a COM32/COM32R module
 syslinux/ldlinux.c32               :  not a COM32/COM32R module
 syslinux/libcom32.c32              :  not a COM32/COM32R module
 syslinux/libutil.c32               :  not a COM32/COM32R module
 syslinux/vesamenu.c32              :  not a COM32/COM32R module

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

--------------------------------------------------------------------------------
search.fs_uuid 0dee4fb2-8586-4f16-8a3a-6c5af429f468 root hd1,gpt5 
set prefix=($root)'/boot/grub'
--------------------------------------------------------------------------------

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

File descriptor 9 (/proc/6328/mountinfo) leaked on lvs invocation. Parent PID 16451: bash
File descriptor 63 (pipe:[121004]) leaked on lvs invocation. Parent PID 16451: bash

ADDITIONAL INFORMATION :
=================== log of boot-info 20191026_1620 ===================
boot-info version : 4ppa66
boot-sav version : 4ppa66
boot-sav-extra version : 4ppa66
glade2script version : 3.2.3~ppa4
boot-info is executed in live-session (Ubuntu 18.04.3 LTS, bionic, Ubuntu, x86_64)
CPU op-mode(s):      32-bit, 64-bit
BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
ls: cannot access '/home/usr/.config': No such file or directory

=================== os-prober:
/dev/sdb2@/EFI/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi
/dev/sdb5:Ubuntu 18.04.3 LTS (18.04):Ubuntu:linux

=================== blkid:
/dev/sda1: UUID="ADF8-BC60" TYPE="vfat" PARTUUID="000ab5b0-01"
/dev/loop0: TYPE="squashfs"
/dev/loop1: TYPE="squashfs"
/dev/loop2: TYPE="squashfs"
/dev/loop3: TYPE="squashfs"
/dev/loop4: TYPE="squashfs"
/dev/loop5: TYPE="squashfs"
/dev/loop6: TYPE="squashfs"
/dev/loop7: TYPE="squashfs"
/dev/sdb1: LABEL="RM-CM-)cupM-CM-)ration" UUID="1AE474FEE474DD87" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="286bfa71-6767-43b4-821d-246e8d205f08"
/dev/sdb2: UUID="EC77-0FB8" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="14900409-1bbb-456e-b34d-10ede1ca9ed4"
/dev/sdb4: UUID="AEB09938B09907CB" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="fc5035ee-c706-4930-b154-871964793ca7"
/dev/sdb5: UUID="0e13e9e9-298b-4cdb-a0a8-ad18f31d915b" TYPE="ext4" PARTUUID="a35817e1-44c7-49ed-8bc4-1ad8c0ff8909"
/dev/loop8: TYPE="squashfs"
/dev/sdb3: PARTLABEL="Microsoft reserved partition" PARTUUID="72e4b690-3d03-46ce-b7fd-18c5d4de83c5"


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

Windows not detected by os-prober on sdb4.
Presence of EFI/Microsoft file detected: /mnt/EFI/Microsoft/Boot/bkbootmgfw.efi
Presence of EFI/Microsoft file detected: /mnt/EFI/Microsoft/Boot/bootmgfw-2019-10-26-12-23-27.efi
Presence of EFI/Microsoft file detected: /mnt/EFI/Microsoft/Boot/bootmgfw.efi
Presence of EFI/Microsoft file detected: /mnt/EFI/Microsoft/Boot/refind_aa64.efi
Presence of EFI/Microsoft file detected: /mnt/EFI/Microsoft/Boot/refind_ia32.efi
Presence of EFI/Microsoft file detected: /mnt/EFI/Microsoft/Boot/refind_x64.efi
Presence of EFI/Boot file detected: /mnt/EFI/Boot/Bootx64-2019-10-19-17-08-19.efi
Presence of EFI/Boot file detected: /mnt/EFI/Boot/bootx64.efi
Presence of EFI/Boot file detected: /mnt/EFI/Boot/fbx64.efi
Presence of EFI/Boot file detected: /mnt/EFI/Boot/refind_x64.efi

=================== sdb5/etc/grub.d/ :
drwxr-xr-x  2 root root    4096 Aug  5 19:03 grub.d
total 80
-rwxr-xr-x 1 root root 10046 Mar 18  2019 00_header
-rwxr-xr-x 1 root root  6258 Mar 18  2019 05_debian_theme
-rwxr-xr-x 1 root root 12693 Mar 18  2019 10_linux
-rwxr-xr-x 1 root root 11298 Mar 18  2019 20_linux_xen
-rwxr-xr-x 1 root root  1992 Jan 28  2016 20_memtest86+
-rwxr-xr-x 1 root root 12059 Mar 18  2019 30_os-prober
-rwxr-xr-x 1 root root  1418 Mar 18  2019 30_uefi-firmware
-rwxr-xr-x 1 root root   214 Mar 18  2019 40_custom
-rwxr-xr-x 1 root root   216 Mar 18  2019 41_custom
-rw-r--r-- 1 root root   483 Mar 18  2019 README




=================== sdb5/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=0
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 sdb5: UUID=EC77-0FB8   (sdb2)
/usr/share/boot-sav/bs-cmd_terminal.sh: line 179: warning: command substitution: ignored null byte in input

=================== efibootmgr -v
BootCurrent: 0000
Timeout: 0 seconds
BootOrder: 0001,0000,2001,2002,2003
Boot0000* Linux	HD(1,MBR,0xab5b0,0x800,0x747065b0)/File(EFIBootgrubx64.efi)RC
Boot0001* Windows Boot Manager	HD(2,GPT,14900409-1bbb-456e-b34d-10ede1ca9ed4,0x109000,0x32000)/File(EFIMicrosoftBootbootmgfw.efi)RC
Boot0002* Unknown Device: 	HD(2,GPT,14900409-1bbb-456e-b34d-10ede1ca9ed4,0x109000,0x32000)/File(EFIubuntushimx64.efi)RC
Boot2001* EFI USB Device	RC
Boot2002* EFI DVD/CDROM	RC
Boot2003* EFI Network	RC

=================== UEFI/Legacy mode:
BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
SecureBoot disabled. (maybe sec-boot, Please report this message to boot.repair@gmail.com)


=================== PARTITIONS & DISKS:
sdb1	: sdb,	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,	notbiosboot, /mnt/boot-sav/sdb1.
sdb2	: sdb,	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, /mnt.
sdb4	: sdb,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	is-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	haswinload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	notbiosboot, /mnt/boot-sav/sdb4.
sdb5	: sdb,	not-sepboot,	grubenv-ok	grub2,	grub-pc 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, /mnt/boot-sav/sdb5.

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


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

BYT;
/dev/sda:1000GB:scsi:512:512:msdos:SSD 1TB :;
1:1049kB:1000GB:1000GB:fat32::boot, lba;

BYT;
/dev/sdb:256GB:scsi:512:512:gpt:ATA SanDisk SD9SB8W2:;
1:1049kB:556MB:555MB:ntfs:Basic data partition:hidden, diag;
2:556MB:661MB:105MB:fat32:EFI system partition:boot, esp;
3:661MB:677MB:16.8MB::Microsoft reserved partition:msftres;
4:677MB:240GB:239GB:ntfs:Basic data partition:msftdata;
5:240GB:256GB:16.1GB:ext4::;

=================== lsblk:
KNAME TYPE FSTYPE     SIZE LABEL
loop0 loop squashfs   1.9G
loop1 loop squashfs  88.5M
loop2 loop squashfs  54.4M
loop3 loop squashfs  42.8M
loop4 loop squashfs 149.9M
loop5 loop squashfs     4M
loop6 loop squashfs  14.8M
loop7 loop squashfs  1008K
loop8 loop squashfs   3.7M
sda   disk          931.5G
sda1  part vfat     931.5G
sdb   disk          238.5G
sdb1  part ntfs       529M Récupération
sdb2  part vfat       100M
sdb3  part             16M
sdb4  part ntfs     222.9G
sdb5  part ext4        15G
sr0   rom            1024M

KNAME ROTA RO RM STATE   MOUNTPOINT
loop0    1  1  0         /rofs
loop1    1  1  0         /snap/core/7270
loop2    1  1  0         /snap/core18/1066
loop3    1  1  0         /snap/gtk-common-themes/1313
loop4    1  1  0         /snap/gnome-3-28-1804/67
loop5    1  1  0         /snap/gnome-calculator/406
loop6    1  1  0         /snap/gnome-characters/296
loop7    1  1  0         /snap/gnome-logs/61
loop8    1  1  0         /snap/gnome-system-monitor/100
sda      0  0  0 running
sda1     0  0  0         /cdrom
sdb      0  0  0 running
sdb1     0  0  0         /mnt/boot-sav/sdb1
sdb2     0  0  0         /mnt
sdb3     0  0  0
sdb4     0  0  0         /mnt/boot-sav/sdb4
sdb5     0  0  0         /mnt/boot-sav/sdb5
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=1903556k,nr_inodes=475889,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=385664k,mode=755)
/dev/sda1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/loop0 on /rofs type squashfs (ro,noatime)
/cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
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/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
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/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
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/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
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)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=39,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=16891)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=385660k,mode=700,uid=999,gid=999)
gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
/var/lib/snapd/snaps/core_7270.snap on /snap/core/7270 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/core18_1066.snap on /snap/core18/1066 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gtk-common-themes_1313.snap on /snap/gtk-common-themes/1313 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-3-28-1804_67.snap on /snap/gnome-3-28-1804/67 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-calculator_406.snap on /snap/gnome-calculator/406 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-characters_296.snap on /snap/gnome-characters/296 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-logs_61.snap on /snap/gnome-logs/61 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-system-monitor_100.snap on /snap/gnome-system-monitor/100 type squashfs (ro,nodev,relatime,x-gdu.hide)
/dev/sdb2 on /mnt type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sdb1 on /mnt/boot-sav/sdb1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sdb4 on /mnt/boot-sav/sdb4 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sdb5 on /mnt/boot-sav/sdb5 type ext4 (rw,relatime)


=================== 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 mq power queue range removable ro sda1 size slaves stat subsystem trace uevent
/sys/block/sdb (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity mq power queue range removable ro sdb1 sdb2 sdb3 sdb4 sdb5 size slaves stat subsystem trace uevent
/sys/block/sr0 (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity mq 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 dvd dvdrw ecryptfs fb0 fd full fuse gpiochip0 hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 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 sdb sdb1 sdb2 sdb3 sdb4 sdb5 sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout tpm0 tpmrm0 udmabuf uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net vhost-vsock video0 video1 zero
ls /dev/mapper:  control

=================== hexdump -n512 -C /dev/sdb1
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 87 10 00 00 00 00 00  |................|
00000030  55 b0 00 00 00 00 00 00  02 00 00 00 00 00 00 00  |U...............|
00000040  f6 00 00 00 01 00 00 00  87 dd 74 e4 fe 74 e4 1a  |..........t..t..|
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/sdb2
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 90 10 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 b8 0f 77 ec 4e  4f 20 4e 41 4d 45 20 20  |..)..w.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/sdb4
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 30 14 00  |........?....0..|
00000020  00 00 00 00 80 00 80 00  ff ff da 1b 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  cb 07 99 b0 38 99 b0 ae  |............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

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

Filesystem     Type      Size  Used Avail Use% Mounted on
udev           devtmpfs  1.9G     0  1.9G   0% /dev
tmpfs          tmpfs     377M  1.7M  376M   1% /run
/dev/sda1      vfat      932G  3.0G  929G   1% /cdrom
/dev/loop0     squashfs  1.9G  1.9G     0 100% /rofs
/cow           overlay   1.9G  495M  1.4G  27% /
tmpfs          tmpfs     1.9G   59M  1.8G   4% /dev/shm
tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
tmpfs          tmpfs     1.9G     0  1.9G   0% /sys/fs/cgroup
tmpfs          tmpfs     1.9G  504K  1.9G   1% /tmp
tmpfs          tmpfs     377M   52K  377M   1% /run/user/999
/dev/loop1     squashfs   89M   89M     0 100% /snap/core/7270
/dev/loop2     squashfs   55M   55M     0 100% /snap/core18/1066
/dev/loop3     squashfs   43M   43M     0 100% /snap/gtk-common-themes/1313
/dev/loop4     squashfs  150M  150M     0 100% /snap/gnome-3-28-1804/67
/dev/loop5     squashfs  4.2M  4.2M     0 100% /snap/gnome-calculator/406
/dev/loop6     squashfs   15M   15M     0 100% /snap/gnome-characters/296
/dev/loop7     squashfs  1.0M  1.0M     0 100% /snap/gnome-logs/61
/dev/loop8     squashfs  3.8M  3.8M     0 100% /snap/gnome-system-monitor/100
/dev/sdb2      vfat       96M   41M   56M  43% /mnt
/dev/sdb1      fuseblk   529M  392M  138M  75% /mnt/boot-sav/sdb1
/dev/sdb4      fuseblk   223G   27G  197G  13% /mnt/boot-sav/sdb4
/dev/sdb5      ext4       15G  5.5G  8.5G  40% /mnt/boot-sav/sdb5

=================== fdisk -l:
Disk /dev/loop0: 1.9 GiB, 1987817472 bytes, 3882456 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: 88.5 MiB, 92778496 bytes, 181208 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: 54.4 MiB, 57069568 bytes, 111464 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/loop3: 42.8 MiB, 44879872 bytes, 87656 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/loop4: 149.9 MiB, 157184000 bytes, 307000 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/loop5: 4 MiB, 4218880 bytes, 8240 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/loop6: 14.8 MiB, 15462400 bytes, 30200 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/loop7: 1008 KiB, 1032192 bytes, 2016 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 / 512 bytes
I/O size (minimum/optimal): 4096 bytes / 33553920 bytes
Disklabel type: dos
Disk identifier: 0x000ab5b0

Device     Boot Start        End    Sectors   Size Id Type
/dev/sda1  *     2048 1953525167 1953523120 931.5G  c W95 FAT32 (LBA)


Disk /dev/sdb: 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: F865D9B0-8CEE-4966-AA61-636839016E5E

Device         Start       End   Sectors   Size Type
/dev/sdb1       2048   1085439   1083392   529M Windows recovery environment
/dev/sdb2    1085440   1290239    204800   100M EFI System
/dev/sdb3    1290240   1323007     32768    16M Microsoft reserved
/dev/sdb4    1323008 468660223 467337216 222.9G Microsoft basic data
/dev/sdb5  468660224 500117503  31457280    15G Linux filesystem




Disk /dev/loop8: 3.7 MiB, 3825664 bytes, 7472 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




=================== Suggested repair
The default repair of the Boot-Repair utility would purge (in order to sign-grub) and reinstall the grub-efi-amd64-signed of sdb5, using the following options:        sdb2/boot/efi,
Additional repair would be performed: unhide-bootmenu-10s   fix-windows-boot use-standard-efi-file


=================== Final advice in case of suggested repair
Please do not forget to make your BIOS boot on sdb2/efi/.../grub*.efi file!

If your computer reboots directly into Windows, try to change the boot order in your BIOS.
If your BIOS does not allow to change the boot order, change the default boot entry of the Windows bootloader.
For example you can boot into Windows, then type the following command in an admin command prompt:
bcdedit /set {bootmgr} path \EFI\...\grub*.efi


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

Je reboot et là...





rEFInd fonctionne !
Le menu s'affiche comme sur les photos !

par contre, il y a 2 icones refind et surtout 2 icones ubuntu qui ne fonctionnent pas :
ça et renvoient vers un écran noir :

GNU GRUB version 2.02
minimal BASH-like line editing is supported. For the fist word, TAB lists possible command completions. Answer else TAB lists possible device or file completions.

grub> -

ça avance, mais je trouve que c'est un peu long et compliqué...

Hors ligne

#30 Le 26/10/2019, à 19:57

geole

Re : install dual boot ubuntu/win10 sur Aspire ES17 qui bloque à GRUB2

Bonjour
C'est déjà une bonne chose que refind commence a ressembler à quelque chose que je connais

Pour les icones qui ne fonctionnent pas,   si tu regardes sous l'icone, tu devrais voir  des caraceteres qui représentent le répertoire et le fichier de boot.
Si tu peux donner le contenu, cela serait bien

pour ubuntu, j'ai vu ce fichier de boot

========================= sdb2/EFI/ubuntu/grub.cfg: ===========================
--------------------------------------------------------------------------------
search.fs_uuid 0dee4fb2-8586-4f16-8a3a-6c5af429f468 root hd1,gpt5 
set prefix=($root)'/boot/grub'

Mais cette partition a changé de UUID

/dev/sdb5: UUID="0e13e9e9-298b-4cdb-a0a8-ad18f31d915b" TYPE="ext4" PARTUUID="a35817e1-44c7-49ed-8bc4-1ad8c0ff8909"

En regardant bien cette partition,   la structure /boot/grub n'est pas présente.
La cause très probable est que j'e t'ai fais installé le package GRUB-EFI   alors que c'est probablement  GRUB-EFI-AMD
J'ai corrigé.
Si tu pouvais rejouer  ces deux séquences https://forum.ubuntu-fr.org/viewtopic.p … #p22165525
            https://forum.ubuntu-fr.org/viewtopic.p … #p22165551
Merci

Dernière modification par geole (Le 26/10/2019, à 20:14)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

En ligne

#31 Le 26/10/2019, à 20:09

RMI973

Re : install dual boot ubuntu/win10 sur Aspire ES17 qui bloque à GRUB2

voila ce qui est écrit sous les 2 icônes ubuntu defectueuses :
Boot EFI\ubuntu\grubx64.efi from EFI system partion
Boot boot\vmlinuz-5.0.0-3-generic from 15 Gib ext4 volume

je m'occupe à présent des 2 séquences...

voila, c'est fait, le ping a marché etc....et un nouveau boot-info...

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


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

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

sda1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  SYSLINUX 4.05 20140113
    Boot sector info:  Syslinux looks at sector 4574770 of /dev/sda1 for its 
                       second stage. SYSLINUX is installed in the  directory. 
                       No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /boot/grub/grub.cfg /syslinux/syslinux.cfg 
                       /EFI/BOOT/grubx64.efi /ldlinux.sys

sdb1: __________________________________________________________________________

    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:        

sdb2: __________________________________________________________________________

    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:        

sdb3: __________________________________________________________________________

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

sdb4: __________________________________________________________________________

    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:        

sdb5: __________________________________________________________________________

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

============================ 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 / 512 bytes
I/O size (minimum/optimal): 4096 bytes / 33553920 bytes
Disklabel type: dos

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1    *          2,048 1,953,525,167 1,953,523,120   c W95 FAT32 (LBA)


Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 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/sdb1                   1   500,118,191   500,118,191  ee GPT


GUID Partition Table detected.

Partition  Attrs   Start Sector    End Sector  # of Sectors System
/dev/sdb1      R          2,048     1,085,439     1,083,392 Windows Recovery Environment (Windows)
/dev/sdb2             1,085,440     1,290,239       204,800 EFI System partition
/dev/sdb3             1,290,240     1,323,007        32,768 Microsoft Reserved Partition (Windows)
/dev/sdb4             1,323,008   468,660,223   467,337,216 Data partition (Windows/Linux)
/dev/sdb5           468,660,224   500,117,503    31,457,280 Data 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/loop3                                              squashfs   
/dev/loop4                                              squashfs   
/dev/loop5                                              squashfs   
/dev/loop6                                              squashfs   
/dev/loop7                                              squashfs   
/dev/loop8                                              squashfs   
/dev/sda1        ADF8-BC60                              vfat       
/dev/sdb1        1AE474FEE474DD87                       ntfs       Récupération
/dev/sdb2        EC77-0FB8                              vfat       
/dev/sdb3                                                          
/dev/sdb4        AEB09938B09907CB                       ntfs       
/dev/sdb5        0e13e9e9-298b-4cdb-a0a8-ad18f31d915b   ext4       

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

total 0
lrwxrwxrwx 1 root root  9 Oct 26 18:10 ata-HL-DT-ST_DVDRAM_GUE1N_KXFJ3784715 -> ../../sr0
lrwxrwxrwx 1 root root  9 Oct 26 18:22 ata-SSD_1TB_AA10040300125025095 -> ../../sda
lrwxrwxrwx 1 root root 10 Oct 26 18:22 ata-SSD_1TB_AA10040300125025095-part1 -> ../../sda1
lrwxrwxrwx 1 root root  9 Oct 26 18:22 ata-SanDisk_SD9SB8W256G1014_190417802429 -> ../../sdb
lrwxrwxrwx 1 root root 10 Oct 26 18:23 ata-SanDisk_SD9SB8W256G1014_190417802429-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Oct 26 18:22 ata-SanDisk_SD9SB8W256G1014_190417802429-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Oct 26 18:22 ata-SanDisk_SD9SB8W256G1014_190417802429-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Oct 26 18:23 ata-SanDisk_SD9SB8W256G1014_190417802429-part4 -> ../../sdb4
lrwxrwxrwx 1 root root 10 Oct 26 18:22 ata-SanDisk_SD9SB8W256G1014_190417802429-part5 -> ../../sdb5
lrwxrwxrwx 1 root root  9 Oct 26 18:10 wwn-0x5001480000000000 -> ../../sr0
lrwxrwxrwx 1 root root  9 Oct 26 18:22 wwn-0x5001b448b92802c0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Oct 26 18:23 wwn-0x5001b448b92802c0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Oct 26 18:22 wwn-0x5001b448b92802c0-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Oct 26 18:22 wwn-0x5001b448b92802c0-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Oct 26 18:23 wwn-0x5001b448b92802c0-part4 -> ../../sdb4
lrwxrwxrwx 1 root root 10 Oct 26 18:22 wwn-0x5001b448b92802c0-part5 -> ../../sdb5

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

Device           Mount_Point              Type       Options

/dev/loop0       /rofs                    squashfs   (ro,noatime)
/dev/sda1        /cdrom                   vfat       (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sdb2        /mnt/mnt                 vfat       (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sdb5        /mnt                     ext4       (rw,relatime)


=========================== sda1/boot/grub/grub.cfg: ===========================

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

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

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

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

========================= sda1/syslinux/syslinux.cfg: ==========================

--------------------------------------------------------------------------------
# D-I config version 2.0
# search path for the c32 support libraries (libcom32, libutil etc.)
path
include menu.cfg
default vesamenu.c32
prompt 0
timeout 50
ui gfxboot bootlogo
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

            ?? = ??             boot/grub/grub.cfg                             1

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

           GiB - GB             File                                 Fragment(s)

            ?? = ??             syslinux/syslinux.cfg                          1
            ?? = ??             ldlinux.sys                                    1
            ?? = ??             syslinux/chain.c32                             1
            ?? = ??             syslinux/gfxboot.c32                           1
            ?? = ??             syslinux/ldlinux.c32                           1
            ?? = ??             syslinux/libcom32.c32                          1
            ?? = ??             syslinux/libutil.c32                           1
            ?? = ??             syslinux/vesamenu.c32                          1

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

 syslinux/chain.c32                 :  not a COM32/COM32R module
 syslinux/gfxboot.c32               :  not a COM32/COM32R module
 syslinux/ldlinux.c32               :  not a COM32/COM32R module
 syslinux/libcom32.c32              :  not a COM32/COM32R module
 syslinux/libutil.c32               :  not a COM32/COM32R module
 syslinux/vesamenu.c32              :  not a COM32/COM32R module

=========================== sdb5/boot/grub/grub.cfg: ===========================

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

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

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

export menuentry_id_option

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

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

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_gpt
insmod ext2
set root='hd1,gpt5'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt5 --hint-efi=hd1,gpt5 --hint-baremetal=ahci1,gpt5  0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
else
  search --no-floppy --fs-uuid --set=root 0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
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=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=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-0e13e9e9-298b-4cdb-a0a8-ad18f31d915b' {
	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='hd1,gpt5'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt5 --hint-efi=hd1,gpt5 --hint-baremetal=ahci1,gpt5  0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
	else
	  search --no-floppy --fs-uuid --set=root 0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
	fi
        linux	/boot/vmlinuz-5.0.0-31-generic root=UUID=0e13e9e9-298b-4cdb-a0a8-ad18f31d915b ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-5.0.0-31-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-0e13e9e9-298b-4cdb-a0a8-ad18f31d915b' {
	menuentry 'Ubuntu, with Linux 5.0.0-31-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.0.0-31-generic-advanced-0e13e9e9-298b-4cdb-a0a8-ad18f31d915b' {
		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='hd1,gpt5'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt5 --hint-efi=hd1,gpt5 --hint-baremetal=ahci1,gpt5  0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
		else
		  search --no-floppy --fs-uuid --set=root 0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
		fi
		echo	'Loading Linux 5.0.0-31-generic ...'
	        linux	/boot/vmlinuz-5.0.0-31-generic root=UUID=0e13e9e9-298b-4cdb-a0a8-ad18f31d915b ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-5.0.0-31-generic
	}
	menuentry 'Ubuntu, with Linux 5.0.0-31-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.0.0-31-generic-recovery-0e13e9e9-298b-4cdb-a0a8-ad18f31d915b' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt5'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt5 --hint-efi=hd1,gpt5 --hint-baremetal=ahci1,gpt5  0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
		else
		  search --no-floppy --fs-uuid --set=root 0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
		fi
		echo	'Loading Linux 5.0.0-31-generic ...'
	        linux	/boot/vmlinuz-5.0.0-31-generic root=UUID=0e13e9e9-298b-4cdb-a0a8-ad18f31d915b ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-5.0.0-31-generic
	}
	menuentry 'Ubuntu, with Linux 5.0.0-23-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.0.0-23-generic-advanced-0e13e9e9-298b-4cdb-a0a8-ad18f31d915b' {
		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='hd1,gpt5'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt5 --hint-efi=hd1,gpt5 --hint-baremetal=ahci1,gpt5  0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
		else
		  search --no-floppy --fs-uuid --set=root 0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
		fi
		echo	'Loading Linux 5.0.0-23-generic ...'
	        linux	/boot/vmlinuz-5.0.0-23-generic root=UUID=0e13e9e9-298b-4cdb-a0a8-ad18f31d915b ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-5.0.0-23-generic
	}
	menuentry 'Ubuntu, with Linux 5.0.0-23-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.0.0-23-generic-recovery-0e13e9e9-298b-4cdb-a0a8-ad18f31d915b' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt5'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt5 --hint-efi=hd1,gpt5 --hint-baremetal=ahci1,gpt5  0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
		else
		  search --no-floppy --fs-uuid --set=root 0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
		fi
		echo	'Loading Linux 5.0.0-23-generic ...'
	        linux	/boot/vmlinuz-5.0.0-23-generic root=UUID=0e13e9e9-298b-4cdb-a0a8-ad18f31d915b ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-5.0.0-23-generic
	}
}

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

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

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

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

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows Boot Manager (on /dev/sdb2)' --class windows --class os $menuentry_id_option 'osprober-efi-EC77-0FB8' {
	insmod part_gpt
	insmod fat
	set root='hd1,gpt2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  EC77-0FB8
	else
	  search --no-floppy --fs-uuid --set=root EC77-0FB8
	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 ###
--------------------------------------------------------------------------------

=============================== sdb5/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/sdb5 during installation
UUID=0e13e9e9-298b-4cdb-a0a8-ad18f31d915b /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sdb2 during installation
UUID=EC77-0FB8  /boot/efi       vfat    umask=0077      0       1
/swapfile                                 none            swap    sw              0       0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

 225.644752502 = 242.284208128  boot/grub/grub.cfg                             2
 226.333980560 = 243.024261120  boot/vmlinuz-5.0.0-23-generic                  2
 236.646835327 = 254.097604608  boot/vmlinuz-5.0.0-31-generic                  1
 226.333980560 = 243.024261120  vmlinuz                                        2
 237.032272339 = 254.511464448  boot/initrd.img-5.0.0-23-generic               3
 237.292964935 = 254.791380992  boot/initrd.img-5.0.0-31-generic               2
 237.032272339 = 254.511464448  initrd.img                                     3
 237.032272339 = 254.511464448  initrd.img.old                                 3

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

File descriptor 9 (/proc/6865/mountinfo) leaked on lvs invocation. Parent PID 16964: bash
File descriptor 63 (pipe:[90102]) leaked on lvs invocation. Parent PID 16964: bash

ADDITIONAL INFORMATION :
=================== log of boot-info 20191026_1822 ===================
boot-info version : 4ppa66
boot-sav version : 4ppa66
boot-sav-extra version : 4ppa66
glade2script version : 3.2.3~ppa4
boot-info is executed in live-session (Ubuntu 18.04.3 LTS, bionic, Ubuntu, x86_64)
CPU op-mode(s):      32-bit, 64-bit
BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
ls: cannot access '/home/usr/.config': No such file or directory

=================== os-prober:
/dev/sdb2@/EFI/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi
/dev/sdb5:Ubuntu 18.04.3 LTS (18.04):Ubuntu:linux

=================== blkid:
/dev/sda1: UUID="ADF8-BC60" TYPE="vfat" PARTUUID="000ab5b0-01"
/dev/loop0: TYPE="squashfs"
/dev/loop1: TYPE="squashfs"
/dev/loop2: TYPE="squashfs"
/dev/loop3: TYPE="squashfs"
/dev/loop4: TYPE="squashfs"
/dev/loop5: TYPE="squashfs"
/dev/loop6: TYPE="squashfs"
/dev/loop7: TYPE="squashfs"
/dev/sdb1: LABEL="RM-CM-)cupM-CM-)ration" UUID="1AE474FEE474DD87" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="286bfa71-6767-43b4-821d-246e8d205f08"
/dev/sdb2: UUID="EC77-0FB8" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="14900409-1bbb-456e-b34d-10ede1ca9ed4"
/dev/sdb4: UUID="AEB09938B09907CB" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="fc5035ee-c706-4930-b154-871964793ca7"
/dev/sdb5: UUID="0e13e9e9-298b-4cdb-a0a8-ad18f31d915b" TYPE="ext4" PARTUUID="a35817e1-44c7-49ed-8bc4-1ad8c0ff8909"
/dev/loop8: TYPE="squashfs"
/dev/sdb3: PARTLABEL="Microsoft reserved partition" PARTUUID="72e4b690-3d03-46ce-b7fd-18c5d4de83c5"


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

Windows not detected by os-prober on sdb4.
Presence of EFI/Microsoft file detected: /mnt/mnt/EFI/Microsoft/Boot/bkbootmgfw.efi
Presence of EFI/Microsoft file detected: /mnt/mnt/EFI/Microsoft/Boot/bootmgfw-2019-10-26-12-23-27.efi
Presence of EFI/Microsoft file detected: /mnt/mnt/EFI/Microsoft/Boot/bootmgfw.efi
Presence of EFI/Microsoft file detected: /mnt/mnt/EFI/Microsoft/Boot/refind_aa64.efi
Presence of EFI/Microsoft file detected: /mnt/mnt/EFI/Microsoft/Boot/refind_ia32.efi
Presence of EFI/Microsoft file detected: /mnt/mnt/EFI/Microsoft/Boot/refind_x64.efi
Presence of EFI/Boot file detected: /mnt/mnt/EFI/Boot/Bootx64-2019-10-19-17-08-19.efi
Presence of EFI/Boot file detected: /mnt/mnt/EFI/Boot/bootx64.efi
Presence of EFI/Boot file detected: /mnt/mnt/EFI/Boot/fbx64.efi
Presence of EFI/Boot file detected: /mnt/mnt/EFI/Boot/refind_x64.efi

=================== /mnt/etc/grub.d/ :
drwxr-xr-x  2 root root    4096 Aug  5 19:03 grub.d
total 80
-rwxr-xr-x 1 root root 10046 Mar 18  2019 00_header
-rwxr-xr-x 1 root root  6258 Mar 18  2019 05_debian_theme
-rwxr-xr-x 1 root root 12693 Mar 18  2019 10_linux
-rwxr-xr-x 1 root root 11298 Mar 18  2019 20_linux_xen
-rwxr-xr-x 1 root root  1992 Jan 28  2016 20_memtest86+
-rwxr-xr-x 1 root root 12059 Mar 18  2019 30_os-prober
-rwxr-xr-x 1 root root  1418 Mar 18  2019 30_uefi-firmware
-rwxr-xr-x 1 root root   214 Mar 18  2019 40_custom
-rwxr-xr-x 1 root root   216 Mar 18  2019 41_custom
-rw-r--r-- 1 root root   483 Mar 18  2019 README




=================== /mnt/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=0
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 sdb5: UUID=EC77-0FB8   (sdb2)
/usr/share/boot-sav/bs-cmd_terminal.sh: line 179: warning: command substitution: ignored null byte in input

=================== efibootmgr -v
BootCurrent: 0001
Timeout: 0 seconds
BootOrder: 0001,0002,2001,2002,2003
Boot0000* Unknown Device: 	HD(2,GPT,14900409-1bbb-456e-b34d-10ede1ca9ed4,0x109000,0x32000)/File(EFIubuntushimx64.efi)RC
Boot0001* Windows Boot Manager	HD(2,GPT,14900409-1bbb-456e-b34d-10ede1ca9ed4,0x109000,0x32000)/File(EFIMicrosoftBootbootmgfw.efi)RC
Boot0002* Linux	HD(1,MBR,0xab5b0,0x800,0x747065b0)/File(EFIBootgrubx64.efi)RC
Boot0003* ubuntu	HD(2,GPT,14900409-1bbb-456e-b34d-10ede1ca9ed4,0x109000,0x32000)/File(EFIubuntushimx64.efi)
Boot0004* rEFInd Boot Manager	HD(2,GPT,14900409-1bbb-456e-b34d-10ede1ca9ed4,0x109000,0x32000)/File(EFIrefindrefind_x64.efi)
Boot0005* ubuntu	HD(2,GPT,14900409-1bbb-456e-b34d-10ede1ca9ed4,0x109000,0x32000)/File(EFIubuntushimx64.efi)
Boot0006* rEFInd Boot Manager	HD(2,GPT,14900409-1bbb-456e-b34d-10ede1ca9ed4,0x109000,0x32000)/File(EFIrefindrefind_x64.efi)
Boot2001* EFI USB Device	RC
Boot2002* EFI DVD/CDROM	RC
Boot2003* EFI Network	RC

=================== UEFI/Legacy mode:
BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
SecureBoot disabled. (maybe sec-boot, Please report this message to boot.repair@gmail.com)


=================== PARTITIONS & DISKS:
sdb1	: sdb,	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,	notbiosboot, /mnt/boot-sav/sdb1.
sdb2	: sdb,	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, /mnt/mnt.
sdb4	: sdb,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	is-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	haswinload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	notbiosboot, /mnt/boot-sav/sdb4.
sdb5	: sdb,	not-sepboot,	grubenv-ok	grub2,	grub-pc 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, /mnt.

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


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

BYT;
/dev/sda:1000GB:scsi:512:512:msdos:SSD 1TB :;
1:1049kB:1000GB:1000GB:fat32::boot, lba;

BYT;
/dev/sdb:256GB:scsi:512:512:gpt:ATA SanDisk SD9SB8W2:;
1:1049kB:556MB:555MB:ntfs:Basic data partition:hidden, diag;
2:556MB:661MB:105MB:fat32:EFI system partition:boot, esp;
3:661MB:677MB:16.8MB::Microsoft reserved partition:msftres;
4:677MB:240GB:239GB:ntfs:Basic data partition:msftdata;
5:240GB:256GB:16.1GB:ext4::;

=================== lsblk:
KNAME TYPE FSTYPE     SIZE LABEL
loop0 loop squashfs   1.9G
loop1 loop squashfs  88.5M
loop2 loop squashfs  54.4M
loop3 loop squashfs  42.8M
loop4 loop squashfs 149.9M
loop5 loop squashfs     4M
loop6 loop squashfs  14.8M
loop7 loop squashfs  1008K
loop8 loop squashfs   3.7M
sda   disk          931.5G
sda1  part vfat     931.5G
sdb   disk          238.5G
sdb1  part ntfs       529M Récupération
sdb2  part vfat       100M
sdb3  part             16M
sdb4  part ntfs     222.9G
sdb5  part ext4        15G
sr0   rom            1024M

KNAME ROTA RO RM STATE   MOUNTPOINT
loop0    1  1  0         /rofs
loop1    1  1  0         /snap/core/7270
loop2    1  1  0         /snap/core18/1066
loop3    1  1  0         /snap/gtk-common-themes/1313
loop4    1  1  0         /snap/gnome-3-28-1804/67
loop5    1  1  0         /snap/gnome-calculator/406
loop6    1  1  0         /snap/gnome-characters/296
loop7    1  1  0         /snap/gnome-logs/61
loop8    1  1  0         /snap/gnome-system-monitor/100
sda      0  0  0 running
sda1     0  0  0         /cdrom
sdb      0  0  0 running
sdb1     0  0  0         /mnt/boot-sav/sdb1
sdb2     0  0  0         /mnt/mnt
sdb3     0  0  0
sdb4     0  0  0         /mnt/boot-sav/sdb4
sdb5     0  0  0         /mnt
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=1903548k,nr_inodes=475887,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=385660k,mode=755)
/dev/sda1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/loop0 on /rofs type squashfs (ro,noatime)
/cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
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/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
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/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
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=25,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=13293)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=385656k,mode=700,uid=999,gid=999)
gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
/var/lib/snapd/snaps/core_7270.snap on /snap/core/7270 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/core18_1066.snap on /snap/core18/1066 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gtk-common-themes_1313.snap on /snap/gtk-common-themes/1313 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-3-28-1804_67.snap on /snap/gnome-3-28-1804/67 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-calculator_406.snap on /snap/gnome-calculator/406 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-characters_296.snap on /snap/gnome-characters/296 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-logs_61.snap on /snap/gnome-logs/61 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-system-monitor_100.snap on /snap/gnome-system-monitor/100 type squashfs (ro,nodev,relatime,x-gdu.hide)
/dev/sdb5 on /mnt type ext4 (rw,relatime)
/proc on /mnt/proc type proc (rw,relatime)
/sys on /mnt/sys type sysfs (rw,relatime)
udev on /mnt/dev type devtmpfs (rw,nosuid,relatime,size=1903548k,nr_inodes=475887,mode=755)
tmpfs on /mnt/run type tmpfs (rw,nosuid,noexec,relatime,size=385660k,mode=755)
sysfs on /mnt/sys type sysfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /mnt/run/systemd/resolve/stub-resolv.conf type tmpfs (rw,nosuid,noexec,relatime,size=385660k,mode=755)
tmpfs on /run/systemd/resolve/stub-resolv.conf type tmpfs (rw,nosuid,noexec,relatime,size=385660k,mode=755)
/dev/sdb2 on /mnt/mnt type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sdb1 on /mnt/boot-sav/sdb1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sdb4 on /mnt/boot-sav/sdb4 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 mq power queue range removable ro sda1 size slaves stat subsystem trace uevent
/sys/block/sdb (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity mq power queue range removable ro sdb1 sdb2 sdb3 sdb4 sdb5 size slaves stat subsystem trace uevent
/sys/block/sr0 (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity mq 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 dvd dvdrw ecryptfs fb0 fd full fuse gpiochip0 hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 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 sdb sdb1 sdb2 sdb3 sdb4 sdb5 sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout tpm0 tpmrm0 udmabuf uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net vhost-vsock video0 video1 zero
ls /dev/mapper:  control

=================== hexdump -n512 -C /dev/sdb1
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 87 10 00 00 00 00 00  |................|
00000030  55 b0 00 00 00 00 00 00  02 00 00 00 00 00 00 00  |U...............|
00000040  f6 00 00 00 01 00 00 00  87 dd 74 e4 fe 74 e4 1a  |..........t..t..|
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/sdb2
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 90 10 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 b8 0f 77 ec 4e  4f 20 4e 41 4d 45 20 20  |..)..w.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/sdb4
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 30 14 00  |........?....0..|
00000020  00 00 00 00 80 00 80 00  ff ff da 1b 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  cb 07 99 b0 38 99 b0 ae  |............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

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

Filesystem     Type      Size  Used Avail Use% Mounted on
udev           devtmpfs  1.9G     0  1.9G   0% /dev
tmpfs          tmpfs     377M  1.7M  375M   1% /run
/dev/sda1      vfat      932G  3.0G  929G   1% /cdrom
/dev/loop0     squashfs  1.9G  1.9G     0 100% /rofs
/cow           overlay   1.9G  493M  1.4G  27% /
tmpfs          tmpfs     1.9G   66M  1.8G   4% /dev/shm
tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
tmpfs          tmpfs     1.9G     0  1.9G   0% /sys/fs/cgroup
tmpfs          tmpfs     1.9G  608K  1.9G   1% /tmp
tmpfs          tmpfs     377M   52K  377M   1% /run/user/999
/dev/loop1     squashfs   89M   89M     0 100% /snap/core/7270
/dev/loop2     squashfs   55M   55M     0 100% /snap/core18/1066
/dev/loop3     squashfs   43M   43M     0 100% /snap/gtk-common-themes/1313
/dev/loop4     squashfs  150M  150M     0 100% /snap/gnome-3-28-1804/67
/dev/loop5     squashfs  4.2M  4.2M     0 100% /snap/gnome-calculator/406
/dev/loop6     squashfs   15M   15M     0 100% /snap/gnome-characters/296
/dev/loop7     squashfs  1.0M  1.0M     0 100% /snap/gnome-logs/61
/dev/loop8     squashfs  3.8M  3.8M     0 100% /snap/gnome-system-monitor/100
/dev/sdb5      ext4       15G  5.5G  8.5G  40% /mnt
/dev/sdb2      vfat       96M   41M   56M  43% /mnt/mnt
/dev/sdb1      fuseblk   529M  392M  138M  75% /mnt/boot-sav/sdb1
/dev/sdb4      fuseblk   223G   27G  197G  13% /mnt/boot-sav/sdb4

=================== fdisk -l:
Disk /dev/loop0: 1.9 GiB, 1987817472 bytes, 3882456 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: 88.5 MiB, 92778496 bytes, 181208 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: 54.4 MiB, 57069568 bytes, 111464 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/loop3: 42.8 MiB, 44879872 bytes, 87656 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/loop4: 149.9 MiB, 157184000 bytes, 307000 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/loop5: 4 MiB, 4218880 bytes, 8240 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/loop6: 14.8 MiB, 15462400 bytes, 30200 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/loop7: 1008 KiB, 1032192 bytes, 2016 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 / 512 bytes
I/O size (minimum/optimal): 4096 bytes / 33553920 bytes
Disklabel type: dos
Disk identifier: 0x000ab5b0

Device     Boot Start        End    Sectors   Size Id Type
/dev/sda1  *     2048 1953525167 1953523120 931.5G  c W95 FAT32 (LBA)


Disk /dev/sdb: 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: F865D9B0-8CEE-4966-AA61-636839016E5E

Device         Start       End   Sectors   Size Type
/dev/sdb1       2048   1085439   1083392   529M Windows recovery environment
/dev/sdb2    1085440   1290239    204800   100M EFI System
/dev/sdb3    1290240   1323007     32768    16M Microsoft reserved
/dev/sdb4    1323008 468660223 467337216 222.9G Microsoft basic data
/dev/sdb5  468660224 500117503  31457280    15G Linux filesystem




Disk /dev/loop8: 3.7 MiB, 3825664 bytes, 7472 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




=================== Suggested repair
The default repair of the Boot-Repair utility would purge (in order to sign-grub) and reinstall the grub-efi-amd64-signed of sdb5, using the following options:        sdb2/boot/efi,
Additional repair would be performed: unhide-bootmenu-10s   fix-windows-boot use-standard-efi-file


=================== Final advice in case of suggested repair
Please do not forget to make your BIOS boot on sdb2/efi/.../grub*.efi file!

If your computer reboots directly into Windows, try to change the boot order in your BIOS.
If your BIOS does not allow to change the boot order, change the default boot entry of the Windows bootloader.
For example you can boot into Windows, then type the following command in an admin command prompt:
bcdedit /set {bootmgr} path \EFI\...\grub*.efi


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

et je rédémarre et là...

le premier ne fonctionne toujours pas, mais le second, commence par un écran noir ressemblant au précédent, puis les lignes de code se mettent à défiler...

ALELUIA !!!!! big_smile lol

le bionic beaver apparaît enfin !!!!!

je fais les mises à jour.
ensuite, je redémarre et constate que le rEFInd a toujours ses icônes surnuméraires qu'il ne s'est pas nettoyé tout seul...
et il y a le rEFInd defectueux installé via windows qui est toujours là au démarrage de Windows10...

Est-ce qu'il y a moyen de faire le ménage de ce côté ?

Dernière modification par RMI973 (Le 26/10/2019, à 23:25)

Hors ligne

#32 Le 27/10/2019, à 15:19

geole

Re : install dual boot ubuntu/win10 sur Aspire ES17 qui bloque à GRUB2

Bonjour.
Avant de nettoyer, un petit point va s'imposer car je suis un peu surpris   du résultat du boot-info.
D"abord, le contenu de la NVRAM

=================== efibootmgr -v
BootCurrent: 0001
Timeout: 0 seconds
BootOrder: 0001,0002,2001,2002,2003
Boot0000* Unknown Device: 	HD(2,GPT,14900409-1bbb-456e-b34d-10ede1ca9ed4,0x109000,0x32000)/File(EFIubuntushimx64.efi)RC
Boot0001* Windows Boot Manager	HD(2,GPT,14900409-1bbb-456e-b34d-10ede1ca9ed4,0x109000,0x32000)/File(EFIMicrosoftBootbootmgfw.efi)RC
Boot0002* Linux	HD(1,MBR,0xab5b0,0x800,0x747065b0)/File(EFIBootgrubx64.efi)RC
Boot0003* ubuntu	HD(2,GPT,14900409-1bbb-456e-b34d-10ede1ca9ed4,0x109000,0x32000)/File(EFIubuntushimx64.efi)
Boot0004* rEFInd Boot Manager	HD(2,GPT,14900409-1bbb-456e-b34d-10ede1ca9ed4,0x109000,0x32000)/File(EFIrefindrefind_x64.efi)
Boot0005* ubuntu	HD(2,GPT,14900409-1bbb-456e-b34d-10ede1ca9ed4,0x109000,0x32000)/File(EFIubuntushimx64.efi)
Boot0006* rEFInd Boot Manager	HD(2,GPT,14900409-1bbb-456e-b34d-10ede1ca9ed4,0x109000,0x32000)/File(EFIrefindrefind_x64.efi)
Boot2001* EFI USB Device	RC

On voit que le boot actuel a eu lieu sur le N°1     qui est windows installé dans cette partition 14900409-1bbb-456e-b34d-10ede1ca9ed4
Qui est SDB2

/dev/sdb2: UUID="EC77-0FB8" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="14900409-1bbb-456e-b34d-10ede1ca9ed4"

Mais d'après le boot-info, Il n'y a pas de fichiers dans SDB2

sdb2: __________________________________________________________________________
    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:        

Alors, je me demande comment cela boote réellement maintenant car  dans ton boot-info de 17 heures 48, Tout le semblait normal

sdb2: __________________________________________________________________________

    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/Bootx64-2019-10-19-17-08-19.efi 
                       /EFI/Boot/bootx64.efi /EFI/Boot/fbx64.efi 
                       /EFI/Boot/refind_x64.efi /EFI/refind/refind_aa64.efi 
                       /EFI/refind/refind_ia32.efi /EFI/refind/refind_x64.efi 
                       /EFI/ubuntu/fwupx64.efi /EFI/ubuntu/grubx64.efi 
                       /EFI/ubuntu/mmx64.efi /EFI/ubuntu/shimx64.efi 
                       /EFI/EFI/ubuntu/grubx64.efi 
                       /EFI/Microsoft/Boot/bkbootmgfw.efi 
                       /EFI/Microsoft/Boot/bootmgfw-2019-10-26-12-23-27.efi 
                       /EFI/Microsoft/Boot/bootmgfw.efi 
                       /EFI/Microsoft/Boot/bootmgr.efi 
                       /EFI/Microsoft/Boot/memtest.efi 
                       /EFI/Microsoft/Boot/refind_aa64.efi 
                       /EFI/Microsoft/Boot/refind_ia32.efi 
                       /EFI/Microsoft/Boot/refind_x64.efi 
                       /EFI/refind/drivers_aa64/btrfs_aa64.efi 
                       /EFI/refind/drivers_aa64/ext2_aa64.efi 
                       /EFI/refind/drivers_aa64/ext4_aa64.efi 
                       /EFI/refind/drivers_aa64/hfs_aa64.efi 
                       /EFI/refind/drivers_aa64/iso9660_aa64.efi 
                       /EFI/refind/drivers_aa64/ntfs_aa64.efi 
                       /EFI/refind/drivers_aa64/reiserfs_aa64.efi 
                       /EFI/refind/drivers_ia32/btrfs_ia32.efi 
                       /EFI/refind/drivers_ia32/ext2_ia32.efi 
                       /EFI/refind/drivers_ia32/ext4_ia32.efi 
                       /EFI/refind/drivers_ia32/hfs_ia32.efi 
                       /EFI/refind/drivers_ia32/iso9660_ia32.efi 
                       /EFI/refind/drivers_ia32/ntfs_ia32.efi 
                       /EFI/refind/drivers_ia32/reiserfs_ia32.efi 
                       /EFI/refind/drivers_x64/btrfs_x64.efi 
                       /EFI/refind/drivers_x64/ext2_x64.efi 
                       /EFI/refind/drivers_x64/ext4_x64.efi 
                       /EFI/refind/drivers_x64/hfs_x64.efi 
                       /EFI/refind/drivers_x64/iso9660_x64.efi 
                       /EFI/refind/drivers_x64/ntfs_x64.efi 
                       /EFI/refind/drivers_x64/reiserfs_x64.efi 
                       /EFI/refind/tools_ia32/gptsync_ia32.efi 
                       /EFI/refind/tools_x64/gptsync_x64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/btrfs_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/ext2_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/ext4_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/hfs_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/iso9660_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/ntfs_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/reiserfs_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/btrfs_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/ext2_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/ext4_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/hfs_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/iso9660_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/ntfs_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/reiserfs_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_x64/btrfs_x64.efi 
                       /EFI/Microsoft/Boot/drivers_x64/ext2_x64.efi 
                       /EFI/Microsoft/Boot/drivers_x64/ext4_x64.efi 
                       /EFI/Microsoft/Boot/drivers_x64/hfs_x64.efi 
                       /EFI/Microsoft/Boot/drivers_x64/iso9660_x64.efi 
                       /EFI/Microsoft/Boot/drivers_x64/ntfs_x64.efi 
                       /EFI/Microsoft/Boot/drivers_x64/reiserfs_x64.efi  
                       /EFI/Microsoft/Boot/tools_ia32/gptsync_ia32.efi 
                       /EFI/Microsoft/Boot/tools_x64/gptsync_x64.efi

Je ne sais pas ce qui a pu se passer, Je  peux   admettre que la nouvelle installation du grub-EFI-AMD  a supprimé ubuntu,  Mais cela serait grave, si windows et refind avaient été supprimés, D'ailleurs, tu ne pourrais plus booter. Ce qui n'est pas le cas.

En recherchant un peu plus, j'ai fait cette découverte

Presence of EFI/Microsoft file detected: /mnt/mnt/EFI/Microsoft/Boot/bkbootmgfw.efi
Presence of EFI/Microsoft file detected: /mnt/mnt/EFI/Microsoft/Boot/bootmgfw-2019-10-26-12-23-27.efi
Presence of EFI/Microsoft file detected: /mnt/mnt/EFI/Microsoft/Boot/bootmgfw.efi
Presence of EFI/Microsoft file detected: /mnt/mnt/EFI/Microsoft/Boot/refind_aa64.efi
Presence of EFI/Microsoft file detected: /mnt/mnt/EFI/Microsoft/Boot/refind_ia32.efi
Presence of EFI/Microsoft file detected: /mnt/mnt/EFI/Microsoft/Boot/refind_x64.efi
Presence of EFI/Boot file detected: /mnt/mnt/EFI/Boot/Bootx64-2019-10-19-17-08-19.efi
Presence of EFI/Boot file detected: /mnt/mnt/EFI/Boot/bootx64.efi
Presence of EFI/Boot file detected: /mnt/mnt/EFI/Boot/fbx64.efi
Presence of EFI/Boot file d   en trop etected: /mnt/mnt/EFI/Boot/refind_x64.efi

A mon avis, il y a  un /mnt en trop dans les noms de fichiers.
    Je suis incapable de savoir    si c'est la réalité ou si boot-repair nous joue un tour.

Cela serait bien que tu refasses un boot-info depuis la session installée
Si toujours cette ambiguité, on pourra aller directement voir en ligne de commande.
Je note déjà que c'est bien SDB2

=============================== sdb5/etc/fstab: ================================
....
UUID=0e13e9e9-298b-4cdb-a0a8-ad18f31d915b /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sdb2 during installation
UUID=EC77-0FB8  /boot/efi       vfat    umask=0077      0       1

Pour la suppression du refind windows, il y a trois possibilités
   1)    Supprimer l'entrée que tu as créée en suivant la procédure d'installation windows Au paragraphe 2.2  En théorie, cela devrait se réparer automatiquement.
    De mémoire c'est la commande "bcdedit /delete   ........"
   2)    Dire que l'entrée courrante boote avec  le fichier de boot de windows et pas avec refind  (ou le grub)   
   3)   Changer l'ordre de boot, pour remettre l'entrée initiale en mode prioritaire.
Pour le moment, je te propose de faire seulement un état des lieux avec windows  en lançant windows power shell en mode mode administratif et faire ces deux commandes

bcdedit >BCD.txt
notepad BCD.txt

et poster le contenu qui s'affichera
Voir une quatiéme possibilité avec des commandes efibootmgr

Dernière modification par geole (Le 28/10/2019, à 15:18)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

En ligne

#33 Le 27/10/2019, à 16:38

RMI973

Re : install dual boot ubuntu/win10 sur Aspire ES17 qui bloque à GRUB2

voici d'abord le boot-info de la nouvelle session :

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


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

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

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/ubuntu/grub.cfg 
                       /EFI/Boot/Bootx64-2019-10-19-17-08-19.efi 
                       /EFI/Boot/bootx64.efi /EFI/Boot/fbx64.efi 
                       /EFI/Boot/refind_x64.efi /EFI/refind/refind_aa64.efi 
                       /EFI/refind/refind_ia32.efi /EFI/refind/refind_x64.efi 
                       /EFI/ubuntu/fwupx64.efi /EFI/ubuntu/grubx64.efi 
                       /EFI/ubuntu/mmx64.efi /EFI/ubuntu/shimx64.efi 
                       /EFI/EFI/ubuntu/grubx64.efi 
                       /EFI/Microsoft/Boot/bkbootmgfw.efi 
                       /EFI/Microsoft/Boot/bootmgfw-2019-10-26-12-23-27.efi 
                       /EFI/Microsoft/Boot/bootmgfw.efi 
                       /EFI/Microsoft/Boot/bootmgr.efi 
                       /EFI/Microsoft/Boot/memtest.efi 
                       /EFI/Microsoft/Boot/refind_aa64.efi 
                       /EFI/Microsoft/Boot/refind_ia32.efi 
                       /EFI/Microsoft/Boot/refind_x64.efi 
                       /EFI/refind/drivers_aa64/btrfs_aa64.efi 
                       /EFI/refind/drivers_aa64/ext2_aa64.efi 
                       /EFI/refind/drivers_aa64/ext4_aa64.efi 
                       /EFI/refind/drivers_aa64/hfs_aa64.efi 
                       /EFI/refind/drivers_aa64/iso9660_aa64.efi 
                       /EFI/refind/drivers_aa64/ntfs_aa64.efi 
                       /EFI/refind/drivers_aa64/reiserfs_aa64.efi 
                       /EFI/refind/drivers_ia32/btrfs_ia32.efi 
                       /EFI/refind/drivers_ia32/ext2_ia32.efi 
                       /EFI/refind/drivers_ia32/ext4_ia32.efi 
                       /EFI/refind/drivers_ia32/hfs_ia32.efi 
                       /EFI/refind/drivers_ia32/iso9660_ia32.efi 
                       /EFI/refind/drivers_ia32/ntfs_ia32.efi 
                       /EFI/refind/drivers_ia32/reiserfs_ia32.efi 
                       /EFI/refind/drivers_x64/btrfs_x64.efi 
                       /EFI/refind/drivers_x64/ext2_x64.efi 
                       /EFI/refind/drivers_x64/ext4_x64.efi 
                       /EFI/refind/drivers_x64/hfs_x64.efi 
                       /EFI/refind/drivers_x64/iso9660_x64.efi 
                       /EFI/refind/drivers_x64/ntfs_x64.efi 
                       /EFI/refind/drivers_x64/reiserfs_x64.efi 
                       /EFI/refind/tools_ia32/gptsync_ia32.efi 
                       /EFI/refind/tools_x64/gptsync_x64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/btrfs_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/ext2_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/ext4_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/hfs_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/iso9660_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/ntfs_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/reiserfs_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/btrfs_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/ext2_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/ext4_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/hfs_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/iso9660_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/ntfs_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/reiserfs_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_x64/btrfs_x64.efi 
                       /EFI/Microsoft/Boot/drivers_x64/ext2_x64.efi 
                       /EFI/Microsoft/Boot/drivers_x64/ext4_x64.efi 
                       /EFI/Microsoft/Boot/drivers_x64/hfs_x64.efi 
                       /EFI/Microsoft/Boot/drivers_x64/iso9660_x64.efi 
                       /EFI/Microsoft/Boot/drivers_x64/ntfs_x64.efi 
                       /EFI/Microsoft/Boot/drivers_x64/reiserfs_x64.efi 
                       /EFI/Microsoft/Boot/tools_ia32/gptsync_ia32.efi 
                       /EFI/Microsoft/Boot/tools_x64/gptsync_x64.efi

sda3: __________________________________________________________________________

    File system:       
    Boot sector type:  -
    Boot sector info: 
    Mounting failed:   mount: /mnt/BootInfo/sda3: 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:        /Windows/System32/winload.exe

sda5: __________________________________________________________________________

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

============================ 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   500,118,191   500,118,191  ee GPT


GUID Partition Table detected.

Partition  Attrs   Start Sector    End Sector  # of Sectors System
/dev/sda1      R          2,048     1,085,439     1,083,392 Windows Recovery Environment (Windows)
/dev/sda2             1,085,440     1,290,239       204,800 EFI System partition
/dev/sda3             1,290,240     1,323,007        32,768 Microsoft Reserved Partition (Windows)
/dev/sda4             1,323,008   468,660,223   467,337,216 Data partition (Windows/Linux)
/dev/sda5           468,660,224   500,117,503    31,457,280 Data 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/loop3                                              squashfs   
/dev/loop4                                              squashfs   
/dev/loop5                                              squashfs   
/dev/loop6                                              squashfs   
/dev/loop7                                              squashfs   
/dev/sda1        1AE474FEE474DD87                       ntfs       Récupération
/dev/sda2        EC77-0FB8                              vfat       
/dev/sda3                                                          
/dev/sda4        AEB09938B09907CB                       ntfs       
/dev/sda5        0e13e9e9-298b-4cdb-a0a8-ad18f31d915b   ext4       

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

total 0
lrwxrwxrwx 1 root root  9 Oct 27 11:30 ata-HL-DT-ST_DVDRAM_GUE1N_KXFJ3784715 -> ../../sr0
lrwxrwxrwx 1 root root  9 Oct 27 11:35 ata-SanDisk_SD9SB8W256G1014_190417802429 -> ../../sda
lrwxrwxrwx 1 root root 10 Oct 27 11:36 ata-SanDisk_SD9SB8W256G1014_190417802429-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Oct 27 11:35 ata-SanDisk_SD9SB8W256G1014_190417802429-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Oct 27 11:35 ata-SanDisk_SD9SB8W256G1014_190417802429-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Oct 27 11:36 ata-SanDisk_SD9SB8W256G1014_190417802429-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Oct 27 11:35 ata-SanDisk_SD9SB8W256G1014_190417802429-part5 -> ../../sda5
lrwxrwxrwx 1 root root  9 Oct 27 11:30 wwn-0x5001480000000000 -> ../../sr0
lrwxrwxrwx 1 root root  9 Oct 27 11:35 wwn-0x5001b448b92802c0 -> ../../sda
lrwxrwxrwx 1 root root 10 Oct 27 11:36 wwn-0x5001b448b92802c0-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Oct 27 11:35 wwn-0x5001b448b92802c0-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Oct 27 11:35 wwn-0x5001b448b92802c0-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Oct 27 11:36 wwn-0x5001b448b92802c0-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Oct 27 11:35 wwn-0x5001b448b92802c0-part5 -> ../../sda5

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

Device           Mount_Point              Type       Options

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


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

--------------------------------------------------------------------------------
search.fs_uuid 0dee4fb2-8586-4f16-8a3a-6c5af429f468 root hd1,gpt5 
set prefix=($root)'/boot/grub'
--------------------------------------------------------------------------------

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

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

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

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

export menuentry_id_option

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

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

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_gpt
insmod ext2
set root='hd1,gpt5'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt5 --hint-efi=hd1,gpt5 --hint-baremetal=ahci1,gpt5  0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
else
  search --no-floppy --fs-uuid --set=root 0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=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=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-0e13e9e9-298b-4cdb-a0a8-ad18f31d915b' {
	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='hd1,gpt5'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt5 --hint-efi=hd1,gpt5 --hint-baremetal=ahci1,gpt5  0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
	else
	  search --no-floppy --fs-uuid --set=root 0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
	fi
        linux	/boot/vmlinuz-5.0.0-32-generic root=UUID=0e13e9e9-298b-4cdb-a0a8-ad18f31d915b ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-5.0.0-32-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-0e13e9e9-298b-4cdb-a0a8-ad18f31d915b' {
	menuentry 'Ubuntu, avec Linux 5.0.0-32-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.0.0-32-generic-advanced-0e13e9e9-298b-4cdb-a0a8-ad18f31d915b' {
		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='hd1,gpt5'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt5 --hint-efi=hd1,gpt5 --hint-baremetal=ahci1,gpt5  0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
		else
		  search --no-floppy --fs-uuid --set=root 0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
		fi
		echo	'Chargement de Linux 5.0.0-32-generic…'
	        linux	/boot/vmlinuz-5.0.0-32-generic root=UUID=0e13e9e9-298b-4cdb-a0a8-ad18f31d915b ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-5.0.0-32-generic
	}
	menuentry 'Ubuntu, with Linux 5.0.0-32-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.0.0-32-generic-recovery-0e13e9e9-298b-4cdb-a0a8-ad18f31d915b' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt5'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt5 --hint-efi=hd1,gpt5 --hint-baremetal=ahci1,gpt5  0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
		else
		  search --no-floppy --fs-uuid --set=root 0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
		fi
		echo	'Chargement de Linux 5.0.0-32-generic…'
	        linux	/boot/vmlinuz-5.0.0-32-generic root=UUID=0e13e9e9-298b-4cdb-a0a8-ad18f31d915b ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-5.0.0-32-generic
	}
	menuentry 'Ubuntu, avec Linux 5.0.0-31-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.0.0-31-generic-advanced-0e13e9e9-298b-4cdb-a0a8-ad18f31d915b' {
		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='hd1,gpt5'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt5 --hint-efi=hd1,gpt5 --hint-baremetal=ahci1,gpt5  0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
		else
		  search --no-floppy --fs-uuid --set=root 0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
		fi
		echo	'Chargement de Linux 5.0.0-31-generic…'
	        linux	/boot/vmlinuz-5.0.0-31-generic root=UUID=0e13e9e9-298b-4cdb-a0a8-ad18f31d915b ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-5.0.0-31-generic
	}
	menuentry 'Ubuntu, with Linux 5.0.0-31-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.0.0-31-generic-recovery-0e13e9e9-298b-4cdb-a0a8-ad18f31d915b' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt5'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt5 --hint-efi=hd1,gpt5 --hint-baremetal=ahci1,gpt5  0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
		else
		  search --no-floppy --fs-uuid --set=root 0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
		fi
		echo	'Chargement de Linux 5.0.0-31-generic…'
	        linux	/boot/vmlinuz-5.0.0-31-generic root=UUID=0e13e9e9-298b-4cdb-a0a8-ad18f31d915b ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-5.0.0-31-generic
	}
	menuentry 'Ubuntu, avec Linux 5.0.0-23-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.0.0-23-generic-advanced-0e13e9e9-298b-4cdb-a0a8-ad18f31d915b' {
		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='hd1,gpt5'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt5 --hint-efi=hd1,gpt5 --hint-baremetal=ahci1,gpt5  0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
		else
		  search --no-floppy --fs-uuid --set=root 0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
		fi
		echo	'Chargement de Linux 5.0.0-23-generic…'
	        linux	/boot/vmlinuz-5.0.0-23-generic root=UUID=0e13e9e9-298b-4cdb-a0a8-ad18f31d915b ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-5.0.0-23-generic
	}
	menuentry 'Ubuntu, with Linux 5.0.0-23-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.0.0-23-generic-recovery-0e13e9e9-298b-4cdb-a0a8-ad18f31d915b' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt5'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt5 --hint-efi=hd1,gpt5 --hint-baremetal=ahci1,gpt5  0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
		else
		  search --no-floppy --fs-uuid --set=root 0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
		fi
		echo	'Chargement de Linux 5.0.0-23-generic…'
	        linux	/boot/vmlinuz-5.0.0-23-generic root=UUID=0e13e9e9-298b-4cdb-a0a8-ad18f31d915b ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-5.0.0-23-generic
	}
}

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

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

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

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

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows Boot Manager (sur /dev/sdb2)' --class windows --class os $menuentry_id_option 'osprober-efi-EC77-0FB8' {
	insmod part_gpt
	insmod fat
	set root='hd1,gpt2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  EC77-0FB8
	else
	  search --no-floppy --fs-uuid --set=root EC77-0FB8
	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 ###
--------------------------------------------------------------------------------

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

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sdb5 during installation
UUID=0e13e9e9-298b-4cdb-a0a8-ad18f31d915b /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sdb2 during installation
UUID=EC77-0FB8  /boot/efi       vfat    umask=0077      0       1
/swapfile                                 none            swap    sw              0       0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

 225.833656311 = 242.487042048  boot/grub/grub.cfg                             2
 226.333980560 = 243.024261120  boot/vmlinuz-5.0.0-23-generic                  2
 236.646835327 = 254.097604608  boot/vmlinuz-5.0.0-31-generic                  1
 227.928085327 = 244.735918080  boot/vmlinuz-5.0.0-32-generic                  1
 227.928085327 = 244.735918080  vmlinuz                                        1
 226.333980560 = 243.024261120  vmlinuz.old                                    2
 237.032272339 = 254.511464448  boot/initrd.img-5.0.0-23-generic               3
 228.141014099 = 244.964548608  boot/initrd.img-5.0.0-31-generic               1
 228.180080414 = 245.006495744  boot/initrd.img-5.0.0-32-generic               1
 228.180080414 = 245.006495744  initrd.img                                     1
 237.032272339 = 254.511464448  initrd.img.old                                 3


ADDITIONAL INFORMATION :
=================== log of boot-info 20191027_1135 ===================
boot-info version : 4ppa66
boot-sav version : 4ppa66
boot-sav-extra version : 4ppa66
glade2script version : 3.2.3~ppa4
boot-info is executed in installed-session (Ubuntu 18.04.3 LTS, bionic, Ubuntu, x86_64)
CPU op-mode(s):      32-bit, 64-bit
\bootvmlinuz-5.0.0-32-generic ro root=UUID=0e13e9e9-298b-4cdb-a0a8-ad18f31d915b initrd=bootinitrd.img-5.0.0-32-generic

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

=================== blkid:
/dev/loop0: TYPE="squashfs"
/dev/loop1: TYPE="squashfs"
/dev/loop2: TYPE="squashfs"
/dev/loop3: TYPE="squashfs"
/dev/loop4: TYPE="squashfs"
/dev/loop5: TYPE="squashfs"
/dev/loop6: TYPE="squashfs"
/dev/loop7: TYPE="squashfs"
/dev/sda1: LABEL="RM-CM-)cupM-CM-)ration" UUID="1AE474FEE474DD87" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="286bfa71-6767-43b4-821d-246e8d205f08"
/dev/sda2: UUID="EC77-0FB8" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="14900409-1bbb-456e-b34d-10ede1ca9ed4"
/dev/sda4: UUID="AEB09938B09907CB" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="fc5035ee-c706-4930-b154-871964793ca7"
/dev/sda5: UUID="0e13e9e9-298b-4cdb-a0a8-ad18f31d915b" TYPE="ext4" PARTUUID="a35817e1-44c7-49ed-8bc4-1ad8c0ff8909"
/dev/sda3: PARTLABEL="Microsoft reserved partition" PARTUUID="72e4b690-3d03-46ce-b7fd-18c5d4de83c5"


1 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 août   5 16:03 grub.d
total 80
-rwxr-xr-x 1 root root 10046 mars  18  2019 00_header
-rwxr-xr-x 1 root root  6258 mars  18  2019 05_debian_theme
-rwxr-xr-x 1 root root 12693 mars  18  2019 10_linux
-rwxr-xr-x 1 root root 11298 mars  18  2019 20_linux_xen
-rwxr-xr-x 1 root root  1992 janv. 28  2016 20_memtest86+
-rwxr-xr-x 1 root root 12059 mars  18  2019 30_os-prober
-rwxr-xr-x 1 root root  1418 mars  18  2019 30_uefi-firmware
-rwxr-xr-x 1 root root   214 mars  18  2019 40_custom
-rwxr-xr-x 1 root root   216 mars  18  2019 41_custom
-rw-r--r-- 1 root root   483 mars  18  2019 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=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

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

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

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

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

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

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



/boot/efi detected in the fstab of sda5: UUID=EC77-0FB8   (sda2)
Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bkbootmgfw.efi
Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw-2019-10-26-12-23-27.efi
Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/refind_aa64.efi
Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/refind_ia32.efi
Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/refind_x64.efi
Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/Bootx64-2019-10-19-17-08-19.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 EFI/Boot file detected: /boot/efi/EFI/Boot/refind_x64.efi
/usr/share/boot-sav/bs-cmd_terminal.sh: ligne 179: avertissement : substitution de commande: octet nul ignoré en entrée

=================== efibootmgr -v
BootCurrent: 0001
Timeout: 0 seconds
BootOrder: 0001,2001,2002,2003
Boot0000* Unknown Device: 	HD(2,GPT,14900409-1bbb-456e-b34d-10ede1ca9ed4,0x109000,0x32000)/File(EFIubuntushimx64.efi)RC
Boot0001* Windows Boot Manager	HD(2,GPT,14900409-1bbb-456e-b34d-10ede1ca9ed4,0x109000,0x32000)/File(EFIMicrosoftBootbootmgfw.efi)RC
Boot0003* ubuntu	HD(2,GPT,14900409-1bbb-456e-b34d-10ede1ca9ed4,0x109000,0x32000)/File(EFIubuntushimx64.efi)
Boot0004* rEFInd Boot Manager	HD(2,GPT,14900409-1bbb-456e-b34d-10ede1ca9ed4,0x109000,0x32000)/File(EFIrefindrefind_x64.efi)
Boot0005* ubuntu	HD(2,GPT,14900409-1bbb-456e-b34d-10ede1ca9ed4,0x109000,0x32000)/File(EFIubuntushimx64.efi)
Boot0006* rEFInd Boot Manager	HD(2,GPT,14900409-1bbb-456e-b34d-10ede1ca9ed4,0x109000,0x32000)/File(EFIrefindrefind_x64.efi)
Boot2001* EFI USB Device	RC
Boot2002* EFI DVD/CDROM	RC
Boot2003* EFI Network	RC

=================== 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:
sda5	: sda,	not-sepboot,	grubenv-ok	grub2,	grub-pc 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,	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,	notbiosboot, /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,	notbiosboot, /boot/efi.
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,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	notbiosboot, /mnt/boot-sav/sda4.

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


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

BYT;
/dev/sda:256GB:scsi:512:512:gpt:ATA SanDisk SD9SB8W2:;
1:1049kB:556MB:555MB:ntfs:Basic data partition:hidden, diag;
2:556MB:661MB:105MB:fat32:EFI system partition:boot, esp;
3:661MB:677MB:16.8MB::Microsoft reserved partition:msftres;
4:677MB:240GB:239GB:ntfs:Basic data partition:msftdata;
5:240GB:256GB:16.1GB:ext4::;

=================== lsblk:
KNAME TYPE FSTYPE     SIZE LABEL
loop0 loop squashfs  42,8M
loop1 loop squashfs  1008K
loop2 loop squashfs  54,4M
loop3 loop squashfs     4M
loop4 loop squashfs 149,9M
loop5 loop squashfs   3,7M
loop6 loop squashfs  88,5M
loop7 loop squashfs  14,8M
sda   disk          238,5G
sda1  part ntfs       529M Récupération
sda2  part vfat       100M
sda3  part             16M
sda4  part ntfs     222,9G
sda5  part ext4        15G
sr0   rom            1024M

KNAME ROTA RO RM STATE   MOUNTPOINT
loop0    1  1  0         /snap/gtk-common-themes/1313
loop1    1  1  0         /snap/gnome-logs/61
loop2    1  1  0         /snap/core18/1066
loop3    1  1  0         /snap/gnome-calculator/406
loop4    1  1  0         /snap/gnome-3-28-1804/67
loop5    1  1  0         /snap/gnome-system-monitor/100
loop6    1  1  0         /snap/core/7270
loop7    1  1  0         /snap/gnome-characters/296
sda      0  0  0 running
sda1     0  0  0         /mnt/boot-sav/sda1
sda2     0  0  0         /boot/efi
sda3     0  0  0
sda4     0  0  0         /mnt/boot-sav/sda4
sda5     0  0  0         /
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=1904356k,nr_inodes=476089,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=385644k,mode=755)
/dev/sda5 on / type ext4 (rw,relatime,errors=remount-ro)
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/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
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/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
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/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=11179)
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)
/var/lib/snapd/snaps/gtk-common-themes_1313.snap on /snap/gtk-common-themes/1313 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/core18_1066.snap on /snap/core18/1066 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-3-28-1804_67.snap on /snap/gnome-3-28-1804/67 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-calculator_406.snap on /snap/gnome-calculator/406 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-logs_61.snap on /snap/gnome-logs/61 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-system-monitor_100.snap on /snap/gnome-system-monitor/100 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/core_7270.snap on /snap/core/7270 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-characters_296.snap on /snap/gnome-characters/296 type squashfs (ro,nodev,relatime,x-gdu.hide)
/dev/sda2 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=385640k,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/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 bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity mq power queue range removable ro sda1 sda2 sda3 sda4 sda5 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 mq 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 dvd dvdrw ecryptfs fb0 fd full fuse gpiochip0 hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 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 sda2 sda3 sda4 sda5 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout tpm0 tpmrm0 udmabuf uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net vhost-vsock video0 video1 zero
ls /dev/mapper:  control

=================== 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 87 10 00 00 00 00 00  |................|
00000030  55 b0 00 00 00 00 00 00  02 00 00 00 00 00 00 00  |U...............|
00000040  f6 00 00 00 01 00 00 00  87 dd 74 e4 fe 74 e4 1a  |..........t..t..|
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 90 10 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 b8 0f 77 ec 4e  4f 20 4e 41 4d 45 20 20  |..)..w.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 30 14 00  |........?....0..|
00000020  00 00 00 00 80 00 80 00  ff ff da 1b 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  cb 07 99 b0 38 99 b0 ae  |............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

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

Filesystem     Type      Size  Used Avail Use% Mounted on
udev           devtmpfs  1.9G     0  1.9G   0% /dev
tmpfs          tmpfs     377M  1.7M  375M   1% /run
/dev/sda5      ext4       15G  6.2G  7.8G  45% /
tmpfs          tmpfs     1.9G   53M  1.8G   3% /dev/shm
tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
tmpfs          tmpfs     1.9G     0  1.9G   0% /sys/fs/cgroup
/dev/loop0     squashfs   43M   43M     0 100% /snap/gtk-common-themes/1313
/dev/loop2     squashfs   55M   55M     0 100% /snap/core18/1066
/dev/loop4     squashfs  150M  150M     0 100% /snap/gnome-3-28-1804/67
/dev/loop3     squashfs  4.2M  4.2M     0 100% /snap/gnome-calculator/406
/dev/loop1     squashfs  1.0M  1.0M     0 100% /snap/gnome-logs/61
/dev/loop5     squashfs  3.8M  3.8M     0 100% /snap/gnome-system-monitor/100
/dev/loop6     squashfs   89M   89M     0 100% /snap/core/7270
/dev/loop7     squashfs   15M   15M     0 100% /snap/gnome-characters/296
/dev/sda2      vfat       96M   41M   56M  43% /boot/efi
tmpfs          tmpfs     377M   36K  377M   1% /run/user/1000
/dev/sda1      fuseblk   529M  392M  138M  75% /mnt/boot-sav/sda1
/dev/sda4      fuseblk   223G   27G  197G  13% /mnt/boot-sav/sda4

=================== fdisk -l:
Disk /dev/loop0: 42.8 MiB, 44879872 bytes, 87656 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: 1008 KiB, 1032192 bytes, 2016 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: 54.4 MiB, 57069568 bytes, 111464 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/loop3: 4 MiB, 4218880 bytes, 8240 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/loop4: 149.9 MiB, 157184000 bytes, 307000 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/loop5: 3.7 MiB, 3825664 bytes, 7472 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/loop6: 88.5 MiB, 92778496 bytes, 181208 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/loop7: 14.8 MiB, 15462400 bytes, 30200 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: 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: F865D9B0-8CEE-4966-AA61-636839016E5E

Device         Start       End   Sectors   Size Type
/dev/sda1       2048   1085439   1083392   529M Windows recovery environment
/dev/sda2    1085440   1290239    204800   100M EFI System
/dev/sda3    1290240   1323007     32768    16M Microsoft reserved
/dev/sda4    1323008 468660223 467337216 222.9G Microsoft basic data
/dev/sda5  468660224 500117503  31457280    15G Linux filesystem




=================== Suggested repair
The default repair of the Boot-Repair utility would purge (in order to sign-grub) and reinstall the grub-efi-amd64-signed of sda5, using the following options:        sda2/boot/efi,
Additional repair would be performed: unhide-bootmenu-10s   fix-windows-boot use-standard-efi-file


=================== Final advice in case of suggested repair
N'oubliez pas de régler votre BIOS pour qu'il amorce sur le fichier sda2/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.

Hors ligne

#34 Le 27/10/2019, à 17:08

geole

Re : install dual boot ubuntu/win10 sur Aspire ES17 qui bloque à GRUB2

Merci du retour
Boot exécuté depuis la session installée

boot-info is executed in installed-session (Ubuntu 18.04.3 LTS, bionic, Ubuntu, x86_64)

Bootant par windows

=================== efibootmgr -v
BootCurrent: 0001
Timeout: 0 seconds
BootOrder: 0001,2001,2002,2003
Boot0000* Unknown Device: 	HD(2,GPT,14900409-1bbb-456e-b34d-10ede1ca9ed4,0x109000,0x32000)/File(EFIubuntushimx64.efi)RC
Boot0001* Windows Boot Manager	HD(2,GPT,14900409-1bbb-456e-b34d-10ede1ca9ed4,0x109000,0x32000)/File(EFIMicrosoftBootbootmgfw.efi)RC
Boot0003* ubuntu	HD(2,GPT,14900409-1bbb-456e-b34d-10ede1ca9ed4,0x109000,0x32000)/File(EFIubuntushimx64.efi)
Boot0004* rEFInd Boot Manager	HD(2,GPT,14900409-1bbb-456e-b34d-10ede1ca9ed4,0x109000,0x32000)/File(EFIrefindrefind_x64.efi)
Boot0005* ubuntu	HD(2,GPT,14900409-1bbb-456e-b34d-10ede1ca9ed4,0x109000,0x32000)/File(EFIubuntushimx64.efi)
Boot0006* rEFInd Boot Manager	HD(2,GPT,14900409-1bbb-456e-b34d-10ede1ca9ed4,0x109000,0x32000)/File(EFIrefindrefind_x64.efi)

On y trouve bien la structure de boot EFI

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/ubuntu/grub.cfg 
                       /EFI/Boot/Bootx64-2019-10-19-17-08-19.efi 
                       /EFI/Boot/bootx64.efi /EFI/Boot/fbx64.efi 
                       /EFI/Boot/refind_x64.efi /EFI/refind/refind_aa64.efi 
                       /EFI/refind/refind_ia32.efi /EFI/refind/refind_x64.efi 
                       /EFI/ubuntu/fwupx64.efi /EFI/ubuntu/grubx64.efi 
                       /EFI/ubuntu/mmx64.efi /EFI/ubuntu/shimx64.efi 
                       /EFI/EFI/ubuntu/grubx64.efi 
                       /EFI/Microsoft/Boot/bkbootmgfw.efi 
                       /EFI/Microsoft/Boot/bootmgfw-2019-10-26-12-23-27.efi 
                       /EFI/Microsoft/Boot/bootmgfw.efi 
                       /EFI/Microsoft/Boot/bootmgr.efi 
                       /EFI/Microsoft/Boot/memtest.efi 
                       /EFI/Microsoft/Boot/refind_aa64.efi 
                       /EFI/Microsoft/Boot/refind_ia32.efi 
                       /EFI/Microsoft/Boot/refind_x64.efi 
                       /EFI/refind/drivers_aa64/btrfs_aa64.efi 
                       /EFI/refind/drivers_aa64/ext2_aa64.efi 
                       /EFI/refind/drivers_aa64/ext4_aa64.efi 
                       /EFI/refind/drivers_aa64/hfs_aa64.efi 
                       /EFI/refind/drivers_aa64/iso9660_aa64.efi 
                       /EFI/refind/drivers_aa64/ntfs_aa64.efi 
                       /EFI/refind/drivers_aa64/reiserfs_aa64.efi 
                       /EFI/refind/drivers_ia32/btrfs_ia32.efi 
                       /EFI/refind/drivers_ia32/ext2_ia32.efi 
                       /EFI/refind/drivers_ia32/ext4_ia32.efi 
                       /EFI/refind/drivers_ia32/hfs_ia32.efi 
                       /EFI/refind/drivers_ia32/iso9660_ia32.efi 
                       /EFI/refind/drivers_ia32/ntfs_ia32.efi 
                       /EFI/refind/drivers_ia32/reiserfs_ia32.efi 
                       /EFI/refind/drivers_x64/btrfs_x64.efi 
                       /EFI/refind/drivers_x64/ext2_x64.efi 
                       /EFI/refind/drivers_x64/ext4_x64.efi 
                       /EFI/refind/drivers_x64/hfs_x64.efi 
                       /EFI/refind/drivers_x64/iso9660_x64.efi 
                       /EFI/refind/drivers_x64/ntfs_x64.efi 
                       /EFI/refind/drivers_x64/reiserfs_x64.efi 
                       /EFI/refind/tools_ia32/gptsync_ia32.efi 
                       /EFI/refind/tools_x64/gptsync_x64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/btrfs_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/ext2_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/ext4_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/hfs_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/iso9660_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/ntfs_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/reiserfs_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/btrfs_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/ext2_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/ext4_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/hfs_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/iso9660_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/ntfs_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/reiserfs_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_x64/btrfs_x64.efi 
                       /EFI/Microsoft/Boot/drivers_x64/ext2_x64.efi 
                       /EFI/Microsoft/Boot/drivers_x64/ext4_x64.efi 
                       /EFI/Microsoft/Boot/drivers_x64/hfs_x64.efi 
                       /EFI/Microsoft/Boot/drivers_x64/iso9660_x64.efi 
                       /EFI/Microsoft/Boot/drivers_x64/ntfs_x64.efi 
                       /EFI/Microsoft/Boot/drivers_x64/reiserfs_x64.efi 
                       /EFI/Microsoft/Boot/tools_ia32/gptsync_ia32.efi 
                       /EFI/Microsoft/Boot/tools_x64/gptsync_x64.efi

Il y aurait donc eu un petit dysfonctionnement dans le boot-info précédant

Tu peux déjà supprimer quelques entrées de boot inutiles

sudo efibootmgr  -B -b 6
sudo efibootmgr  -B -b 5
sudo efibootmgr  -B -b 4
sudo efibootmgr  -B -b 3
sudo efibootmgr  -B -b 0

Ainsi que ce fichier et ce répertoire

sudo rm -v /boot/efi/EFI/EFI/ubuntu/grubx64.efi 
sudo rmdir -v /boot/efi/EFI/EFI/ubuntu
sudo rmdi  -v /boot/efi/EFI/EFI

Dernière modification par geole (Le 27/10/2019, à 17:14)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

En ligne

#35 Le 27/10/2019, à 18:29

RMI973

Re : install dual boot ubuntu/win10 sur Aspire ES17 qui bloque à GRUB2

pour bcdedit, ça ne marche pas tout à fait comme prévu, mais ça donne ça :

PS C:\Users\ACER\Downloads> bcdedit

Gestionnaire de démarrage Windows
---------------------------------
identificateur          {bootmgr}
device                  partition=\Device\HarddiskVolume2
path                    \EFI\BOOT\BOOTX64.EFI/code]
description             Windows Boot Manager
locale                  fr-FR
inherit                 {globalsettings}
default                 {current}
resumeobject            {daaa5037-eaa7-11e9-8b8b-b12c1ce5a91d}
displayorder            {current}
                        {daaa503b-eaa7-11e9-8b8b-b12c1ce5a91d}
                        {10cb7215-f393-11e9-88b2-a86daa358fad}
toolsdisplayorder       {memdiag}
timeout                 30

Chargeur de démarrage Windows
-----------------------------
identificateur          {current}
device                  partition=C:
path                    \Windows\system32\winload.efi
description             Windows 10
locale                  fr-FR
inherit                 {bootloadersettings}
recoverysequence        {daaa5039-eaa7-11e9-8b8b-b12c1ce5a91d}
displaymessageoverride  Recovery
recoveryenabled         Yes
isolatedcontext         Yes
allowedinmemorysettings 0x15000075
osdevice                partition=C:
systemroot              \Windows
resumeobject            {daaa5037-eaa7-11e9-8b8b-b12c1ce5a91d}
nx                      OptIn
bootmenupolicy          Standard

Chargeur de démarrage Windows
-----------------------------
identificateur          {daaa503b-eaa7-11e9-8b8b-b12c1ce5a91d}
device                  partition=C:
path                    \EFI\refind\refind_X64.efi
description             Refind
locale                  fr-FR
inherit                 {bootloadersettings}
recoverysequence        {daaa5039-eaa7-11e9-8b8b-b12c1ce5a91d}
displaymessageoverride  Recovery
recoveryenabled         Yes
isolatedcontext         Yes
allowedinmemorysettings 0x15000075
osdevice                partition=C:
systemroot              \Windows
resumeobject            {daaa5037-eaa7-11e9-8b8b-b12c1ce5a91d}
nx                      OptIn
bootmenupolicy          Standard

Chargeur de démarrage Windows
-----------------------------
identificateur          {10cb7215-f393-11e9-88b2-a86daa358fad}
device                  partition=C:
path                    \EFI\refind\refind_X64.efi
description             Refind
locale                  fr-FR
inherit                 {bootloadersettings}
recoverysequence        {daaa5039-eaa7-11e9-8b8b-b12c1ce5a91d}
displaymessageoverride  Recovery
recoveryenabled         Yes
isolatedcontext         Yes
allowedinmemorysettings 0x15000075
osdevice                partition=C:
systemroot              \Windows
resumeobject            {daaa5037-eaa7-11e9-8b8b-b12c1ce5a91d}
nx                      OptIn
bootmenupolicy          Standard
PS C:\Users\ACER\Downloads> bcdedit BCD.txt
La ligne de commande spécifiée n’est pas valide.
Exécutez « bcdedit /? » pour obtenir de l’aide sur la ligne de commande.
PS C:\Users\ACER\Downloads> notepad BCD.txt
PS C:\Users\ACER\Downloads>

Hors ligne

#36 Le 27/10/2019, à 18:38

RMI973

Re : install dual boot ubuntu/win10 sur Aspire ES17 qui bloque à GRUB2

Euh... ça freeze quand je tente la première ligne de commande "sudo efibootmgr  -B -b 6"
C'est normal ?

et pareil pour la seconde : "sudo efibootmgr  -B -b 5"

Est-ce la peine de tenter les autres ?

Dernière modification par RMI973 (Le 27/10/2019, à 18:47)

Hors ligne

#37 Le 27/10/2019, à 19:45

geole

Re : install dual boot ubuntu/win10 sur Aspire ES17 qui bloque à GRUB2

Pour les commandes EFIBOOTMGR, c'est fichu. (Sauf à demander une réinitialisation du bios EFI. Ce qui fait toujours peur.)
Tu pourras toujours faire les commandes de suppression du fichier
Pour BCDEDIT, tu as le contenu suivant

Gestionnaire de démarrage Windows
---------------------------------
identificateur          {bootmgr}
device                  partition=\Device\HarddiskVolume2
path                    \EFI\BOOT\BOOTX64.EFI/code]
description             Windows Boot Manager

Je ne sais pas dire s'il est bon ou pas,,,    Il faudrait que je reboote en windows pour comparer.

Tu peux  supprimer les deux entrées refind 

bcdedit    /delete    '{10cb7215-f393-11e9-88b2-a86daa358fad}'
bcdedit   /delete   '{daaa503b-eaa7-11e9-8b8b-b12c1ce5a91d}'

Histoire de savoir si le grub signé ne va pas se réinstaller automatiquement, il serait bon que tu refasses les commandes

sudo apt update
sudo apt upgrade

Dernière modification par geole (Le 28/10/2019, à 15:41)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

En ligne

#38 Le 27/10/2019, à 21:37

RMI973

Re : install dual boot ubuntu/win10 sur Aspire ES17 qui bloque à GRUB2

la manipulation de PowerShell sous windows n'a pas l'air de fonctionner :

PS C:\Users\ACER\Downloads\refind-bin-0.11.4> bcdedit /delete {10cb7215-f393-11e9-88b2-a86daa358fad}
La commande de suppression spécifiée n’est pas valide.
Exécutez « bcdedit /? » pour obtenir de l’aide sur la ligne de commande.
Paramètre incorrect.
PS C:\Users\ACER\Downloads\refind-bin-0.11.4> bcdedit   /delete    {daaa503b-eaa7-11e9-8b8b-b12c1ce5a91d}
La commande de suppression spécifiée n’est pas valide.
Exécutez « bcdedit /? » pour obtenir de l’aide sur la ligne de commande.
Paramètre incorrect.
PS C:\Users\ACER\Downloads\refind-bin-0.11.4>

et sous ubuntu, ça donne ça :

bota@bota-Aspire-ES1-732:~$ sudo apt update
[sudo] Mot de passe de bota : 
Réception de :1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Atteint :2 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu bionic InRelease
Atteint :3 http://gf.archive.ubuntu.com/ubuntu bionic InRelease                
Réception de :4 http://gf.archive.ubuntu.com/ubuntu bionic-updates InRelease [88,7 kB]
Réception de :5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata [38,5 kB]
Réception de :6 http://gf.archive.ubuntu.com/ubuntu bionic-backports InRelease [74,6 kB]
Réception de :7 http://security.ubuntu.com/ubuntu bionic-security/main DEP-11 48x48 Icons [17,6 kB]
Réception de :8 http://security.ubuntu.com/ubuntu bionic-security/main DEP-11 64x64 Icons [41,5 kB]
Réception de :9 http://gf.archive.ubuntu.com/ubuntu bionic-updates/main amd64 DEP-11 Metadata [295 kB]
Réception de :10 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 DEP-11 Metadata [42,1 kB]
Réception de :11 http://security.ubuntu.com/ubuntu bionic-security/universe DEP-11 48x48 Icons [16,4 kB]
Réception de :12 http://security.ubuntu.com/ubuntu bionic-security/universe DEP-11 64x64 Icons [111 kB]
Réception de :13 http://gf.archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 48x48 Icons [73,8 kB]
Réception de :14 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 DEP-11 Metadata [2464 B]
Réception de :15 http://gf.archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 64x64 Icons [143 kB]
Réception de :16 http://gf.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 DEP-11 Metadata [254 kB]
Réception de :17 http://gf.archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 48x48 Icons [192 kB]
Réception de :18 http://gf.archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 64x64 Icons [438 kB]
Réception de :19 http://gf.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 DEP-11 Metadata [2468 B]
Réception de :20 http://gf.archive.ubuntu.com/ubuntu bionic-backports/universe amd64 DEP-11 Metadata [7916 B]
1928 ko réceptionnés en 45s (42,8 ko/s)                                       
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Tous les paquets sont à jour.
bota@bota-Aspire-ES1-732:~$ ~$ sudo apt upgrade
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Calcul de la mise à jour... Fait
Le paquet suivant a été installé automatiquement et n'est plus nécessaire :
  grub-pc-bin
Veuillez utiliser « sudo apt autoremove » pour le supprimer.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
bota@bota-Aspire-ES1-732:~$ 

Dernière modification par RMI973 (Le 27/10/2019, à 21:42)

Hors ligne

#39 Le 28/10/2019, à 15:38

geole

Re : install dual boot ubuntu/win10 sur Aspire ES17 qui bloque à GRUB2

Bonjour
Donc pas de réinstallation de ubuntu, Tu peux purger avec cette commande qui'il faut faire régulièrement surtout si de nouveaux noyaux arrivent.

sudo apt autoremove --purge

Pour la récupération du contenu, j'avais oublié la redirection. C'était donc

bcdedit >BCD.txt
notepad BCD.txt

Pour la suppresion des deux entrées, j'avais oublié les quotes. C'est donc

bcdedit    /delete    '{10cb7215-f393-11e9-88b2-a86daa358fad}'
bcdedit   /delete     '{daaa503b-eaa7-11e9-8b8b-b12c1ce5a91d}'

Pour le gestionnaire de démarrage de windows,  chez moi ,  il y a

identificateur          {bootmgr}
device                  partition=\Device\HarddiskVolume2
path                    \EFI\Microsoft\Boot\bootmgfw.efi
description             Windows Boot Manage

Cela ne me surprend pas.....  Je te propose donc cette commande

bcdedit /set {bootmgr} path  \EFI\Microsoft\Boot\bootmgfw.efi

Dernière modification par geole (Le 28/10/2019, à 15:40)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

En ligne

#40 Le 08/11/2019, à 20:47

RMI973

Re : install dual boot ubuntu/win10 sur Aspire ES17 qui bloque à GRUB2

Bonjour,
côté Windows, ça donne ça :

 PS C:\Users\ACER\Downloads> bcdedit    /delete    '{10cb7215-f393-11e9-88b2-a86daa358fad}'
L’opération a réussi.
PS C:\Users\ACER\Downloads> bcdedit   /delete     '{daaa503b-eaa7-11e9-8b8b-b12c1ce5a91d}'
L’opération a réussi.
PS C:\Users\ACER\Downloads> bcdedit /set {bootmgr} path  \EFI\Microsoft\Boot\bootmgfw.efi
La commande de définition spécifiée n’est pas valide.
Exécutez « bcdedit /? » pour obtenir de l’aide sur la ligne de commande.
Paramètre incorrect.
PS C:\Users\ACER\Downloads>

et effectivement, les deux pseudo-entrées rEFInd ont disparu... smile

Le bcdedit >BCD.txt donne ça :

 Gestionnaire de démarrage Windows
---------------------------------
identificateur          {bootmgr}
device                  partition=\Device\HarddiskVolume2
path                    \EFI\BOOT\BOOTX64.EFI/code]
description             Windows Boot Manager
locale                  fr-FR
inherit                 {globalsettings}
default                 {current}
resumeobject            {daaa5037-eaa7-11e9-8b8b-b12c1ce5a91d}
displayorder            {current}
toolsdisplayorder       {memdiag}
timeout                 30

Chargeur de démarrage Windows
-----------------------------
identificateur          {current}
device                  partition=C:
path                    \Windows\system32\winload.efi
description             Windows 10
locale                  fr-FR
inherit                 {bootloadersettings}
recoverysequence        {daaa5039-eaa7-11e9-8b8b-b12c1ce5a91d}
displaymessageoverride  Recovery
recoveryenabled         Yes
isolatedcontext         Yes
allowedinmemorysettings 0x15000075
osdevice                partition=C:
systemroot              \Windows
resumeobject            {daaa5037-eaa7-11e9-8b8b-b12c1ce5a91d}
nx                      OptIn
bootmenupolicy          Standard

côté ubuntu, ça donne ça :

 bota@bota-Aspire-ES1-732:~$ sudo apt autoremove --purge
[sudo] Mot de passe de bota : 
E: Impossible d'obtenir le verrou /var/lib/dpkg/lock-frontend - open (11: Ressource temporairement non disponible)
E: Impossible d'obtenir le verrou de dpkg (/var/lib/dpkg/lock-frontend). Il est possible qu'un autre processus l'utilise.
bota@bota-Aspire-ES1-732:~$

bref, ça ne marche pas... sad

Dernière modification par RMI973 (Le 08/11/2019, à 20:49)

Hors ligne

#41 Le 08/11/2019, à 21:00

geole

Re : install dual boot ubuntu/win10 sur Aspire ES17 qui bloque à GRUB2

Bonsoir
Pour le premier, erreur de codif

 bcdedit /set   '{bootmgr}'    path  \EFI\Microsoft\Boot\bootmgfw.efi

Pour ubuntu, tu attends un petit quart d'heure  qu'il ait terminé son travail en tâche de fond.


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

En ligne

#42 Le 08/11/2019, à 23:43

RMI973

Re : install dual boot ubuntu/win10 sur Aspire ES17 qui bloque à GRUB2

En effet, ça a marché pour windows :

PS C:\Users\ACER\Downloads>  bcdedit /set   '{bootmgr}'    path  \EFI\Microsoft\Boot\bootmgfw.efi
L’opération a réussi.
PS C:\Users\ACER\Downloads>

et pour ubuntu aussi !!! big_smile

bota@bota-Aspire-ES1-732:~$ sudo apt autoremove --purge
[sudo] Mot de passe de bota : 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Les paquets suivants seront ENLEVÉS :
  grub-pc-bin*
0 mis à jour, 0 nouvellement installés, 1 à enlever et 0 non mis à jour.
Après cette opération, 2987 ko d'espace disque seront libérés.
Souhaitez-vous continuer ? [O/n] o
(Lecture de la base de données... 203980 fichiers et répertoires déjà installés.)
Suppression de grub-pc-bin (2.02-2ubuntu8.13) ...
bota@bota-Aspire-ES1-732:~$ 

par contre, j'ai toujours 2 icônes ubuntu dans le rEFInd :
* Boot EFI\grubx64.efi from EFI system partition (qui ne fonctionne pas)
* Boot boo\vmlinuz-5.0.0-32-generic from 15 GiB ext4 volume (qui fait défiler les lignes de code au démarrage et à la fermeture d'ubuntu)
mais c'est pas gênant...

Pour info, le boot-info dit ça :

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


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

 => Windows 7/8/2012 is installed in the MBR of /dev/sda.

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/ubuntu/grub.cfg 
                       /EFI/Boot/Bootx64-2019-10-19-17-08-19.efi 
                       /EFI/Boot/bootx64.efi /EFI/Boot/fbx64.efi 
                       /EFI/Boot/refind_x64.efi /EFI/refind/refind_aa64.efi 
                       /EFI/refind/refind_ia32.efi /EFI/refind/refind_x64.efi 
                       /EFI/ubuntu/fwupx64.efi /EFI/ubuntu/grubx64.efi 
                       /EFI/ubuntu/mmx64.efi /EFI/ubuntu/shimx64.efi 
                       /EFI/EFI/ubuntu/grubx64.efi 
                       /EFI/Microsoft/Boot/bkbootmgfw.efi 
                       /EFI/Microsoft/Boot/bootmgfw-2019-10-26-12-23-27.efi 
                       /EFI/Microsoft/Boot/bootmgfw.efi 
                       /EFI/Microsoft/Boot/bootmgr.efi 
                       /EFI/Microsoft/Boot/memtest.efi 
                       /EFI/Microsoft/Boot/refind_aa64.efi 
                       /EFI/Microsoft/Boot/refind_ia32.efi 
                       /EFI/Microsoft/Boot/refind_x64.efi 
                       /EFI/refind/drivers_aa64/btrfs_aa64.efi 
                       /EFI/refind/drivers_aa64/ext2_aa64.efi 
                       /EFI/refind/drivers_aa64/ext4_aa64.efi 
                       /EFI/refind/drivers_aa64/hfs_aa64.efi 
                       /EFI/refind/drivers_aa64/iso9660_aa64.efi 
                       /EFI/refind/drivers_aa64/ntfs_aa64.efi 
                       /EFI/refind/drivers_aa64/reiserfs_aa64.efi 
                       /EFI/refind/drivers_ia32/btrfs_ia32.efi 
                       /EFI/refind/drivers_ia32/ext2_ia32.efi 
                       /EFI/refind/drivers_ia32/ext4_ia32.efi 
                       /EFI/refind/drivers_ia32/hfs_ia32.efi 
                       /EFI/refind/drivers_ia32/iso9660_ia32.efi 
                       /EFI/refind/drivers_ia32/ntfs_ia32.efi 
                       /EFI/refind/drivers_ia32/reiserfs_ia32.efi 
                       /EFI/refind/drivers_x64/btrfs_x64.efi 
                       /EFI/refind/drivers_x64/ext2_x64.efi 
                       /EFI/refind/drivers_x64/ext4_x64.efi 
                       /EFI/refind/drivers_x64/hfs_x64.efi 
                       /EFI/refind/drivers_x64/iso9660_x64.efi 
                       /EFI/refind/drivers_x64/ntfs_x64.efi 
                       /EFI/refind/drivers_x64/reiserfs_x64.efi 
                       /EFI/refind/tools_ia32/gptsync_ia32.efi 
                       /EFI/refind/tools_x64/gptsync_x64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/btrfs_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/ext2_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/ext4_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/hfs_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/iso9660_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/ntfs_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_aa64/reiserfs_aa64.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/btrfs_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/ext2_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/ext4_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/hfs_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/iso9660_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/ntfs_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_ia32/reiserfs_ia32.efi 
                       /EFI/Microsoft/Boot/drivers_x64/btrfs_x64.efi 
                       /EFI/Microsoft/Boot/drivers_x64/ext2_x64.efi 
                       /EFI/Microsoft/Boot/drivers_x64/ext4_x64.efi 
                       /EFI/Microsoft/Boot/drivers_x64/hfs_x64.efi 
                       /EFI/Microsoft/Boot/drivers_x64/iso9660_x64.efi 
                       /EFI/Microsoft/Boot/drivers_x64/ntfs_x64.efi 
                       /EFI/Microsoft/Boot/drivers_x64/reiserfs_x64.efi 
                       /EFI/Microsoft/Boot/tools_ia32/gptsync_ia32.efi 
                       /EFI/Microsoft/Boot/tools_x64/gptsync_x64.efi

sda3: __________________________________________________________________________

    File system:       
    Boot sector type:  -
    Boot sector info: 
    Mounting failed:   mount: /mnt/BootInfo/sda3: 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:        /Windows/System32/winload.exe

sda5: __________________________________________________________________________

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

============================ 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   500,118,191   500,118,191  ee GPT


GUID Partition Table detected.

Partition  Attrs   Start Sector    End Sector  # of Sectors System
/dev/sda1      R          2,048     1,085,439     1,083,392 Windows Recovery Environment (Windows)
/dev/sda2             1,085,440     1,290,239       204,800 EFI System partition
/dev/sda3             1,290,240     1,323,007        32,768 Microsoft Reserved Partition (Windows)
/dev/sda4             1,323,008   468,660,223   467,337,216 Data partition (Windows/Linux)
/dev/sda5           468,660,224   500,117,503    31,457,280 Data 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/loop10                                             squashfs   
/dev/loop11                                             squashfs   
/dev/loop12                                             squashfs   
/dev/loop13                                             squashfs   
/dev/loop14                                             squashfs   
/dev/loop15                                             squashfs   
/dev/loop16                                             squashfs   
/dev/loop17                                             squashfs   
/dev/loop2                                              squashfs   
/dev/loop3                                              squashfs   
/dev/loop4                                              squashfs   
/dev/loop5                                              squashfs   
/dev/loop6                                              squashfs   
/dev/loop7                                              squashfs   
/dev/loop8                                              squashfs   
/dev/loop9                                              squashfs   
/dev/sda1        1AE474FEE474DD87                       ntfs       Récupération
/dev/sda2        EC77-0FB8                              vfat       
/dev/sda3                                                          
/dev/sda4        AEB09938B09907CB                       ntfs       
/dev/sda5        0e13e9e9-298b-4cdb-a0a8-ad18f31d915b   ext4       

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

total 0
lrwxrwxrwx 1 root root  9 Nov  8 18:35 ata-HL-DT-ST_DVDRAM_GUE1N_KXFJ3784715 -> ../../sr0
lrwxrwxrwx 1 root root  9 Nov  8 18:36 ata-SanDisk_SD9SB8W256G1014_190417802429 -> ../../sda
lrwxrwxrwx 1 root root 10 Nov  8 18:36 ata-SanDisk_SD9SB8W256G1014_190417802429-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Nov  8 18:36 ata-SanDisk_SD9SB8W256G1014_190417802429-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Nov  8 18:36 ata-SanDisk_SD9SB8W256G1014_190417802429-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Nov  8 18:36 ata-SanDisk_SD9SB8W256G1014_190417802429-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Nov  8 18:36 ata-SanDisk_SD9SB8W256G1014_190417802429-part5 -> ../../sda5
lrwxrwxrwx 1 root root  9 Nov  8 18:35 wwn-0x5001480000000000 -> ../../sr0
lrwxrwxrwx 1 root root  9 Nov  8 18:36 wwn-0x5001b448b92802c0 -> ../../sda
lrwxrwxrwx 1 root root 10 Nov  8 18:36 wwn-0x5001b448b92802c0-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Nov  8 18:36 wwn-0x5001b448b92802c0-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Nov  8 18:36 wwn-0x5001b448b92802c0-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Nov  8 18:36 wwn-0x5001b448b92802c0-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Nov  8 18:36 wwn-0x5001b448b92802c0-part5 -> ../../sda5

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

Device           Mount_Point              Type       Options

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


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

--------------------------------------------------------------------------------
search.fs_uuid 0dee4fb2-8586-4f16-8a3a-6c5af429f468 root hd1,gpt5 
set prefix=($root)'/boot/grub'
--------------------------------------------------------------------------------

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

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

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

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

export menuentry_id_option

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

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

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_gpt
insmod ext2
set root='hd1,gpt5'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt5 --hint-efi=hd1,gpt5 --hint-baremetal=ahci1,gpt5  0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
else
  search --no-floppy --fs-uuid --set=root 0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=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=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-0e13e9e9-298b-4cdb-a0a8-ad18f31d915b' {
	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='hd1,gpt5'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt5 --hint-efi=hd1,gpt5 --hint-baremetal=ahci1,gpt5  0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
	else
	  search --no-floppy --fs-uuid --set=root 0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
	fi
        linux	/boot/vmlinuz-5.0.0-32-generic root=UUID=0e13e9e9-298b-4cdb-a0a8-ad18f31d915b ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-5.0.0-32-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-0e13e9e9-298b-4cdb-a0a8-ad18f31d915b' {
	menuentry 'Ubuntu, avec Linux 5.0.0-32-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.0.0-32-generic-advanced-0e13e9e9-298b-4cdb-a0a8-ad18f31d915b' {
		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='hd1,gpt5'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt5 --hint-efi=hd1,gpt5 --hint-baremetal=ahci1,gpt5  0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
		else
		  search --no-floppy --fs-uuid --set=root 0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
		fi
		echo	'Chargement de Linux 5.0.0-32-generic…'
	        linux	/boot/vmlinuz-5.0.0-32-generic root=UUID=0e13e9e9-298b-4cdb-a0a8-ad18f31d915b ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-5.0.0-32-generic
	}
	menuentry 'Ubuntu, with Linux 5.0.0-32-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.0.0-32-generic-recovery-0e13e9e9-298b-4cdb-a0a8-ad18f31d915b' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt5'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt5 --hint-efi=hd1,gpt5 --hint-baremetal=ahci1,gpt5  0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
		else
		  search --no-floppy --fs-uuid --set=root 0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
		fi
		echo	'Chargement de Linux 5.0.0-32-generic…'
	        linux	/boot/vmlinuz-5.0.0-32-generic root=UUID=0e13e9e9-298b-4cdb-a0a8-ad18f31d915b ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-5.0.0-32-generic
	}
	menuentry 'Ubuntu, avec Linux 5.0.0-31-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.0.0-31-generic-advanced-0e13e9e9-298b-4cdb-a0a8-ad18f31d915b' {
		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='hd1,gpt5'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt5 --hint-efi=hd1,gpt5 --hint-baremetal=ahci1,gpt5  0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
		else
		  search --no-floppy --fs-uuid --set=root 0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
		fi
		echo	'Chargement de Linux 5.0.0-31-generic…'
	        linux	/boot/vmlinuz-5.0.0-31-generic root=UUID=0e13e9e9-298b-4cdb-a0a8-ad18f31d915b ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-5.0.0-31-generic
	}
	menuentry 'Ubuntu, with Linux 5.0.0-31-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.0.0-31-generic-recovery-0e13e9e9-298b-4cdb-a0a8-ad18f31d915b' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt5'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt5 --hint-efi=hd1,gpt5 --hint-baremetal=ahci1,gpt5  0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
		else
		  search --no-floppy --fs-uuid --set=root 0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
		fi
		echo	'Chargement de Linux 5.0.0-31-generic…'
	        linux	/boot/vmlinuz-5.0.0-31-generic root=UUID=0e13e9e9-298b-4cdb-a0a8-ad18f31d915b ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-5.0.0-31-generic
	}
	menuentry 'Ubuntu, avec Linux 5.0.0-23-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.0.0-23-generic-advanced-0e13e9e9-298b-4cdb-a0a8-ad18f31d915b' {
		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='hd1,gpt5'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt5 --hint-efi=hd1,gpt5 --hint-baremetal=ahci1,gpt5  0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
		else
		  search --no-floppy --fs-uuid --set=root 0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
		fi
		echo	'Chargement de Linux 5.0.0-23-generic…'
	        linux	/boot/vmlinuz-5.0.0-23-generic root=UUID=0e13e9e9-298b-4cdb-a0a8-ad18f31d915b ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-5.0.0-23-generic
	}
	menuentry 'Ubuntu, with Linux 5.0.0-23-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.0.0-23-generic-recovery-0e13e9e9-298b-4cdb-a0a8-ad18f31d915b' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt5'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt5 --hint-efi=hd1,gpt5 --hint-baremetal=ahci1,gpt5  0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
		else
		  search --no-floppy --fs-uuid --set=root 0e13e9e9-298b-4cdb-a0a8-ad18f31d915b
		fi
		echo	'Chargement de Linux 5.0.0-23-generic…'
	        linux	/boot/vmlinuz-5.0.0-23-generic root=UUID=0e13e9e9-298b-4cdb-a0a8-ad18f31d915b ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-5.0.0-23-generic
	}
}

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

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

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

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

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows Boot Manager (sur /dev/sdb2)' --class windows --class os $menuentry_id_option 'osprober-efi-EC77-0FB8' {
	insmod part_gpt
	insmod fat
	set root='hd1,gpt2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  EC77-0FB8
	else
	  search --no-floppy --fs-uuid --set=root EC77-0FB8
	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 ###
--------------------------------------------------------------------------------

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

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sdb5 during installation
UUID=0e13e9e9-298b-4cdb-a0a8-ad18f31d915b /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sdb2 during installation
UUID=EC77-0FB8  /boot/efi       vfat    umask=0077      0       1
/swapfile                                 none            swap    sw              0       0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

 225.833656311 = 242.487042048  boot/grub/grub.cfg                             2
 226.333980560 = 243.024261120  boot/vmlinuz-5.0.0-23-generic                  2
 236.646835327 = 254.097604608  boot/vmlinuz-5.0.0-31-generic                  1
 227.928085327 = 244.735918080  boot/vmlinuz-5.0.0-32-generic                  1
 227.928085327 = 244.735918080  vmlinuz                                        1
 226.333980560 = 243.024261120  vmlinuz.old                                    2
 237.032272339 = 254.511464448  boot/initrd.img-5.0.0-23-generic               3
 228.141014099 = 244.964548608  boot/initrd.img-5.0.0-31-generic               1
 230.889057159 = 247.915237376  boot/initrd.img-5.0.0-32-generic               1
 230.889057159 = 247.915237376  initrd.img                                     1
 237.032272339 = 254.511464448  initrd.img.old                                 3


ADDITIONAL INFORMATION :
=================== log of boot-info 20191108_1836 ===================
boot-info version : 4ppa66
boot-sav version : 4ppa66
boot-sav-extra version : 4ppa66
glade2script version : 3.2.3~ppa4
boot-info is executed in installed-session (Ubuntu 18.04.3 LTS, bionic, Ubuntu, x86_64)
CPU op-mode(s):      32-bit, 64-bit
\bootvmlinuz-5.0.0-32-generic ro root=UUID=0e13e9e9-298b-4cdb-a0a8-ad18f31d915b initrd=bootinitrd.img-5.0.0-32-generic

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

=================== blkid:
/dev/loop0: TYPE="squashfs"
/dev/loop1: TYPE="squashfs"
/dev/loop2: TYPE="squashfs"
/dev/loop3: TYPE="squashfs"
/dev/loop4: TYPE="squashfs"
/dev/loop5: TYPE="squashfs"
/dev/loop6: TYPE="squashfs"
/dev/loop7: TYPE="squashfs"
/dev/sda1: LABEL="RM-CM-)cupM-CM-)ration" UUID="1AE474FEE474DD87" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="286bfa71-6767-43b4-821d-246e8d205f08"
/dev/sda2: UUID="EC77-0FB8" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="14900409-1bbb-456e-b34d-10ede1ca9ed4"
/dev/sda4: UUID="AEB09938B09907CB" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="fc5035ee-c706-4930-b154-871964793ca7"
/dev/sda5: UUID="0e13e9e9-298b-4cdb-a0a8-ad18f31d915b" TYPE="ext4" PARTUUID="a35817e1-44c7-49ed-8bc4-1ad8c0ff8909"
/dev/loop8: TYPE="squashfs"
/dev/loop9: TYPE="squashfs"
/dev/loop10: TYPE="squashfs"
/dev/loop11: TYPE="squashfs"
/dev/loop12: TYPE="squashfs"
/dev/loop13: TYPE="squashfs"
/dev/loop14: TYPE="squashfs"
/dev/loop15: TYPE="squashfs"
/dev/loop16: TYPE="squashfs"
/dev/loop17: TYPE="squashfs"
/dev/sda3: PARTLABEL="Microsoft reserved partition" PARTUUID="72e4b690-3d03-46ce-b7fd-18c5d4de83c5"


1 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 août   5 16:03 grub.d
total 80
-rwxr-xr-x 1 root root 10046 mars  18  2019 00_header
-rwxr-xr-x 1 root root  6258 mars  18  2019 05_debian_theme
-rwxr-xr-x 1 root root 12693 mars  18  2019 10_linux
-rwxr-xr-x 1 root root 11298 mars  18  2019 20_linux_xen
-rwxr-xr-x 1 root root  1992 janv. 28  2016 20_memtest86+
-rwxr-xr-x 1 root root 12059 mars  18  2019 30_os-prober
-rwxr-xr-x 1 root root  1418 mars  18  2019 30_uefi-firmware
-rwxr-xr-x 1 root root   214 mars  18  2019 40_custom
-rwxr-xr-x 1 root root   216 mars  18  2019 41_custom
-rw-r--r-- 1 root root   483 mars  18  2019 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=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

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

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

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

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

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

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



/boot/efi detected in the fstab of sda5: UUID=EC77-0FB8   (sda2)
Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bkbootmgfw.efi
Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw-2019-10-26-12-23-27.efi
Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/refind_aa64.efi
Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/refind_ia32.efi
Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/refind_x64.efi
Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/Bootx64-2019-10-19-17-08-19.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 EFI/Boot file detected: /boot/efi/EFI/Boot/refind_x64.efi
/usr/share/boot-sav/bs-cmd_terminal.sh: ligne 179: avertissement : substitution de commande: octet nul ignoré en entrée

=================== efibootmgr -v
BootCurrent: 0002
Timeout: 0 seconds
BootOrder: 0002,2001,2002,2003
Boot0000* Unknown Device: 	HD(2,GPT,14900409-1bbb-456e-b34d-10ede1ca9ed4,0x109000,0x32000)/File(EFIubuntushimx64.efi)RC
Boot0002* Windows Boot Manager	HD(2,GPT,14900409-1bbb-456e-b34d-10ede1ca9ed4,0x109000,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.}...,................
Boot0003* ubuntu	HD(2,GPT,14900409-1bbb-456e-b34d-10ede1ca9ed4,0x109000,0x32000)/File(EFIubuntushimx64.efi)
Boot0004* rEFInd Boot Manager	HD(2,GPT,14900409-1bbb-456e-b34d-10ede1ca9ed4,0x109000,0x32000)/File(EFIrefindrefind_x64.efi)
Boot0005* ubuntu	HD(2,GPT,14900409-1bbb-456e-b34d-10ede1ca9ed4,0x109000,0x32000)/File(EFIubuntushimx64.efi)
Boot0006* rEFInd Boot Manager	HD(2,GPT,14900409-1bbb-456e-b34d-10ede1ca9ed4,0x109000,0x32000)/File(EFIrefindrefind_x64.efi)
Boot2001* EFI USB Device	RC
Boot2002* EFI DVD/CDROM	RC
Boot2003* EFI Network	RC

=================== 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:
sda5	: sda,	not-sepboot,	grubenv-ok	grub2,	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,	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,	notbiosboot, /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,	notbiosboot, /boot/efi.
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,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	notbiosboot, /mnt/boot-sav/sda4.

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


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

BYT;
/dev/sda:256GB:scsi:512:512:gpt:ATA SanDisk SD9SB8W2:;
1:1049kB:556MB:555MB:ntfs:Basic data partition:hidden, diag;
2:556MB:661MB:105MB:fat32:EFI system partition:boot, esp;
3:661MB:677MB:16.8MB::Microsoft reserved partition:msftres;
4:677MB:240GB:239GB:ntfs:Basic data partition:msftdata;
5:240GB:256GB:16.1GB:ext4::;

=================== lsblk:
KNAME  TYPE FSTYPE     SIZE LABEL
loop0  loop squashfs 202,9M
loop1  loop squashfs   3,7M
loop2  loop squashfs  54,4M
loop3  loop squashfs   956K
loop4  loop squashfs  54,5M
loop5  loop squashfs 219,1M
loop6  loop squashfs  42,8M
loop7  loop squashfs  14,8M
loop8  loop squashfs  1008K
loop9  loop squashfs  88,5M
loop10 loop squashfs   3,7M
loop11 loop squashfs   156M
loop12 loop squashfs  89,1M
loop13 loop squashfs     4M
loop14 loop squashfs  44,2M
loop15 loop squashfs   4,2M
loop16 loop squashfs  14,8M
loop17 loop squashfs 149,9M
sda    disk          238,5G
sda1   part ntfs       529M Récupération
sda2   part vfat       100M
sda3   part             16M
sda4   part ntfs     222,9G
sda5   part ext4        15G
sr0    rom            1024M

KNAME  ROTA RO RM STATE   MOUNTPOINT
loop0     1  1  0         /snap/vlc/1049
loop1     1  1  0         /snap/gnome-system-monitor/107
loop2     1  1  0         /snap/core18/1066
loop3     1  1  0         /snap/gnome-logs/81
loop4     1  1  0         /snap/core18/1223
loop5     1  1  0         /snap/gimp/189
loop6     1  1  0         /snap/gtk-common-themes/1313
loop7     1  1  0         /snap/gnome-characters/359
loop8     1  1  0         /snap/gnome-logs/61
loop9     1  1  0         /snap/core/7270
loop10    1  1  0         /snap/gnome-system-monitor/100
loop11    1  1  0         /snap/gnome-3-28-1804/91
loop12    1  1  0         /snap/core/7917
loop13    1  1  0         /snap/gnome-calculator/406
loop14    1  1  0         /snap/gtk-common-themes/1353
loop15    1  1  0         /snap/gnome-calculator/544
loop16    1  1  0         /snap/gnome-characters/296
loop17    1  1  0         /snap/gnome-3-28-1804/67
sda       0  0  0 running
sda1      0  0  0         /mnt/boot-sav/sda1
sda2      0  0  0         /boot/efi
sda3      0  0  0
sda4      0  0  0         /mnt/boot-sav/sda4
sda5      0  0  0         /
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=1904344k,nr_inodes=476086,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=385640k,mode=755)
/dev/sda5 on / type ext4 (rw,relatime,errors=remount-ro)
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/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
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/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=27,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=14428)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/var/lib/snapd/snaps/core18_1066.snap on /snap/core18/1066 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/vlc_1049.snap on /snap/vlc/1049 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-system-monitor_107.snap on /snap/gnome-system-monitor/107 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-logs_81.snap on /snap/gnome-logs/81 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gimp_189.snap on /snap/gimp/189 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/core18_1223.snap on /snap/core18/1223 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gtk-common-themes_1313.snap on /snap/gtk-common-themes/1313 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-characters_359.snap on /snap/gnome-characters/359 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-system-monitor_100.snap on /snap/gnome-system-monitor/100 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-logs_61.snap on /snap/gnome-logs/61 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/core_7270.snap on /snap/core/7270 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-3-28-1804_91.snap on /snap/gnome-3-28-1804/91 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/core_7917.snap on /snap/core/7917 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gtk-common-themes_1353.snap on /snap/gtk-common-themes/1353 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-calculator_406.snap on /snap/gnome-calculator/406 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-characters_296.snap on /snap/gnome-characters/296 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-calculator_544.snap on /snap/gnome-calculator/544 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-3-28-1804_67.snap on /snap/gnome-3-28-1804/67 type squashfs (ro,nodev,relatime,x-gdu.hide)
/dev/sda2 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=385636k,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/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 bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity mq power queue range removable ro sda1 sda2 sda3 sda4 sda5 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 mq 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 dvd dvdrw ecryptfs fb0 fd full fuse gpiochip0 hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 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 sda2 sda3 sda4 sda5 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout tpm0 tpmrm0 udmabuf uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net vhost-vsock video0 video1 zero
ls /dev/mapper:  control

=================== 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 87 10 00 00 00 00 00  |................|
00000030  55 b0 00 00 00 00 00 00  02 00 00 00 00 00 00 00  |U...............|
00000040  f6 00 00 00 01 00 00 00  87 dd 74 e4 fe 74 e4 1a  |..........t..t..|
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 90 10 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 b8 0f 77 ec 4e  4f 20 4e 41 4d 45 20 20  |..)..w.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 30 14 00  |........?....0..|
00000020  00 00 00 00 80 00 80 00  ff ff da 1b 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  cb 07 99 b0 38 99 b0 ae  |............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

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

Filesystem     Type      Size  Used Avail Use% Mounted on
udev           devtmpfs  1.9G     0  1.9G   0% /dev
tmpfs          tmpfs     377M  1.7M  375M   1% /run
/dev/sda5      ext4       15G  7.7G  6.3G  55% /
tmpfs          tmpfs     1.9G   26M  1.9G   2% /dev/shm
tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
tmpfs          tmpfs     1.9G     0  1.9G   0% /sys/fs/cgroup
/dev/loop2     squashfs   55M   55M     0 100% /snap/core18/1066
/dev/loop0     squashfs  203M  203M     0 100% /snap/vlc/1049
/dev/loop1     squashfs  3.8M  3.8M     0 100% /snap/gnome-system-monitor/107
/dev/loop3     squashfs  1.0M  1.0M     0 100% /snap/gnome-logs/81
/dev/loop5     squashfs  220M  220M     0 100% /snap/gimp/189
/dev/loop4     squashfs   55M   55M     0 100% /snap/core18/1223
/dev/loop6     squashfs   43M   43M     0 100% /snap/gtk-common-themes/1313
/dev/loop7     squashfs   15M   15M     0 100% /snap/gnome-characters/359
/dev/loop10    squashfs  3.8M  3.8M     0 100% /snap/gnome-system-monitor/100
/dev/loop8     squashfs  1.0M  1.0M     0 100% /snap/gnome-logs/61
/dev/loop9     squashfs   89M   89M     0 100% /snap/core/7270
/dev/loop11    squashfs  157M  157M     0 100% /snap/gnome-3-28-1804/91
/dev/loop12    squashfs   90M   90M     0 100% /snap/core/7917
/dev/loop14    squashfs   45M   45M     0 100% /snap/gtk-common-themes/1353
/dev/loop13    squashfs  4.2M  4.2M     0 100% /snap/gnome-calculator/406
/dev/loop16    squashfs   15M   15M     0 100% /snap/gnome-characters/296
/dev/loop15    squashfs  4.3M  4.3M     0 100% /snap/gnome-calculator/544
/dev/loop17    squashfs  150M  150M     0 100% /snap/gnome-3-28-1804/67
/dev/sda2      vfat       96M   42M   55M  43% /boot/efi
tmpfs          tmpfs     377M   24K  377M   1% /run/user/1000
/dev/sda1      fuseblk   529M  392M  138M  75% /mnt/boot-sav/sda1
/dev/sda4      fuseblk   223G   29G  195G  13% /mnt/boot-sav/sda4

=================== fdisk -l:
Disk /dev/loop0: 202.9 MiB, 212713472 bytes, 415456 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: 3.7 MiB, 3821568 bytes, 7464 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: 54.4 MiB, 57069568 bytes, 111464 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/loop3: 956 KiB, 978944 bytes, 1912 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/loop4: 54.5 MiB, 57151488 bytes, 111624 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/loop5: 219.1 MiB, 229728256 bytes, 448688 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/loop6: 42.8 MiB, 44879872 bytes, 87656 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/loop7: 14.8 MiB, 15462400 bytes, 30200 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: 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: F865D9B0-8CEE-4966-AA61-636839016E5E

Device         Start       End   Sectors   Size Type
/dev/sda1       2048   1085439   1083392   529M Windows recovery environment
/dev/sda2    1085440   1290239    204800   100M EFI System
/dev/sda3    1290240   1323007     32768    16M Microsoft reserved
/dev/sda4    1323008 468660223 467337216 222.9G Microsoft basic data
/dev/sda5  468660224 500117503  31457280    15G Linux filesystem




Disk /dev/loop8: 1008 KiB, 1032192 bytes, 2016 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/loop9: 88.5 MiB, 92778496 bytes, 181208 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/loop10: 3.7 MiB, 3825664 bytes, 7472 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/loop11: 156 MiB, 163614720 bytes, 319560 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/loop12: 89.1 MiB, 93454336 bytes, 182528 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/loop13: 4 MiB, 4218880 bytes, 8240 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/loop14: 44.2 MiB, 46325760 bytes, 90480 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/loop15: 4.2 MiB, 4403200 bytes, 8600 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/loop16: 14.8 MiB, 15462400 bytes, 30200 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/loop17: 149.9 MiB, 157184000 bytes, 307000 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




=================== Suggested repair
The default repair of the Boot-Repair utility would purge (in order to sign-grub) and reinstall the grub-efi-amd64-signed of sda5, using the following options:        sda2/boot/efi,
Additional repair would be performed: unhide-bootmenu-10s   fix-windows-boot use-standard-efi-file


=================== Final advice in case of suggested repair
N'oubliez pas de régler votre BIOS pour qu'il amorce sur le fichier sda2/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.

Hors ligne

#43 Le 09/11/2019, à 12:29

geole

Re : install dual boot ubuntu/win10 sur Aspire ES17 qui bloque à GRUB2

Bonjour

RMI973 a écrit :

par contre, j'ai toujours 2 icônes ubuntu dans le rEFInd :
* Boot EFI\grubx64.efi from EFI system partition (qui ne fonctionne pas)

 sda2: __________________________________________________________________________
    File system:       vfat
    Boot files:    /EFI/ubuntu/grub.cfg 
                   /EFI/EFI/ubuntu/grubx64.efi      
........
/dev/sda5        0e13e9e9-298b-4cdb-a0a8-ad18f31d915b   ext4 
.......
========================== sda2/EFI/ubuntu/grub.cfg: ===========================
search.fs_uuid 0dee4fb2-8586-4f16-8a3a-6c5af429f468 root hd1,gpt5 
set prefix=($root)'/boot/grub'
.......
=========================== sda5/boot/grub/grub.cfg: ===========================
#
# DO NOT EDIT THIS FILE

Comme, à priori, on n'utilisera pas cette façon de booter tant que refind   sera utilisé, on pourrait supprimer  le fichier d'entrée. Mais je te propose de faire une réparation.
- Le fichier grub ne me semble pas au bon niveau.   On va l'y remettre avec cette commande

sudo    mv  -v  /boot/efi/EFI/EFI/ubuntu/grubx64.efi    /boot/efi/EFI/ubuntu/grubx64.efi

- La première ligne du fichier de paramétrage  /boot/efi/EFI/ubuntu/grub.cfg contient une référence qui n'existe pas. Cette ligne doit devenir
search.fs_uuid 0e13e9e9-298b-4cdb-a0a8-ad18f31d915b root hd0,gpt5

RMI973 a écrit :

* Boot boo\vmlinuz-5.0.0-32-generic from 15 GiB ext4 volume (qui fait défiler les lignes de code au démarrage et à la fermeture d'ubuntu)
mais c'est pas gênant

En standard, le fichier de paramétrage du grub contient une option splash permettant de ne pas lister les actions qui se passent
C'est certainement un bon choix lorsque tout fonctionne. C'est probablement un mauvais choix lorsqu'io y a des ennuis. Je pense que le fauit de masquer doitr faire qagner   une seconde  au temps de démarrage.
D'après ta description, le fichier de paramétrage  (facultatif) de refind ne  contient pas cette option splash. Il est vrai que l'installation n'a pas été simple.

Voici comment faire pour masquer les traces de démarrage.
- Vérifier que le fichier de configuration de refind est bien présent avec la commande suivante

cat /boot/refind_linux.conf

-S'il n'existe pas
       Il faudra le créer avec cette commande

      sudo touch  /boot/refind_linux.conf

      Puis lui mettre les deux lignes suivantes

"Boot with standard options"   "root=UUID=0e13e9e9-298b-4cdb-a0a8-ad18f31d915b ro quiet splash vt.handoff=7"
"Boot with recovery options"   "recovery nomodeset ro root=UUID=0e13e9e9-298b-4cdb-a0a8-ad18f31d915b"

-S'il existe, tu te contentes d'ajouter les mots manquants dans la première ligne  ( quiet splash vt.handoff=7 )


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

En ligne

#44 Le 09/11/2019, à 16:29

RMI973

Re : install dual boot ubuntu/win10 sur Aspire ES17 qui bloque à GRUB2

voila ce que ça a donné :

bota@bota-Aspire-ES1-732:~$ sudo    mv  -v  /boot/efi/EFI/EFI/ubuntu/grubx64.efi    /boot/efi/EFI/ubuntu/grubx64.efi
[sudo] Mot de passe de bota : 
renamed '/boot/efi/EFI/EFI/ubuntu/grubx64.efi' -> '/boot/efi/EFI/ubuntu/grubx64.efi'
bota@bota-Aspire-ES1-732:~$ cat /boot/refind_linux.conf
cat: /boot/refind_linux.conf: Aucun fichier ou dossier de ce type
bota@bota-Aspire-ES1-732:~$       sudo touch  /boot/refind_linux.conf
bota@bota-Aspire-ES1-732:~$ "Boot with standard options"   "root=UUID=0e13e9e9-298b-4cdb-a0a8-ad18f31d915b ro quiet splash vt.handoff=7"
Boot with standard options : commande introuvable
bota@bota-Aspire-ES1-732:~$ "Boot with recovery options"   "recovery nomodeset ro root=UUID=0e13e9e9-298b-4cdb-a0a8-ad18f31d915b"
Boot with recovery options : commande introuvable

le résultat est étonnant. A présent le premier boot ubuntu (qui ne fonctionnait pas) fonctionne en passant par l'invite de commande "classique" d'ubuntu sur fond violet, et le second qui fonctionnait, désormais plante après avoir fait défiler un flux de lignes de code finissant par ça :

[...]
BusyBox v1.27.2 (ubuntu 1:1.27.2ubuntu3.2) built-in shell 'ash)
Enter 'help' for a list of built-in commands.

(initramfs) 

Hors ligne

#45 Le 09/11/2019, à 19:26

geole

Re : install dual boot ubuntu/win10 sur Aspire ES17 qui bloque à GRUB2

Normal
Tu as créé le fichier de configuration /boot/refind_linux.conf
et tu n'as pas mis les deux lignes dedans. Tu t'es contenté de les passer comme des commandes.
Donc ouvrirle fichier créé avec cette commande

gedit admin:///boot/refind_linux.conf

puis un copier/coller des deux lignes suivantes

"Boot with standard options"   "root=UUID=0e13e9e9-298b-4cdb-a0a8-ad18f31d915b ro quiet splash vt.handoff=7"
"Boot with recovery options"   "recovery nomodeset ro root=UUID=0e13e9e9-298b-4cdb-a0a8-ad18f31d915b

dans la zone de saisie   et sauver avant de quitter.

Dernière modification par geole (Le 09/11/2019, à 19:29)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

En ligne

#46 Le 09/11/2019, à 20:13

RMI973

Re : install dual boot ubuntu/win10 sur Aspire ES17 qui bloque à GRUB2

Je ne peux pas modifier le fichier refind_linux.conf qui est en lecture seule. Il me dit que je n'en suis pas propriétaire...

Hors ligne

#47 Le 09/11/2019, à 20:52

geole

Re : install dual boot ubuntu/win10 sur Aspire ES17 qui bloque à GRUB2

Essaies

sudo chown root:root  /boot/refind_linux.conf

Si toujours pareil

sudo chmod 777 /boot/refind_linux.conf

Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

En ligne

#48 Le 09/11/2019, à 21:54

RMI973

Re : install dual boot ubuntu/win10 sur Aspire ES17 qui bloque à GRUB2

en effet, j'ai fini par pouvoir modifier le fichier avec la 2e manipulation...
et maintenant, les 2 entrées de Boot ubuntu du rEFInd fonctionnent !
merci !
smile

Dernière modification par RMI973 (Le 09/11/2019, à 21:55)

Hors ligne