Contenu | Rechercher | Menus

Annonce

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

À propos de l'équipe du forum.

#1 Le 29/11/2019, à 18:59

tjotjo

[Résolu]GRUB où es-tu comment te déplacer avec plusieurs DD bootables?

Bonjour,
Voici mon souci :

GRUB où es-tu comment te déplacer ?

En juillet 2013, j’ai eu l’occasion de me faire monter un ordinateur performant pour accomplir essentiellement du travail de bureautique à destination des associations dans lesquelles je suis engagé. J’ai donc une tour qui contient actuellement 5 disques durs internes auxquels il faut ajouter 1 disque dur externe.
J’ai 3 disques durs internes qui sont théoriquement bootables chacun par un OS différent.
Or, récemment, j’ai rencontré quelques difficultés qui font que ce n’est pas le cas.

Au début, j’ai commencé avec 2 OS (Ubuntu et Windows), un sur chaque SSD que je possède.
J’ai installé un OS sur un SSD branché tout seul à chaque fois puis j’ai associé les 2 SSD. Cela m’a donné au démarrage le choix entre Ubuntu (et certaines possibilités de gestion d’Ubuntu en cas de souci) ou Windows, ce qui me convenait parfaitement. Cela a fonctionné pendant plusieurs années, jusqu’à Ubuntu 18.04 LTS d’un côté et Windows 10 de l’autre côté.

Cette année 2019, les choses se sont compliquées. J’ai voulu tester un autre Ubuntu sur un autre disque dur interne mais j’ai utilisé la proposition LVM tandis que j’installais Ubuntu sur le disque branché comme s’il était le seul disque disponible. Conséquence : quand j’ai rebranché tous mes disques, impossible d’obtenir le fonctionnement habituel. J’ai fini par débrancher le nouveau disque dur. Résultat, un message d’erreur à chaque démarrage qui m’oblige à retaper sur « Entrée » pour démarrer normalement avec le choix d’un des 2 SSD bootables efficacement.

Après cela, tentative d’installation de Debian 10 sur le disque dur non efficace par formatage mais sans le GRUB en démarrage de crainte d’un dysfonctionnement avec les SSD.
Pas de chance, l’OS Debian 10 ne démarre même pas !
J’ai pu vérifier, par la suite (sur un viel ordi), que la Debian 9.2.1 fonctionnait. J’ai donc remplacé la Debian 10 par la  Debian 9.2.1 sur le disque interne de mon ordi de bureautique… « M… ! » c’est comme avec l’Ubuntu en LVM !

Malgré tout, je n’ai pas pu résister à l’attrait des nouveautés des nouvelles versions d’Ubuntu de cette année. Cela m’a conduit à la catastrophe finale : impossibilité d’affichage normal avec résolution d’écran improbable pour mon ordi et surtout non modifiable avec Ubuntu 19.10… Grrr !

D’où sauvegarde des fichiers sur le SSD concerné vers mes disques durs de données puis formatage et réinstallation d’Ubuntu 16.04 LTS mis à niveau en 18.04 LST.  J’ai utilisé ma méthode habituelle citée auparavant (après avoir tenté une installation 18.04 Busty [très désagréable à gérer à mon goût, trop proche de Windows que je n’utilise qu’occasionnellement, hormis l’aspect propriétaire qui m’a conduit à Linux, le côté soi-disant intuitif ne me correspond pas] que j’ai vite supprimé).

Mais voilà : nouveau message d’erreur, des raccourcis vers mes disques de données verrouillés pour des copies de fichiers ou dossiers à partir de ceux-ci quand le SSD de Windows n’est pas branché. Si le SSD de Windows est branché, cela boote directement sur Windows, sans possibilité de choisir son OS.

J’ai compris en cherchant dans la documentation par Internet (Ubuntu et autre) que le GRUB n’est pas à la bonne place pour pouvoir fonctionner comme avant.
J’ai trouvé une réponse mais je crains de commettre une ou des erreurs.
Je vous joins ce que j’ai trouvé et quelques références.
Quelqu’un peut-il m’aider ?
Merci d’avance.


Références par sysinfo
[img=sysinfo 20191118  General system information]/home/johnny/Bureau/Ubuntu messages au forum  20191123/os actuel 20191120/sysinfo 20191118  General system information.png[/img]
[img=CUP]/home/johnny/Bureau/Ubuntu messages au forum  20191123/os actuel 20191120/CUP.png[/img]
[img=sysinfo 20191118  Storage information]/home/johnny/Bureau/Ubuntu messages au forum  20191123/os actuel 20191120/sysinfo 20191118  Storage information.png[/img]
[img=carte graphique]/home/johnny/Bureau/Ubuntu messages au forum  20191123/os actuel 20191120/carte graphique.png[/img]

Ce que j’ai trouvé  :
1) À la recherche de GRUB
[img=20191117 recherche du GRUB  capture d'écran]/home/johnny/Bureau/Ubuntu messages au forum  20191123/2 GRUB où es-tu comment te déplacer/GRUB/20191117 recherche du GRUB  capture d'écran.png[/img]

2) Mettre le GRUB à l’endroit adapté à un multiboot.

Trouvé dans de la documentation  :
GRUB 2 (version Compatibles PC)
9. Problèmes connus
9.1 Grub n'apparaît pas au démarrage
En cas de double boot, le menu de grub doit s’afficher par défaut, si l’écran de l’ordinateur reste noir au démarrage avec un message d’erreur de l’écran, il faut changer une option dans grub pour obliger un affichage non graphique. Ouvrir le terminal, écrire

  a écrit :

sudo xdg-open /etc/default/grub

Enlever le dièse «#» au début de la ligne

  a écrit :

#GRUB_TERMINAL=console

Enregistrer le fichier et quitter l’éditeur de texte puis dans le terminal:

  a écrit :

sudo update-grub

Redémarrer le pc.

3) Le contenu du fichier concerné (je suis fâché avec l’anglais...) :

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

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

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

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

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

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

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

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
   
J'espère que je n'ai pas commis d'erreur avec le BBcode.

Merci d'avance

Dernière modification par tjotjo (Le 02/12/2019, à 20:41)

Hors ligne

#2 Le 30/11/2019, à 08:45

malbo

Re : [Résolu]GRUB où es-tu comment te déplacer avec plusieurs DD bootables?

Bonjour,
C'est indigeste ton pavé. Je te prie de faire un Boot-Info afin qu'on puisse voir un peu mieux la situation. Tu donneras l'URL du Boot-info dans ta réponse.

Hors ligne

#3 Le 30/11/2019, à 11:42

tjotjo

Re : [Résolu]GRUB où es-tu comment te déplacer avec plusieurs DD bootables?

Bonjour malbo,
Merci pour ta réponse.
J'ai suivi la consigne proposée par le lien "Boot-info".
Et j'ai obtenu ce qui suit :

 johnny@johnny-MS-7758:~$ sudo add-apt-repository -y ppa:yannubuntu/boot-repair && sudo apt update && sudo apt install -y boot-info 
[sudo] Mot de passe de johnny : 
Atteint :1 http://fr.archive.ubuntu.com/ubuntu bionic InRelease
Atteint :2 http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease        
Atteint :3 http://archive.canonical.com/ubuntu bionic InRelease                
Réception de :4 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu bionic InRelease [15,4 kB]
Atteint :5 http://security.ubuntu.com/ubuntu bionic-security InRelease         
Réception de :6 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu bionic/main amd64 Packages [1704 B]
Réception de :7 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu bionic/main i386 Packages [1704 B]
Réception de :8 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu bionic/main Translation-en [1576 B]
20,4 ko réceptionnés en 1s (33,5 ko/s)                                         
Lecture des listes de paquets... Fait
Atteint :1 http://fr.archive.ubuntu.com/ubuntu bionic InRelease
Atteint :2 http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease        
Atteint :3 http://archive.canonical.com/ubuntu bionic InRelease                
Atteint :4 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu bionic InRelease
Atteint :5 http://security.ubuntu.com/ubuntu bionic-security InRelease         
Lecture des listes de paquets... Fait                          
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Tous les paquets sont à jour.
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
  libgtkmm-3.0-1v5 libnih-dbus1
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
Les paquets supplémentaires suivants seront installés : 
  boot-sav boot-sav-extra glade2script pastebinit python-gi
Paquets suggérés :
  boot-repair cryptsetup dmraid lvm2 mdadm os-uninstaller python-gi-cairo
Les NOUVEAUX paquets suivants seront installés :
  boot-info boot-sav boot-sav-extra glade2script pastebinit python-gi
0 mis à jour, 6 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 822 ko dans les archives.
Après cette opération, 3586 ko d'espace disque supplémentaires seront utilisés.
Réception de :1 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python-gi amd64 3.26.1-2ubuntu1 [197 kB]
Réception de :2 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu bionic/main amd64 glade2script all 3.2.3~ppa4 [36,0 kB]
Réception de :3 http://fr.archive.ubuntu.com/ubuntu bionic/main amd64 pastebinit all 1.5-2 [14,6 kB]
Réception de :4 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu bionic/main amd64 boot-sav all 4ppa66 [425 kB]
Réception de :5 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu bionic/main amd64 boot-info all 4ppa66 [7008 B]
Réception de :6 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu bionic/main amd64 boot-sav-extra all 4ppa66 [142 kB]
822 ko réceptionnés en 0s (3884 ko/s)   
Sélection du paquet python-gi précédemment désélectionné.
(Lecture de la base de données... 196846 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../0-python-gi_3.26.1-2ubuntu1_amd64.deb ...
Dépaquetage de python-gi (3.26.1-2ubuntu1) ...
Sélection du paquet glade2script précédemment désélectionné.
Préparation du dépaquetage de .../1-glade2script_3.2.3~ppa4_all.deb ...
Dépaquetage de glade2script (3.2.3~ppa4) ...
Sélection du paquet boot-sav précédemment désélectionné.
Préparation du dépaquetage de .../2-boot-sav_4ppa66_all.deb ...
Dépaquetage de boot-sav (4ppa66) ...
Sélection du paquet boot-info précédemment désélectionné.
Préparation du dépaquetage de .../3-boot-info_4ppa66_all.deb ...
Dépaquetage de boot-info (4ppa66) ...
Sélection du paquet boot-sav-extra précédemment désélectionné.
Préparation du dépaquetage de .../4-boot-sav-extra_4ppa66_all.deb ...
Dépaquetage de boot-sav-extra (4ppa66) ...
Sélection du paquet pastebinit précédemment désélectionné.
Préparation du dépaquetage de .../5-pastebinit_1.5-2_all.deb ...
Dépaquetage de pastebinit (1.5-2) ...
Paramétrage de pastebinit (1.5-2) ...
Paramétrage de python-gi (3.26.1-2ubuntu1) ...
Paramétrage de glade2script (3.2.3~ppa4) ...
Paramétrage de boot-sav (4ppa66) ...
Paramétrage de boot-info (4ppa66) ...
Paramétrage de boot-sav-extra (4ppa66) ...
Traitement des actions différées (« triggers ») pour desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
Traitement des actions différées (« triggers ») pour bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Traitement des actions différées (« triggers ») pour man-db (2.8.3-2ubuntu0.1) ...
Traitement des actions différées (« triggers ») pour gnome-menus (3.13.3-11ubuntu1.1) ...
Traitement des actions différées (« triggers ») pour mime-support (3.60ubuntu1) ...
johnny@johnny-MS-7758:~$ ^C
johnny@johnny-MS-7758:~$ 

En lisant rapidement ce qui précède, je constate qu'on me propose des suppressions et remplacements de paquets.
J'imagine que je dois commencer par ça avant tout autre chose.
Si c'est OK, je le fais.
Merci

Modéré: Merci d'utiliser les balises code

Dernière modification par Malizor (Le 01/12/2019, à 20:59)

Hors ligne

#4 Le 30/11/2019, à 11:45

tjotjo

Re : [Résolu]GRUB où es-tu comment te déplacer avec plusieurs DD bootables?

Je viens de constater que j'ai dû me tromper dans les balises BBCode...

Hors ligne

#5 Le 30/11/2019, à 11:59

malbo

Re : [Résolu]GRUB où es-tu comment te déplacer avec plusieurs DD bootables?

Ce que tu as collé dans ton post #3, c'est la partie "Installation" de Boot-Info et il me semble que c'est réussi. A présent, il faut que tu fasses la partie 1.2 Utilisation de la doc Boot-info.

Hors ligne

#6 Le 30/11/2019, à 12:10

tjotjo

Re : [Résolu]GRUB où es-tu comment te déplacer avec plusieurs DD bootables?

Bonjour xubu1957,
Excuse-moi, pour le moment, je réponds à malbo.
J'ai obtenu la réponse suivante par "1.2 Utilisation" :
http://paste.ubuntu.com/p/VPDwhn4sPJ/.

Hors ligne

#7 Le 30/11/2019, à 12:24

malbo

Re : [Résolu]GRUB où es-tu comment te déplacer avec plusieurs DD bootables?

Ton Boot-Info ( http://paste.ubuntu.com/p/VPDwhn4sPJ/ ) est là :

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


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

 => Grub2 (v2.00) is installed in the MBR of /dev/sdb and looks at sector 1 of 
    the same hard drive for core.img. core.img is at this location and looks 
    for (,msdos1)/boot/grub. It also embeds following components:
    
    modules
    ---------------------------------------------------------------------------
    fshelp ext2 part_msdos biosdisk
    ---------------------------------------------------------------------------
 => Windows 7/8/2012 is installed in the MBR of /dev/sdc.
 => No boot loader is installed in the MBR of /dev/sdd.
 => No known boot loader is installed in the MBR of /dev/sde.

sdb1: __________________________________________________________________________

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

sdb2: __________________________________________________________________________

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

sdb5: __________________________________________________________________________

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

sdc1: __________________________________________________________________________

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

sdd1: __________________________________________________________________________

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

sde1: __________________________________________________________________________

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

sde2: __________________________________________________________________________

    File system:       
    Boot sector type:  Unknown
    Boot sector info: 
    Mounting failed:   mount: /mnt/BootInfo/sde1: unknown filesystem type ''.
mount: /mnt/BootInfo/sde2: unknown filesystem type ''.

sde3: __________________________________________________________________________

    File system:       
    Boot sector type:  Unknown
    Boot sector info: 
    Mounting failed:   mount: /mnt/BootInfo/sde1: unknown filesystem type ''.
mount: /mnt/BootInfo/sde2: unknown filesystem type ''.
mount: /mnt/BootInfo/sde3: unknown filesystem type ''.

sde4: __________________________________________________________________________

    File system:       
    Boot sector type:  Unknown
    Boot sector info: 
    Mounting failed:   mount: /mnt/BootInfo/sde1: unknown filesystem type ''.
mount: /mnt/BootInfo/sde2: unknown filesystem type ''.
mount: /mnt/BootInfo/sde3: unknown filesystem type ''.
mount: /mnt/BootInfo/sde4: unknown filesystem type ''.

sda: ___________________________________________________________________________

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

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

Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 232.9 GiB, 250059350016 bytes, 488397168 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: dos

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sdb1    *          2,048   471,732,223   471,730,176  83 Linux
/dev/sdb2         471,734,270   488,396,799    16,662,530   5 Extended
/dev/sdb5         471,734,272   488,396,799    16,662,528  82 Linux swap / Solaris


Drive: sdc _____________________________________________________________________
Disk /dev/sdc: 1.8 TiB, 2000398934016 bytes, 3907029168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sdc1    *          2,048 3,907,026,943 3,907,024,896   7 NTFS / exFAT / HPFS


Drive: sdd _____________________________________________________________________
Disk /dev/sdd: 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): 512 bytes / 512 bytes
Disklabel type: dos

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sdd1                  63 1,953,525,167 1,953,525,105   c W95 FAT32 (LBA)


Drive: sde _____________________________________________________________________
Disk /dev/sde: 59.6 GiB, 64019759104 bytes, 125038592 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

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

Invalid MBR Signature found.
/dev/sde1     ?   125,969,337 3,430,241,893 3,304,272,557  9a Free FDISK hidden Primary FAT16 (LBA)
/dev/sde2     ? 1,810,634,419 4,695,648,069 2,885,013,651  43 Unknown
/dev/sde3     ?   304,690,886 2,374,760,540 2,070,069,655  5b Unknown
/dev/sde4     ? 3,055,389,530 6,252,626,624 3,197,237,095  bc Acronis BackUp

/dev/sde1 ends after the last sector of /dev/sde
/dev/sde1 overlaps with /dev/sde2
/dev/sde1 overlaps with /dev/sde3
/dev/sde1 overlaps with /dev/sde4
/dev/sde2 ends after the last sector of /dev/sde
/dev/sde2 overlaps with /dev/sde3
/dev/sde2 overlaps with /dev/sde4
/dev/sde3 ends after the last sector of /dev/sde
/dev/sde4 ends after the last sector of /dev/sde

"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/loop9                                              squashfs   
/dev/sda         8F4F-23E0                              vfat       sauvegardes
/dev/sdb1        ffe6be66-53f6-4812-9f49-59c97cfbb672   ext4       
/dev/sdb5        214e6dae-6596-4a6b-a068-097ac77f71fd   swap       
/dev/sdc1        AC142F90142F5C98                       ntfs       Seagate Barracuda
/dev/sdd1        568A-4886                              vfat       METAL 1TO

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

total 0
lrwxrwxrwx 1 root root  9 Nov 30 10:57 ata-HL-DT-ST_DVDRAM_GH24NSD1_K1FI7HJ0230 -> ../../sr0
lrwxrwxrwx 1 root root  9 Nov 30 11:02 ata-ST1000DM003-1ER162_Z4Y462GV -> ../../sda
lrwxrwxrwx 1 root root  9 Nov 30 11:02 ata-ST1000LM024_HN-M101MBB_S31CJ9JGB03530 -> ../../sdd
lrwxrwxrwx 1 root root 10 Nov 30 11:02 ata-ST1000LM024_HN-M101MBB_S31CJ9JGB03530-part1 -> ../../sdd1
lrwxrwxrwx 1 root root  9 Nov 30 11:02 ata-ST2000DM001-1CH164_Z1E3LG6M -> ../../sdc
lrwxrwxrwx 1 root root 10 Nov 30 11:02 ata-ST2000DM001-1CH164_Z1E3LG6M-part1 -> ../../sdc1
lrwxrwxrwx 1 root root  9 Nov 30 11:02 ata-Samsung_SSD_850_EVO_250GB_S2R6NXBH312777K -> ../../sdb
lrwxrwxrwx 1 root root 10 Nov 30 11:02 ata-Samsung_SSD_850_EVO_250GB_S2R6NXBH312777K-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Nov 30 11:02 ata-Samsung_SSD_850_EVO_250GB_S2R6NXBH312777K-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Nov 30 11:02 ata-Samsung_SSD_850_EVO_250GB_S2R6NXBH312777K-part5 -> ../../sdb5
lrwxrwxrwx 1 root root  9 Nov 30 10:57 usb-Lexar_USB_Flash_Drive_20131208225100906B7B-0:0 -> ../../sde
lrwxrwxrwx 1 root root  9 Nov 30 10:57 usb-TSSTcorp_CDDVDW_SE-208AB_RL6XC36-0:0 -> ../../sr1
lrwxrwxrwx 1 root root  9 Nov 30 11:02 wwn-0x50004cf2113297fb -> ../../sdd
lrwxrwxrwx 1 root root 10 Nov 30 11:02 wwn-0x50004cf2113297fb-part1 -> ../../sdd1
lrwxrwxrwx 1 root root  9 Nov 30 11:02 wwn-0x5000c5005045cebe -> ../../sdc
lrwxrwxrwx 1 root root 10 Nov 30 11:02 wwn-0x5000c5005045cebe-part1 -> ../../sdc1
lrwxrwxrwx 1 root root  9 Nov 30 11:02 wwn-0x5000c5007a30c4b6 -> ../../sda
lrwxrwxrwx 1 root root  9 Nov 30 10:57 wwn-0x5001480000000000 -> ../../sr0
lrwxrwxrwx 1 root root  9 Nov 30 11:02 wwn-0x5002538d40c5287d -> ../../sdb
lrwxrwxrwx 1 root root 10 Nov 30 11:02 wwn-0x5002538d40c5287d-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Nov 30 11:02 wwn-0x5002538d40c5287d-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Nov 30 11:02 wwn-0x5002538d40c5287d-part5 -> ../../sdb5

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

Device           Mount_Point              Type       Options

/dev/sdb1        /                        ext4       (rw,relatime,errors=remount-ro,data=ordered)


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

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

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

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

export menuentry_id_option

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

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

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  ffe6be66-53f6-4812-9f49-59c97cfbb672
else
  search --no-floppy --fs-uuid --set=root ffe6be66-53f6-4812-9f49-59c97cfbb672
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=10
  # Fallback hidden-timeout code in case the timeout_style feature is
  # unavailable.
  elif sleep --interruptible 10 ; 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-ffe6be66-53f6-4812-9f49-59c97cfbb672' {
	recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  ffe6be66-53f6-4812-9f49-59c97cfbb672
	else
	  search --no-floppy --fs-uuid --set=root ffe6be66-53f6-4812-9f49-59c97cfbb672
	fi
        linux	/boot/vmlinuz-4.15.0-70-generic root=UUID=ffe6be66-53f6-4812-9f49-59c97cfbb672 ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-4.15.0-70-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-ffe6be66-53f6-4812-9f49-59c97cfbb672' {
	menuentry 'Ubuntu, avec Linux 4.15.0-70-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-70-generic-advanced-ffe6be66-53f6-4812-9f49-59c97cfbb672' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  ffe6be66-53f6-4812-9f49-59c97cfbb672
		else
		  search --no-floppy --fs-uuid --set=root ffe6be66-53f6-4812-9f49-59c97cfbb672
		fi
		echo	'Chargement de Linux 4.15.0-70-generic…'
	        linux	/boot/vmlinuz-4.15.0-70-generic root=UUID=ffe6be66-53f6-4812-9f49-59c97cfbb672 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.15.0-70-generic
	}
	menuentry 'Ubuntu, with Linux 4.15.0-70-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-70-generic-recovery-ffe6be66-53f6-4812-9f49-59c97cfbb672' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  ffe6be66-53f6-4812-9f49-59c97cfbb672
		else
		  search --no-floppy --fs-uuid --set=root ffe6be66-53f6-4812-9f49-59c97cfbb672
		fi
		echo	'Chargement de Linux 4.15.0-70-generic…'
	        linux	/boot/vmlinuz-4.15.0-70-generic root=UUID=ffe6be66-53f6-4812-9f49-59c97cfbb672 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.15.0-70-generic
	}
	menuentry 'Ubuntu, avec Linux 4.4.0-169-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-169-generic-advanced-ffe6be66-53f6-4812-9f49-59c97cfbb672' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  ffe6be66-53f6-4812-9f49-59c97cfbb672
		else
		  search --no-floppy --fs-uuid --set=root ffe6be66-53f6-4812-9f49-59c97cfbb672
		fi
		echo	'Chargement de Linux 4.4.0-169-generic…'
	        linux	/boot/vmlinuz-4.4.0-169-generic root=UUID=ffe6be66-53f6-4812-9f49-59c97cfbb672 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.4.0-169-generic
	}
	menuentry 'Ubuntu, with Linux 4.4.0-169-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-169-generic-recovery-ffe6be66-53f6-4812-9f49-59c97cfbb672' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  ffe6be66-53f6-4812-9f49-59c97cfbb672
		else
		  search --no-floppy --fs-uuid --set=root ffe6be66-53f6-4812-9f49-59c97cfbb672
		fi
		echo	'Chargement de Linux 4.4.0-169-generic…'
	        linux	/boot/vmlinuz-4.4.0-169-generic root=UUID=ffe6be66-53f6-4812-9f49-59c97cfbb672 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.4.0-169-generic
	}
}

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

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

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

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry 'Memory test (memtest86+)' {
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  ffe6be66-53f6-4812-9f49-59c97cfbb672
	else
	  search --no-floppy --fs-uuid --set=root ffe6be66-53f6-4812-9f49-59c97cfbb672
	fi
	knetbsd	/boot/memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  ffe6be66-53f6-4812-9f49-59c97cfbb672
	else
	  search --no-floppy --fs-uuid --set=root ffe6be66-53f6-4812-9f49-59c97cfbb672
	fi
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

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

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

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

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

=============================== sdb1/etc/fstab: ================================

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda1 during installation
UUID=ffe6be66-53f6-4812-9f49-59c97cfbb672 /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=214e6dae-6596-4a6b-a068-097ac77f71fd none            swap    sw              0       0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

 116.286113739 = 124.861263872  boot/grub/grub.cfg                             3
 116.391960144 = 124.974915584  boot/grub/i386-pc/core.img                     1
 121.165012360 = 130.099941376  boot/vmlinuz-4.15.0-70-generic                 1
   4.351440430 = 4.672323584    boot/vmlinuz-4.4.0-169-generic                 1
 121.165012360 = 130.099941376  vmlinuz                                        1
   4.351440430 = 4.672323584    vmlinuz.old                                    1
 197.928283691 = 212.523876352  boot/initrd.img-4.15.0-70-generic              3
   0.562866211 = 0.604372992    boot/initrd.img-4.4.0-169-generic              5
 197.928283691 = 212.523876352  initrd.img                                     3
   0.562866211 = 0.604372992    initrd.img.old                                 5

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

Unknown MBR on /dev/sde

00000000  b8 cf 7a f1 eb ee 73 ce  ad 8e ae eb 4a b6 d3 ee  |..z...s.....J...|
00000010  65 bd 3a 85 e2 69 d7 e9  98 89 c1 d8 df dd cd 72  |e.:..i.........r|
00000020  ee 91 1d 76 c4 24 92 cf  16 a0 0a 3a 1f ba 70 3f  |...v.$.....:..p?|
00000030  af 15 bb a8 ea ba 56 ad  6b 65 a7 c2 18 58 d8 c8  |......V.ke...X..|
00000040  27 65 73 82 e4 e7 ff 00  af 5c b6 b7 ad 47 69 ad  |'es......\...Gi.|
00000050  db e9 c9 66 05 b6 c0 ec  f8 da 17 d3 9a cd 3d 6e  |...f..........=n|
00000060  70 cb 11 a9 d4 46 74 e7  be 4d 05 6e 53 4d 8a d7  |p....Ft..M.nSM..|
00000070  9d ce 30 bc 72 54 0e d5  7b ec f3 8b 88 ee 2f 1e  |..0.rT..{...../.|
00000080  da 3d 32 d0 f9 91 84 ea  14 7f 5a e2 ec 74 a9 a6  |.=2.......Z..t..|
00000090  d4 53 51 95 6e 2e fc c1  95 74 39 18 f5 35 b5 a8  |.SQ.n....t9..5..|
000000a0  5c 48 db 21 b1 57 6d 3c  8d b2 64 e4 a9 ff 00 0c  |\H.!.Wm<..d.....|
000000b0  d6 fe db 4b 15 ed 59 7e  5b c8 f5 0b a9 0e 98 02  |...K..Y~[.......|
000000c0  7c b8 4f 34 63 6f b7 1d  4d 6a 6a 7e 22 8f 4b 8d  ||.O4co..Mjj~".K.|
000000d0  2d 63 8e e6 2d b1 8f 33  90 72 dd c8 af 26 97 c4  |-c..-..3.r...&..|
000000e0  4d a7 5e c9 a6 5b 41 e6  dd a8 c8 27 a2 f7 cf f2  |M.^..[A....'....|
000000f0  ae 2e cf c4 fa 86 ae 75  68 e6 8a e0 b9 25 19 46  |.......uh....%.F|
00000100  48 66 5e eb 9e d5 d1 47  63 78 56 3d 33 58 d6 e0  |Hf^....GcxV=3X..|
00000110  86 26 6b 05 93 53 9e ec  80 d1 a8 c0 5f 53 cd 70  |.&k..S......_S.p|
00000120  8f a7 de 6a 17 77 52 69  2a 1a 20 03 30 63 ce 40  |...j.wRi*. .0c.@|
00000130  fe 5d 6b 1d 75 2b 38 6c  5e cd c5 ed 9c f7 e4 ae  |.]k.u+8l^.......|
00000140  fd db 58 1f f6 79 e0 d6  45 b6 a9 fd 99 63 77 3d  |..X..y..E....cw=|
00000150  b5 dc db 57 f7 65 dd fd  7f 9d 7b 78 7a 26 92 c4  |...W.e....{xz&..|
00000160  59 58 df d3 3c 73 2e 97  f6 b0 d6 ad 7f 33 b1 86  |YX..<s.......3..|
00000170  20 53 69 cf 4e 38 e4 56  e5 df 8f 35 5d 2f 45 50  | Si.N8.V...5]/EP|
00000180  6d e3 2e e7 68 8b ba b7  fb 5e c2 bc e7 51 bb b0  |m...h....^...Q..|
00000190  8d ac e5 b7 91 a5 b8 fb  d9 50 43 13 eb 55 17 5d  |.........PC..U.]|
000001a0  b0 96 d6 7b 6b e1 2f db  43 6f 19 3b b8 ae ff 00  |...{k./.Co.;....|
000001b0  60 8c 6a 57 56 34 ec f5  6d 65 65 9f 50 d4 22 8a  |`.jWV4..mee.P.".|
000001c0  60 99 9a 38 d8 8d b9 23  82 07 ad 32 f3 c4 93 6e  |`..8...#...2...n|
000001d0  b6 46 43 33 cc c0 b3 16  ec 6b 93 d0 f5 ab 4b 19  |.FC3.....k....K.|
000001e0  26 9f 5b b6 9e f6 c6 36  29 12 97 c1 62 7b 7d 2b  |&.[....6)...b{}+|
000001f0  9c b8 bc ba 37 b3 5a 8b  1d b6 67 f7 91 be ec f9  |....7.Z...g.....|
00000200

Unknown BootLoader on sde1


Unknown BootLoader on sde2


Unknown BootLoader on sde3


Unknown BootLoader on sde4



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

hexdump: /dev/sde1: No such file or directory
hexdump: /dev/sde1: No such file or directory
hexdump: /dev/sde2: No such file or directory
hexdump: /dev/sde2: No such file or directory
hexdump: /dev/sde3: No such file or directory
hexdump: /dev/sde3: No such file or directory
hexdump: /dev/sde4: No such file or directory
hexdump: /dev/sde4: No such file or directory

ADDITIONAL INFORMATION :
=================== log of boot-info 20191130_1102 ===================
boot-info version : 4ppa66
boot-sav version : 4ppa66
boot-sav-extra version : 4ppa66
glade2script version : 3.2.3~ppa4
Warning: Unable to open /dev/sde read-write (Read-only file system).  /dev/sde has been opened read-only.
Error: /dev/sde: unrecognised disk label
boot-info is executed in installed-session (Ubuntu 18.04.3 LTS, bionic, Ubuntu, x86_64)
CPU op-mode(s):      32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-4.15.0-70-generic root=UUID=ffe6be66-53f6-4812-9f49-59c97cfbb672 ro quiet splash vt.handoff=1
sda may have broken partition table.
sda may have broken partition table.
Unmount sdc1 from /media/johnny/Seagate Barracuda/ to avoid space incompatibilities
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Falling back to read-only mount because the NTFS partition is in an
unsafe state. Please resume and shutdown Windows fully (no hibernation
or fast restarting.)
Unmount sdd1 from /media/johnny/METAL 1TO/ to avoid space incompatibilities

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

=================== 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/sda: LABEL="sauvegardes" UUID="8F4F-23E0" TYPE="vfat"
/dev/sdb1: UUID="ffe6be66-53f6-4812-9f49-59c97cfbb672" TYPE="ext4" PARTUUID="c4b817ae-01"
/dev/sdb5: UUID="214e6dae-6596-4a6b-a068-097ac77f71fd" TYPE="swap" PARTUUID="c4b817ae-05"
/dev/sdc1: LABEL="Seagate Barracuda" UUID="AC142F90142F5C98" TYPE="ntfs" PARTUUID="4b971800-01"
/dev/sdd1: LABEL="METAL 1TO" UUID="568A-4886" TYPE="vfat" PARTUUID="1c99bca7-01"
/dev/loop8: TYPE="squashfs"
/dev/loop9: TYPE="squashfs"


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


=================== /etc/grub.d/ :
drwxr-xr-x  2 root root     4096 nov.  15 16:37 grub.d
total 80
-rwxr-xr-x 1 root root 10046 mars  18  2019 00_header
-rwxr-xr-x 1 root root  6258 mars  15  2016 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 avril 16  2016 30_uefi-firmware
-rwxr-xr-x 1 root root   214 avril 16  2016 40_custom
-rwxr-xr-x 1 root root   216 avril 16  2016 41_custom
-rw-r--r-- 1 root root   483 avril 16  2016 README




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

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

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

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

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

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

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

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

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




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


=================== PARTITIONS & DISKS:
sdb1	: sdb,	not-sepboot,	grubenv-ok	grub2,	grub-pc ,	update-grub,	64,	with-boot,	is-os,	not--efi--part,	fstab-without-boot,	fstab-without-efi,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	apt-get,	grub-install,	with--usr,	fstab-without-usr,	not-sep-usr,	standard,	farbios,	notbiosboot, .
sdc1	: sdc,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	notbiosboot, /mnt/boot-sav/sdc1.
sdd1	: sdd,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	notbiosboot, /mnt/boot-sav/sdd1.

sdb	: not-GPT,	BIOSboot-not-needed,	has-no-EFIpart, 	not-usb,	not-mmc, has-os,	2048 sectors * 512 bytes
sdc	: not-GPT,	BIOSboot-not-needed,	has-no-EFIpart, 	not-usb,	not-mmc, no-os,	2048 sectors * 512 bytes
sdd	: not-GPT,	BIOSboot-not-needed,	has-no-EFIpart, 	not-usb,	not-mmc, no-os,	63 sectors * 512 bytes


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

BYT;
/dev/sda:1000GB:scsi:512:4096:loop:ATA ST1000DM003-1ER1:;
1:0.00B:1000GB:1000GB:fat32::;

BYT;
/dev/sdb:250GB:scsi:512:512:msdos:ATA Samsung SSD 850:;
1:1049kB:242GB:242GB:ext4::boot;
2:242GB:250GB:8531MB:::;
5:242GB:250GB:8531MB:linux-swap(v1)::;

BYT;
/dev/sdc:2000GB:scsi:512:4096:msdos:ATA ST2000DM001-1CH1:;
1:1049kB:2000GB:2000GB:ntfs::boot;

BYT;
/dev/sdd:1000GB:scsi:512:512:msdos:ASMT 2115:;
1:32.3kB:1000GB:1000GB:fat32::lba;

BYT;
/dev/sde:64.0GB:scsi:512:512:unknown:Lexar USB Flash Drive:;

=================== lsblk:
KNAME TYPE FSTYPE     SIZE LABEL
loop0 loop squashfs  89,1M
loop1 loop squashfs  44,2M
loop2 loop squashfs   3,7M
loop3 loop squashfs 156,7M
loop4 loop squashfs   4,2M
loop5 loop squashfs   956K
loop6 loop squashfs 140,7M
loop7 loop squashfs  54,5M
loop8 loop squashfs  14,8M
loop9 loop squashfs   8,5M
sda   disk vfat     931,5G sauvegardes
sdb   disk          232,9G
sdb1  part ext4       225G
sdb2  part              1K
sdb5  part swap         8G
sdc   disk            1,8T
sdc1  part ntfs       1,8T Seagate Barracuda
sdd   disk          931,5G
sdd1  part vfat     931,5G METAL 1TO
sde   disk           59,6G
sr0   rom            1024M
sr1   rom            1024M

KNAME ROTA RO RM STATE   MOUNTPOINT
loop0    1  1  0         /snap/core/8039
loop1    1  1  0         /snap/gtk-common-themes/1353
loop2    1  1  0         /snap/gnome-system-monitor/111
loop3    1  1  0         /snap/gnome-3-28-1804/110
loop4    1  1  0         /snap/gnome-calculator/544
loop5    1  1  0         /snap/gnome-logs/81
loop6    1  1  0         /snap/gnome-3-26-1604/98
loop7    1  1  0         /snap/core18/1265
loop8    1  1  0         /snap/gnome-characters/367
loop9    1  1  0         /snap/canonical-livepatch/88
sda      1  0  0 running
sdb      0  0  0 running
sdb1     0  0  0         /
sdb2     0  0  0
sdb5     0  0  0         [SWAP]
sdc      1  0  0 running
sdc1     1  0  0         /mnt/boot-sav/sdc1
sdd      1  0  0 running
sdd1     1  0  0         /mnt/boot-sav/sdd1
sde      1  1  1 running
sr0      1  0  1 running
sr1      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=4033860k,nr_inodes=1008465,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=811252k,mode=755)
/dev/sdb1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
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/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
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/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/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
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=2484)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
debugfs on /sys/kernel/debug type debugfs (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/core_8039.snap on /snap/core/8039 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)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
/var/lib/snapd/snaps/gnome-system-monitor_111.snap on /snap/gnome-system-monitor/111 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-3-28-1804_110.snap on /snap/gnome-3-28-1804/110 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-logs_81.snap on /snap/gnome-logs/81 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-3-26-1604_98.snap on /snap/gnome-3-26-1604/98 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-characters_367.snap on /snap/gnome-characters/367 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/core18_1265.snap on /snap/core18/1265 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/canonical-livepatch_88.snap on /snap/canonical-livepatch/88 type squashfs (ro,nodev,relatime,x-gdu.hide)
tmpfs on /run/snapd/ns type tmpfs (rw,nosuid,noexec,relatime,size=811252k,mode=755)
tmpfs on /run/user/122 type tmpfs (rw,nosuid,nodev,relatime,size=811248k,mode=700,uid=122,gid=129)
nsfs on /run/snapd/ns/canonical-livepatch.mnt type nsfs (rw)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=811248k,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/sdc1 on /mnt/boot-sav/sdc1 type fuseblk (ro,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sdd1 on /mnt/boot-sav/sdd1 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)


=================== ls:
/sys/block/sda (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity power queue range removable ro 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 power queue range removable ro sdb1 sdb2 sdb5 size slaves stat subsystem trace uevent
/sys/block/sdc (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity power queue range removable ro sdc1 size slaves stat subsystem trace uevent
/sys/block/sdd (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity power queue range removable ro sdd1 size slaves stat subsystem trace uevent
/sys/block/sde (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
/sys/block/sr0 (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
/sys/block/sr1 (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered):  autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 drm_dp_aux1 drm_dp_aux2 dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 i2c-12 i2c-13 i2c-14 i2c-15 i2c-16 i2c-17 i2c-18 i2c-19 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 initctl input kmsg kvm lightnvm log lp0 mapper mcelog mei0 mem memory_bandwidth mqueue net network_latency network_throughput null parport0 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sdb sdb1 sdb2 sdb5 sdc sdc1 sdd sdd1 sde sg0 sg1 sg2 sg3 sg4 sg5 sg6 shm snapshot snd sr0 sr1 stderr stdin stdout uhid uinput urandom usb userio vboxdrv vboxdrvu vboxnetctl vboxusb vfio vga_arbiter vhci vhost-net vhost-vsock zero
ls /dev/mapper:  control

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

=================== hexdump -n512 -C /dev/sdd1
00000000  eb 58 90 4d 53 57 49 4e  34 2e 31 00 02 40 20 00  |.X.MSWIN4.1..@ .|
00000010  02 00 00 00 00 f8 00 00  3f 00 ff 00 3f 00 00 00  |........?...?...|
00000020  71 6d 70 74 4a a3 03 00  00 00 00 00 02 00 00 00  |qmptJ...........|
00000030  01 00 06 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000040  80 01 29 86 48 8a 56 4d  45 54 41 4c 20 31 54 4f  |..).H.VMETAL 1TO|
00000050  20 20 46 41 54 33 32 20  20 20 00 00 00 00 00 00  |  FAT32   ......|
00000060  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
00000200

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

Filesystem     Type      Size  Used Avail Use% Mounted on
udev           devtmpfs  3.9G     0  3.9G   0% /dev
tmpfs          tmpfs     793M  2.0M  791M   1% /run
/dev/sdb1      ext4      222G   20G  191G  10% /
tmpfs          tmpfs     3.9G   34M  3.9G   1% /dev/shm
tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
tmpfs          tmpfs     3.9G     0  3.9G   0% /sys/fs/cgroup
/dev/loop0     squashfs   90M   90M     0 100% /snap/core/8039
/dev/loop1     squashfs   45M   45M     0 100% /snap/gtk-common-themes/1353
/dev/loop2     squashfs  3.8M  3.8M     0 100% /snap/gnome-system-monitor/111
/dev/loop3     squashfs  157M  157M     0 100% /snap/gnome-3-28-1804/110
/dev/loop4     squashfs  4.3M  4.3M     0 100% /snap/gnome-calculator/544
/dev/loop5     squashfs  1.0M  1.0M     0 100% /snap/gnome-logs/81
/dev/loop6     squashfs  141M  141M     0 100% /snap/gnome-3-26-1604/98
/dev/loop8     squashfs   15M   15M     0 100% /snap/gnome-characters/367
/dev/loop7     squashfs   55M   55M     0 100% /snap/core18/1265
/dev/loop9     squashfs  8.7M  8.7M     0 100% /snap/canonical-livepatch/88
tmpfs          tmpfs     793M   16K  793M   1% /run/user/122
tmpfs          tmpfs     793M   40K  793M   1% /run/user/1000
/dev/sdc1      fuseblk   1.9T  1.5T  382G  80% /mnt/boot-sav/sdc1
/dev/sdd1      vfat      932G  866G   66G  93% /mnt/boot-sav/sdd1

=================== fdisk -l:
Disk /dev/loop0: 89.1 MiB, 93429760 bytes, 182480 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: 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/loop2: 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/loop3: 156.7 MiB, 164290560 bytes, 320880 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: 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/loop5: 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/loop6: 140.7 MiB, 147501056 bytes, 288088 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: 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/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0xc6057f09


Disk /dev/sdb: 232.9 GiB, 250059350016 bytes, 488397168 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: dos
Disk identifier: 0xc4b817ae

Device     Boot     Start       End   Sectors  Size Id Type
/dev/sdb1  *         2048 471732223 471730176  225G 83 Linux
/dev/sdb2       471734270 488396799  16662530    8G  5 Extended
/dev/sdb5       471734272 488396799  16662528    8G 82 Linux swap / Solaris


Disk /dev/sdc: 1.8 TiB, 2000398934016 bytes, 3907029168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x4b971800

Device     Boot Start        End    Sectors  Size Id Type
/dev/sdc1  *     2048 3907026943 3907024896  1.8T  7 HPFS/NTFS/exFAT




Disk /dev/sdd: 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): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x1c99bca7

Device     Boot Start        End    Sectors   Size Id Type
/dev/sdd1          63 1953525167 1953525105 931.5G  c W95 FAT32 (LBA)


Disk /dev/sde: 59.6 GiB, 64019759104 bytes, 125038592 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/loop8: 14.8 MiB, 15458304 bytes, 30192 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: 8.5 MiB, 8941568 bytes, 17464 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 reinstall the grub2 of sdb1 into the MBRs of all disks (except live-disks and removable disks without OS).
Additional repair would be performed: unhide-bootmenu-10s


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

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


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

Ubuntu 18.04 semble parfaitement installé sur le "Samsung SSD 850".
Si j'ai bien compris tes explications du post #1, ce Boot-Info a été fait alors que le SSD Windows était volontairement déconnecté. Peux-tu confirmer ?

Dernière modification par malbo (Le 30/11/2019, à 12:35)

Hors ligne

#8 Le 30/11/2019, à 12:54

Babdu89

Re : [Résolu]GRUB où es-tu comment te déplacer avec plusieurs DD bootables?

Bonjour.
@malbo.
Dans le grub.cfg de /dev/sdb1. On voit que la rubrique

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

est vide. Je pense que lors de l'installation de Ubuntu, le disque Windows n'était soit pas présent, soit non reconnu. Non?.

@+.   Babdu89   .


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

Hors ligne

#9 Le 30/11/2019, à 13:12

FrancisFDZ

Re : [Résolu]GRUB où es-tu comment te déplacer avec plusieurs DD bootables?

Bonjour,
[Témoignage et retour d'expérience]
J'ai moi-même plusieurs OS installés sur 3 HD internes.Sur le HD principal (celui qui boote par défaut) j'ai installé Ubuntu avec le grub correspondant. C'est uniquement celui-la qui gère le boot sur les 3 HD.
Sur sdb (2ème HD), j'ai aussi (mais ce n'est pas indispensable) installé un grub, il est géré par debian. J'ai aussi installé un troisiéme grub sur sdc, celui-là à partir de opensuse. En cas de dysfonctionnement, je peux ainsi changer (chez moi grâce à la touche F12) de disque de démarrage et du coup de grub. Ça demande demande un peu d'attention au moment des upgrades des différents OS installés, mais ça marche sans problème depuis plusieurs années. Dans tous les cas, c'est le seul grub du disque de démarrage qui est à privilégier et qui exige une maintenance suivie (généralement automatique lors des updates impliquant le noyau). Les "grub" des disques b et c ne servent qu'en secours .
[/Témoignage et retour d'expérience]

Dernière modification par FrancisFDZ (Le 01/12/2019, à 09:23)


-- On peut avoir des raisons de se plaindre et n'avoir pas raison de se plaindre --
[Victor Hugo]

Hors ligne

#10 Le 30/11/2019, à 13:12

malbo

Re : [Résolu]GRUB où es-tu comment te déplacer avec plusieurs DD bootables?

@Babdu89 : bonjour. Tu dois avoir raison. J'avance à la machette dans cette forêt pas très vierge.

Hors ligne

#11 Le 30/11/2019, à 15:39

tjotjo

Re : [Résolu]GRUB où es-tu comment te déplacer avec plusieurs DD bootables?

Bonjour à tous les intervenants et merci.
Je réponds à malbo :
effectivement, ce Boot-Info a été fait alors que le SSD Windows était volontairement déconnecté. Si je connecte le SSD de Windows, cet OS démarre directement, comme si Ubuntu n'existait pas.

Hors ligne

#12 Le 30/11/2019, à 16:00

malbo

Re : [Résolu]GRUB où es-tu comment te déplacer avec plusieurs DD bootables?

OK j'avais donc bien compris.
Je te suggère la manip suivante qui vise à échanger la place des deux SSD :
1) le SSD Windows étant déconnecté, et l'ordi éteint, tu places le SSD Ubuntu à l'emplacement du SSD Windows. Tu redémarres l'ordi pour vérifier que le démarrage se fait bien sur Ubuntu.
2) tu éteins l'ordi et tu connectes le SSD Windows à la place où se trouvait le SSD Ubuntu (*). Tu redémarres l'ordi pour vérifier que le démarrage se fait toujours sur Ubuntu. Si c'est bien le cas, tu fais la mise à jour de Grub afin que le menu Grub ait une entrée pour démarrer Windows (il n'en a pas actuellement comme Babdu89 l'a noté dans le post #9)

(*) arrivé à ce point de la procédure, les deux SSD ont échangé leur place vis à vis de la carte-mère

Dernière modification par malbo (Le 30/11/2019, à 16:05)

Hors ligne

#13 Le 30/11/2019, à 18:28

ikewdu

Re : [Résolu]GRUB où es-tu comment te déplacer avec plusieurs DD bootables?

Salut,

Le souci ne pourrait-il pas simplement venir du fait que le dernier disque SATA branché se place en tête de liste dans le BIOS ? On voit parfois ce genre de choses. En rebranchant le SSD Windows, c'est son mbr qui est pris en compte.

Perso, je débrancherais le ssd Ubuntu, puis ferais un boot sur Windows et arrêt. A ce stade, remise en place du ssd Ubuntu, et si GRUB se lance, une simple mise à jour de GRUB devrait suffire.

Dernière modification par ikewdu (Le 30/11/2019, à 18:28)

Hors ligne

#14 Le 30/11/2019, à 19:58

tjotjo

Re : [Résolu]GRUB où es-tu comment te déplacer avec plusieurs DD bootables?

Rebonjour,
Merci à tous les contributeurs.

J'ai fait comme malbo a écrit dans le post #13 : j'ai donc interverti les 2 SSD et, avec les 2 SSD en place, c'est Ubuntu qui démarre (sans tenir compte de Windows), comme il l'avait prévu.

Dans la documentation sur les mises à jour de Grub, les explications ne m'ont pas parues claires.

Que dois-je faire dans mon cas ? Je sais que je dispose de GRUB 2.

Le résultat indiqué par malbo dans le post #8 est très long et même si j'ai repéré quelques indications, je ne sais pas lire ce genre de document (que j'ai pourtant "recopier" par copies d'écran successives).

Hors ligne

#15 Le 30/11/2019, à 21:09

malbo

Re : [Résolu]GRUB où es-tu comment te déplacer avec plusieurs DD bootables?

Bonne nouvelle.
A présent, ce serait utile que tu refasses un Boot-Info depuis une session de ton Ubuntu installé et que tu en donnes l'URL dans ta réponse. On pourra enfin voir le dual-boot.

Hors ligne

#16 Le 30/11/2019, à 21:22

tjotjo

Re : [Résolu]GRUB où es-tu comment te déplacer avec plusieurs DD bootables?

Voici ce que j'ai obtenu par Boot-info :

johnny@johnny-MS-7758:~$ sudo add-apt-repository -y ppa:yannubuntu/boot-repair && sudo apt update && sudo apt install -y boot-info
[sudo] Mot de passe de johnny :
Atteint :1 http://fr.archive.ubuntu.com/ubuntu bionic InRelease
Atteint :2 http://archive.canonical.com/ubuntu bionic InRelease                                                                                     
Atteint :3 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu bionic InRelease                                                                     
Atteint :4 http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease                                                                               
Réception de :5 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]                               
88,7 ko réceptionnés en 1s (141 ko/s)                         
Lecture des listes de paquets... Fait
Atteint :1 http://fr.archive.ubuntu.com/ubuntu bionic InRelease
Atteint :2 http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease                                                       
Réception de :3 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]                                         
Atteint :4 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu bionic InRelease                                             
Atteint :5 http://archive.canonical.com/ubuntu bionic InRelease                                                               
88,7 ko réceptionnés en 1s (173 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.
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
boot-info est déjà la version la plus récente (4ppa66).
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
  libgtkmm-3.0-1v5 libnih-dbus1
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
johnny@johnny-MS-7758:~$

Hors ligne

#17 Le 30/11/2019, à 21:23

xubu1957

Re : [Résolu]GRUB où es-tu comment te déplacer avec plusieurs DD bootables?

Bonjour,

Pour ajouter toi-même les balises code à tes précédents messages #1, #3 et #16 :

  • Cliquer sur  le lien « Modifier » en bas à droite du message

  • Sélectionner le texte

  • Cliquer sur le <> de l'éditeur de message

1530289742.png

comme indiqué dans le : Retour utilisable de commande

_ _ _

Voir règles du forum > balises BB code

Balise CODE :

C'est la balise à utiliser pour donner de longs messages d'erreurs, des contenus de fichiers de configuration, des commandes à taper, etc … Elle permet des messages plus "compacts", et est moins ambiguë que d'autres polices sur certains caractères.

alca94 a écrit :

1539072593.png

Dernière modification par xubu1957 (Le 01/12/2019, à 22:10)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne

#18 Le 30/11/2019, à 21:29

malbo

Re : [Résolu]GRUB où es-tu comment te déplacer avec plusieurs DD bootables?

Dans ce que tu as collé dans le post #16, tu peux lire :

boot-info est déjà la version la plus récente (4ppa66).

Explication : tu as déjà fait l'installation de Boot-Info dans le post #3. Il n'y avait pas lieu de refaire cette installation de Boot-info. La seule chose que je te demande, c'est que tu fasses la partie 1.2 Utilisation de la doc Boot-info.

Dernière modification par malbo (Le 30/11/2019, à 21:30)

Hors ligne

#19 Le 30/11/2019, à 21:40

tjotjo

Re : [Résolu]GRUB où es-tu comment te déplacer avec plusieurs DD bootables?

Avec boot-info graphique, mon disque dur n'étant pas "amovible" (j'ai supposé qu'un disque amovible était un disque externe) on m'indique l'URL suivant :

http://paste.ubuntu.com/p/tkjBJZS6mK/

Hors ligne

#20 Le 01/12/2019, à 01:54

Babdu89

Re : [Résolu]GRUB où es-tu comment te déplacer avec plusieurs DD bootables?

Bonsoir.

Dans le dernier boot info;

http://paste.ubuntu.com/p/tkjBJZS6mK/

On voit ceci:


User choice: Est-ce que sdb (ATA Samsung SSD 850) est un disque amovible ? no


=================== Suggested repair
The default repair of the Boot-Repair utility would reinstall the grub2 of sdb1 into the MBRs of all disks (except live-disks and removable disks without OS).
Additional repair would be performed: unhide-bootmenu-10s

Tu dis;

Avec boot-info graphique, mon disque dur n'étant pas "amovible" (j'ai supposé qu'un disque amovible était un disque externe) on m'indique l'URL suivant :

Alors, explication du "mauvais" fonctionnement de boot-repair, en présence de plusieurs disque internes ou externes. Il a été conçu comme çà. Çà n'a jamais été changé dans le scripts de boot-repair...
Si on utilise la réparation recommandée, pour réparer grub de ton ubuntu.

Comme tu as répondu "non" à la question;

Est-ce que sdb (ATA Samsung SSD 850) est un disque amovible ? no

c'est là que boot-repair va faire des bêtises". Oui, il fonctionne encore comme çà.

Si un jour tu réinstalles grub de ton Ubuntu. La réparation recommandé va faire ceci;

=================== Suggested repair
The default repair of the Boot-Repair utility would reinstall the grub2 of sdb1 into the MBRs of all disks (except live-disks and removable disks without OS).

Réinstaller Grub de ton Ubuntu en /dev/sdb1, en mettant la première partie de Grub dans tous les disques de la config.

Dans le disque /dev/sda, çà va écraser le mbr compatible Windows dans le secteur d'amorçage du disque Windows;

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

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

qui démarrera directement ton Ubuntu, en démarrant la machine sur le disque où est installé ton Windows. Il ne pourra plus démarrer directement Windows comme c'est actuellement le cas.

Pour éviter ce souci, il faut répondre "OUI" à la question;

Est-ce que sdb (ATA Samsung SSD 850) est un disque amovible ?    

Et boot-repair réinstallera grub dans ubuntu en ne mettant pas la première partie de grub dans le secteur d'amorçage de tous les disques.
Ce qui préservera le démarrage directe sur ton Windows, en démarrant le machine sur le disque où est installé ton Windows.

On peut vérifier ce que je dis sur le fonctionnement de boot-repair, en refaisant un boot info, en répondant "oui" à la question du disque amovible? Et lire ce que la réparation recommandée avec boot-repair va proposer.


Alors comme tu as plusieurs disques internes, je pense que tu dois avoir une option de démarrage du Bios (touche fonction F** à trouver dans le manuel de la carte mère de ta machine) qui te permet de choisir sur quel disque démarrer la machine.

Si tu disposes de cette fonction, tu peux démarrer la machine sur le disque où est Ubuntu, et faire une mise à jour de grub

sudo update-grub

Ce qui va mettre une entrée dans le menu Grub pour démarrer ton Windows. Chose dont j'avais signalé l'absence post#8.

@+.   Babdu89   .


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

Hors ligne

#21 Le 01/12/2019, à 08:00

malbo

Re : [Résolu]GRUB où es-tu comment te déplacer avec plusieurs DD bootables?

Je colle le Boot-info dont tu as donné le lien ( http://paste.ubuntu.com/p/tkjBJZS6mK/ ) dans le post #19 :

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.
 => Grub2 (v2.00) is installed in the MBR of /dev/sdb and looks at sector 1 of 
    the same hard drive for core.img. core.img is at this location and looks 
    for (,msdos1)/boot/grub. It also embeds following components:
    
    modules
    ---------------------------------------------------------------------------
    fshelp ext2 part_msdos biosdisk
    ---------------------------------------------------------------------------

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

sda2: __________________________________________________________________________

    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:        

sdb1: __________________________________________________________________________

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

sdb2: __________________________________________________________________________

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

sdb5: __________________________________________________________________________

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

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

Drive: sda _____________________________________________________________________
Disk /dev/sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1    *          2,048   232,677,793   232,675,746   7 NTFS / exFAT / HPFS
/dev/sda2         232,679,424   234,438,655     1,759,232  27 Hidden NTFS (Recovery Environment)


Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 232.9 GiB, 250059350016 bytes, 488397168 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: dos

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sdb1    *          2,048   471,732,223   471,730,176  83 Linux
/dev/sdb2         471,734,270   488,396,799    16,662,530   5 Extended
/dev/sdb5         471,734,272   488,396,799    16,662,528  82 Linux swap / Solaris


"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/loop9                                              squashfs   
/dev/sda1        1647EF8A18C61962                       ntfs       
/dev/sda2        8C4EE5B24EE5956C                       ntfs       
/dev/sdb1        ffe6be66-53f6-4812-9f49-59c97cfbb672   ext4       
/dev/sdb5        214e6dae-6596-4a6b-a068-097ac77f71fd   swap       

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

total 0
lrwxrwxrwx 1 root root  9 Nov 30 18:28 ata-HL-DT-ST_DVDRAM_GH24NSD1_K1FI7HJ0230 -> ../../sr0
lrwxrwxrwx 1 root root  9 Nov 30 20:35 ata-Samsung_SSD_850_EVO_120GB_S21UNSAG185244T -> ../../sda
lrwxrwxrwx 1 root root 10 Nov 30 20:36 ata-Samsung_SSD_850_EVO_120GB_S21UNSAG185244T-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Nov 30 20:36 ata-Samsung_SSD_850_EVO_120GB_S21UNSAG185244T-part2 -> ../../sda2
lrwxrwxrwx 1 root root  9 Nov 30 20:35 ata-Samsung_SSD_850_EVO_250GB_S2R6NXBH312777K -> ../../sdb
lrwxrwxrwx 1 root root 10 Nov 30 20:35 ata-Samsung_SSD_850_EVO_250GB_S2R6NXBH312777K-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Nov 30 20:35 ata-Samsung_SSD_850_EVO_250GB_S2R6NXBH312777K-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Nov 30 20:35 ata-Samsung_SSD_850_EVO_250GB_S2R6NXBH312777K-part5 -> ../../sdb5
lrwxrwxrwx 1 root root  9 Nov 30 18:28 usb-TSSTcorp_CDDVDW_SE-208AB_RL6XC36-0:0 -> ../../sr1
lrwxrwxrwx 1 root root  9 Nov 30 18:28 wwn-0x5001480000000000 -> ../../sr0
lrwxrwxrwx 1 root root  9 Nov 30 20:35 wwn-0x5002538d40c5287d -> ../../sdb
lrwxrwxrwx 1 root root 10 Nov 30 20:35 wwn-0x5002538d40c5287d-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Nov 30 20:35 wwn-0x5002538d40c5287d-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Nov 30 20:35 wwn-0x5002538d40c5287d-part5 -> ../../sdb5
lrwxrwxrwx 1 root root  9 Nov 30 20:35 wwn-0x5002538da00f6fae -> ../../sda
lrwxrwxrwx 1 root root 10 Nov 30 20:36 wwn-0x5002538da00f6fae-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Nov 30 20:36 wwn-0x5002538da00f6fae-part2 -> ../../sda2

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

Device           Mount_Point              Type       Options

/dev/sdb1        /                        ext4       (rw,relatime,errors=remount-ro,data=ordered)


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

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

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

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

export menuentry_id_option

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

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

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  ffe6be66-53f6-4812-9f49-59c97cfbb672
else
  search --no-floppy --fs-uuid --set=root ffe6be66-53f6-4812-9f49-59c97cfbb672
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=10
  # Fallback hidden-timeout code in case the timeout_style feature is
  # unavailable.
  elif sleep --interruptible 10 ; 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-ffe6be66-53f6-4812-9f49-59c97cfbb672' {
	recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  ffe6be66-53f6-4812-9f49-59c97cfbb672
	else
	  search --no-floppy --fs-uuid --set=root ffe6be66-53f6-4812-9f49-59c97cfbb672
	fi
        linux	/boot/vmlinuz-4.15.0-70-generic root=UUID=ffe6be66-53f6-4812-9f49-59c97cfbb672 ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-4.15.0-70-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-ffe6be66-53f6-4812-9f49-59c97cfbb672' {
	menuentry 'Ubuntu, avec Linux 4.15.0-70-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-70-generic-advanced-ffe6be66-53f6-4812-9f49-59c97cfbb672' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  ffe6be66-53f6-4812-9f49-59c97cfbb672
		else
		  search --no-floppy --fs-uuid --set=root ffe6be66-53f6-4812-9f49-59c97cfbb672
		fi
		echo	'Chargement de Linux 4.15.0-70-generic…'
	        linux	/boot/vmlinuz-4.15.0-70-generic root=UUID=ffe6be66-53f6-4812-9f49-59c97cfbb672 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.15.0-70-generic
	}
	menuentry 'Ubuntu, with Linux 4.15.0-70-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-70-generic-recovery-ffe6be66-53f6-4812-9f49-59c97cfbb672' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  ffe6be66-53f6-4812-9f49-59c97cfbb672
		else
		  search --no-floppy --fs-uuid --set=root ffe6be66-53f6-4812-9f49-59c97cfbb672
		fi
		echo	'Chargement de Linux 4.15.0-70-generic…'
	        linux	/boot/vmlinuz-4.15.0-70-generic root=UUID=ffe6be66-53f6-4812-9f49-59c97cfbb672 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.15.0-70-generic
	}
	menuentry 'Ubuntu, avec Linux 4.4.0-169-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-169-generic-advanced-ffe6be66-53f6-4812-9f49-59c97cfbb672' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  ffe6be66-53f6-4812-9f49-59c97cfbb672
		else
		  search --no-floppy --fs-uuid --set=root ffe6be66-53f6-4812-9f49-59c97cfbb672
		fi
		echo	'Chargement de Linux 4.4.0-169-generic…'
	        linux	/boot/vmlinuz-4.4.0-169-generic root=UUID=ffe6be66-53f6-4812-9f49-59c97cfbb672 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.4.0-169-generic
	}
	menuentry 'Ubuntu, with Linux 4.4.0-169-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-169-generic-recovery-ffe6be66-53f6-4812-9f49-59c97cfbb672' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  ffe6be66-53f6-4812-9f49-59c97cfbb672
		else
		  search --no-floppy --fs-uuid --set=root ffe6be66-53f6-4812-9f49-59c97cfbb672
		fi
		echo	'Chargement de Linux 4.4.0-169-generic…'
	        linux	/boot/vmlinuz-4.4.0-169-generic root=UUID=ffe6be66-53f6-4812-9f49-59c97cfbb672 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.4.0-169-generic
	}
}

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

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

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

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry 'Memory test (memtest86+)' {
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  ffe6be66-53f6-4812-9f49-59c97cfbb672
	else
	  search --no-floppy --fs-uuid --set=root ffe6be66-53f6-4812-9f49-59c97cfbb672
	fi
	knetbsd	/boot/memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  ffe6be66-53f6-4812-9f49-59c97cfbb672
	else
	  search --no-floppy --fs-uuid --set=root ffe6be66-53f6-4812-9f49-59c97cfbb672
	fi
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

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

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

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

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

=============================== sdb1/etc/fstab: ================================

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda1 during installation
UUID=ffe6be66-53f6-4812-9f49-59c97cfbb672 /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=214e6dae-6596-4a6b-a068-097ac77f71fd none            swap    sw              0       0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

 116.286113739 = 124.861263872  boot/grub/grub.cfg                             3
 116.391960144 = 124.974915584  boot/grub/i386-pc/core.img                     1
 121.165012360 = 130.099941376  boot/vmlinuz-4.15.0-70-generic                 1
   4.351440430 = 4.672323584    boot/vmlinuz-4.4.0-169-generic                 1
 121.165012360 = 130.099941376  vmlinuz                                        1
   4.351440430 = 4.672323584    vmlinuz.old                                    1
 197.928283691 = 212.523876352  boot/initrd.img-4.15.0-70-generic              3
   0.562866211 = 0.604372992    boot/initrd.img-4.4.0-169-generic              5
 197.928283691 = 212.523876352  initrd.img                                     3
   0.562866211 = 0.604372992    initrd.img.old                                 5


ADDITIONAL INFORMATION :
=================== log of boot-info 20191130_2035 ===================
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
BOOT_IMAGE=/boot/vmlinuz-4.15.0-70-generic root=UUID=ffe6be66-53f6-4812-9f49-59c97cfbb672 ro quiet splash vt.handoff=1

=================== os-prober:
/dev/sdb1:L'OS actuellement utilisé - Ubuntu 18.04.3 LTS CurrentSession:linux
/dev/sda1:Windows 10:Windows:chain

=================== 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: UUID="1647EF8A18C61962" TYPE="ntfs" PARTUUID="fa43a4f1-01"
/dev/sda2: UUID="8C4EE5B24EE5956C" TYPE="ntfs" PARTUUID="fa43a4f1-02"
/dev/sdb1: UUID="ffe6be66-53f6-4812-9f49-59c97cfbb672" TYPE="ext4" PARTUUID="c4b817ae-01"
/dev/sdb5: UUID="214e6dae-6596-4a6b-a068-097ac77f71fd" TYPE="swap" PARTUUID="c4b817ae-05"
/dev/loop8: TYPE="squashfs"
/dev/loop9: TYPE="squashfs"


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


=================== /etc/grub.d/ :
drwxr-xr-x  2 root root     4096 nov.  15 16:37 grub.d
total 80
-rwxr-xr-x 1 root root 10046 mars  18  2019 00_header
-rwxr-xr-x 1 root root  6258 mars  15  2016 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 avril 16  2016 30_uefi-firmware
-rwxr-xr-x 1 root root   214 avril 16  2016 40_custom
-rwxr-xr-x 1 root root   216 avril 16  2016 41_custom
-rw-r--r-- 1 root root   483 avril 16  2016 README




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

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

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

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

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

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

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

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

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




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


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

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


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

BYT;
/dev/sda:120GB:scsi:512:512:msdos:ATA Samsung SSD 850:;
1:1049kB:119GB:119GB:ntfs::boot;
2:119GB:120GB:901MB:ntfs::diag;

BYT;
/dev/sdb:250GB:scsi:512:512:msdos:ATA Samsung SSD 850:;
1:1049kB:242GB:242GB:ext4::boot;
2:242GB:250GB:8531MB:::;
5:242GB:250GB:8531MB:linux-swap(v1)::;

=================== lsblk:
KNAME TYPE FSTYPE     SIZE LABEL
loop0 loop squashfs 156,7M
loop1 loop squashfs 140,7M
loop2 loop squashfs   956K
loop3 loop squashfs  54,5M
loop4 loop squashfs  89,1M
loop5 loop squashfs   3,7M
loop6 loop squashfs  44,2M
loop7 loop squashfs   8,5M
loop8 loop squashfs   4,2M
loop9 loop squashfs  14,8M
sda   disk          111,8G
sda1  part ntfs       111G
sda2  part ntfs       859M
sdb   disk          232,9G
sdb1  part ext4       225G
sdb2  part              1K
sdb5  part swap         8G
sr0   rom            1024M
sr1   rom            1024M

KNAME ROTA RO RM STATE   MOUNTPOINT
loop0    1  1  0         /snap/gnome-3-28-1804/110
loop1    1  1  0         /snap/gnome-3-26-1604/98
loop2    1  1  0         /snap/gnome-logs/81
loop3    1  1  0         /snap/core18/1265
loop4    1  1  0         /snap/core/8039
loop5    1  1  0         /snap/gnome-system-monitor/111
loop6    1  1  0         /snap/gtk-common-themes/1353
loop7    1  1  0         /snap/canonical-livepatch/88
loop8    1  1  0         /snap/gnome-calculator/544
loop9    1  1  0         /snap/gnome-characters/367
sda      0  0  0 running
sda1     0  0  0         /mnt/boot-sav/sda1
sda2     0  0  0         /mnt/boot-sav/sda2
sdb      0  0  0 running
sdb1     0  0  0         /
sdb2     0  0  0
sdb5     0  0  0         [SWAP]
sr0      1  0  1 running
sr1      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=4033868k,nr_inodes=1008467,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=811256k,mode=755)
/dev/sdb1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
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/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
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)
mqueue on /dev/mqueue type mqueue (rw,relatime)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=35,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=269)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
/var/lib/snapd/snaps/gnome-3-28-1804_110.snap on /snap/gnome-3-28-1804/110 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-3-26-1604_98.snap on /snap/gnome-3-26-1604/98 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/core18_1265.snap on /snap/core18/1265 type squashfs (ro,nodev,relatime,x-gdu.hide)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
/var/lib/snapd/snaps/core_8039.snap on /snap/core/8039 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-system-monitor_111.snap on /snap/gnome-system-monitor/111 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/canonical-livepatch_88.snap on /snap/canonical-livepatch/88 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_544.snap on /snap/gnome-calculator/544 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-characters_367.snap on /snap/gnome-characters/367 type squashfs (ro,nodev,relatime,x-gdu.hide)
tmpfs on /run/snapd/ns type tmpfs (rw,nosuid,noexec,relatime,size=811256k,mode=755)
nsfs on /run/snapd/ns/canonical-livepatch.mnt type nsfs (rw)
tmpfs on /run/user/122 type tmpfs (rw,nosuid,nodev,relatime,size=811252k,mode=700,uid=122,gid=129)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=811252k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
/dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sda2 on /mnt/boot-sav/sda2 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)


=================== ls:
/sys/block/sda (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity power queue range removable ro sda1 sda2 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 power queue range removable ro sdb1 sdb2 sdb5 size slaves stat subsystem trace uevent
/sys/block/sr0 (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
/sys/block/sr1 (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered):  autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 drm_dp_aux1 drm_dp_aux2 dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 i2c-12 i2c-13 i2c-14 i2c-15 i2c-16 i2c-17 i2c-18 i2c-19 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 initctl input kmsg kvm lightnvm log lp0 mapper mcelog mei0 mem memory_bandwidth mqueue net network_latency network_throughput null parport0 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sdb sdb1 sdb2 sdb5 sg0 sg1 sg2 sg3 shm snapshot snd sr0 sr1 stderr stdin stdout uhid uinput urandom usb userio vboxdrv vboxdrvu vboxnetctl vboxusb vfio vga_arbiter vhci vhost-net vhost-vsock 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  a1 59 de 0d 00 00 00 00  |.........Y......|
00000030  04 00 00 00 00 00 00 00  ff 93 df 00 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  62 19 c6 18 8a ef 47 16  |........b.....G.|
00000050  00 00 00 00 fa 33 c0 8e  d0 bc 00 7c fb 68 c0 07  |.....3.....|.h..|
00000060  1f 1e 68 66 00 cb 88 16  0e 00 66 81 3e 03 00 4e  |..hf......f.>..N|
00000070  54 46 53 75 15 b4 41 bb  aa 55 cd 13 72 0c 81 fb  |TFSu..A..U..r...|
00000080  55 aa 75 06 f7 c1 01 00  75 03 e9 dd 00 1e 83 ec  |U.u.....u.......|
00000090  18 68 1a 00 b4 48 8a 16  0e 00 8b f4 16 1f cd 13  |.h...H..........|
000000a0  9f 83 c4 18 9e 58 1f 72  e1 3b 06 0b 00 75 db a3  |.....X.r.;...u..|
000000b0  0f 00 c1 2e 0f 00 04 1e  5a 33 db b9 00 20 2b c8  |........Z3... +.|
000000c0  66 ff 06 11 00 03 16 0f  00 8e c2 ff 06 16 00 e8  |f...............|
000000d0  4b 00 2b c8 77 ef b8 00  bb cd 1a 66 23 c0 75 2d  |K.+.w......f#.u-|
000000e0  66 81 fb 54 43 50 41 75  24 81 f9 02 01 72 1e 16  |f..TCPAu$....r..|
000000f0  68 07 bb 16 68 52 11 16  68 09 00 66 53 66 53 66  |h...hR..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  0a 13 b9 f6 0c fc f3 aa  e9 fe 01 90 90 66 60 1e  |.............f`.|
00000120  06 66 a1 11 00 66 03 06  1c 00 1e 66 68 00 00 00  |.f...f.....fh...|
00000130  00 66 50 06 53 68 01 00  68 10 00 b4 42 8a 16 0e  |.fP.Sh..h...B...|
00000140  00 16 1f 8b f4 cd 13 66  59 5b 5a 66 59 66 59 1f  |.......fY[ZfYfY.|
00000150  0f 82 16 00 66 ff 06 11  00 03 16 0f 00 8e c2 ff  |....f...........|
00000160  0e 16 00 75 bc 07 1f 66  61 c3 a1 f6 01 e8 09 00  |...u...fa.......|
00000170  a1 fa 01 e8 03 00 f4 eb  fd 8b f0 ac 3c 00 74 09  |............<.t.|
00000180  b4 0e bb 07 00 cd 10 eb  f2 c3 0d 0a 41 20 64 69  |............A di|
00000190  73 6b 20 72 65 61 64 20  65 72 72 6f 72 20 6f 63  |sk read error oc|
000001a0  63 75 72 72 65 64 00 0d  0a 42 4f 4f 54 4d 47 52  |curred...BOOTMGR|
000001b0  20 69 73 20 63 6f 6d 70  72 65 73 73 65 64 00 0d  | is compressed..|
000001c0  0a 50 72 65 73 73 20 43  74 72 6c 2b 41 6c 74 2b  |.Press Ctrl+Alt+|
000001d0  44 65 6c 20 74 6f 20 72  65 73 74 61 72 74 0d 0a  |Del to restart..|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 8a 01  a7 01 bf 01 00 00 55 aa  |..............U.|
00000200

=================== hexdump -n512 -C /dev/sda2
00000000  eb 52 90 4e 54 46 53 20  20 20 20 00 02 08 00 00  |.R.NTFS    .....|
00000010  00 00 00 00 00 f8 00 00  3f 00 ff 00 00 68 de 0d  |........?....h..|
00000020  00 00 00 00 80 00 80 00  ff d7 1a 00 00 00 00 00  |................|
00000030  55 1e 01 00 00 00 00 00  02 00 00 00 00 00 00 00  |U...............|
00000040  f6 00 00 00 01 00 00 00  6c 95 e5 4e b2 e5 4e 8c  |........l..N..N.|
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  3.9G     0  3.9G   0% /dev
tmpfs          tmpfs     793M  2.0M  791M   1% /run
/dev/sdb1      ext4      222G   20G  191G  10% /
tmpfs          tmpfs     3.9G   71M  3.8G   2% /dev/shm
tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
tmpfs          tmpfs     3.9G     0  3.9G   0% /sys/fs/cgroup
/dev/loop0     squashfs  157M  157M     0 100% /snap/gnome-3-28-1804/110
/dev/loop1     squashfs  141M  141M     0 100% /snap/gnome-3-26-1604/98
/dev/loop2     squashfs  1.0M  1.0M     0 100% /snap/gnome-logs/81
/dev/loop3     squashfs   55M   55M     0 100% /snap/core18/1265
/dev/loop4     squashfs   90M   90M     0 100% /snap/core/8039
/dev/loop5     squashfs  3.8M  3.8M     0 100% /snap/gnome-system-monitor/111
/dev/loop7     squashfs  8.7M  8.7M     0 100% /snap/canonical-livepatch/88
/dev/loop6     squashfs   45M   45M     0 100% /snap/gtk-common-themes/1353
/dev/loop8     squashfs  4.3M  4.3M     0 100% /snap/gnome-calculator/544
/dev/loop9     squashfs   15M   15M     0 100% /snap/gnome-characters/367
tmpfs          tmpfs     793M   16K  793M   1% /run/user/122
tmpfs          tmpfs     793M   28K  793M   1% /run/user/1000
/dev/sda1      fuseblk   111G   75G   37G  67% /mnt/boot-sav/sda1
/dev/sda2      fuseblk   859M  437M  423M  51% /mnt/boot-sav/sda2

=================== fdisk -l:
Disk /dev/loop0: 156.7 MiB, 164290560 bytes, 320880 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: 140.7 MiB, 147501056 bytes, 288088 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: 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/loop3: 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/loop4: 89.1 MiB, 93429760 bytes, 182480 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, 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/loop6: 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/loop7: 8.5 MiB, 8941568 bytes, 17464 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: 111.8 GiB, 120034123776 bytes, 234441648 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xfa43a4f1

Device     Boot     Start       End   Sectors  Size Id Type
/dev/sda1  *         2048 232677793 232675746  111G  7 HPFS/NTFS/exFAT
/dev/sda2       232679424 234438655   1759232  859M 27 Hidden NTFS WinRE


Disk /dev/sdb: 232.9 GiB, 250059350016 bytes, 488397168 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: dos
Disk identifier: 0xc4b817ae

Device     Boot     Start       End   Sectors  Size Id Type
/dev/sdb1  *         2048 471732223 471730176  225G 83 Linux
/dev/sdb2       471734270 488396799  16662530    8G  5 Extended
/dev/sdb5       471734272 488396799  16662528    8G 82 Linux swap / Solaris




Disk /dev/loop8: 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/loop9: 14.8 MiB, 15458304 bytes, 30192 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


Gtk-Message: 20:35:49.779: GtkDialog mapped without a transient parent. This is discouraged.
User choice: Est-ce que sdb (ATA Samsung SSD 850) est un disque amovible ? no




=================== Suggested repair
The default repair of the Boot-Repair utility would reinstall the grub2 of sdb1 into the MBRs of all disks (except live-disks and removable disks without OS).
Additional repair would be performed: unhide-bootmenu-10s


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

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


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

J'y vois que tu n'as pas fait la fin de la procédure que j'ai détaillée dans le post #12 :

malbo a écrit :

Si c'est bien le cas, tu fais la mise à jour de Grub afin que le menu Grub ait une entrée pour démarrer Windows (il n'en a pas actuellement comme Babdu89 l'a noté dans le post #9)

Pour faire la mise à jour de Grub, tu as juste à passer cette commande dans un terminal :

sudo update-grub

Au redémarrage suivant de l'ordi, tu auras une entrée pour Windows proposée dans le menu Grub

Hors ligne

#22 Le 01/12/2019, à 09:31

FrancisFDZ

Re : [Résolu]GRUB où es-tu comment te déplacer avec plusieurs DD bootables?

Suite à la lecture de la remarque de Babdu89 en #20, je dois dire que je n'ai jamais eu de problème avec mes grub(s) car je n'ai jamais utilisé boot-repair, et si j'ai bien compris, il faudra analyser soigneusement ses propositions de réparation quand je serais amené à l'utiliser.


-- On peut avoir des raisons de se plaindre et n'avoir pas raison de se plaindre --
[Victor Hugo]

Hors ligne

#23 Le 01/12/2019, à 09:59

malbo

Re : [Résolu]GRUB où es-tu comment te déplacer avec plusieurs DD bootables?

@FrancisFDZ : dans un cas comme le tien (3 HD internes d'après ton post #9) ou dans le cas de tjotjo qui a encore plus de lecteurs, je vous déconseille d'utiliser Boot-Repair. Quand vous avez un souci, demandez de l'aide sur le forum en joignant un Boot-info. Si un aidant vous conseille la "réparation recommandée" de Boot-repair après qu'il ait examiné le Boot-info (*), vous pouvez y aller mais ne faites pas ça sans avoir consulté le forum auparavant.     

(*) en particulier, la partie "Suggested repair" à la fin du Boot-info qui précise les intentions de réparation de Boot-repair si on sélectionnait la "réparation recommandée"

Dernière modification par malbo (Le 01/12/2019, à 10:03)

Hors ligne

#24 Le 01/12/2019, à 10:09

Babdu89

Re : [Résolu]GRUB où es-tu comment te déplacer avec plusieurs DD bootables?

Bonjour.

@tous.
En mode Bios_Legacy.
On peut aussi ne pas utiliser la "Réparation recommandée" pour réinstallé Grub.
En passant par "Options avancées" çà permet de choisir de réinstaller Grub dans l'Os choisi, en mettant la première partie de Grub dans le secteur de boot, uniquement du disque où est installé Ubuntu. Çà ne touche pas aux secteurs de boot des autres disques de la config.
Je pratique toujours comme çà

@+.   Babdu89  .


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

Hors ligne

#25 Le 01/12/2019, à 10:54

FrancisFDZ

Re : [Résolu]GRUB où es-tu comment te déplacer avec plusieurs DD bootables?

malbo a écrit :

@FrancisFDZ : dans un cas comme le tien (3 HD internes d'après ton post #9) ou dans le cas de tjotjo qui a encore plus de lecteurs, je vous déconseille d'utiliser Boot-Repair. Quand vous avez un souci, demandez de l'aide sur le forum en joignant un Boot-info. Si un aidant vous conseille la "réparation recommandée" de Boot-repair après qu'il ait examiné le Boot-info (*), vous pouvez y aller mais ne faites pas ça sans avoir consulté le forum auparavant.     

(*) en particulier, la partie "Suggested repair" à la fin du Boot-info qui précise les intentions de réparation de Boot-repair si on sélectionnait la "réparation recommandée"

Merci malbo, j'avais bien compris, et j'étais déjà au courant des dangers d'utiliser boot-repair sans précaution. Je continue d'espérer que je n'aurais pas besoin de l'utiliser.


-- On peut avoir des raisons de se plaindre et n'avoir pas raison de se plaindre --
[Victor Hugo]

Hors ligne