#2251 Le 17/01/2022, à 16:51
- geole
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
C'est reparti pour un tour
root@ubuntu:~# cat /etc/lsb-release && blkid | grep pool
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=21.10
DISTRIB_CODENAME=impish
DISTRIB_DESCRIPTION="Ubuntu 21.10"
/dev/sda3: LABEL="bpool" UUID="1584108906843862912" UUID_SUB="12169696438645031787" BLOCK_SIZE="4096" TYPE="zfs_member" PARTUUID="825724a4-59c6-dd44-9856-6199943034e2"
/dev/sda4: LABEL="rpool" UUID="18371210337733637530" UUID_SUB="14278215750767045675" BLOCK_SIZE="4096" TYPE="zfs_member" PARTUUID="94608e43-02b7-9449-8f48-1ebd074d2af1"
root@ubuntu:~# zpool import -f bpool tempbpool
root@ubuntu:~# zpool import -f rpool temprpool
root@ubuntu:~# zfs set mountpoint=/mnt/boot-sav/tempbpool tempbpool
root@ubuntu:~# zfs set mountpoint=/mnt/boot-sav/temprpool temprpool
root@ubuntu:~# zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
tempbpool 1.88G 484M 1.40G - - 0% 25% 1.00x ONLINE -
temprpool 185G 6.89G 178G - - 0% 3% 1.00x ONLINE -
root@ubuntu:~# ls /mnt/boot-sav/tempbpool
root@ubuntu:~# ls /mnt/boot-sav/temprpool
root@ubuntu:~# ls /mnt/boot-sav/temprpool
Décidément cela ne fonctionne pas de cette facon
root@ubuntu:~#
root@ubuntu:~# zpool export tempbpool
root@ubuntu:~# zpool export temprpool
root@ubuntu:~# zpool list
no pools available
root@ubuntu:~# zpool import -a -f -D -R /mnt/CHROOT
no pools available to import
root@ubuntu:~# zpool import -a -f -R /mnt/CHROOT
root@ubuntu:~# ls -ls /mnt/CHROOT
total 106
1 lrwxrwxrwx 1 root root 7 janv. 15 19:49 bin -> usr/bin
1 drwxr-xr-x 4 root root 4 janv. 17 12:27 boot
1 drwxr-xr-x 2 root root 2 janv. 15 19:51 cdrom
9 drwxr-xr-x 4 root root 16 févr. 9 2021 dev
9 drwxr-xr-x 132 root root 230 janv. 16 13:40 etc
1 drwxr-xr-x 3 root root 3 janv. 15 19:57 home
1 lrwxrwxrwx 1 root root 7 janv. 15 19:49 lib -> usr/lib
1 lrwxrwxrwx 1 root root 9 janv. 15 19:49 lib32 -> usr/lib32
1 lrwxrwxrwx 1 root root 9 janv. 15 19:49 lib64 -> usr/lib64
1 lrwxrwxrwx 1 root root 10 janv. 15 19:49 libx32 -> usr/libx32
1 drwxr-xr-x 2 root root 2 janv. 15 23:40 MaRacine
1 drwxr-xr-x 3 root root 3 janv. 15 23:41 media
1 drwxr-xr-x 4 root root 4 janv. 16 00:20 mnt
1 drwxr-xr-x 2 root root 2 janv. 15 23:40 MonBoot
1 drwxr-xr-x 2 root root 2 févr. 9 2021 opt
1 drwxr-xr-x 2 root root 2 avril 15 2020 proc
9 drwx------ 8 root root 12 janv. 16 13:49 root
9 drwxr-xr-x 13 root root 19 janv. 15 19:53 run
1 lrwxrwxrwx 1 root root 8 janv. 15 19:49 sbin -> usr/sbin
9 drwxr-xr-x 11 root root 12 janv. 16 13:40 snap
1 drwxr-xr-x 2 root root 2 févr. 9 2021 srv
1 drwxr-xr-x 2 root root 2 avril 15 2020 sys
1 drwxr-xr-x 2 root root 2 janv. 16 13:35 tempbpool
25 drwxrwxrwt 8 root root 9 janv. 16 17:01 tmp
9 drwxr-xr-x 14 root root 14 févr. 9 2021 usr
9 drwxr-xr-x 16 root root 18 févr. 9 2021 var
root@ubuntu:~#
J'en déduis qu'on ne peut pas demander l'import quel que soit l'état, Il faut une commande pour le bon état et une autre pour le mauvais état.
mount -t proc /proc /mnt/CHROOT/proc
mount -t sysfs /sys /mnt/CHROOT/sys
mount --bind /dev /mnt/CHROOT/dev
mount --bind /run /mnt/CHROOT/run
mount --bind /sys /mnt/CHROOT/sys
modprobe efivars
modprobe zfs
chroot /mnt/CHROOT
mount -t devpts devpts /dev/pts
df -h
ping -c3 google.fr
ls -ls /home
mkdir -v /boot/efi /boot/grub # C est au cas où structure qu on veut réparer ne soit pas intacte
mount -va
On fait notre petit travail. Par exemple réparer pour faire apparaitre la grille de choix des sous-menus
sed -i 's/quiet splash/ /' /etc/default/grub
sed -i 's/#GRUB_TERMINAL/GRUB_TERMINAL/' /etc/default/grub
sed -i 's/OUT=10/OUT=100/' /etc/default/grub
time update-grub
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
cannot open 'bpool/BOOT/ubuntu_0vk4ps': dataset does not exist
Warning: didn't find any valid initrd or kernel.
Warning: Failed to find a valid directory 'etc' for dataset 'temprpool/ROOT/ubuntu_0vk4ps@autozsys_v1a8di'. Ignoring
Warning: Ignoring temprpool/ROOT/ubuntu_0vk4ps@autozsys_v1a8di
Warning: Failed to find a valid directory 'etc' for dataset 'temprpool/ROOT/ubuntu_0vk4ps@autozsys_asj1t3'. Ignoring
Warning: Ignoring temprpool/ROOT/ubuntu_0vk4ps@autozsys_asj1t3
Warning: Failed to find a valid directory 'etc' for dataset 'temprpool/ROOT/ubuntu_0vk4ps@autozsys_tqh4z9'. Ignoring
Warning: Ignoring temprpool/ROOT/ubuntu_0vk4ps@autozsys_tqh4z9
device-mapper: reload ioctl on osprober-linux-sda4 failed: Device or resource busy
Command failed.
Found Ubuntu 21.10 (21.10) on /dev/sdb10
Found Ubuntu Jammy Jellyfish (development branch) (22.04) on /dev/sdb17
Found Windows Boot Manager on /dev/sdb4@/EFI/Microsoft/Boot/bootmgfw.efi
Found Ubuntu 20.04.3 LTS (20.04) on /dev/sdb7
Found Ubuntu 18.04.6 LTS (18.04) on /dev/sdb9
Found Ubuntu 20.04.3 LTS (20.04) on /dev/sdd5
Adding boot menu entry for UEFI Firmware Settings
done
real 2m11,118s
user 0m34,417s
sys 0m28,893s
root@ubuntu:/etc/default#
On va maintenant quitter proprement si on le peut
root@ubuntu:~# umount -v /boot/grub
umount: /boot/grub démonté
root@ubuntu:~# umount -v /boot/efi
umount: /boot/efi démonté
root@ubuntu:~# exit
exit
root@ubuntu:~# zpool list
Erreur du bus (core dumped)
root@ubuntu:~#
Dernière modification par geole (Le 17/01/2022, à 17:36)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#2252 Le 17/01/2022, à 19:33
- geole
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
On va voir pour la 22.04
oot@ubuntu:~# cat /etc/lsb-release && blkid | grep pool
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu Jammy Jellyfish (development branch)"
/dev/sda4: LABEL="rpool" UUID="18371210337733637530" UUID_SUB="14278215750767045675" BLOCK_SIZE="4096" TYPE="zfs_member" PARTUUID="94608e43-02b7-9449-8f48-1ebd074d2af1"
/dev/sda3: LABEL="bpool" UUID="1584108906843862912" UUID_SUB="12169696438645031787" BLOCK_SIZE="4096" TYPE="zfs_member" PARTUUID="825724a4-59c6-dd44-9856-6199943034e2"
root@ubuntu:~#
zpool import -f bpool tempbpool && zpool import -f rpool temprpool && zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
tempbpool 1.88G 485M 1.40G - - 0% 25% 1.00x ONLINE -
temprpool 185G 6.90G 178G - - 0% 3% 1.00x ONLINE -
zfs set mountpoint=/mnt/boot-sav/tempbpool tempbpool && zfs set mountpoint=/mnt/boot-sav/temprpool temprpool
ls /mnt/boot-sav/tempbpool && ls /mnt/boot-sav/temprpool
root@ubuntu:~#
root@ubuntu:~# df -h
Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur
tmpfs 583M 2,1M 581M 1% /run
/dev/mapper/ventoy 3,1G 3,1G 0 100% /cdrom
temprpool/ROOT/ubuntu_0vk4ps 2,9G 280M 2,6G 10% /
tmpfs 2,9G 0 2,9G 0% /dev/shm
tmpfs 5,0M 8,0K 5,0M 1% /run/lock
tmpfs 2,9G 0 2,9G 0% /tmp
tmpfs 583M 140K 583M 1% /run/user/999
tempbpool/BOOT/ubuntu_0vk4ps 1,3G 128K 1,3G 1% /boot
temprpool/USERDATA/a_yd2r40 173G 80M 173G 1% /home/a
temprpool/USERDATA/root_yd2r40 173G 227M 173G 1% /root
temprpool/ROOT/ubuntu_0vk4ps/var/www 173G 128K 173G 1% /var/www
temprpool/ROOT/ubuntu_0vk4ps/var/lib 174G 1,6G 173G 1% /var/lib
temprpool/ROOT/ubuntu_0vk4ps/var/games 173G 128K 173G 1% /var/games
temprpool/ROOT/ubuntu_0vk4ps/var/mail 173G 128K 173G 1% /var/mail
temprpool/ROOT/ubuntu_0vk4ps/var/log 173G 11M 173G 1% /var/log
temprpool/ROOT/ubuntu_0vk4ps/srv 173G 128K 173G 1% /srv
temprpool/ROOT/ubuntu_0vk4ps/usr/local 173G 256K 173G 1% /usr/local
temprpool/ROOT/ubuntu_0vk4ps/var/lib/NetworkManager 173G 128K 173G 1% /var/lib/NetworkManager
temprpool/ROOT/ubuntu_0vk4ps/var/spool 173G 128K 173G 1% /var/spool
temprpool/ROOT/ubuntu_0vk4ps/var/snap 173G 896K 173G 1% /var/snap
temprpool/ROOT/ubuntu_0vk4ps/var/lib/dpkg 173G 36M 173G 1% /var/lib/dpkg
temprpool/ROOT/ubuntu_0vk4ps/var/lib/apt 173G 93M 173G 1% /var/lib/apt
temprpool/ROOT/ubuntu_0vk4ps/var/lib/AccountsService 173G 128K 173G 1% /var/lib/AccountsService
tempbpool 1,3G 128K 1,3G 1% /mnt/boot-sav/tempbpool
temprpool 173G 128K 173G 1% /mnt/boot-sav/temprpool
root@ubuntu:~#
Je n aime pas trop ce que je vois..
root@ubuntu:~# zpool export tempbpool && zpool export temprpool && zpool list
no pools available
zpool import -a -f -R /mnt/CHROOT
mount -t proc /proc /mnt/CHROOT/proc
mount -t sysfs /sys /mnt/CHROOT/sys
mount --bind /dev /mnt/CHROOT/dev
mount --bind /run /mnt/CHROOT/run
mount --bind /sys /mnt/CHROOT/sys
modprobe efivars
modprobe zfs
chroot /mnt/CHROOT
mount -t devpts devpts /dev/pts
df -h
ping -c3 google.fr
ls -ls /home
mkdir -v /boot/efi /boot/grub # C est au cas où structure qu on veut réparer ne soit pas intacte
mount -va
#
root@ubuntu:/# apt update
Atteint :1 http://fr.archive.ubuntu.com/ubuntu focal InRelease
Atteint :2 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu focal InRelease
Réception de :3 http://fr.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
Réception de :4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Réception de :5 http://fr.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
Réception de :6 http://fr.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1468 kB]
Réception de :7 http://security.ubuntu.com/ubuntu focal-security/main amd64 DEP-11 Metadata [38,1 kB]
Réception de :8 http://security.ubuntu.com/ubuntu focal-security/universe amd64 DEP-11 Metadata [66,1 kB]
Réception de :9 http://fr.archive.ubuntu.com/ubuntu focal-updates/main amd64 DEP-11 Metadata [280 kB]
Réception de :10 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 DEP-11 Metadata [2464 B]
Réception de :11 http://fr.archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [694 kB]
Réception de :12 http://fr.archive.ubuntu.com/ubuntu focal-updates/universe amd64 DEP-11 Metadata [363 kB]
Réception de :13 http://fr.archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 DEP-11 Metadata [944 B]
Réception de :14 http://fr.archive.ubuntu.com/ubuntu focal-backports/main amd64 DEP-11 Metadata [7984 B]
Réception de :15 http://fr.archive.ubuntu.com/ubuntu focal-backports/universe amd64 DEP-11 Metadata [11,3 kB]
3268 ko réceptionnés en 4s (735 ko/s)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
3 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
root@ubuntu:/# apt upgrade
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Calcul de la mise à jour... Fait
Les NOUVEAUX paquets suivants seront installés :
linux-headers-5.13.0-25-generic linux-hwe-5.13-headers-5.13.0-25 linux-image-5.13.0-25-generic linux-modules-5.13.0-25-generic linux-modules-extra-5.13.0-25-generic
Les paquets suivants seront mis à jour :
linux-generic-hwe-20.04 linux-headers-generic-hwe-20.04 linux-image-generic-hwe-20.04
3 mis à jour, 5 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 93,6 Mo dans les archives.
Après cette opération, 507 Mo d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n] o
Réception de :1 http://fr.archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.13.0-25-generic amd64 5.13.0-25.26~20.04.1 [18,3 MB]
Réception de :2 http://fr.archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.13.0-25-generic amd64 5.13.0-25.26~20.04.1 [10,0 MB]
Réception de :3 http://fr.archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.13.0-25-generic amd64 5.13.0-25.26~20.04.1 [51,0 MB]
Réception de :4 http://fr.archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic-hwe-20.04 amd64 5.13.0.25.26~20.04.12 [1932 B]
Réception de :5 http://fr.archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.13.0.25.26~20.04.12 [2612 B]
Réception de :6 http://fr.archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-hwe-5.13-headers-5.13.0-25 all 5.13.0-25.26~20.04.1 [11,8 MB]
Réception de :7 http://fr.archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.13.0-25-generic amd64 5.13.0-25.26~20.04.1 [2534 kB]
Réception de :8 http://fr.archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic-hwe-20.04 amd64 5.13.0.25.26~20.04.12 [2496 B]
93,6 Mo réceptionnés en 1min 15s (1243 ko/s)
E: Impossible d'écrire le journal (Est-ce que /dev/pts est monté ?) - posix_openpt (19: Aucun périphérique de ce type)
Sélection du paquet linux-modules-5.13.0-25-generic précédemment désélectionné.
(Lecture de la base de données... 189491 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../0-linux-modules-5.13.0-25-generic_5.13.0-25.26~20.04.1_amd64.deb ...
Dépaquetage de linux-modules-5.13.0-25-generic (5.13.0-25.26~20.04.1) ...
Sélection du paquet linux-image-5.13.0-25-generic précédemment désélectionné.
Préparation du dépaquetage de .../1-linux-image-5.13.0-25-generic_5.13.0-25.26~20.04.1_amd64.deb ...
Dépaquetage de linux-image-5.13.0-25-generic (5.13.0-25.26~20.04.1) ...
Sélection du paquet linux-modules-extra-5.13.0-25-generic précédemment désélectionné.
Préparation du dépaquetage de .../2-linux-modules-extra-5.13.0-25-generic_5.13.0-25.26~20.04.1_amd64.deb ...
Dépaquetage de linux-modules-extra-5.13.0-25-generic (5.13.0-25.26~20.04.1) ...
Préparation du dépaquetage de .../3-linux-generic-hwe-20.04_5.13.0.25.26~20.04.12_amd64.deb ...
Dépaquetage de linux-generic-hwe-20.04 (5.13.0.25.26~20.04.12) sur (5.11.0.46.51~20.04.23) ...
Préparation du dépaquetage de .../4-linux-image-generic-hwe-20.04_5.13.0.25.26~20.04.12_amd64.deb ...
Dépaquetage de linux-image-generic-hwe-20.04 (5.13.0.25.26~20.04.12) sur (5.11.0.46.51~20.04.23) ...
Sélection du paquet linux-hwe-5.13-headers-5.13.0-25 précédemment désélectionné.
Préparation du dépaquetage de .../5-linux-hwe-5.13-headers-5.13.0-25_5.13.0-25.26~20.04.1_all.deb ...
Dépaquetage de linux-hwe-5.13-headers-5.13.0-25 (5.13.0-25.26~20.04.1) ...
Sélection du paquet linux-headers-5.13.0-25-generic précédemment désélectionné.
Préparation du dépaquetage de .../6-linux-headers-5.13.0-25-generic_5.13.0-25.26~20.04.1_amd64.deb ...
Dépaquetage de linux-headers-5.13.0-25-generic (5.13.0-25.26~20.04.1) ...
Préparation du dépaquetage de .../7-linux-headers-generic-hwe-20.04_5.13.0.25.26~20.04.12_amd64.deb ...
Dépaquetage de linux-headers-generic-hwe-20.04 (5.13.0.25.26~20.04.12) sur (5.11.0.46.51~20.04.23) ...
Paramétrage de linux-hwe-5.13-headers-5.13.0-25 (5.13.0-25.26~20.04.1) ...
Paramétrage de linux-headers-5.13.0-25-generic (5.13.0-25.26~20.04.1) ...
Paramétrage de linux-headers-generic-hwe-20.04 (5.13.0.25.26~20.04.12) ...
Paramétrage de linux-image-5.13.0-25-generic (5.13.0-25.26~20.04.1) ...
I: /boot/vmlinuz.old is now a symlink to vmlinuz-5.13.0-25-generic
I: /boot/initrd.img.old is now a symlink to initrd.img-5.13.0-25-generic
I: /boot/vmlinuz is now a symlink to vmlinuz-5.13.0-25-generic
I: /boot/initrd.img is now a symlink to initrd.img-5.13.0-25-generic
Paramétrage de linux-modules-5.13.0-25-generic (5.13.0-25.26~20.04.1) ...
Paramétrage de linux-modules-extra-5.13.0-25-generic (5.13.0-25.26~20.04.1) ...
Paramétrage de linux-image-generic-hwe-20.04 (5.13.0.25.26~20.04.12) ...
Paramétrage de linux-generic-hwe-20.04 (5.13.0.25.26~20.04.12) ...
Traitement des actions différées (« triggers ») pour linux-image-5.13.0-25-generic (5.13.0-25.26~20.04.1) ...
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-5.13.0-25-generic
root@ubuntu:/# ls -ls /dev/pt*
0 crw-rw-rw- 1 root tty 5, 2 janv. 17 23:19 /dev/ptmx
/dev/pts:
total 0
Le démontage qui se passe mal
root@ubuntu:~# zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
tempbpool 1.88G 484M 1.40G - - 0% 25% 1.00x ONLINE /mnt/CHROOT
temprpool 185G 7.31G 178G - - 0% 3% 1.00x ONLINE /mnt/CHROOT
root@ubuntu:~# zfs umount tempbpool
cannot unmount '/mnt/CHROOT/mnt/boot-sav/tempbpool': unmount failed
root@ubuntu:~# zfs umount temprpool
cannot unmount '/mnt/CHROOT': unmount failed
root@ubuntu:~# mount | grep pool
tempbpool on /mnt/CHROOT/mnt/boot-sav/tempbpool type zfs (rw,nodev,relatime,xattr,posixacl)
tempbpool/BOOT/ubuntu_0vk4ps on /mnt/CHROOT/boot type zfs (rw,nodev,relatime,xattr,posixacl)
temprpool/ROOT/ubuntu_0vk4ps on /mnt/CHROOT type zfs (rw,relatime,xattr,posixacl)
temprpool/USERDATA/a_yd2r40 on /mnt/CHROOT/home/a type zfs (rw,relatime,xattr,posixacl)
temprpool on /mnt/CHROOT/mnt/boot-sav/temprpool type zfs (rw,relatime,xattr,posixacl)
temprpool/USERDATA/root_yd2r40 on /mnt/CHROOT/root type zfs (rw,relatime,xattr,posixacl)
temprpool/ROOT/ubuntu_0vk4ps/srv on /mnt/CHROOT/srv type zfs (rw,relatime,xattr,posixacl)
temprpool/ROOT/ubuntu_0vk4ps/usr/local on /mnt/CHROOT/usr/local type zfs (rw,relatime,xattr,posixacl)
temprpool/ROOT/ubuntu_0vk4ps/var/games on /mnt/CHROOT/var/games type zfs (rw,relatime,xattr,posixacl)
temprpool/ROOT/ubuntu_0vk4ps/var/lib on /mnt/CHROOT/var/lib type zfs (rw,relatime,xattr,posixacl)
temprpool/ROOT/ubuntu_0vk4ps/var/lib/AccountsService on /mnt/CHROOT/var/lib/AccountsService type zfs (rw,relatime,xattr,posixacl)
temprpool/ROOT/ubuntu_0vk4ps/var/lib/NetworkManager on /mnt/CHROOT/var/lib/NetworkManager type zfs (rw,relatime,xattr,posixacl)
temprpool/ROOT/ubuntu_0vk4ps/var/lib/apt on /mnt/CHROOT/var/lib/apt type zfs (rw,relatime,xattr,posixacl)
temprpool/ROOT/ubuntu_0vk4ps/var/lib/dpkg on /mnt/CHROOT/var/lib/dpkg type zfs (rw,relatime,xattr,posixacl)
temprpool/ROOT/ubuntu_0vk4ps/var/log on /mnt/CHROOT/var/log type zfs (rw,relatime,xattr,posixacl)
temprpool/ROOT/ubuntu_0vk4ps/var/mail on /mnt/CHROOT/var/mail type zfs (rw,relatime,xattr,posixacl)
temprpool/ROOT/ubuntu_0vk4ps/var/snap on /mnt/CHROOT/var/snap type zfs (rw,relatime,xattr,posixacl)
temprpool/ROOT/ubuntu_0vk4ps/var/spool on /mnt/CHROOT/var/spool type zfs (rw,relatime,xattr,posixacl)
temprpool/ROOT/ubuntu_0vk4ps/var/www on /mnt/CHROOT/var/www type zfs (rw,relatime,xattr,posixacl)
root@ubuntu:~# zfs unmount /mnt/CHROOT/var/www
root@ubuntu:~# zfs unmount /mnt/CHROOT/var/spool
root@ubuntu:~# zfs unmount /mnt/CHROOT/var/snap
root@ubuntu:~# zfs unmount /mnt/CHROOT/var/mail
root@ubuntu:~# zfs unmount /mnt/CHROOT/var/log
root@ubuntu:~# zfs unmount /mnt/CHROOT/var/lib/dpkg
root@ubuntu:~# zfs unmount /mnt/CHROOT/var/lib/apt
root@ubuntu:~# zfs unmount /mnt/CHROOT/var/lib/NetworkManager
root@ubuntu:~# zfs unmount /mnt/CHROOT/var/lib/AccountsService
root@ubuntu:~# zfs unmount /mnt/CHROOT/var/lib
root@ubuntu:~# zfs unmount /mnt/CHROOT/var/games
root@ubuntu:~# zfs unmount /mnt/CHROOT/usr/local
root@ubuntu:~# zfs unmount /mnt/CHROOT/srv
root@ubuntu:~# zfs unmount /mnt/CHROOT/root
root@ubuntu:~# zfs unmount /mnt/CHROOT/home/a
root@ubuntu:~# zfs unmount /mnt/CHROOT/boot
cannot unmount '/mnt/CHROOT/boot': not a mountpoint
root@ubuntu:~# zfs unmount /mnt/CHROOT/mnt/boot-sav/tempbpool
cannot unmount '/mnt/CHROOT/mnt/boot-sav/tempbpool': unmount failed
root@ubuntu:~# mount | grep pool
tempbpool on /mnt/CHROOT/mnt/boot-sav/tempbpool type zfs (rw,nodev,relatime,xattr,posixacl)
tempbpool/BOOT/ubuntu_0vk4ps on /mnt/CHROOT/boot type zfs (rw,nodev,relatime,xattr,posixacl)
temprpool/ROOT/ubuntu_0vk4ps on /mnt/CHROOT type zfs (rw,relatime,xattr,posixacl)
temprpool on /mnt/CHROOT/mnt/boot-sav/temprpool type zfs (rw,relatime,xattr,posixacl)
root@ubuntu:~# zfs unmount temprpool/ROOT/ubuntu_0vk4ps
cannot unmount '/mnt/CHROOT': unmount failed
root@ubuntu:~# zfs unmount /mnt/CHROOT/mnt/boot-sav/tempbpool
cannot unmount '/mnt/CHROOT/mnt/boot-sav/tempbpool': unmount failed
root@ubuntu:~# rmdir /mnt/CHROOT/boot
rmdir: impossible de supprimer '/mnt/CHROOT/boot': Le dossier n'est pas vide
root@ubuntu:~# ls -als /mnt/CHROOT/boot
total 113736
9 drwxr-xr-x 4 root root 12 janv. 17 22:19 .
9 drwxr-xr-x 22 root root 28 janv. 16 13:35 ..
113 -rw-r--r-- 1 root root 257683 janv. 7 15:50 config-5.13.0-25-generic
1 drwxr-xr-x 2 root root 2 janv. 16 19:02 efi
1 drwxr-xr-x 2 root root 2 janv. 16 19:02 grub
1 lrwxrwxrwx 1 root root 28 janv. 17 22:17 initrd.img -> initrd.img-5.13.0-25-generic
101705 -rw-r--r-- 1 root root 105417811 janv. 17 22:19 initrd.img-5.13.0-25-generic
1 lrwxrwxrwx 1 root root 28 janv. 17 22:17 initrd.img.old -> initrd.img-5.13.0-25-generic
2029 -rw------- 1 root root 5958177 janv. 7 15:50 System.map-5.13.0-25-generic
1 lrwxrwxrwx 1 root root 25 janv. 17 22:17 vmlinuz -> vmlinuz-5.13.0-25-generic
9865 -rw------- 1 root root 10162080 janv. 7 15:50 vmlinuz-5.13.0-25-generic
1 lrwxrwxrwx 1 root root 25 janv. 17 22:17 vmlinuz.old -> vmlinuz-5.13.0-25-generic
root@ubuntu:~# zfs umount /mnt/CHROOT/boot
cannot unmount '/mnt/CHROOT/boot': not a mountpoint
root@ubuntu:~# umount /mnt/CHROOT/boot
umount: /mnt/CHROOT/boot: non monté.
root@ubuntu:~# mount | grep pool
tempbpool on /mnt/CHROOT/mnt/boot-sav/tempbpool type zfs (rw,nodev,relatime,xattr,posixacl)
tempbpool/BOOT/ubuntu_0vk4ps on /mnt/CHROOT/boot type zfs (rw,nodev,relatime,xattr,posixacl)
temprpool/ROOT/ubuntu_0vk4ps on /mnt/CHROOT type zfs (rw,relatime,xattr,posixacl)
temprpool on /mnt/CHROOT/mnt/boot-sav/temprpool type zfs (rw,relatime,xattr,posixacl)
root@ubuntu:~# zfs umount /mnt/CHROOT/boot
cannot unmount '/mnt/CHROOT/boot': not a mountpoint
root@ubuntu:~# tempbpool/BOOT/ubuntu_0vk4ps
-bash: tempbpool/BOOT/ubuntu_0vk4ps: Aucun fichier ou dossier de ce type
root@ubuntu:~# zfs umount tempbpool/BOOT/ubuntu_0vk4ps
cannot unmount '/mnt/CHROOT/boot': unmount failed
root@ubuntu:~# umount -v /mnt/CHROOT/mnt/boot-sav/temprpool
umount: /mnt/CHROOT/mnt/boot-sav/temprpool (temprpool) démonté
root@ubuntu:~# zfs umount /mnt/CHROOT/mnt/boot-sav/temprpool
cannot unmount '/mnt/CHROOT/mnt/boot-sav/temprpool': not a mountpoint
root@ubuntu:~# mount | grep pool
tempbpool on /mnt/CHROOT/mnt/boot-sav/tempbpool type zfs (rw,nodev,relatime,xattr,posixacl)
tempbpool/BOOT/ubuntu_0vk4ps on /mnt/CHROOT/boot type zfs (rw,nodev,relatime,xattr,posixacl)
temprpool/ROOT/ubuntu_0vk4ps on /mnt/CHROOT type zfs (rw,relatime,xattr,posixacl)
root@ubuntu:~# umount -v /mnt/CHROOT/mnt/boot-sav/tempbpool
umount: /mnt/CHROOT/mnt/boot-sav/tempbpool: non monté.
root@ubuntu:~# zfs umount /mnt/CHROOT/mnt/boot-sav/tempbpool
cannot unmount '/mnt/CHROOT/mnt/boot-sav/tempbpool': unmount failed
root@ubuntu:~# umount -v /mnt/CHROOT/boot
umount: /mnt/CHROOT/boot: non monté.
root@ubuntu:~# umount -v /mnt/CHROOT/mnt/boot-sav/tempbpool
umount: /mnt/CHROOT/mnt/boot-sav/tempbpool: non monté.
root@ubuntu:~# umount -v /mnt/CHROOT
umount: /mnt/CHROOT: la cible est active.
root@ubuntu:~# ls -ls /mnt/CHROOT
total 86
1 lrwxrwxrwx 1 root root 7 janv. 15 19:49 bin -> usr/bin
9 drwxr-xr-x 4 root root 12 janv. 17 22:19 boot
1 drwxr-xr-x 2 root root 2 janv. 15 19:51 cdrom
0 drwxr-xr-x 24 root root 5360 janv. 17 22:03 dev
9 drwxr-xr-x 132 root root 230 janv. 16 13:40 etc
1 drwxr-xr-x 3 root root 3 janv. 15 19:57 home
1 lrwxrwxrwx 1 root root 7 janv. 15 19:49 lib -> usr/lib
1 lrwxrwxrwx 1 root root 9 janv. 15 19:49 lib32 -> usr/lib32
1 lrwxrwxrwx 1 root root 9 janv. 15 19:49 lib64 -> usr/lib64
1 lrwxrwxrwx 1 root root 10 janv. 15 19:49 libx32 -> usr/libx32
1 drwxr-xr-x 2 root root 2 janv. 15 23:40 MaRacine
1 drwxr-xr-x 3 root root 3 janv. 15 23:41 media
1 drwxr-xr-x 4 root root 4 janv. 16 00:20 mnt
1 drwxr-xr-x 2 root root 2 janv. 15 23:40 MonBoot
1 drwxr-xr-x 2 root root 2 févr. 9 2021 opt
0 dr-xr-xr-x 425 root root 0 janv. 17 22:06 proc
1 drwxr-xr-x 2 root root 2 janv. 15 19:57 root
0 drwxr-xr-x 36 root root 1100 janv. 17 22:19 run
1 lrwxrwxrwx 1 root root 8 janv. 15 19:49 sbin -> usr/sbin
9 drwxr-xr-x 11 root root 12 janv. 16 13:40 snap
1 drwxr-xr-x 2 root root 2 janv. 15 19:48 srv
0 dr-xr-xr-x 13 root root 0 janv. 17 18:08 sys
1 drwxr-xr-x 2 root root 2 janv. 16 13:35 tempbpool
25 drwxrwxrwt 8 root root 9 janv. 17 22:19 tmp
9 drwxr-xr-x 14 root root 14 févr. 9 2021 usr
9 drwxr-xr-x 16 root root 18 févr. 9 2021 var
root@ubuntu:~# exit
déconnexion
ubuntu@ubuntu:~$ sudo zfs unmount temprpool
cannot unmount 'temprpool': not currently mounted
ubuntu@ubuntu:~$ sudo zfs unmount tempbpool
cannot unmount '/mnt/CHROOT/mnt/boot-sav/tempbpool': unmount failed
ubuntu@ubuntu:~$ sudo umount /mnt/CHROOT/mnt/boot-sav/tempbpool
umount: /mnt/CHROOT/mnt/boot-sav/tempbpool: non monté.
ubuntu@ubuntu:~$ sudo umount /mnt/CHROOT/mnt/boot-sav/tempbpool
umount: /mnt/CHROOT/mnt/boot-sav/tempbpool: non monté.
ubuntu@ubuntu:~$ sudo zfs unmount tempbpool
cannot unmount '/mnt/CHROOT/mnt/boot-sav/tempbpool': unmount failed
ubuntu@ubuntu:~$ sudo zfs unmount -f tempbpool
cannot unmount '/mnt/CHROOT/mnt/boot-sav/tempbpool': unmount failed
ubuntu@ubuntu:~$ sudo zfs unmount -f temprpool
cannot unmount 'temprpool': not currently mounted
ubuntu@ubuntu:~$ sudo mount | grep pool
tempbpool on /mnt/CHROOT/mnt/boot-sav/tempbpool type zfs (rw,nodev,relatime,xattr,posixacl)
tempbpool/BOOT/ubuntu_0vk4ps on /mnt/CHROOT/boot type zfs (rw,nodev,relatime,xattr,posixacl)
temprpool/ROOT/ubuntu_0vk4ps on /mnt/CHROOT type zfs (rw,relatime,xattr,posixacl)
ubuntu@ubuntu:~$ sudo zfs unmount -f /mnt/CHROOT/boot
cannot unmount '/mnt/CHROOT/boot': not a mountpoint
ubuntu@ubuntu:~$ sudo umount -v /mnt/CHROOT/boot
umount: /mnt/CHROOT/boot: non monté.
ubuntu@ubuntu:~$ sudo zfs unmount -f /mnt/CHROOT/boot
cannot unmount '/mnt/CHROOT/boot': not a mountpoint
ubuntu@ubuntu:~$ sudo zfs unmount -f /mnt/CHROOT
cannot unmount '/mnt/CHROOT': not a mountpoint
ubuntu@ubuntu:~$ sudo mount | grep pool
tempbpool on /mnt/CHROOT/mnt/boot-sav/tempbpool type zfs (rw,nodev,relatime,xattr,posixacl)
tempbpool/BOOT/ubuntu_0vk4ps on /mnt/CHROOT/boot type zfs (rw,nodev,relatime,xattr,posixacl)
temprpool/ROOT/ubuntu_0vk4ps on /mnt/CHROOT type zfs (rw,relatime,xattr,posixacl)
ubuntu@ubuntu:~$
La libération
ubuntu@ubuntu:~$ sudo zpool export tempbpool
cannot unmount '/mnt/CHROOT/mnt/boot-sav/tempbpool': unmount failed
ubuntu@ubuntu:~$ sudo zpool export -f tempbpool
cannot unmount '/mnt/CHROOT/mnt/boot-sav/tempbpool': unmount failed
ubuntu@ubuntu:~$ sudo zpool export temprpool
cannot unmount '/mnt/CHROOT': unmount failed
ubuntu@ubuntu:~$ sudo zpool export -f temprpool
cannot unmount '/mnt/CHROOT': unmount failed
ubuntu@ubuntu:~$
ubuntu@ubuntu:~$ journalctl -f
-- Journal begins at Mon 2022-01-17 18:09:03 UTC. --
janv. 17 23:11:05 ubuntu sudo[37634]: ubuntu : PWD=/home/ubuntu ; USER=root ; COMMAND=/usr/sbin/zpool export temprpool
janv. 17 23:11:05 ubuntu sudo[37634]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=999)
janv. 17 23:11:05 ubuntu sudo[37634]: pam_unix(sudo:session): session closed for user root
janv. 17 23:11:21 ubuntu sudo[37637]: ubuntu : PWD=/home/ubuntu ; USER=root ; COMMAND=/usr/sbin/zpool export -f temprfile
janv. 17 23:11:21 ubuntu sudo[37637]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=999)
janv. 17 23:11:21 ubuntu sudo[37637]: pam_unix(sudo:session): session closed for user root
janv. 17 23:11:37 ubuntu sudo[37639]: ubuntu : PWD=/home/ubuntu ; USER=root ; COMMAND=/usr/sbin/zpool export -f temprpool
janv. 17 23:11:37 ubuntu sudo[37639]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=999)
janv. 17 23:11:37 ubuntu sudo[37639]: pam_unix(sudo:session): session closed for user root
janv. 17 23:13:32 ubuntu systemd[2091]: Started VTE child process 37658 launched by gnome-terminal-server process 5543.
Le problème est bien lié au CHROOT
root@ubuntu:~# cat /etc/lsb-release && blkid | grep pool
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu Jammy Jellyfish (development branch)"
/dev/sdc3: LABEL="tempbpool" UUID="1584108906843862912" UUID_SUB="12169696438645031787" BLOCK_SIZE="4096" TYPE="zfs_member" PARTUUID="825724a4-59c6-dd44-9856-6199943034e2"
/dev/sdc4: LABEL="temprpool" UUID="18371210337733637530" UUID_SUB="14278215750767045675" BLOCK_SIZE="4096" TYPE="zfs_member" PARTUUID="94608e43-02b7-9449-8f48-1ebd074d2af1"
root@ubuntu:~# df -h
Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur
tmpfs 583M 2,1M 581M 1% /run
/dev/mapper/ventoy 3,1G 3,1G 0 100% /cdrom
/cow 2,9G 294M 2,6G 11% /
tmpfs 2,9G 0 2,9G 0% /dev/shm
tmpfs 5,0M 8,0K 5,0M 1% /run/lock
tmpfs 2,9G 0 2,9G 0% /tmp
tmpfs 583M 136K 583M 1% /run/user/999
root@ubuntu:~# zpool import -f rpool temprpool && zpool list
cannot import 'rpool': no such pool available
root@ubuntu:~# zpool import -f tmpbpool bpool
cannot import 'tmpbpool': no such pool available
root@ubuntu:~# zpool import -f -D tempbpool bpool
cannot import 'tempbpool': no such pool available
root@ubuntu:~# zpool list
no pools available
root@ubuntu:~# zpool import -a -f -R /mnt/CHROOT
root@ubuntu:~# zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
tempbpool 1.88G 485M 1.40G - - 0% 25% 1.00x ONLINE /mnt/CHROOT
temprpool 185G 7.31G 178G - - 0% 3% 1.00x ONLINE /mnt/CHROOT
root@ubuntu:~# zpool export tempbpool
root@ubuntu:~# zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
temprpool 185G 7.31G 178G - - 0% 3% 1.00x ONLINE /mnt/CHROOT
root@ubuntu:~# zpool export temprpool
root@ubuntu:~# zpool list
no pools available
root@ubuntu:~#
Palliatif: Après la sortie d'un chroot, il faut quiiter l'application et reoooter. C'est souvent ce qui se fait en pratique.
Je soupconne cette cause
a) Boot normal
root@ubuntu:~# df -h | grep cow
/cow 2,9G 297M 2,6G 11% /
b) Montage de la partition en bon état
zpool import -a -f
root@ubuntu:~# zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
bpool 1.88G 165M 1.71G - - 1% 8% 1.00x ONLINE -
temprpool 920G 4.47G 916G - - 0% 0% 1.00x ONLINE -
3) Résultat de limportation
root@ubuntu:~# df -h | grep cow
root@ubuntu:~# df -h | grep pool
temprpool/ROOT/ubuntu_qel98c 2,9G 319M 2,6G 11% /
bpool/BOOT/ubuntu_qel98c 1,8G 165M 1,6G 10% /boot
temprpool/USERDATA/a_idyxqg 887G 128K 887G 1% /home/a
temprpool/USERDATA/root_idyxqg 887G 128K 887G 1% /root
temprpool/ROOT/ubuntu_qel98c/srv 887G 128K 887G 1% /srv
temprpool/ROOT/ubuntu_qel98c/var/www 887G 128K 887G 1% /var/www
temprpool/ROOT/ubuntu_qel98c/var/games 887G 128K 887G 1% /var/games
temprpool/ROOT/ubuntu_qel98c/var/snap 887G 1,0M 887G 1% /var/snap
temprpool/ROOT/ubuntu_qel98c/usr/local 887G 128K 887G 1% /usr/local
temprpool/ROOT/ubuntu_qel98c/var/spool 887G 128K 887G 1% /var/spool
temprpool/ROOT/ubuntu_qel98c/var/log 887G 2,2M 887G 1% /var/log
temprpool/ROOT/ubuntu_qel98c/var/lib 889G 1,3G 887G 1% /var/lib
temprpool/ROOT/ubuntu_qel98c/var/mail 887G 128K 887G 1% /var/mail
temprpool/ROOT/ubuntu_qel98c/var/lib/apt 887G 95M 887G 1% /var/lib/apt
temprpool/ROOT/ubuntu_qel98c/var/lib/AccountsService 887G 128K 887G 1% /var/lib/AccountsService
temprpool/ROOT/ubuntu_qel98c/var/lib/dpkg 887G 35M 887G 1% /var/lib/dpkg
temprpool/ROOT/ubuntu_qel98c/var/lib/NetworkManager 887G 256K 887G 1% /var/lib/NetworkManager
root@ubuntu:~#
On dirait que le "chroot" a été fait automatiquement
root@ubuntu:~# ls -als /home
total 18
0 drwxr-xr-x 1 root root 80 janv. 22 11:48 .
9 drwxr-xr-x 19 root root 25 janv. 18 11:45 ..
9 drwxr-x--- 2 1000 1000 7 janv. 22 09:11 a
0 drwxr-x--- 15 ubuntu ubuntu 380 janv. 22 11:50 ubuntu
root@ubuntu:~#
root@ubuntu:~# cd /home/a
root@ubuntu:/home/a# ls -als
total 30
9 drwxr-x--- 2 1000 1000 7 janv. 22 09:11 .
0 drwxr-xr-x 1 root root 80 janv. 22 11:48 ..
5 -rw------- 1 1000 1000 206 janv. 22 09:20 .bash_history
5 -rw-r--r-- 1 1000 1000 220 janv. 18 11:40 .bash_logout
5 -rw-r--r-- 1 1000 1000 3771 janv. 18 11:40 .bashrc
5 -rw-r--r-- 1 1000 1000 807 janv. 18 11:40 .profile
1 -rw-r--r-- 1 root root 0 janv. 22 09:10 .sudo_as_admin_successful
root@ubuntu:/home/a#
Dernière modification par geole (Le 22/01/2022, à 13:08)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#2253 Le 20/01/2022, à 01:31
- YannUbuntu
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Merci geole. Ca va être difficile d'automatiser tout ça, c'est pas gagné.
@tous:
Nouvelle version à tester: ppa166 dans le ppa dev ( ppa:yannubuntu/boot-repair-dev ).
changelog:
* remove useless Warning grub upgrade from log (keep it as popup when users selects the option)
* when zfs, add partitions from mount
* filter 'Warning: The driver descriptor says' lines from log (unless --no-filter)
* improved EFi section of boot-info
* removed options to install grub on all MBRs and to force in PBR
* improved grub*.efi detection
* improve ESP detection on vda
* made df / compatible with zfs
* display blkid when lvm/raid/zfs
* in boot-info hide identic consecutive lines of grub.cfg
* hide 'Warning: Unable to open '
* no more purge when both grub-pc and grub-efi, nor to unsign
* improved filters when zfs
* replaced gdisk -l by sgdisk -p
* cleaned pastebinaction
* --no-nvram instead of -recheck when grub-efi
Dernière modification par YannUbuntu (Le 20/01/2022, à 02:00)
à consulter/améliorer: Guide du Débutant, Logiciels, Ecole, Travail, Maison
Hors ligne
#2254 Le 21/01/2022, à 00:46
- Babdu89
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Bonjour.
Pendant des tests du PPA-dev on passe de la version 166 à 167 ?.
qu'est-ce que ça concerne?.
Faut-il attendre pour continuer?.
@+. 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
#2255 Le 21/01/2022, à 08:10
- Babdu89
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Bonjour.
Tests du PPA-DEV 4appa166.
En mode Bios_Legacy.
Machine;
1 SSD interne /dev/sda
Windows 7 /dev/sda1
Ubuntu 20.04 /dev/sda2
1 HDD USB /dev/sdb
Plusieurs Linux installés, celui qui intéresse le test est en ;
Ubuntu 20.04 en /dev/sdb8.
Le boot-info;
boot-info-4ppa166 [20220120_2056]
============================== Boot Info Summary ===============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos2)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> 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 (,msdos8)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 7/2008: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.3 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 14.04.6 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/extlinux/extlinux.conf
/boot/grub/i386-pc/core.img
sdb2: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sdb3: __________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sdb5: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdb6: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 7/2008: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sdb7: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.1 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb8: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.3 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb9: __________________________________________________________________________
File system: ntfs
Boot sector type: Unknown
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
================================ 6 OS detected =================================
OS#1: Windows 7 on sda1
OS#2: Ubuntu 20.04.3 LTS on sda2
OS#3: Ubuntu 14.04.6 LTS on sdb1
OS#4: Windows 7 on sdb6
OS#5: Ubuntu 20.04.1 LTS on sdb7
OS#6: Ubuntu 20.04.3 LTS on sdb8
================================ Host/Hardware =================================
CPU architecture: 64-bit
Video: CoreProcessorIntegratedGraphicsController from Intel Corporation
Live-session OS is Ubuntu 64-bit (Ubuntu 20.04 LTS, focal, x86_64)
===================================== UEFI =====================================
This live-session is in Legacy/BIOS/CSM mode (not in EFI mode).
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, has-win, 2048 sectors * 512 bytes
sdb : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, has-win, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb1 : is-os, 32, apt-get, grub-pc grub-efi , grub2, grub-install, grubenv-ng, update-grub, not-far
sdb5 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdb6 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb7 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb8 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb9 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
Partitions info (2/3): _________________________________________________________
sda1 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot
sda2 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb1 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb5 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb6 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot
sdb7 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb8 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb9 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sda1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
sda2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
sdb1 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb5 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb6 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb7 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb8 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb9 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
fdisk -l (filtered): ___________________________________________________________
Disk sda: 111.81 GiB, 120034123776 bytes, 234441648 sectors
Disk identifier: 0x00040603
Boot Start End Sectors Size Id Type
sda1 * 2048 56383487 56381440 26.9G 7 HPFS/NTFS/exFAT
sda2 56383488 234440703 178057216 84.9G 83 Linux
Disk sdb: 931.53 GiB, 1000204886016 bytes, 1953525168 sectors
Disk identifier: 0x0005eaf4
Boot Start End Sectors Size Id Type
sdb1 2048 119392255 119390208 57G 83 Linux
sdb2 119392256 128931839 9539584 4.6G 82 Linux swap / Solaris
sdb3 128933886 1953523711 1824589826 870G 5 Extended
sdb5 1303123968 1953523711 650399744 310.1G 7 HPFS/NTFS/exFAT
sdb6 * 128933888 185315327 56381440 26.9G 7 HPFS/NTFS/exFAT
sdb7 185317376 366401535 181084160 86.4G 83 Linux
sdb8 366403584 512532479 146128896 69.7G 83 Linux
sdb9 672231424 1303121919 630890496 300.9G 7 HPFS/NTFS/exFAT
Partition table entries are not in disk order.
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:120GB:91.2GB:ext4::;
sdb:1000GB:scsi:512:512:msdos:WD 1000FYP External:;
1:1049kB:61.1GB:61.1GB:ext4::;
2:61.1GB:66.0GB:4884MB:linux-swap(v1)::;
3:66.0GB:1000GB:934GB:::;
6:66.0GB:94.9GB:28.9GB:ntfs::boot;
7:94.9GB:188GB:92.7GB:ext4::;
8:188GB:262GB:74.8GB:ext4::;
9:344GB:667GB:323GB:ntfs::;
5:667GB:1000GB:333GB:ntfs::;
Free space (filtered): _________________________________________________________
sda:114473MiB:scsi:512:512:msdos:ATA LDLC:;
1:0.03MiB:1.00MiB:0.97MiB:free;
1:114473MiB:114473MiB:0.46MiB:free;
sdb:953870MiB:scsi:512:512:msdos:WD 1000FYP External:;
1:0.03MiB:1.00MiB:0.97MiB:free;
1:62955MiB:62956MiB:1.00MiB:free;
1:250260MiB:328234MiB:77974MiB:free;
1:953869MiB:953870MiB:0.71MiB:free;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
└─sda2 ext4 9f5305b9-ddf9-4400-838d-7bb99f8b492f 00040603-02 ubuntu20.04-dell
sdb
├─sdb1 ext4 936abfac-6ad1-424f-b5c8-af13408740ea 0005eaf4-01 wd-fusion14.04
├─sdb2 swap 9e5b57b2-0d34-42fc-9df2-ce9883e7f54a 0005eaf4-02
├─sdb3 0005eaf4-03
├─sdb5 ntfs 4F8D82190F345914 0005eaf4-05 data-usb-wd
├─sdb6 ntfs FA2AC6152AC5CF37 0005eaf4-06 windows-7-del
├─sdb7 ext4 d731aed8-c1e2-4d8a-9437-87680b920218 0005eaf4-07 wd-ubuntu-20.04
├─sdb8 ext4 e0807aea-7a0f-48a3-96c7-8dfe13ce18da 0005eaf4-08 wd-ubunity-20.04
└─sdb9 ntfs 28AA80B34A48F487 0005eaf4-09 data2-usb-wd
df (filtered): _________________________________________________________________
Avail Use% Mounted on
/cow 1.2G 33% /
/dev/sda1 2.9G 89% /media/ubuntu/windows-7-del
/dev/sda2 7.9G 85% /media/ubuntu/ubuntu20.04-dell
/dev/sdb1 14.4G 69% /media/ubuntu/wd-fusion14.04
/dev/sdb5 30.7G 90% /media/ubuntu/data-usb-wd
/dev/sdb6 5.5G 80% /media/ubuntu/windows-7-del1
/dev/sdb7 18.6G 73% /media/ubuntu/wd-ubuntu-20.04
/dev/sdb8 18.7G 67% /media/ubuntu/wd-ubunity-20.04
/dev/sdb9 91.4G 70% /media/ubuntu/data2-usb-wd
Mount options: __________________________________________________________________
sda1 rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
sda2 rw,nosuid,nodev,relatime
sdb1 rw,nosuid,nodev,relatime
sdb5 rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
sdb6 rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
sdb7 rw,nosuid,nodev,relatime
sdb8 rw,nosuid,nodev,relatime
sdb9 rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (sur sda1) FA2AC6152AC5CF37
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb16 during installation
UUID=9f5305b9-ddf9-4400-838d-7bb99f8b492f / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
31,011360168 = 33,298194432 boot/grub/grub.cfg 1
32,926273346 = 35,354316800 boot/grub/i386-pc/core.img 1
56,363952637 = 60,520333312 boot/vmlinuz 2
42,168640137 = 45,278232576 boot/vmlinuz-5.13.0-25-generic 2
56,363952637 = 60,520333312 boot/vmlinuz-5.13.0-27-generic 2
42,168640137 = 45,278232576 boot/vmlinuz.old 2
74,452411652 = 79,942668288 boot/initrd.img 11
102,487300873 = 110,044901376 boot/initrd.img-5.13.0-25-generic 9
74,452411652 = 79,942668288 boot/initrd.img-5.13.0-27-generic 11
102,487300873 = 110,044901376 boot/initrd.img.old 9
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18151 août 12 09:18 10_linux
-rwxr-xr-x 1 root root 42359 août 17 2020 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 2020 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 2020 40_custom
-rwxr-xr-x 1 root root 216 avril 15 2020 41_custom
====================== sdb1/boot/grub/grub.cfg (filtered) ======================
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-170-generic 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-169-generic 936abfac-6ad1-424f-b5c8-af13408740ea
Windows 7 (loader) (sur sda1) FA2AC6152AC5CF37
Ubuntu 20.04.1 LTS (20.04) (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-47-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (loader) (sur sdb6) FA2AC6152AC5CF37
Ubuntu 20.04.1 LTS (20.04) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-47-generic (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sda2) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-47-generic (sur sda2) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sda2) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sda2) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, with Linux 5.4.0-42-generic (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sda2) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sda2) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, with Linux 5.4.0-42-generic (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec
Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec
Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell
Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition systeme-fusion-dell
========================== sdb1/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=936abfac-6ad1-424f-b5c8-af13408740ea / ext4 noatime,errors=remount-ro 0 1
# swap was on /dev/sdb2 during installation
UUID=9e5b57b2-0d34-42fc-9df2-ce9883e7f54a none swap sw 0 0
======================= sdb1/etc/default/grub (filtered) =======================
GRUB_SAVEDEFAULT="true"
GRUB_DEFAULT="saved"
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`echo -n PT-HYBRYDE FUSION 14.04_usb-WD`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_BACKGROUND="/etc/remastersys/grub.jpg"
================= sdb1/boot/extlinux/extlinux.conf (filtered) ==================
default l0
prompt 1
timeout 50
include themes/debian/theme.cfg
==================== sdb1: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
36,626064301 = 39,326937088 boot/grub/grub.cfg 1
40,291599274 = 43,262775296 boot/grub/i386-pc/core.img 1
36,138660431 = 38,803591168 boot/vmlinuz-3.13.0-169-generic 1
36,150348663 = 38,816141312 boot/vmlinuz-3.13.0-170-generic 1
36,150348663 = 38,816141312 vmlinuz 1
36,138660431 = 38,803591168 vmlinuz.old 1
21,037097931 = 22,588411904 boot/initrd.img-3.13.0-169-generic 3
21,006626129 = 22,555693056 boot/initrd.img-3.13.0-170-generic 3
21,006626129 = 22,555693056 initrd.img 3
21,037097931 = 22,588411904 initrd.img.old 3
================== sdb1: Location of files loaded by Syslinux ==================
GiB - GB File Fragment(s)
36,144672394 = 38,810046464 boot/extlinux/extlinux.conf 1
36,144657135 = 38,810030080 boot/extlinux/chain.c32 1
=============== sdb1: Version of COM32(R) files used by Syslinux ===============
boot/extlinux/chain.c32 : COM32R module (v4.xx)
===================== sdb1: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 11608 avril 11 2014 10_linux
-rwxr-xr-x 1 root root 10412 avril 11 2014 20_linux_xen
-rwxr-xr-x 1 root root 11692 avril 11 2014 30_os-prober
-rwxr-xr-x 1 root root 1418 août 2 2016 30_uefi-firmware
-rwxr-xr-x 1 root root 2128 juil. 9 2019 40_custom
-rwxr-xr-x 1 root root 2106 juil. 9 2019 40_custom~
-rwxr-xr-x 1 root root 216 avril 9 2013 41_custom
========================== sdb1/etc/grub.d/40_custom ===========================
#!/bin/sh
exec tail -n +3 $0
# 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.
menuentry "Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-budgie-17.04-desktop-i386.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-17.10-desktop-amd64.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root FA2AC6152AC5CF37
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition systeme-fusion-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root UUID-partition-system-fusion-dell
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
========================== sdb1/etc/grub.d/40_custom~ ==========================
#!/bin/sh
exec tail -n +3 $0
# 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.
menuentry "Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-budgie-17.04-desktop-i386.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-17.10-desktop-amd64.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root FA2AC6152AC5CF37
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root FA2AC6152AC5CF37
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
====================== sdb7/boot/grub/grub.cfg (filtered) ======================
Ubuntu d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.8.0-36-generic d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-56-generic d731aed8-c1e2-4d8a-9437-87680b920218
Windows 7 (sur sda1) FA2AC6152AC5CF37
Ubuntu 20.04.3 LTS (20.04) (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu 14.04.6 LTS (14.04) (sur sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux (sur sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-170-generic (sur sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-169-generic (sur sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
Windows 7 (sur sdb6) FA2AC6152AC5CF37
Ubuntu 20.04.3 LTS (20.04) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.13.0-27-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.3 LTS (20.04) (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.13.0-27-generic (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb7/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb16 during installation
UUID=d731aed8-c1e2-4d8a-9437-87680b920218 / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sdb7/etc/default/grub (filtered) =======================
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=""
==================== sdb7: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
156,500759125 = 168,041410560 boot/grub/grub.cfg 1
140,711128235 = 151,087423488 boot/grub/i386-pc/core.img 1
146,312759399 = 157,102129152 boot/vmlinuz 1
157,158340454 = 168,747483136 boot/vmlinuz-5.4.0-56-generic 1
146,312759399 = 157,102129152 boot/vmlinuz-5.8.0-36-generic 1
157,158340454 = 168,747483136 boot/vmlinuz.old 1
146,961910248 = 157,799149568 boot/initrd.img 2
146,793018341 = 157,617803264 boot/initrd.img-5.4.0-56-generic 2
146,961910248 = 157,799149568 boot/initrd.img-5.8.0-36-generic 2
146,793018341 = 157,617803264 boot/initrd.img.old 2
===================== sdb7: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 17622 août 17 2020 10_linux
-rwxr-xr-x 1 root root 42359 août 17 2020 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 2020 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 2020 40_custom
-rwxr-xr-x 1 root root 216 avril 15 2020 41_custom
====================== sdb8/boot/grub/grub.cfg (filtered) ======================
Ubuntu e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, with Linux 5.13.0-27-generic e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, with Linux 5.4.0-47-generic e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Windows 7 (on sda1) FA2AC6152AC5CF37
Ubuntu 20.04.3 LTS (20.04) (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu 14.04.6 LTS (14.04) (on sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux (on sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-170-generic (on sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-169-generic (on sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
Windows 7 (on sdb6) FA2AC6152AC5CF37
Ubuntu 20.04.1 LTS (20.04) (on sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (on sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.8.0-36-generic (on sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-56-generic (on sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb8/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sd*8 during installation
UUID=e0807aea-7a0f-48a3-96c7-8dfe13ce18da / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc5 during installation
UUID=d3b7af4e-d1ea-4042-be93-6f01923525a7 none swap sw 0 0
======================= sdb8/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sdb8: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
233,565391541 = 250,788929536 boot/grub/grub.cfg 1
217,046657562 = 233,052073984 boot/grub/i386-pc/core.img 1
207,325866699 = 222,614454272 boot/vmlinuz 1
207,325866699 = 222,614454272 boot/vmlinuz-5.13.0-27-generic 1
202,499149323 = 217,431805952 boot/vmlinuz-5.4.0-47-generic 1
202,499149323 = 217,431805952 boot/vmlinuz.old 1
197,401153564 = 211,957874688 boot/initrd.img 6
197,401153564 = 211,957874688 boot/initrd.img-5.13.0-27-generic 6
196,765029907 = 211,274842112 boot/initrd.img-5.4.0-47-generic 6
196,765029907 = 211,274842112 boot/initrd.img.old 6
===================== sdb8: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18151 août 12 09:18 10_linux
-rwxr-xr-x 1 root root 42359 août 17 2020 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 2020 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 2020 40_custom
-rwxr-xr-x 1 root root 216 avril 15 2020 41_custom
======================== Unknown MBRs/Boot Sectors/etc =========================
Unknown BootLoader on sdb9
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 70 11 28 |........?....p.(|
00000020 00 00 00 00 80 00 80 00 ff 9f 9a 25 00 00 00 00 |...........%....|
00000030 04 00 00 00 00 00 00 00 ff a9 59 02 00 00 00 00 |..........Y.....|
00000040 f6 00 00 00 01 00 00 00 87 f4 48 4a b3 80 aa 28 |..........HJ...(|
00000050 00 00 00 00 0e 1f be 71 7c ac 22 c0 74 0b 56 b4 |.......q|.".t.V.|
00000060 0e bb 07 00 cd 10 5e eb f0 32 e4 cd 16 cd 19 eb |......^..2......|
00000070 fe 54 68 69 73 20 69 73 20 6e 6f 74 20 61 20 62 |.This is not a b|
00000080 6f 6f 74 61 62 6c 65 20 64 69 73 6b 2e 20 50 6c |ootable disk. Pl|
00000090 65 61 73 65 20 69 6e 73 65 72 74 20 61 20 62 6f |ease insert a bo|
000000a0 6f 74 61 62 6c 65 20 66 6c 6f 70 70 79 20 61 6e |otable floppy an|
000000b0 64 0d 0a 70 72 65 73 73 20 61 6e 79 20 6b 65 79 |d..press any key|
000000c0 20 74 6f 20 74 72 79 20 61 67 61 69 6e 20 2e 2e | to try again ..|
000000d0 2e 20 0d 0a 00 00 00 00 00 00 00 00 00 00 00 00 |. ..............|
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000200
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would reinstall the grub2 of
sda2 into the MBR of sda.
Grub-efi would not be selected by default because no ESP detected.
Additional repair would be performed: unhide-bootmenu-10s
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your BIOS boot on sda (ATA LDLC) disk!
Je réinstalle grub dans /dev/sdb8 en passant par les Options avancées.
boot-info-4ppa166 [20220120_2056]
============================== Boot Info Summary ===============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos2)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> 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 (,msdos8)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 7/2008: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.3 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 14.04.6 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/extlinux/extlinux.conf
/boot/grub/i386-pc/core.img
sdb2: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sdb3: __________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sdb5: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdb6: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 7/2008: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sdb7: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.1 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb8: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.3 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb9: __________________________________________________________________________
File system: ntfs
Boot sector type: Unknown
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
================================ 6 OS detected =================================
OS#1: Windows 7 on sda1
OS#2: Ubuntu 20.04.3 LTS on sda2
OS#3: Ubuntu 14.04.6 LTS on sdb1
OS#4: Windows 7 on sdb6
OS#5: Ubuntu 20.04.1 LTS on sdb7
OS#6: Ubuntu 20.04.3 LTS on sdb8
================================ Host/Hardware =================================
CPU architecture: 64-bit
Video: CoreProcessorIntegratedGraphicsController from Intel Corporation
Live-session OS is Ubuntu 64-bit (Ubuntu 20.04 LTS, focal, x86_64)
===================================== UEFI =====================================
This live-session is in Legacy/BIOS/CSM mode (not in EFI mode).
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, has-win, 2048 sectors * 512 bytes
sdb : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, has-win, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb1 : is-os, 32, apt-get, grub-pc grub-efi , grub2, grub-install, grubenv-ng, update-grub, not-far
sdb5 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdb6 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb7 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb8 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb9 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
Partitions info (2/3): _________________________________________________________
sda1 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot
sda2 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb1 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb5 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb6 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot
sdb7 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb8 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb9 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sda1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
sda2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
sdb1 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb5 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb6 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb7 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb8 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb9 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
fdisk -l (filtered): ___________________________________________________________
Disk sda: 111.81 GiB, 120034123776 bytes, 234441648 sectors
Disk identifier: 0x00040603
Boot Start End Sectors Size Id Type
sda1 * 2048 56383487 56381440 26.9G 7 HPFS/NTFS/exFAT
sda2 56383488 234440703 178057216 84.9G 83 Linux
Disk sdb: 931.53 GiB, 1000204886016 bytes, 1953525168 sectors
Disk identifier: 0x0005eaf4
Boot Start End Sectors Size Id Type
sdb1 2048 119392255 119390208 57G 83 Linux
sdb2 119392256 128931839 9539584 4.6G 82 Linux swap / Solaris
sdb3 128933886 1953523711 1824589826 870G 5 Extended
sdb5 1303123968 1953523711 650399744 310.1G 7 HPFS/NTFS/exFAT
sdb6 * 128933888 185315327 56381440 26.9G 7 HPFS/NTFS/exFAT
sdb7 185317376 366401535 181084160 86.4G 83 Linux
sdb8 366403584 512532479 146128896 69.7G 83 Linux
sdb9 672231424 1303121919 630890496 300.9G 7 HPFS/NTFS/exFAT
Partition table entries are not in disk order.
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:120GB:91.2GB:ext4::;
sdb:1000GB:scsi:512:512:msdos:WD 1000FYP External:;
1:1049kB:61.1GB:61.1GB:ext4::;
2:61.1GB:66.0GB:4884MB:linux-swap(v1)::;
3:66.0GB:1000GB:934GB:::;
6:66.0GB:94.9GB:28.9GB:ntfs::boot;
7:94.9GB:188GB:92.7GB:ext4::;
8:188GB:262GB:74.8GB:ext4::;
9:344GB:667GB:323GB:ntfs::;
5:667GB:1000GB:333GB:ntfs::;
Free space (filtered): _________________________________________________________
sda:114473MiB:scsi:512:512:msdos:ATA LDLC:;
1:0.03MiB:1.00MiB:0.97MiB:free;
1:114473MiB:114473MiB:0.46MiB:free;
sdb:953870MiB:scsi:512:512:msdos:WD 1000FYP External:;
1:0.03MiB:1.00MiB:0.97MiB:free;
1:62955MiB:62956MiB:1.00MiB:free;
1:250260MiB:328234MiB:77974MiB:free;
1:953869MiB:953870MiB:0.71MiB:free;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
└─sda2 ext4 9f5305b9-ddf9-4400-838d-7bb99f8b492f 00040603-02 ubuntu20.04-dell
sdb
├─sdb1 ext4 936abfac-6ad1-424f-b5c8-af13408740ea 0005eaf4-01 wd-fusion14.04
├─sdb2 swap 9e5b57b2-0d34-42fc-9df2-ce9883e7f54a 0005eaf4-02
├─sdb3 0005eaf4-03
├─sdb5 ntfs 4F8D82190F345914 0005eaf4-05 data-usb-wd
├─sdb6 ntfs FA2AC6152AC5CF37 0005eaf4-06 windows-7-del
├─sdb7 ext4 d731aed8-c1e2-4d8a-9437-87680b920218 0005eaf4-07 wd-ubuntu-20.04
├─sdb8 ext4 e0807aea-7a0f-48a3-96c7-8dfe13ce18da 0005eaf4-08 wd-ubunity-20.04
└─sdb9 ntfs 28AA80B34A48F487 0005eaf4-09 data2-usb-wd
df (filtered): _________________________________________________________________
Avail Use% Mounted on
/cow 1.2G 33% /
/dev/sda1 2.9G 89% /media/ubuntu/windows-7-del
/dev/sda2 7.9G 85% /media/ubuntu/ubuntu20.04-dell
/dev/sdb1 14.4G 69% /media/ubuntu/wd-fusion14.04
/dev/sdb5 30.7G 90% /media/ubuntu/data-usb-wd
/dev/sdb6 5.5G 80% /media/ubuntu/windows-7-del1
/dev/sdb7 18.6G 73% /media/ubuntu/wd-ubuntu-20.04
/dev/sdb8 18.7G 67% /media/ubuntu/wd-ubunity-20.04
/dev/sdb9 91.4G 70% /media/ubuntu/data2-usb-wd
Mount options: __________________________________________________________________
sda1 rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
sda2 rw,nosuid,nodev,relatime
sdb1 rw,nosuid,nodev,relatime
sdb5 rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
sdb6 rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
sdb7 rw,nosuid,nodev,relatime
sdb8 rw,nosuid,nodev,relatime
sdb9 rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (sur sda1) FA2AC6152AC5CF37
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb16 during installation
UUID=9f5305b9-ddf9-4400-838d-7bb99f8b492f / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
31,011360168 = 33,298194432 boot/grub/grub.cfg 1
32,926273346 = 35,354316800 boot/grub/i386-pc/core.img 1
56,363952637 = 60,520333312 boot/vmlinuz 2
42,168640137 = 45,278232576 boot/vmlinuz-5.13.0-25-generic 2
56,363952637 = 60,520333312 boot/vmlinuz-5.13.0-27-generic 2
42,168640137 = 45,278232576 boot/vmlinuz.old 2
74,452411652 = 79,942668288 boot/initrd.img 11
102,487300873 = 110,044901376 boot/initrd.img-5.13.0-25-generic 9
74,452411652 = 79,942668288 boot/initrd.img-5.13.0-27-generic 11
102,487300873 = 110,044901376 boot/initrd.img.old 9
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18151 août 12 09:18 10_linux
-rwxr-xr-x 1 root root 42359 août 17 2020 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 2020 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 2020 40_custom
-rwxr-xr-x 1 root root 216 avril 15 2020 41_custom
====================== sdb1/boot/grub/grub.cfg (filtered) ======================
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-170-generic 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-169-generic 936abfac-6ad1-424f-b5c8-af13408740ea
Windows 7 (loader) (sur sda1) FA2AC6152AC5CF37
Ubuntu 20.04.1 LTS (20.04) (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-47-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (loader) (sur sdb6) FA2AC6152AC5CF37
Ubuntu 20.04.1 LTS (20.04) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-47-generic (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sda2) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-47-generic (sur sda2) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sda2) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sda2) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, with Linux 5.4.0-42-generic (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sda2) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sda2) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, with Linux 5.4.0-42-generic (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec
Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec
Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell
Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition systeme-fusion-dell
========================== sdb1/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=936abfac-6ad1-424f-b5c8-af13408740ea / ext4 noatime,errors=remount-ro 0 1
# swap was on /dev/sdb2 during installation
UUID=9e5b57b2-0d34-42fc-9df2-ce9883e7f54a none swap sw 0 0
======================= sdb1/etc/default/grub (filtered) =======================
GRUB_SAVEDEFAULT="true"
GRUB_DEFAULT="saved"
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`echo -n PT-HYBRYDE FUSION 14.04_usb-WD`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_BACKGROUND="/etc/remastersys/grub.jpg"
================= sdb1/boot/extlinux/extlinux.conf (filtered) ==================
default l0
prompt 1
timeout 50
include themes/debian/theme.cfg
==================== sdb1: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
36,626064301 = 39,326937088 boot/grub/grub.cfg 1
40,291599274 = 43,262775296 boot/grub/i386-pc/core.img 1
36,138660431 = 38,803591168 boot/vmlinuz-3.13.0-169-generic 1
36,150348663 = 38,816141312 boot/vmlinuz-3.13.0-170-generic 1
36,150348663 = 38,816141312 vmlinuz 1
36,138660431 = 38,803591168 vmlinuz.old 1
21,037097931 = 22,588411904 boot/initrd.img-3.13.0-169-generic 3
21,006626129 = 22,555693056 boot/initrd.img-3.13.0-170-generic 3
21,006626129 = 22,555693056 initrd.img 3
21,037097931 = 22,588411904 initrd.img.old 3
================== sdb1: Location of files loaded by Syslinux ==================
GiB - GB File Fragment(s)
36,144672394 = 38,810046464 boot/extlinux/extlinux.conf 1
36,144657135 = 38,810030080 boot/extlinux/chain.c32 1
=============== sdb1: Version of COM32(R) files used by Syslinux ===============
boot/extlinux/chain.c32 : COM32R module (v4.xx)
===================== sdb1: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 11608 avril 11 2014 10_linux
-rwxr-xr-x 1 root root 10412 avril 11 2014 20_linux_xen
-rwxr-xr-x 1 root root 11692 avril 11 2014 30_os-prober
-rwxr-xr-x 1 root root 1418 août 2 2016 30_uefi-firmware
-rwxr-xr-x 1 root root 2128 juil. 9 2019 40_custom
-rwxr-xr-x 1 root root 2106 juil. 9 2019 40_custom~
-rwxr-xr-x 1 root root 216 avril 9 2013 41_custom
========================== sdb1/etc/grub.d/40_custom ===========================
#!/bin/sh
exec tail -n +3 $0
# 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.
menuentry "Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-budgie-17.04-desktop-i386.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-17.10-desktop-amd64.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root FA2AC6152AC5CF37
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition systeme-fusion-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root UUID-partition-system-fusion-dell
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
========================== sdb1/etc/grub.d/40_custom~ ==========================
#!/bin/sh
exec tail -n +3 $0
# 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.
menuentry "Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-budgie-17.04-desktop-i386.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-17.10-desktop-amd64.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root FA2AC6152AC5CF37
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root FA2AC6152AC5CF37
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
====================== sdb7/boot/grub/grub.cfg (filtered) ======================
Ubuntu d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.8.0-36-generic d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-56-generic d731aed8-c1e2-4d8a-9437-87680b920218
Windows 7 (sur sda1) FA2AC6152AC5CF37
Ubuntu 20.04.3 LTS (20.04) (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu 14.04.6 LTS (14.04) (sur sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux (sur sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-170-generic (sur sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-169-generic (sur sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
Windows 7 (sur sdb6) FA2AC6152AC5CF37
Ubuntu 20.04.3 LTS (20.04) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.13.0-27-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.3 LTS (20.04) (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.13.0-27-generic (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb7/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb16 during installation
UUID=d731aed8-c1e2-4d8a-9437-87680b920218 / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sdb7/etc/default/grub (filtered) =======================
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=""
==================== sdb7: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
156,500759125 = 168,041410560 boot/grub/grub.cfg 1
140,711128235 = 151,087423488 boot/grub/i386-pc/core.img 1
146,312759399 = 157,102129152 boot/vmlinuz 1
157,158340454 = 168,747483136 boot/vmlinuz-5.4.0-56-generic 1
146,312759399 = 157,102129152 boot/vmlinuz-5.8.0-36-generic 1
157,158340454 = 168,747483136 boot/vmlinuz.old 1
146,961910248 = 157,799149568 boot/initrd.img 2
146,793018341 = 157,617803264 boot/initrd.img-5.4.0-56-generic 2
146,961910248 = 157,799149568 boot/initrd.img-5.8.0-36-generic 2
146,793018341 = 157,617803264 boot/initrd.img.old 2
===================== sdb7: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 17622 août 17 2020 10_linux
-rwxr-xr-x 1 root root 42359 août 17 2020 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 2020 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 2020 40_custom
-rwxr-xr-x 1 root root 216 avril 15 2020 41_custom
====================== sdb8/boot/grub/grub.cfg (filtered) ======================
Ubuntu e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, with Linux 5.13.0-27-generic e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, with Linux 5.4.0-47-generic e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Windows 7 (on sda1) FA2AC6152AC5CF37
Ubuntu 20.04.3 LTS (20.04) (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu 14.04.6 LTS (14.04) (on sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux (on sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-170-generic (on sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-169-generic (on sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
Windows 7 (on sdb6) FA2AC6152AC5CF37
Ubuntu 20.04.1 LTS (20.04) (on sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (on sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.8.0-36-generic (on sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-56-generic (on sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb8/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sd*8 during installation
UUID=e0807aea-7a0f-48a3-96c7-8dfe13ce18da / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc5 during installation
UUID=d3b7af4e-d1ea-4042-be93-6f01923525a7 none swap sw 0 0
======================= sdb8/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sdb8: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
233,565391541 = 250,788929536 boot/grub/grub.cfg 1
217,046657562 = 233,052073984 boot/grub/i386-pc/core.img 1
207,325866699 = 222,614454272 boot/vmlinuz 1
207,325866699 = 222,614454272 boot/vmlinuz-5.13.0-27-generic 1
202,499149323 = 217,431805952 boot/vmlinuz-5.4.0-47-generic 1
202,499149323 = 217,431805952 boot/vmlinuz.old 1
197,401153564 = 211,957874688 boot/initrd.img 6
197,401153564 = 211,957874688 boot/initrd.img-5.13.0-27-generic 6
196,765029907 = 211,274842112 boot/initrd.img-5.4.0-47-generic 6
196,765029907 = 211,274842112 boot/initrd.img.old 6
===================== sdb8: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18151 août 12 09:18 10_linux
-rwxr-xr-x 1 root root 42359 août 17 2020 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 2020 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 2020 40_custom
-rwxr-xr-x 1 root root 216 avril 15 2020 41_custom
======================== Unknown MBRs/Boot Sectors/etc =========================
Unknown BootLoader on sdb9
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 70 11 28 |........?....p.(|
00000020 00 00 00 00 80 00 80 00 ff 9f 9a 25 00 00 00 00 |...........%....|
00000030 04 00 00 00 00 00 00 00 ff a9 59 02 00 00 00 00 |..........Y.....|
00000040 f6 00 00 00 01 00 00 00 87 f4 48 4a b3 80 aa 28 |..........HJ...(|
00000050 00 00 00 00 0e 1f be 71 7c ac 22 c0 74 0b 56 b4 |.......q|.".t.V.|
00000060 0e bb 07 00 cd 10 5e eb f0 32 e4 cd 16 cd 19 eb |......^..2......|
00000070 fe 54 68 69 73 20 69 73 20 6e 6f 74 20 61 20 62 |.This is not a b|
00000080 6f 6f 74 61 62 6c 65 20 64 69 73 6b 2e 20 50 6c |ootable disk. Pl|
00000090 65 61 73 65 20 69 6e 73 65 72 74 20 61 20 62 6f |ease insert a bo|
000000a0 6f 74 61 62 6c 65 20 66 6c 6f 70 70 79 20 61 6e |otable floppy an|
000000b0 64 0d 0a 70 72 65 73 73 20 61 6e 79 20 6b 65 79 |d..press any key|
000000c0 20 74 6f 20 74 72 79 20 61 67 61 69 6e 20 2e 2e | to try again ..|
000000d0 2e 20 0d 0a 00 00 00 00 00 00 00 00 00 00 00 00 |. ..............|
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000200
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would reinstall the grub2 of
sda2 into the MBR of sda.
Grub-efi would not be selected by default because no ESP detected.
Additional repair would be performed: unhide-bootmenu-10s
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your BIOS boot on sda (ATA LDLC) disk!boot-repair-4ppa166 [20220120_2059]
============================= Boot Repair Summary ==============================
Default settings: ______________________________________________________________
The default repair of the Boot-Repair utility would reinstall the grub2 of
sda2 into the MBR of sda.
Grub-efi would not be selected by default because no ESP detected.
Additional repair would be performed: unhide-bootmenu-10s
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your BIOS boot on sda (ATA LDLC) disk!
User settings: _________________________________________________________________
The settings chosen by the user will reinstall the grub2 of
sdb8 into the MBR of sdb.
Grub-efi will not be selected by default because no ESP detected.
Additional repair will be performed: unhide-bootmenu-10s
========================= Reinstall the grub2 of sdb8 ==========================
grub-install --version
grub-install (GRUB) 2.04-1ubuntu26.13
==> Reinstall the GRUB of sdb8 into the MBR of sdb
grub-install /dev/sdb
Installing for i386-pc platform.
Installation finished. No error reported.
chroot /media/ubuntu/wd-ubunity-20.04 update-grub
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.13.0-27-generic
Found initrd image: /boot/initrd.img-5.13.0-27-generic
Found linux image: /boot/vmlinuz-5.4.0-47-generic
Found initrd image: /boot/initrd.img-5.4.0-47-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 on /dev/sda1
Found Ubuntu 20.04.3 LTS (20.04) on /dev/sda2
Found Ubuntu 14.04.6 LTS (14.04) on /dev/sdb1
Found Windows 7 on /dev/sdb6
Found Ubuntu 20.04.1 LTS (20.04) on /dev/sdb7
Unhide GRUB boot menu in sdb8/boot/grub/grub.cfg
Le démarrage de l'ordinateur a été correctement réparé.
Vous pouvez maintenant redémarrer votre ordinateur.
N'oubliez pas de régler votre BIOS pour qu'il amorce sur le disque sdb (WD 1000FYP External) !
============================ Boot Info After Repair ============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos2)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> 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 (,msdos8)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 7/2008: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.3 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 14.04.6 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/extlinux/extlinux.conf
/boot/grub/i386-pc/core.img
sdb2: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sdb3: __________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sdb5: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdb6: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 7/2008: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sdb7: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.1 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb8: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.3 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb9: __________________________________________________________________________
File system: ntfs
Boot sector type: Unknown
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
================================ 6 OS detected =================================
OS#1: Windows 7 on sda1
OS#2: Ubuntu 20.04.3 LTS on sda2
OS#3: Ubuntu 14.04.6 LTS on sdb1
OS#4: Windows 7 on sdb6
OS#5: Ubuntu 20.04.1 LTS on sdb7
OS#6: Ubuntu 20.04.3 LTS on sdb8
================================ Host/Hardware =================================
CPU architecture: 64-bit
Video: CoreProcessorIntegratedGraphicsController from Intel Corporation
Live-session OS is Ubuntu 64-bit (Ubuntu 20.04 LTS, focal, x86_64)
===================================== UEFI =====================================
This live-session is in Legacy/BIOS/CSM mode (not in EFI mode).
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, has-win, 2048 sectors * 512 bytes
sdb : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, has-win, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb1 : is-os, 32, apt-get, grub-pc grub-efi , grub2, grub-install, grubenv-ng, update-grub, not-far
sdb5 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdb6 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb7 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb8 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb9 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
Partitions info (2/3): _________________________________________________________
sda1 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot
sda2 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb1 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb5 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb6 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot
sdb7 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb8 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb9 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sda1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
sda2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
sdb1 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb5 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb6 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb7 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb8 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb9 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
fdisk -l (filtered): ___________________________________________________________
Disk sda: 111.81 GiB, 120034123776 bytes, 234441648 sectors
Disk identifier: 0x00040603
Boot Start End Sectors Size Id Type
sda1 * 2048 56383487 56381440 26.9G 7 HPFS/NTFS/exFAT
sda2 56383488 234440703 178057216 84.9G 83 Linux
Disk sdb: 931.53 GiB, 1000204886016 bytes, 1953525168 sectors
Disk identifier: 0x0005eaf4
Boot Start End Sectors Size Id Type
sdb1 2048 119392255 119390208 57G 83 Linux
sdb2 119392256 128931839 9539584 4.6G 82 Linux swap / Solaris
sdb3 128933886 1953523711 1824589826 870G 5 Extended
sdb5 1303123968 1953523711 650399744 310.1G 7 HPFS/NTFS/exFAT
sdb6 * 128933888 185315327 56381440 26.9G 7 HPFS/NTFS/exFAT
sdb7 185317376 366401535 181084160 86.4G 83 Linux
sdb8 366403584 512532479 146128896 69.7G 83 Linux
sdb9 672231424 1303121919 630890496 300.9G 7 HPFS/NTFS/exFAT
Partition table entries are not in disk order.
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:120GB:91.2GB:ext4::;
sdb:1000GB:scsi:512:512:msdos:WD 1000FYP External:;
1:1049kB:61.1GB:61.1GB:ext4::;
2:61.1GB:66.0GB:4884MB:linux-swap(v1)::;
3:66.0GB:1000GB:934GB:::;
6:66.0GB:94.9GB:28.9GB:ntfs::boot;
7:94.9GB:188GB:92.7GB:ext4::;
8:188GB:262GB:74.8GB:ext4::;
9:344GB:667GB:323GB:ntfs::;
5:667GB:1000GB:333GB:ntfs::;
Free space (filtered): _________________________________________________________
sda:114473MiB:scsi:512:512:msdos:ATA LDLC:;
1:0.03MiB:1.00MiB:0.97MiB:free;
1:114473MiB:114473MiB:0.46MiB:free;
sdb:953870MiB:scsi:512:512:msdos:WD 1000FYP External:;
1:0.03MiB:1.00MiB:0.97MiB:free;
1:62955MiB:62956MiB:1.00MiB:free;
1:250260MiB:328234MiB:77974MiB:free;
1:953869MiB:953870MiB:0.71MiB:free;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
└─sda2 ext4 9f5305b9-ddf9-4400-838d-7bb99f8b492f 00040603-02 ubuntu20.04-dell
sdb
├─sdb1 ext4 936abfac-6ad1-424f-b5c8-af13408740ea 0005eaf4-01 wd-fusion14.04
├─sdb2 swap 9e5b57b2-0d34-42fc-9df2-ce9883e7f54a 0005eaf4-02
├─sdb3 0005eaf4-03
├─sdb5 ntfs 4F8D82190F345914 0005eaf4-05 data-usb-wd
├─sdb6 ntfs FA2AC6152AC5CF37 0005eaf4-06 windows-7-del
├─sdb7 ext4 d731aed8-c1e2-4d8a-9437-87680b920218 0005eaf4-07 wd-ubuntu-20.04
├─sdb8 ext4 e0807aea-7a0f-48a3-96c7-8dfe13ce18da 0005eaf4-08 wd-ubunity-20.04
└─sdb9 ntfs 28AA80B34A48F487 0005eaf4-09 data2-usb-wd
df (filtered): _________________________________________________________________
Avail Use% Mounted on
/cow 1.2G 33% /
/dev/sda1 2.9G 89% /mnt/boot-sav/sda1
/dev/sda2 7.9G 85% /mnt/boot-sav/sda2
/dev/sdb1 14.4G 69% /mnt/boot-sav/sdb1
/dev/sdb5 30.7G 90% /media/ubuntu/data-usb-wd
/dev/sdb6 5.5G 80% /mnt/boot-sav/sdb6
/dev/sdb7 18.6G 73% /mnt/boot-sav/sdb7
/dev/sdb8 18.7G 67% /media/ubuntu/wd-ubunity-20.04
/dev/sdb9 91.4G 70% /media/ubuntu/data2-usb-wd
Mount options: __________________________________________________________________
sda1 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sda2 rw,relatime
sdb1 rw,relatime
sdb5 rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
sdb6 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sdb7 rw,relatime
sdb8 rw,nosuid,nodev,relatime
sdb9 rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (sur sda1) FA2AC6152AC5CF37
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb16 during installation
UUID=9f5305b9-ddf9-4400-838d-7bb99f8b492f / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
31,011360168 = 33,298194432 boot/grub/grub.cfg 1
32,926273346 = 35,354316800 boot/grub/i386-pc/core.img 1
56,363952637 = 60,520333312 boot/vmlinuz 2
42,168640137 = 45,278232576 boot/vmlinuz-5.13.0-25-generic 2
56,363952637 = 60,520333312 boot/vmlinuz-5.13.0-27-generic 2
42,168640137 = 45,278232576 boot/vmlinuz.old 2
74,452411652 = 79,942668288 boot/initrd.img 11
102,487300873 = 110,044901376 boot/initrd.img-5.13.0-25-generic 9
74,452411652 = 79,942668288 boot/initrd.img-5.13.0-27-generic 11
102,487300873 = 110,044901376 boot/initrd.img.old 9
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18151 août 12 09:18 10_linux
-rwxr-xr-x 1 root root 42359 août 17 2020 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 2020 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 2020 40_custom
-rwxr-xr-x 1 root root 216 avril 15 2020 41_custom
====================== sdb1/boot/grub/grub.cfg (filtered) ======================
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-170-generic 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-169-generic 936abfac-6ad1-424f-b5c8-af13408740ea
Windows 7 (loader) (sur sda1) FA2AC6152AC5CF37
Ubuntu 20.04.1 LTS (20.04) (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-47-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (loader) (sur sdb6) FA2AC6152AC5CF37
Ubuntu 20.04.1 LTS (20.04) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-47-generic (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sda2) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-47-generic (sur sda2) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sda2) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sda2) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, with Linux 5.4.0-42-generic (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sda2) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sda2) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, with Linux 5.4.0-42-generic (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec
Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec
Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell
Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition systeme-fusion-dell
========================== sdb1/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=936abfac-6ad1-424f-b5c8-af13408740ea / ext4 noatime,errors=remount-ro 0 1
# swap was on /dev/sdb2 during installation
UUID=9e5b57b2-0d34-42fc-9df2-ce9883e7f54a none swap sw 0 0
======================= sdb1/etc/default/grub (filtered) =======================
GRUB_SAVEDEFAULT="true"
GRUB_DEFAULT="saved"
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`echo -n PT-HYBRYDE FUSION 14.04_usb-WD`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_BACKGROUND="/etc/remastersys/grub.jpg"
================= sdb1/boot/extlinux/extlinux.conf (filtered) ==================
default l0
prompt 1
timeout 50
include themes/debian/theme.cfg
==================== sdb1: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
36,626064301 = 39,326937088 boot/grub/grub.cfg 1
40,291599274 = 43,262775296 boot/grub/i386-pc/core.img 1
36,138660431 = 38,803591168 boot/vmlinuz-3.13.0-169-generic 1
36,150348663 = 38,816141312 boot/vmlinuz-3.13.0-170-generic 1
36,150348663 = 38,816141312 vmlinuz 1
36,138660431 = 38,803591168 vmlinuz.old 1
21,037097931 = 22,588411904 boot/initrd.img-3.13.0-169-generic 3
21,006626129 = 22,555693056 boot/initrd.img-3.13.0-170-generic 3
21,006626129 = 22,555693056 initrd.img 3
21,037097931 = 22,588411904 initrd.img.old 3
================== sdb1: Location of files loaded by Syslinux ==================
GiB - GB File Fragment(s)
36,144672394 = 38,810046464 boot/extlinux/extlinux.conf 1
36,144657135 = 38,810030080 boot/extlinux/chain.c32 1
=============== sdb1: Version of COM32(R) files used by Syslinux ===============
boot/extlinux/chain.c32 : COM32R module (v4.xx)
===================== sdb1: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 11608 avril 11 2014 10_linux
-rwxr-xr-x 1 root root 10412 avril 11 2014 20_linux_xen
-rwxr-xr-x 1 root root 11692 avril 11 2014 30_os-prober
-rwxr-xr-x 1 root root 1418 août 2 2016 30_uefi-firmware
-rwxr-xr-x 1 root root 2128 juil. 9 2019 40_custom
-rwxr-xr-x 1 root root 2106 juil. 9 2019 40_custom~
-rwxr-xr-x 1 root root 216 avril 9 2013 41_custom
========================== sdb1/etc/grub.d/40_custom ===========================
#!/bin/sh
exec tail -n +3 $0
# 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.
menuentry "Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-budgie-17.04-desktop-i386.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-17.10-desktop-amd64.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root FA2AC6152AC5CF37
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition systeme-fusion-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root UUID-partition-system-fusion-dell
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
========================== sdb1/etc/grub.d/40_custom~ ==========================
#!/bin/sh
exec tail -n +3 $0
# 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.
menuentry "Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-budgie-17.04-desktop-i386.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-17.10-desktop-amd64.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root FA2AC6152AC5CF37
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root FA2AC6152AC5CF37
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
====================== sdb7/boot/grub/grub.cfg (filtered) ======================
Ubuntu d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.8.0-36-generic d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-56-generic d731aed8-c1e2-4d8a-9437-87680b920218
Windows 7 (sur sda1) FA2AC6152AC5CF37
Ubuntu 20.04.3 LTS (20.04) (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu 14.04.6 LTS (14.04) (sur sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux (sur sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-170-generic (sur sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-169-generic (sur sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
Windows 7 (sur sdb6) FA2AC6152AC5CF37
Ubuntu 20.04.3 LTS (20.04) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.13.0-27-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.3 LTS (20.04) (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.13.0-27-generic (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb7/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb16 during installation
UUID=d731aed8-c1e2-4d8a-9437-87680b920218 / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sdb7/etc/default/grub (filtered) =======================
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=""
==================== sdb7: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
156,500759125 = 168,041410560 boot/grub/grub.cfg 1
140,711128235 = 151,087423488 boot/grub/i386-pc/core.img 1
146,312759399 = 157,102129152 boot/vmlinuz 1
157,158340454 = 168,747483136 boot/vmlinuz-5.4.0-56-generic 1
146,312759399 = 157,102129152 boot/vmlinuz-5.8.0-36-generic 1
157,158340454 = 168,747483136 boot/vmlinuz.old 1
146,961910248 = 157,799149568 boot/initrd.img 2
146,793018341 = 157,617803264 boot/initrd.img-5.4.0-56-generic 2
146,961910248 = 157,799149568 boot/initrd.img-5.8.0-36-generic 2
146,793018341 = 157,617803264 boot/initrd.img.old 2
===================== sdb7: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 17622 août 17 2020 10_linux
-rwxr-xr-x 1 root root 42359 août 17 2020 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 2020 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 2020 40_custom
-rwxr-xr-x 1 root root 216 avril 15 2020 41_custom
====================== sdb8/boot/grub/grub.cfg (filtered) ======================
Ubuntu e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, with Linux 5.13.0-27-generic e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, with Linux 5.4.0-47-generic e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Windows 7 (on sda1) FA2AC6152AC5CF37
Ubuntu 20.04.3 LTS (20.04) (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu 14.04.6 LTS (14.04) (on sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux (on sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-170-generic (on sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-169-generic (on sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
Windows 7 (on sdb6) FA2AC6152AC5CF37
Ubuntu 20.04.1 LTS (20.04) (on sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (on sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.8.0-36-generic (on sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-56-generic (on sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb8/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sd*8 during installation
UUID=e0807aea-7a0f-48a3-96c7-8dfe13ce18da / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc5 during installation
UUID=d3b7af4e-d1ea-4042-be93-6f01923525a7 none swap sw 0 0
======================= sdb8/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sdb8: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
174,714866638 = 187,598659584 boot/grub/grub.cfg 1
186,857929230 = 200,637173760 boot/grub/i386-pc/core.img 1
207,325866699 = 222,614454272 boot/vmlinuz 1
207,325866699 = 222,614454272 boot/vmlinuz-5.13.0-27-generic 1
202,499149323 = 217,431805952 boot/vmlinuz-5.4.0-47-generic 1
202,499149323 = 217,431805952 boot/vmlinuz.old 1
197,401153564 = 211,957874688 boot/initrd.img 6
197,401153564 = 211,957874688 boot/initrd.img-5.13.0-27-generic 6
196,765029907 = 211,274842112 boot/initrd.img-5.4.0-47-generic 6
196,765029907 = 211,274842112 boot/initrd.img.old 6
===================== sdb8: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18151 août 12 09:18 10_linux
-rwxr-xr-x 1 root root 42359 août 17 2020 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 2020 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 2020 40_custom
-rwxr-xr-x 1 root root 216 avril 15 2020 41_custom
======================== Unknown MBRs/Boot Sectors/etc =========================
Unknown BootLoader on sdb9
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 70 11 28 |........?....p.(|
00000020 00 00 00 00 80 00 80 00 ff 9f 9a 25 00 00 00 00 |...........%....|
00000030 04 00 00 00 00 00 00 00 ff a9 59 02 00 00 00 00 |..........Y.....|
00000040 f6 00 00 00 01 00 00 00 87 f4 48 4a b3 80 aa 28 |..........HJ...(|
00000050 00 00 00 00 0e 1f be 71 7c ac 22 c0 74 0b 56 b4 |.......q|.".t.V.|
00000060 0e bb 07 00 cd 10 5e eb f0 32 e4 cd 16 cd 19 eb |......^..2......|
00000070 fe 54 68 69 73 20 69 73 20 6e 6f 74 20 61 20 62 |.This is not a b|
00000080 6f 6f 74 61 62 6c 65 20 64 69 73 6b 2e 20 50 6c |ootable disk. Pl|
00000090 65 61 73 65 20 69 6e 73 65 72 74 20 61 20 62 6f |ease insert a bo|
000000a0 6f 74 61 62 6c 65 20 66 6c 6f 70 70 79 20 61 6e |otable floppy an|
000000b0 64 0d 0a 70 72 65 73 73 20 61 6e 79 20 6b 65 79 |d..press any key|
000000c0 20 74 6f 20 74 72 79 20 61 67 61 69 6e 20 2e 2e | to try again ..|
000000d0 2e 20 0d 0a 00 00 00 00 00 00 00 00 00 00 00 00 |. ..............|
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000200
Pas de question posée au sujet d'un disque amovible.
@+. 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
#2256 Le 21/01/2022, à 08:24
- Babdu89
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Toujours en mode Bios_Legacy.
Tests du PPA-DEV 4appa166.
Machine;
1 SSD interne /dev/sda
Windows 7 /dev/sda1
Ubuntu 20.04 /dev/sda2
1 Clé USB de tests avec 2 Linux installé en Bios_Legacy et UEFI, qui démarrent dans les deux modes.
boot-info en Bios_Legacy
boot-info-4ppa166 [20220120_2108]
============================== Boot Info Summary ===============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos2)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> Grub2 (v2.00) is installed in the MBR of /dev/sdb and looks at sector
34402304 of the same hard drive for core.img. core.img is at this location
and looks for (,gpt4)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_gpt biosdisk
---------------------------------------------------------------------------
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 7/2008: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.3 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /efi/Boot/grubx64.efi /efi/ubuntu/grubx64.efi
/efi/ubuntu/mmx64.efi /efi/ubuntu/MokManager.efi
/efi/ubuntu/shimx64.efi /efi/ubuntu/grub.cfg
sdb2: __________________________________________________________________________
File system: BIOS Boot partition
Boot sector type: Grub2's core.img
Boot sector info:
sdb3: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 14.04.1 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab
sdb4: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 18.04.4 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb5: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
================================ 4 OS detected =================================
OS#1: Windows 7 on sda1
OS#2: Ubuntu 20.04.3 LTS on sda2
OS#3: Ubuntu 14.04.1 LTS on sdb3
OS#4: Ubuntu 18.04.4 LTS on sdb4
================================ Host/Hardware =================================
CPU architecture: 64-bit
Video: CoreProcessorIntegratedGraphicsController from Intel Corporation
Live-session OS is Ubuntu 64-bit (Ubuntu 20.04 LTS, focal, x86_64)
===================================== UEFI =====================================
This live-session is in Legacy/BIOS/CSM mode (not in EFI mode).
648f9e93ae58ed689530b3e2da07414d sdb1/Boot/grubx64.efi
7dd96e18f135f11330a01701b6858e95 sdb1/ubuntu/grubx64.efi
d5a2dfd48441834f97d7ab8e3c26ba0f sdb1/ubuntu/mmx64.efi
ba8a7979ac57f1c0c307ef94d1020eb8 sdb1/ubuntu/MokManager.efi
6e94c3d33194c89bd327bfaa5871e294 sdb1/ubuntu/shimx64.efi
7dd96e18f135f11330a01701b6858e95 sdb1/Boot/BOOTX64.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, has-win, 2048 sectors * 512 bytes
sdb : is-GPT, hasBIOSboot, has---ESP, usb-disk, not-mmc, has-os, no-wind, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb5 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb3 : is-os, 64, apt-get, no-docgrub, nogrub, nogrubinstall, grubenv-ok, noupdategrub, not-far
sdb4 : is-os, 64, apt-get, grub-pc grub-efi , grub2, grub-install, grubenv-ok, update-grub, not-far
Partitions info (2/3): _________________________________________________________
sda1 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot
sda2 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb5 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb3 : isnotESP, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb4 : isnotESP, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sda1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
sda2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
sdb1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb5 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb3 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb4 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
fdisk -l (filtered): ___________________________________________________________
Disk sda: 111.81 GiB, 120034123776 bytes, 234441648 sectors
Disk identifier: 0x00040603
Boot Start End Sectors Size Id Type
sda1 * 2048 56383487 56381440 26.9G 7 HPFS/NTFS/exFAT
sda2 56383488 234440703 178057216 84.9G 83 Linux
Disk sdb: 58.9 GiB, 63216549888 bytes, 123469824 sectors
Disk identifier: ECB2E9FC-2892-4570-89E6-CBFC2C80BF0F
Start End Sectors Size Type
sdb1 33583104 34402303 819200 400M EFI System
sdb2 34402304 35426303 1024000 500M BIOS boot
sdb3 35426304 79447788 44021485 21G Linux filesystem
sdb4 79448064 123467595 44019532 21G Linux filesystem
sdb5 2048 33583103 33581056 16G Microsoft basic data
Partition table entries are not in disk order.
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:120GB:91.2GB:ext4::;
sdb:63.2GB:scsi:512:512:gpt: USB DISK 3.0:;
5:1049kB:17.2GB:17.2GB:fat32::msftdata;
1:17.2GB:17.6GB:419MB:fat32::boot, esp;
2:17.6GB:18.1GB:524MB:::bios_grub;
3:18.1GB:40.7GB:22.5GB:ext4::;
4:40.7GB:63.2GB:22.5GB:ext4::;
Free space (filtered): _________________________________________________________
sda:114473MiB:scsi:512:512:msdos:ATA LDLC:;
1:0.03MiB:1.00MiB:0.97MiB:free;
1:114473MiB:114473MiB:0.46MiB:free;
sdb:60288MiB:scsi:512:512:gpt: USB DISK 3.0:;
1:0.02MiB:1.00MiB:0.98MiB:free;
1:38793MiB:38793MiB:0.13MiB:free;
1:60287MiB:60288MiB:1.07MiB:free;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
└─sda2 ext4 9f5305b9-ddf9-4400-838d-7bb99f8b492f 00040603-02 ubuntu20.04-dell
sdb
├─sdb1 vfat 92C8-E043 c279ab17-8851-4486-b8fb-7ae86a52026d
├─sdb2 1f6dd8ce-568c-4617-9138-bb17d3c624a5
├─sdb3 ext4 72a66c99-76c9-420b-b133-77d8811a67f5 fcb240a0-cd9d-4f0f-829f-fac324612298 xubuntu-efi
├─sdb4 ext4 cb4fb6ab-daa4-405d-a278-99d4c4ca5e63 75c298a7-c048-4426-8ee7-943d786ea1f2 SB@
└─sdb5 vfat 0669-366B ee32a4b8-08a9-4165-b9e8-cf034813eaf5 test-multi
df (filtered): _________________________________________________________________
Avail Use% Mounted on
/cow 1.2G 34% /
/dev/sda1 2.9G 89% /media/ubuntu/windows-7-del
/dev/sda2 7.9G 85% /mnt/boot-sav/sda2
/dev/sdb1 394.6M 1% /mnt/boot-sav/sdb1
/dev/sdb3 15G 22% /media/ubuntu/xubuntu-efi
/dev/sdb4 2.2G 84% /media/ubuntu/SB@
/dev/sdb5 5.6G 65% /media/ubuntu/test-multi
Mount options: __________________________________________________________________
sda1 rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
sda2 rw,relatime
sdb1 rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
sdb3 rw,nosuid,nodev,relatime,stripe=32639
sdb4 rw,nosuid,nodev,relatime
sdb5 rw,nosuid,nodev,relatime,uid=999,gid=999,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (sur sda1) FA2AC6152AC5CF37
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb16 during installation
UUID=9f5305b9-ddf9-4400-838d-7bb99f8b492f / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
31,011360168 = 33,298194432 boot/grub/grub.cfg 1
32,926273346 = 35,354316800 boot/grub/i386-pc/core.img 1
56,363952637 = 60,520333312 boot/vmlinuz 2
42,168640137 = 45,278232576 boot/vmlinuz-5.13.0-25-generic 2
56,363952637 = 60,520333312 boot/vmlinuz-5.13.0-27-generic 2
42,168640137 = 45,278232576 boot/vmlinuz.old 2
74,452411652 = 79,942668288 boot/initrd.img 11
102,487300873 = 110,044901376 boot/initrd.img-5.13.0-25-generic 9
74,452411652 = 79,942668288 boot/initrd.img-5.13.0-27-generic 11
102,487300873 = 110,044901376 boot/initrd.img.old 9
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18151 août 12 09:18 10_linux
-rwxr-xr-x 1 root root 42359 août 17 2020 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 2020 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 2020 40_custom
-rwxr-xr-x 1 root root 216 avril 15 2020 41_custom
===================== sdb1/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid 72a66c99-76c9-420b-b133-77d8811a67f5 root hd1,gpt3
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
====================== sdb3/boot/grub/grub.cfg (filtered) ======================
Ubuntu 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, avec Linux 3.13.0-170-generic 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, avec Linux 3.13.0-117-generic 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, avec Linux 3.13.0-32-generic 72a66c99-76c9-420b-b133-77d8811a67f5
Windows 7 (loader) (sur sda1) FA2AC6152AC5CF37
Ubuntu 20.04.3 LTS (20.04) (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.11.0-43-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.11.0-41-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu 18.04.4 LTS (18.04) (sur sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
GNU/Linux (sur sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
GNU/Linux, avec Linux 4.15.0-101-generic (sur sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
GNU/Linux, avec Linux 4.15.0-99-generic (sur sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
GNU/Linux, avec Linux 4.15.0-91-generic (sur sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb3/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb3 during installation
UUID=72a66c99-76c9-420b-b133-77d8811a67f5 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sdb1 during installation
UUID=92C8-E043 /boot/efi vfat defaults 0 1
==================== sdb3: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
19,029285431 = 20,432539648 boot/grub/grub.cfg 1
19,077713013 = 20,484538368 boot/vmlinuz-3.13.0-117-generic 2
19,308181763 = 20,732002304 boot/vmlinuz-3.13.0-117-generic.efi.signed 1
19,421516418 = 20,853694464 boot/vmlinuz-3.13.0-170-generic 1
17,878444672 = 19,196833792 boot/vmlinuz-3.13.0-32-generic 2
19,421516418 = 20,853694464 vmlinuz 1
17,878444672 = 19,196833792 vmlinuz.old 2
21,895526886 = 23,510142976 boot/initrd.img-3.13.0-117-generic 2
19,653495789 = 21,102780416 boot/initrd.img-3.13.0-170-generic 2
19,528972626 = 20,969074688 boot/initrd.img-3.13.0-32-generic 2
19,653495789 = 21,102780416 initrd.img 2
19,528972626 = 20,969074688 initrd.img.old 2
====================== sdb4/boot/grub/grub.cfg (filtered) ======================
Ubuntu cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, avec Linux 4.15.0-101-generic cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, avec Linux 4.15.0-99-generic cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, avec Linux 4.15.0-91-generic cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Windows 7 (sur sda1) FA2AC6152AC5CF37
Ubuntu 20.04.3 LTS (20.04) (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.11.0-43-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.11.0-41-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu 14.04.1 LTS (14.04) (sur sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu (sur sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, avec Linux 3.13.0-170-generic (sur sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, avec Linux 3.13.0-117-generic (sur sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, avec Linux 3.13.0-32-generic (sur sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb4/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=cb4fb6ab-daa4-405d-a278-99d4c4ca5e63 / ext4 noatime,errors=remount-ro 0 1
UUID=92C8-E043 /boot/efi vfat defaults 0 1
======================= sdb4/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sdb4: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
42,067634583 = 45,169778688 boot/grub/grub.cfg 1
54,475723267 = 58,492862464 boot/grub/i386-pc/core.img 1
45,524402618 = 48,881455104 boot/vmlinuz-4.15.0-101-generic 2
44,243148804 = 47,505719296 boot/vmlinuz-4.15.0-91-generic 1
39,215808868 = 42,107654144 boot/vmlinuz-4.15.0-99-generic 1
45,524402618 = 48,881455104 vmlinuz 2
39,215808868 = 42,107654144 vmlinuz.old 1
49,648735046 = 53,309923328 boot/initrd.img-4.15.0-101-generic 4
43,367458344 = 46,565453824 boot/initrd.img-4.15.0-91-generic 5
54,641597748 = 58,670968832 boot/initrd.img-4.15.0-99-generic 4
49,648735046 = 53,309923328 initrd.img 4
54,641597748 = 58,670968832 initrd.img.old 4
===================== sdb4: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 12808 janv. 7 2021 10_linux
-rwxr-xr-x 1 root root 11298 mars 4 2018 20_linux_xen
-rwxr-xr-x 1 root root 12059 mars 4 2018 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 4 2018 30_uefi-firmware
-rwxr-xr-x 1 root root 214 mars 4 2018 40_custom
-rwxr-xr-x 1 root root 216 mars 4 2018 41_custom
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would reinstall the grub2 of
sdb4 into the MBR of sdb.
Grub-efi would not be selected by default because legacy Windows detected.
Additional repair would be performed: unhide-bootmenu-10s
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your BIOS boot on sdb ( USB DISK 3.0) disk!
Avec boot-repair en passant par la réparation recommandée, je réinstalle grub-pc sur le Linux en /dev/sdb4
boot-repair-4ppa166 [20220120_2115]
============================= Boot Repair Summary ==============================
Error: The backup GPT table is corrupt, but the primary appears OK, so that will be used.
La table de partitions GPT de sauvegarde est corrompue, mais la primaire semble fonctionnelle, elle sera donc utilisée.
Recommended repair: ____________________________________________________________
The default repair of the Boot-Repair utility will reinstall the grub2 of
sdb4 into the MBR of sdb.
Grub-efi will not be selected by default because legacy Windows detected.
Additional repair will be performed: unhide-bootmenu-10s
/boot/efi removed in sdb4/fstab
========================= Reinstall the grub2 of sdb4 ==========================
grub-install --version
grub-install (GRUB) 2.02-2ubuntu8.23
==> Reinstall the GRUB of sdb4 into the MBR of sdb
grub-install /dev/sdb
Installing for i386-pc platform.
Installation finished. No error reported.
chroot /media/ubuntu/SB@ update-grub
Sourcing file `/etc/default/grub'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.15.0-101-generic
Found initrd image: /boot/initrd.img-4.15.0-101-generic
Found linux image: /boot/vmlinuz-4.15.0-99-generic
Found initrd image: /boot/initrd.img-4.15.0-99-generic
Found linux image: /boot/vmlinuz-4.15.0-91-generic
Found initrd image: /boot/initrd.img-4.15.0-91-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 on /dev/sda1
Found Ubuntu 20.04.3 LTS (20.04) on /dev/sda2
Found Ubuntu 14.04.1 LTS (14.04) on /dev/sdb3
Unhide GRUB boot menu in sdb4/boot/grub/grub.cfg
Le démarrage de l'ordinateur a été correctement réparé.
Vous pouvez maintenant redémarrer votre ordinateur.
N'oubliez pas de régler votre BIOS pour qu'il amorce sur le disque sdb ( USB DISK 3.0) !
============================ Boot Info After Repair ============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos2)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> Grub2 (v2.00) is installed in the MBR of /dev/sdb and looks at sector
34402304 of the same hard drive for core.img. core.img is at this location
and looks for (,gpt4)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_gpt biosdisk
---------------------------------------------------------------------------
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 7/2008: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.3 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /efi/Boot/grubx64.efi /efi/ubuntu/grubx64.efi
/efi/ubuntu/mmx64.efi /efi/ubuntu/MokManager.efi
/efi/ubuntu/shimx64.efi /efi/ubuntu/grub.cfg
sdb2: __________________________________________________________________________
File system: BIOS Boot partition
Boot sector type: Grub2's core.img
Boot sector info:
sdb3: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 14.04.1 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab
sdb4: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 18.04.4 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb5: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
================================ 4 OS detected =================================
OS#1: Windows 7 on sda1
OS#2: Ubuntu 20.04.3 LTS on sda2
OS#3: Ubuntu 14.04.1 LTS on sdb3
OS#4: Ubuntu 18.04.4 LTS on sdb4
================================ Host/Hardware =================================
CPU architecture: 64-bit
Video: CoreProcessorIntegratedGraphicsController from Intel Corporation
Live-session OS is Ubuntu 64-bit (Ubuntu 20.04 LTS, focal, x86_64)
===================================== UEFI =====================================
This live-session is in Legacy/BIOS/CSM mode (not in EFI mode).
648f9e93ae58ed689530b3e2da07414d sdb1/Boot/grubx64.efi
7dd96e18f135f11330a01701b6858e95 sdb1/ubuntu/grubx64.efi
d5a2dfd48441834f97d7ab8e3c26ba0f sdb1/ubuntu/mmx64.efi
ba8a7979ac57f1c0c307ef94d1020eb8 sdb1/ubuntu/MokManager.efi
6e94c3d33194c89bd327bfaa5871e294 sdb1/ubuntu/shimx64.efi
7dd96e18f135f11330a01701b6858e95 sdb1/Boot/BOOTX64.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, has-win, 2048 sectors * 512 bytes
sdb : is-GPT, hasBIOSboot, has---ESP, usb-disk, not-mmc, has-os, no-wind, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb5 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb3 : is-os, 64, apt-get, no-docgrub, nogrub, nogrubinstall, grubenv-ok, noupdategrub, not-far
sdb4 : is-os, 64, apt-get, grub-pc grub-efi , grub2, grub-install, grubenv-ok, update-grub, not-far
Partitions info (2/3): _________________________________________________________
sda1 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot
sda2 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb5 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb3 : isnotESP, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb4 : isnotESP, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sda1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
sda2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
sdb1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb5 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb3 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb4 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
fdisk -l (filtered): ___________________________________________________________
Disk sda: 111.81 GiB, 120034123776 bytes, 234441648 sectors
Disk identifier: 0x00040603
Boot Start End Sectors Size Id Type
sda1 * 2048 56383487 56381440 26.9G 7 HPFS/NTFS/exFAT
sda2 56383488 234440703 178057216 84.9G 83 Linux
Disk sdb: 58.9 GiB, 63216549888 bytes, 123469824 sectors
Disk identifier: ECB2E9FC-2892-4570-89E6-CBFC2C80BF0F
Start End Sectors Size Type
sdb1 33583104 34402303 819200 400M EFI System
sdb2 34402304 35426303 1024000 500M BIOS boot
sdb3 35426304 79447788 44021485 21G Linux filesystem
sdb4 79448064 123467595 44019532 21G Linux filesystem
sdb5 2048 33583103 33581056 16G Microsoft basic data
Partition table entries are not in disk order.
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:120GB:91.2GB:ext4::;
sdb:63.2GB:scsi:512:512:gpt: USB DISK 3.0:;
5:1049kB:17.2GB:17.2GB:fat32::msftdata;
1:17.2GB:17.6GB:419MB:fat32::boot, esp;
2:17.6GB:18.1GB:524MB:::bios_grub;
3:18.1GB:40.7GB:22.5GB:ext4::;
4:40.7GB:63.2GB:22.5GB:ext4::;
Free space (filtered): _________________________________________________________
sda:114473MiB:scsi:512:512:msdos:ATA LDLC:;
1:0.03MiB:1.00MiB:0.97MiB:free;
1:114473MiB:114473MiB:0.46MiB:free;
sdb:60288MiB:scsi:512:512:gpt: USB DISK 3.0:;
1:0.02MiB:1.00MiB:0.98MiB:free;
1:38793MiB:38793MiB:0.13MiB:free;
1:60287MiB:60288MiB:1.07MiB:free;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
└─sda2 ext4 9f5305b9-ddf9-4400-838d-7bb99f8b492f 00040603-02 ubuntu20.04-dell
sdb
├─sdb1 vfat 92C8-E043 c279ab17-8851-4486-b8fb-7ae86a52026d
├─sdb2 1f6dd8ce-568c-4617-9138-bb17d3c624a5
├─sdb3 ext4 72a66c99-76c9-420b-b133-77d8811a67f5 fcb240a0-cd9d-4f0f-829f-fac324612298 xubuntu-efi
├─sdb4 ext4 cb4fb6ab-daa4-405d-a278-99d4c4ca5e63 75c298a7-c048-4426-8ee7-943d786ea1f2 SB@
└─sdb5 vfat 0669-366B ee32a4b8-08a9-4165-b9e8-cf034813eaf5 test-multi
df (filtered): _________________________________________________________________
Avail Use% Mounted on
/cow 1.2G 34% /
/dev/sda1 2.9G 89% /mnt/boot-sav/sda1
/dev/sda2 7.9G 85% /mnt/boot-sav/sda2
/dev/sdb1 394.6M 1% /mnt/boot-sav/sdb1
/dev/sdb3 15G 22% /mnt/boot-sav/sdb3
/dev/sdb4 2.2G 84% /media/ubuntu/SB@
/dev/sdb5 5.6G 65% /media/ubuntu/test-multi
Mount options: __________________________________________________________________
sda1 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sda2 rw,relatime
sdb1 rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
sdb3 rw,relatime,stripe=32639
sdb4 rw,nosuid,nodev,relatime
sdb5 rw,nosuid,nodev,relatime,uid=999,gid=999,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (sur sda1) FA2AC6152AC5CF37
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb16 during installation
UUID=9f5305b9-ddf9-4400-838d-7bb99f8b492f / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
31,011360168 = 33,298194432 boot/grub/grub.cfg 1
32,926273346 = 35,354316800 boot/grub/i386-pc/core.img 1
56,363952637 = 60,520333312 boot/vmlinuz 2
42,168640137 = 45,278232576 boot/vmlinuz-5.13.0-25-generic 2
56,363952637 = 60,520333312 boot/vmlinuz-5.13.0-27-generic 2
42,168640137 = 45,278232576 boot/vmlinuz.old 2
74,452411652 = 79,942668288 boot/initrd.img 11
102,487300873 = 110,044901376 boot/initrd.img-5.13.0-25-generic 9
74,452411652 = 79,942668288 boot/initrd.img-5.13.0-27-generic 11
102,487300873 = 110,044901376 boot/initrd.img.old 9
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18151 août 12 09:18 10_linux
-rwxr-xr-x 1 root root 42359 août 17 2020 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 2020 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 2020 40_custom
-rwxr-xr-x 1 root root 216 avril 15 2020 41_custom
===================== sdb1/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid 72a66c99-76c9-420b-b133-77d8811a67f5 root hd1,gpt3
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
====================== sdb3/boot/grub/grub.cfg (filtered) ======================
Ubuntu 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, avec Linux 3.13.0-170-generic 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, avec Linux 3.13.0-117-generic 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, avec Linux 3.13.0-32-generic 72a66c99-76c9-420b-b133-77d8811a67f5
Windows 7 (loader) (sur sda1) FA2AC6152AC5CF37
Ubuntu 20.04.3 LTS (20.04) (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.11.0-43-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.11.0-41-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu 18.04.4 LTS (18.04) (sur sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
GNU/Linux (sur sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
GNU/Linux, avec Linux 4.15.0-101-generic (sur sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
GNU/Linux, avec Linux 4.15.0-99-generic (sur sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
GNU/Linux, avec Linux 4.15.0-91-generic (sur sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb3/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb3 during installation
UUID=72a66c99-76c9-420b-b133-77d8811a67f5 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sdb1 during installation
UUID=92C8-E043 /boot/efi vfat defaults 0 1
==================== sdb3: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
19,029285431 = 20,432539648 boot/grub/grub.cfg 1
19,077713013 = 20,484538368 boot/vmlinuz-3.13.0-117-generic 2
19,308181763 = 20,732002304 boot/vmlinuz-3.13.0-117-generic.efi.signed 1
19,421516418 = 20,853694464 boot/vmlinuz-3.13.0-170-generic 1
17,878444672 = 19,196833792 boot/vmlinuz-3.13.0-32-generic 2
19,421516418 = 20,853694464 vmlinuz 1
17,878444672 = 19,196833792 vmlinuz.old 2
21,895526886 = 23,510142976 boot/initrd.img-3.13.0-117-generic 2
19,653495789 = 21,102780416 boot/initrd.img-3.13.0-170-generic 2
19,528972626 = 20,969074688 boot/initrd.img-3.13.0-32-generic 2
19,653495789 = 21,102780416 initrd.img 2
19,528972626 = 20,969074688 initrd.img.old 2
====================== sdb4/boot/grub/grub.cfg (filtered) ======================
Ubuntu cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-101-generic cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-99-generic cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-91-generic cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Windows 7 (on sda1) FA2AC6152AC5CF37
Ubuntu 20.04.3 LTS (20.04) (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu 14.04.1 LTS (14.04) (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, avec Linux 3.13.0-170-generic (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, avec Linux 3.13.0-117-generic (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, avec Linux 3.13.0-32-generic (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb4/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=cb4fb6ab-daa4-405d-a278-99d4c4ca5e63 / ext4 noatime,errors=remount-ro 0 1
======================= sdb4/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sdb4: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
54,008808136 = 57,991516160 boot/grub/grub.cfg 1
54,499500275 = 58,518392832 boot/grub/i386-pc/core.img 1
45,524402618 = 48,881455104 boot/vmlinuz-4.15.0-101-generic 2
44,243148804 = 47,505719296 boot/vmlinuz-4.15.0-91-generic 1
39,215808868 = 42,107654144 boot/vmlinuz-4.15.0-99-generic 1
45,524402618 = 48,881455104 vmlinuz 2
39,215808868 = 42,107654144 vmlinuz.old 1
49,648735046 = 53,309923328 boot/initrd.img-4.15.0-101-generic 4
43,367458344 = 46,565453824 boot/initrd.img-4.15.0-91-generic 5
54,641597748 = 58,670968832 boot/initrd.img-4.15.0-99-generic 4
49,648735046 = 53,309923328 initrd.img 4
54,641597748 = 58,670968832 initrd.img.old 4
===================== sdb4: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 12808 janv. 7 2021 10_linux
-rwxr-xr-x 1 root root 11298 mars 4 2018 20_linux_xen
-rwxr-xr-x 1 root root 12059 mars 4 2018 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 4 2018 30_uefi-firmware
-rwxr-xr-x 1 root root 214 mars 4 2018 40_custom
-rwxr-xr-x 1 root root 216 mars 4 2018 41_custom
Pas de question posée au sujet d'un disque amovible.
@+. 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
#2257 Le 21/01/2022, à 08:29
- Babdu89
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Toujours en mode Bios_Legacy.
Tests du PPA-DEV 4appa166.
Tests en session live Bios_Legacy Ubuntu 20.04
Machine;
1 SSD interne /dev/sda
Windows 7 /dev/sda1
Ubuntu 20.04 /dev/sda2
1 HDD USB /dev/sdb
Plusieurs Linux installés, celui qui intéresse le test est en ;
Ubuntu 20.04 en /dev/sdb8.
boot-info-4ppa166 [20220120_1858]
============================== Boot Info Summary ===============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos2)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> 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 (,msdos7)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 7/2008: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.3 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 14.04.6 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/extlinux/extlinux.conf
/boot/grub/i386-pc/core.img
sdb2: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sdb3: __________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sdb5: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdb6: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 7/2008: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sdb7: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.1 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb8: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.3 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb9: __________________________________________________________________________
File system: ntfs
Boot sector type: Unknown
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
================================ 6 OS detected =================================
OS#1: L'OS actuellement utilisé - Ubuntu 20.04.3 LTS CurrentSession on sdb8
OS#2: Windows 7 on sda1
OS#3: Ubuntu 20.04.3 LTS on sda2
OS#4: Ubuntu 14.04.6 LTS on sdb1
OS#5: Windows 7 on sdb6
OS#6: Ubuntu 20.04.1 LTS on sdb7
================================ Host/Hardware =================================
CPU architecture: 64-bit
Video: CoreProcessorIntegratedGraphicsController from Intel Corporation
BOOT_IMAGE of the installed session in use:
/boot/vmlinuz-5.13.0-27-generic root=UUID=e0807aea-7a0f-48a3-96c7-8dfe13ce18da ro quiet splash
df -Th / : /dev/sdb8 ext4 69G 46G 19G 72% /
===================================== UEFI =====================================
This installed-session is in Legacy/BIOS/CSM mode (not in EFI mode).
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sdb : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, has-win, 2048 sectors * 512 bytes
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, has-win, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sdb8 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb1 : is-os, 32, apt-get, grub-pc grub-efi , grub2, grub-install, grubenv-ng, update-grub, not-far
sdb5 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdb6 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb7 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb9 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
Partitions info (2/3): _________________________________________________________
sdb8 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda1 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot
sda2 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb1 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb5 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb6 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot
sdb7 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb9 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sdb8 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sda1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
sda2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
sdb1 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb5 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb6 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb7 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb9 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
fdisk -l (filtered): ___________________________________________________________
Disk sda: 111.81 GiB, 120034123776 bytes, 234441648 sectors
Disk identifier: 0x00040603
Boot Start End Sectors Size Id Type
sda1 * 2048 56383487 56381440 26.9G 7 HPFS/NTFS/exFAT
sda2 56383488 234440703 178057216 84.9G 83 Linux
Disk sdb: 931.53 GiB, 1000204886016 bytes, 1953525168 sectors
Disk identifier: 0x0005eaf4
Boot Start End Sectors Size Id Type
sdb1 2048 119392255 119390208 57G 83 Linux
sdb2 119392256 128931839 9539584 4.6G 82 Linux swap / Solaris
sdb3 128933886 1953523711 1824589826 870G 5 Extended
sdb5 1303123968 1953523711 650399744 310.1G 7 HPFS/NTFS/exFAT
sdb6 * 128933888 185315327 56381440 26.9G 7 HPFS/NTFS/exFAT
sdb7 185317376 366401535 181084160 86.4G 83 Linux
sdb8 366403584 512532479 146128896 69.7G 83 Linux
sdb9 672231424 1303121919 630890496 300.9G 7 HPFS/NTFS/exFAT
Partition table entries are not in disk order.
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:120GB:91.2GB:ext4::;
sdb:1000GB:scsi:512:512:msdos:WD 1000FYP External:;
1:1049kB:61.1GB:61.1GB:ext4::;
2:61.1GB:66.0GB:4884MB:linux-swap(v1)::;
3:66.0GB:1000GB:934GB:::;
6:66.0GB:94.9GB:28.9GB:ntfs::boot;
7:94.9GB:188GB:92.7GB:ext4::;
8:188GB:262GB:74.8GB:ext4::;
9:344GB:667GB:323GB:ntfs::;
5:667GB:1000GB:333GB:ntfs::;
Free space (filtered): _________________________________________________________
sda:114473MiB:scsi:512:512:msdos:ATA LDLC:;
1:0.03MiB:1.00MiB:0.97MiB:free;
1:114473MiB:114473MiB:0.46MiB:free;
sdb:953870MiB:scsi:512:512:msdos:WD 1000FYP External:;
1:0.03MiB:1.00MiB:0.97MiB:free;
1:62955MiB:62956MiB:1.00MiB:free;
1:250260MiB:328234MiB:77974MiB:free;
1:953869MiB:953870MiB:0.71MiB:free;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
└─sda2 ext4 9f5305b9-ddf9-4400-838d-7bb99f8b492f 00040603-02 ubuntu20.04-dell
sdb
├─sdb1 ext4 936abfac-6ad1-424f-b5c8-af13408740ea 0005eaf4-01 wd-fusion14.04
├─sdb2 swap 9e5b57b2-0d34-42fc-9df2-ce9883e7f54a 0005eaf4-02
├─sdb3 0005eaf4-03
├─sdb5 ntfs 4F8D82190F345914 0005eaf4-05 data-usb-wd
├─sdb6 ntfs FA2AC6152AC5CF37 0005eaf4-06 windows-7-del
├─sdb7 ext4 d731aed8-c1e2-4d8a-9437-87680b920218 0005eaf4-07 wd-ubuntu-20.04
├─sdb8 ext4 e0807aea-7a0f-48a3-96c7-8dfe13ce18da 0005eaf4-08 wd-ubunity-20.04
└─sdb9 ntfs 28AA80B34A48F487 0005eaf4-09 data2-usb-wd
df (filtered): _________________________________________________________________
Avail Use% Mounted on
/dev/sda1 2.9G 89% /mnt/boot-sav/sda1
/dev/sda2 7.9G 85% /mnt/boot-sav/sda2
/dev/sdb1 14.4G 69% /media/bernard/wd-fusion14.04
/dev/sdb5 30.7G 90% /media/bernard/data-usb-wd
/dev/sdb6 5.5G 80% /media/bernard/windows-7-del
/dev/sdb7 18.6G 73% /media/bernard/wd-ubuntu-20.04
/dev/sdb8 18.6G 68% /
/dev/sdb9 91.4G 70% /media/bernard/data2-usb-wd
Mount options: __________________________________________________________________
sda1 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sda2 rw,relatime
sdb1 rw,nosuid,nodev,relatime
sdb5 rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
sdb6 rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
sdb7 rw,nosuid,nodev,relatime
sdb8 rw,relatime,errors=remount-ro
sdb9 rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (sur sda1) FA2AC6152AC5CF37
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb16 during installation
UUID=9f5305b9-ddf9-4400-838d-7bb99f8b492f / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
62,647880554 = 67,267649536 boot/grub/grub.cfg 2
32,926273346 = 35,354316800 boot/grub/i386-pc/core.img 1
56,363952637 = 60,520333312 boot/vmlinuz 2
42,168640137 = 45,278232576 boot/vmlinuz-5.13.0-25-generic 2
56,363952637 = 60,520333312 boot/vmlinuz-5.13.0-27-generic 2
42,168640137 = 45,278232576 boot/vmlinuz.old 2
74,452411652 = 79,942668288 boot/initrd.img 11
102,487300873 = 110,044901376 boot/initrd.img-5.13.0-25-generic 9
74,452411652 = 79,942668288 boot/initrd.img-5.13.0-27-generic 11
102,487300873 = 110,044901376 boot/initrd.img.old 9
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18151 août 12 11:18 10_linux
-rwxr-xr-x 1 root root 42359 août 17 2020 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 2020 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 2020 40_custom
-rwxr-xr-x 1 root root 216 avril 15 2020 41_custom
====================== sdb1/boot/grub/grub.cfg (filtered) ======================
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-170-generic 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-169-generic 936abfac-6ad1-424f-b5c8-af13408740ea
Windows 7 (loader) (sur sda1) FA2AC6152AC5CF37
Ubuntu 20.04.1 LTS (20.04) (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-47-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (loader) (sur sdb6) FA2AC6152AC5CF37
Ubuntu 20.04.1 LTS (20.04) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-47-generic (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sda2) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-47-generic (sur sda2) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sda2) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sda2) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, with Linux 5.4.0-42-generic (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sda2) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sda2) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, with Linux 5.4.0-42-generic (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec
Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec
Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell
Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition systeme-fusion-dell
========================== sdb1/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=936abfac-6ad1-424f-b5c8-af13408740ea / ext4 noatime,errors=remount-ro 0 1
# swap was on /dev/sdb2 during installation
UUID=9e5b57b2-0d34-42fc-9df2-ce9883e7f54a none swap sw 0 0
======================= sdb1/etc/default/grub (filtered) =======================
GRUB_SAVEDEFAULT="true"
GRUB_DEFAULT="saved"
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`echo -n PT-HYBRYDE FUSION 14.04_usb-WD`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_BACKGROUND="/etc/remastersys/grub.jpg"
================= sdb1/boot/extlinux/extlinux.conf (filtered) ==================
default l0
prompt 1
timeout 50
include themes/debian/theme.cfg
==================== sdb1: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
26,771205902 = 28,745363456 boot/grub/grub.cfg 1
40,291599274 = 43,262775296 boot/grub/i386-pc/core.img 1
36,138660431 = 38,803591168 boot/vmlinuz-3.13.0-169-generic 1
36,150348663 = 38,816141312 boot/vmlinuz-3.13.0-170-generic 1
36,150348663 = 38,816141312 vmlinuz 1
36,138660431 = 38,803591168 vmlinuz.old 1
21,037097931 = 22,588411904 boot/initrd.img-3.13.0-169-generic 3
21,006626129 = 22,555693056 boot/initrd.img-3.13.0-170-generic 3
21,006626129 = 22,555693056 initrd.img 3
21,037097931 = 22,588411904 initrd.img.old 3
================== sdb1: Location of files loaded by Syslinux ==================
GiB - GB File Fragment(s)
36,144672394 = 38,810046464 boot/extlinux/extlinux.conf 1
36,144657135 = 38,810030080 boot/extlinux/chain.c32 1
=============== sdb1: Version of COM32(R) files used by Syslinux ===============
boot/extlinux/chain.c32 : COM32R module (v4.xx)
===================== sdb1: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 11608 avril 11 2014 10_linux
-rwxr-xr-x 1 root root 10412 avril 11 2014 20_linux_xen
-rwxr-xr-x 1 root root 11692 avril 11 2014 30_os-prober
-rwxr-xr-x 1 root root 1418 août 2 2016 30_uefi-firmware
-rwxr-xr-x 1 root root 2128 juil. 9 2019 40_custom
-rwxr-xr-x 1 root root 2106 juil. 9 2019 40_custom~
-rwxr-xr-x 1 root root 216 avril 9 2013 41_custom
========================== sdb1/etc/grub.d/40_custom ===========================
#!/bin/sh
exec tail -n +3 $0
# 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.
menuentry "Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-budgie-17.04-desktop-i386.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-17.10-desktop-amd64.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root FA2AC6152AC5CF37
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition systeme-fusion-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root UUID-partition-system-fusion-dell
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
========================== sdb1/etc/grub.d/40_custom~ ==========================
#!/bin/sh
exec tail -n +3 $0
# 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.
menuentry "Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-budgie-17.04-desktop-i386.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-17.10-desktop-amd64.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root FA2AC6152AC5CF37
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root FA2AC6152AC5CF37
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
====================== sdb7/boot/grub/grub.cfg (filtered) ======================
Ubuntu d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.8.0-36-generic d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-56-generic d731aed8-c1e2-4d8a-9437-87680b920218
Windows 7 (sur sda1) FA2AC6152AC5CF37
Ubuntu 20.04.3 LTS (20.04) (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu 14.04.6 LTS (14.04) (sur sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux (sur sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-170-generic (sur sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-169-generic (sur sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
Windows 7 (sur sdb6) FA2AC6152AC5CF37
Ubuntu 20.04.3 LTS (20.04) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.13.0-27-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.3 LTS (20.04) (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.13.0-27-generic (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb7/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb16 during installation
UUID=d731aed8-c1e2-4d8a-9437-87680b920218 / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sdb7/etc/default/grub (filtered) =======================
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=""
==================== sdb7: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
171,499153137 = 184,145813504 boot/grub/grub.cfg 5
140,711128235 = 151,087423488 boot/grub/i386-pc/core.img 1
146,312759399 = 157,102129152 boot/vmlinuz 1
157,158340454 = 168,747483136 boot/vmlinuz-5.4.0-56-generic 1
146,312759399 = 157,102129152 boot/vmlinuz-5.8.0-36-generic 1
157,158340454 = 168,747483136 boot/vmlinuz.old 1
146,961910248 = 157,799149568 boot/initrd.img 2
146,793018341 = 157,617803264 boot/initrd.img-5.4.0-56-generic 2
146,961910248 = 157,799149568 boot/initrd.img-5.8.0-36-generic 2
146,793018341 = 157,617803264 boot/initrd.img.old 2
===================== sdb7: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 17622 août 17 2020 10_linux
-rwxr-xr-x 1 root root 42359 août 17 2020 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 2020 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 2020 40_custom
-rwxr-xr-x 1 root root 216 avril 15 2020 41_custom
====================== sdb8/boot/grub/grub.cfg (filtered) ======================
Ubuntu e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.13.0-27-generic e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Windows 7 (sur sda1) FA2AC6152AC5CF37
Ubuntu 20.04.3 LTS (20.04) (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu 14.04.6 LTS (14.04) (sur sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux (sur sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-170-generic (sur sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-169-generic (sur sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
Windows 7 (sur sdb6) FA2AC6152AC5CF37
Ubuntu 20.04.1 LTS (20.04) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.8.0-36-generic (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-56-generic (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb8/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sd*8 during installation
UUID=e0807aea-7a0f-48a3-96c7-8dfe13ce18da / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc5 during installation
UUID=d3b7af4e-d1ea-4042-be93-6f01923525a7 none swap sw 0 0
======================= sdb8/etc/default/grub (filtered) =======================
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=""
==================== sdb8: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
222,039470673 = 238,413066240 boot/grub/grub.cfg 3
186,861999512 = 200,641544192 boot/grub/i386-pc/core.img 1
207,325866699 = 222,614454272 boot/vmlinuz 1
207,325866699 = 222,614454272 boot/vmlinuz-5.13.0-27-generic 1
202,499149323 = 217,431805952 boot/vmlinuz-5.4.0-47-generic 1
202,499149323 = 217,431805952 boot/vmlinuz.old 1
197,401153564 = 211,957874688 boot/initrd.img 6
197,401153564 = 211,957874688 boot/initrd.img-5.13.0-27-generic 6
196,765029907 = 211,274842112 boot/initrd.img-5.4.0-47-generic 6
196,765029907 = 211,274842112 boot/initrd.img.old 6
===================== sdb8: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18151 août 12 11:18 10_linux
-rwxr-xr-x 1 root root 42359 août 17 2020 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 2020 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 2020 40_custom
-rwxr-xr-x 1 root root 216 avril 15 2020 41_custom
======================== Unknown MBRs/Boot Sectors/etc =========================
Unknown BootLoader on sdb9
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 70 11 28 |........?....p.(|
00000020 00 00 00 00 80 00 80 00 ff 9f 9a 25 00 00 00 00 |...........%....|
00000030 04 00 00 00 00 00 00 00 ff a9 59 02 00 00 00 00 |..........Y.....|
00000040 f6 00 00 00 01 00 00 00 87 f4 48 4a b3 80 aa 28 |..........HJ...(|
00000050 00 00 00 00 0e 1f be 71 7c ac 22 c0 74 0b 56 b4 |.......q|.".t.V.|
00000060 0e bb 07 00 cd 10 5e eb f0 32 e4 cd 16 cd 19 eb |......^..2......|
00000070 fe 54 68 69 73 20 69 73 20 6e 6f 74 20 61 20 62 |.This is not a b|
00000080 6f 6f 74 61 62 6c 65 20 64 69 73 6b 2e 20 50 6c |ootable disk. Pl|
00000090 65 61 73 65 20 69 6e 73 65 72 74 20 61 20 62 6f |ease insert a bo|
000000a0 6f 74 61 62 6c 65 20 66 6c 6f 70 70 79 20 61 6e |otable floppy an|
000000b0 64 0d 0a 70 72 65 73 73 20 61 6e 79 20 6b 65 79 |d..press any key|
000000c0 20 74 6f 20 74 72 79 20 61 67 61 69 6e 20 2e 2e | to try again ..|
000000d0 2e 20 0d 0a 00 00 00 00 00 00 00 00 00 00 00 00 |. ..............|
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000200
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would reinstall the grub2 of
sdb8 into the MBR of sdb.
Grub-efi would not be selected by default because no ESP detected.
Additional repair would be performed: unhide-bootmenu-10s
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your BIOS boot on sdb (WD 1000FYP External) disk!
réinstallation de grub dans /dev/sdb8
boot-repair-4ppa166 [20220120_2124]
============================= Boot Repair Summary ==============================
Recommended repair: ____________________________________________________________
The default repair of the Boot-Repair utility will reinstall the grub2 of
sdb8 into the MBR of sdb.
Grub-efi will not be selected by default because no ESP detected.
Additional repair will be performed: unhide-bootmenu-10s
Unhide GRUB boot menu in sdb8/etc/default/grub
========================= Reinstall the grub2 of sdb8 ==========================
grub-install --version
grub-install (GRUB) 2.04-1ubuntu26.13
==> Reinstall the GRUB of sdb8 into the MBR of sdb
grub-install /dev/sdb
Installing for i386-pc platform.
Installation finished. No error reported.
update-grub
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.13.0-27-generic
Found initrd image: /boot/initrd.img-5.13.0-27-generic
Found linux image: /boot/vmlinuz-5.4.0-47-generic
Found initrd image: /boot/initrd.img-5.4.0-47-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 on /dev/sda1
Found Ubuntu 20.04.3 LTS (20.04) on /dev/sda2
Found Ubuntu 14.04.6 LTS (14.04) on /dev/sdb1
Found Windows 7 on /dev/sdb6
Found Ubuntu 20.04.1 LTS (20.04) on /dev/sdb7
Unhide GRUB boot menu in sdb8/boot/grub/grub.cfg
Unhide GRUB boot menu in sda2/boot/grub/grub.cfg
Unhide GRUB boot menu in sdb1/boot/grub/grub.cfg
Unhide GRUB boot menu in sdb7/boot/grub/grub.cfg
Le démarrage de l'ordinateur a été correctement réparé.
Vous pouvez maintenant redémarrer votre ordinateur.
N'oubliez pas de régler votre BIOS pour qu'il amorce sur le disque sdb (WD 1000FYP External) !
============================ Boot Info After Repair ============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos2)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> 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 (,msdos8)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 7/2008: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.3 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 14.04.6 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/extlinux/extlinux.conf
/boot/grub/i386-pc/core.img
sdb2: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sdb3: __________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sdb5: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdb6: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 7/2008: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sdb7: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.1 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb8: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.3 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb9: __________________________________________________________________________
File system: ntfs
Boot sector type: Unknown
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
================================ 6 OS detected =================================
OS#1: L'OS actuellement utilisé - Ubuntu 20.04.3 LTS CurrentSession on sdb8
OS#2: Windows 7 on sda1
OS#3: Ubuntu 20.04.3 LTS on sda2
OS#4: Ubuntu 14.04.6 LTS on sdb1
OS#5: Windows 7 on sdb6
OS#6: Ubuntu 20.04.1 LTS on sdb7
================================ Host/Hardware =================================
CPU architecture: 64-bit
Video: CoreProcessorIntegratedGraphicsController from Intel Corporation
BOOT_IMAGE of the installed session in use:
/boot/vmlinuz-5.13.0-27-generic root=UUID=e0807aea-7a0f-48a3-96c7-8dfe13ce18da ro quiet splash
df -Th / : /dev/sdb8 ext4 69G 46G 19G 72% /
===================================== UEFI =====================================
This installed-session is in Legacy/BIOS/CSM mode (not in EFI mode).
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sdb : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, has-win, 2048 sectors * 512 bytes
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, has-win, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sdb8 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb1 : is-os, 32, apt-get, grub-pc grub-efi , grub2, grub-install, grubenv-ng, update-grub, not-far
sdb5 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdb6 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb7 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb9 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
Partitions info (2/3): _________________________________________________________
sdb8 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda1 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot
sda2 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb1 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb5 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb6 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot
sdb7 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb9 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sdb8 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sda1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
sda2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
sdb1 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb5 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb6 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb7 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb9 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
fdisk -l (filtered): ___________________________________________________________
Disk sda: 111.81 GiB, 120034123776 bytes, 234441648 sectors
Disk identifier: 0x00040603
Boot Start End Sectors Size Id Type
sda1 * 2048 56383487 56381440 26.9G 7 HPFS/NTFS/exFAT
sda2 56383488 234440703 178057216 84.9G 83 Linux
Disk sdb: 931.53 GiB, 1000204886016 bytes, 1953525168 sectors
Disk identifier: 0x0005eaf4
Boot Start End Sectors Size Id Type
sdb1 2048 119392255 119390208 57G 83 Linux
sdb2 119392256 128931839 9539584 4.6G 82 Linux swap / Solaris
sdb3 128933886 1953523711 1824589826 870G 5 Extended
sdb5 1303123968 1953523711 650399744 310.1G 7 HPFS/NTFS/exFAT
sdb6 * 128933888 185315327 56381440 26.9G 7 HPFS/NTFS/exFAT
sdb7 185317376 366401535 181084160 86.4G 83 Linux
sdb8 366403584 512532479 146128896 69.7G 83 Linux
sdb9 672231424 1303121919 630890496 300.9G 7 HPFS/NTFS/exFAT
Partition table entries are not in disk order.
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:120GB:91.2GB:ext4::;
sdb:1000GB:scsi:512:512:msdos:WD 1000FYP External:;
1:1049kB:61.1GB:61.1GB:ext4::;
2:61.1GB:66.0GB:4884MB:linux-swap(v1)::;
3:66.0GB:1000GB:934GB:::;
6:66.0GB:94.9GB:28.9GB:ntfs::boot;
7:94.9GB:188GB:92.7GB:ext4::;
8:188GB:262GB:74.8GB:ext4::;
9:344GB:667GB:323GB:ntfs::;
5:667GB:1000GB:333GB:ntfs::;
Free space (filtered): _________________________________________________________
sda:114473MiB:scsi:512:512:msdos:ATA LDLC:;
1:0.03MiB:1.00MiB:0.97MiB:free;
1:114473MiB:114473MiB:0.46MiB:free;
sdb:953870MiB:scsi:512:512:msdos:WD 1000FYP External:;
1:0.03MiB:1.00MiB:0.97MiB:free;
1:62955MiB:62956MiB:1.00MiB:free;
1:250260MiB:328234MiB:77974MiB:free;
1:953869MiB:953870MiB:0.71MiB:free;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
└─sda2 ext4 9f5305b9-ddf9-4400-838d-7bb99f8b492f 00040603-02 ubuntu20.04-dell
sdb
├─sdb1 ext4 936abfac-6ad1-424f-b5c8-af13408740ea 0005eaf4-01 wd-fusion14.04
├─sdb2 swap 9e5b57b2-0d34-42fc-9df2-ce9883e7f54a 0005eaf4-02
├─sdb3 0005eaf4-03
├─sdb5 ntfs 4F8D82190F345914 0005eaf4-05 data-usb-wd
├─sdb6 ntfs FA2AC6152AC5CF37 0005eaf4-06 windows-7-del
├─sdb7 ext4 d731aed8-c1e2-4d8a-9437-87680b920218 0005eaf4-07 wd-ubuntu-20.04
├─sdb8 ext4 e0807aea-7a0f-48a3-96c7-8dfe13ce18da 0005eaf4-08 wd-ubunity-20.04
└─sdb9 ntfs 28AA80B34A48F487 0005eaf4-09 data2-usb-wd
df (filtered): _________________________________________________________________
Avail Use% Mounted on
/dev/sda1 2.9G 89% /mnt/boot-sav/sda1
/dev/sda2 7.9G 85% /mnt/boot-sav/sda2
/dev/sdb1 14.4G 69% /mnt/boot-sav/sdb1
/dev/sdb5 30.7G 90% /media/bernard/data-usb-wd
/dev/sdb6 5.5G 80% /mnt/boot-sav/sdb6
/dev/sdb7 18.6G 73% /mnt/boot-sav/sdb7
/dev/sdb8 18.7G 67% /
/dev/sdb9 91.4G 70% /media/bernard/data2-usb-wd
Mount options: __________________________________________________________________
sda1 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sda2 rw,relatime
sdb1 rw,relatime
sdb5 rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
sdb6 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sdb7 rw,relatime
sdb8 rw,relatime,errors=remount-ro
sdb9 rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (sur sda1) FA2AC6152AC5CF37
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb16 during installation
UUID=9f5305b9-ddf9-4400-838d-7bb99f8b492f / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
26,885749817 = 28,868354048 boot/grub/grub.cfg 1
32,926273346 = 35,354316800 boot/grub/i386-pc/core.img 1
56,363952637 = 60,520333312 boot/vmlinuz 2
42,168640137 = 45,278232576 boot/vmlinuz-5.13.0-25-generic 2
56,363952637 = 60,520333312 boot/vmlinuz-5.13.0-27-generic 2
42,168640137 = 45,278232576 boot/vmlinuz.old 2
74,452411652 = 79,942668288 boot/initrd.img 11
102,487300873 = 110,044901376 boot/initrd.img-5.13.0-25-generic 9
74,452411652 = 79,942668288 boot/initrd.img-5.13.0-27-generic 11
102,487300873 = 110,044901376 boot/initrd.img.old 9
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18151 août 12 11:18 10_linux
-rwxr-xr-x 1 root root 42359 août 17 2020 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 2020 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 2020 40_custom
-rwxr-xr-x 1 root root 216 avril 15 2020 41_custom
====================== sdb1/boot/grub/grub.cfg (filtered) ======================
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-170-generic 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-169-generic 936abfac-6ad1-424f-b5c8-af13408740ea
Windows 7 (loader) (sur sda1) FA2AC6152AC5CF37
Ubuntu 20.04.1 LTS (20.04) (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-47-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (loader) (sur sdb6) FA2AC6152AC5CF37
Ubuntu 20.04.1 LTS (20.04) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-47-generic (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sda2) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-47-generic (sur sda2) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sda2) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sda2) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, with Linux 5.4.0-42-generic (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sda2) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sda2) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, with Linux 5.4.0-42-generic (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec
Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec
Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell
Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition systeme-fusion-dell
========================== sdb1/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=936abfac-6ad1-424f-b5c8-af13408740ea / ext4 noatime,errors=remount-ro 0 1
# swap was on /dev/sdb2 during installation
UUID=9e5b57b2-0d34-42fc-9df2-ce9883e7f54a none swap sw 0 0
======================= sdb1/etc/default/grub (filtered) =======================
GRUB_SAVEDEFAULT="true"
GRUB_DEFAULT="saved"
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`echo -n PT-HYBRYDE FUSION 14.04_usb-WD`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_BACKGROUND="/etc/remastersys/grub.jpg"
================= sdb1/boot/extlinux/extlinux.conf (filtered) ==================
default l0
prompt 1
timeout 50
include themes/debian/theme.cfg
==================== sdb1: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
0,001064301 = 0,001142784 boot/grub/grub.cfg 1
40,291599274 = 43,262775296 boot/grub/i386-pc/core.img 1
36,138660431 = 38,803591168 boot/vmlinuz-3.13.0-169-generic 1
36,150348663 = 38,816141312 boot/vmlinuz-3.13.0-170-generic 1
36,150348663 = 38,816141312 vmlinuz 1
36,138660431 = 38,803591168 vmlinuz.old 1
21,037097931 = 22,588411904 boot/initrd.img-3.13.0-169-generic 3
21,006626129 = 22,555693056 boot/initrd.img-3.13.0-170-generic 3
21,006626129 = 22,555693056 initrd.img 3
21,037097931 = 22,588411904 initrd.img.old 3
================== sdb1: Location of files loaded by Syslinux ==================
GiB - GB File Fragment(s)
36,144672394 = 38,810046464 boot/extlinux/extlinux.conf 1
36,144657135 = 38,810030080 boot/extlinux/chain.c32 1
=============== sdb1: Version of COM32(R) files used by Syslinux ===============
boot/extlinux/chain.c32 : COM32R module (v4.xx)
===================== sdb1: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 11608 avril 11 2014 10_linux
-rwxr-xr-x 1 root root 10412 avril 11 2014 20_linux_xen
-rwxr-xr-x 1 root root 11692 avril 11 2014 30_os-prober
-rwxr-xr-x 1 root root 1418 août 2 2016 30_uefi-firmware
-rwxr-xr-x 1 root root 2128 juil. 9 2019 40_custom
-rwxr-xr-x 1 root root 2106 juil. 9 2019 40_custom~
-rwxr-xr-x 1 root root 216 avril 9 2013 41_custom
========================== sdb1/etc/grub.d/40_custom ===========================
#!/bin/sh
exec tail -n +3 $0
# 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.
menuentry "Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-budgie-17.04-desktop-i386.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-17.10-desktop-amd64.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root FA2AC6152AC5CF37
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition systeme-fusion-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root UUID-partition-system-fusion-dell
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
========================== sdb1/etc/grub.d/40_custom~ ==========================
#!/bin/sh
exec tail -n +3 $0
# 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.
menuentry "Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-budgie-17.04-desktop-i386.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-17.10-desktop-amd64.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root FA2AC6152AC5CF37
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root FA2AC6152AC5CF37
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
====================== sdb7/boot/grub/grub.cfg (filtered) ======================
Ubuntu d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.8.0-36-generic d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-56-generic d731aed8-c1e2-4d8a-9437-87680b920218
Windows 7 (sur sda1) FA2AC6152AC5CF37
Ubuntu 20.04.3 LTS (20.04) (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu 14.04.6 LTS (14.04) (sur sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux (sur sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-170-generic (sur sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-169-generic (sur sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
Windows 7 (sur sdb6) FA2AC6152AC5CF37
Ubuntu 20.04.3 LTS (20.04) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.13.0-27-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.3 LTS (20.04) (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.13.0-27-generic (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb7/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb16 during installation
UUID=d731aed8-c1e2-4d8a-9437-87680b920218 / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sdb7/etc/default/grub (filtered) =======================
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=""
==================== sdb7: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
88,366237640 = 94,882525184 boot/grub/grub.cfg 1
140,711128235 = 151,087423488 boot/grub/i386-pc/core.img 1
146,312759399 = 157,102129152 boot/vmlinuz 1
157,158340454 = 168,747483136 boot/vmlinuz-5.4.0-56-generic 1
146,312759399 = 157,102129152 boot/vmlinuz-5.8.0-36-generic 1
157,158340454 = 168,747483136 boot/vmlinuz.old 1
146,961910248 = 157,799149568 boot/initrd.img 2
146,793018341 = 157,617803264 boot/initrd.img-5.4.0-56-generic 2
146,961910248 = 157,799149568 boot/initrd.img-5.8.0-36-generic 2
146,793018341 = 157,617803264 boot/initrd.img.old 2
===================== sdb7: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 17622 août 17 2020 10_linux
-rwxr-xr-x 1 root root 42359 août 17 2020 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 2020 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 2020 40_custom
-rwxr-xr-x 1 root root 216 avril 15 2020 41_custom
====================== sdb8/boot/grub/grub.cfg (filtered) ======================
Ubuntu e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, with Linux 5.13.0-27-generic e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, with Linux 5.4.0-47-generic e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Windows 7 (on sda1) FA2AC6152AC5CF37
Ubuntu 20.04.3 LTS (20.04) (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu 14.04.6 LTS (14.04) (on sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux (on sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-170-generic (on sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-169-generic (on sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
Windows 7 (on sdb6) FA2AC6152AC5CF37
Ubuntu 20.04.1 LTS (20.04) (on sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (on sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.8.0-36-generic (on sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-56-generic (on sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb8/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sd*8 during installation
UUID=e0807aea-7a0f-48a3-96c7-8dfe13ce18da / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc5 during installation
UUID=d3b7af4e-d1ea-4042-be93-6f01923525a7 none swap sw 0 0
======================= sdb8/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sdb8: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
233,565391541 = 250,788929536 boot/grub/grub.cfg 1
217,046657562 = 233,052073984 boot/grub/i386-pc/core.img 1
207,325866699 = 222,614454272 boot/vmlinuz 1
207,325866699 = 222,614454272 boot/vmlinuz-5.13.0-27-generic 1
202,499149323 = 217,431805952 boot/vmlinuz-5.4.0-47-generic 1
202,499149323 = 217,431805952 boot/vmlinuz.old 1
197,401153564 = 211,957874688 boot/initrd.img 6
197,401153564 = 211,957874688 boot/initrd.img-5.13.0-27-generic 6
196,765029907 = 211,274842112 boot/initrd.img-5.4.0-47-generic 6
196,765029907 = 211,274842112 boot/initrd.img.old 6
===================== sdb8: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18151 août 12 11:18 10_linux
-rwxr-xr-x 1 root root 42359 août 17 2020 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 2020 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 2020 40_custom
-rwxr-xr-x 1 root root 216 avril 15 2020 41_custom
======================== Unknown MBRs/Boot Sectors/etc =========================
Unknown BootLoader on sdb9
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 70 11 28 |........?....p.(|
00000020 00 00 00 00 80 00 80 00 ff 9f 9a 25 00 00 00 00 |...........%....|
00000030 04 00 00 00 00 00 00 00 ff a9 59 02 00 00 00 00 |..........Y.....|
00000040 f6 00 00 00 01 00 00 00 87 f4 48 4a b3 80 aa 28 |..........HJ...(|
00000050 00 00 00 00 0e 1f be 71 7c ac 22 c0 74 0b 56 b4 |.......q|.".t.V.|
00000060 0e bb 07 00 cd 10 5e eb f0 32 e4 cd 16 cd 19 eb |......^..2......|
00000070 fe 54 68 69 73 20 69 73 20 6e 6f 74 20 61 20 62 |.This is not a b|
00000080 6f 6f 74 61 62 6c 65 20 64 69 73 6b 2e 20 50 6c |ootable disk. Pl|
00000090 65 61 73 65 20 69 6e 73 65 72 74 20 61 20 62 6f |ease insert a bo|
000000a0 6f 74 61 62 6c 65 20 66 6c 6f 70 70 79 20 61 6e |otable floppy an|
000000b0 64 0d 0a 70 72 65 73 73 20 61 6e 79 20 6b 65 79 |d..press any key|
000000c0 20 74 6f 20 74 72 79 20 61 67 61 69 6e 20 2e 2e | to try again ..|
000000d0 2e 20 0d 0a 00 00 00 00 00 00 00 00 00 00 00 00 |. ..............|
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000200
Pas de question posée au sujet d'un disque amovible.
@+. 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
#2258 Le 21/01/2022, à 08:54
- Babdu89
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Alors changement de mode de démarrage de la machine.
Tests en mode UEFI.
Tests du PPA-DEV 4appa166.
Machine;
1 SSD interne /dev/sda
Windows 7 /dev/sda1
Ubuntu 20.04 /dev/sda2
1 Clé USB de tests avec 2 Linux installé en Bios_Legacy et UEFI, qui démarrent dans les deux modes.
Avec boot-repair en session installée UEFI. Test de réinstallation d'un grub-efi sur un des 2 Linux de la clé.
boot-info en UEFI;
boot-info-4ppa166 [20220120_2159]
============================== Boot Info Summary ===============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos2)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> Grub2 (v2.00) is installed in the MBR of /dev/sdb and looks at sector
34402304 of the same hard drive for core.img. core.img is at this location
and looks for (,gpt4)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_gpt biosdisk
---------------------------------------------------------------------------
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 7/2008: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.3 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /efi/Boot/grubx64.efi /efi/ubuntu/grubx64.efi
/efi/ubuntu/mmx64.efi /efi/ubuntu/MokManager.efi
/efi/ubuntu/shimx64.efi /efi/ubuntu/grub.cfg
sdb2: __________________________________________________________________________
File system: BIOS Boot partition
Boot sector type: Grub2's core.img
Boot sector info:
sdb3: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 14.04.1 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab
sdb4: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 18.04.4 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb5: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
================================ 4 OS detected =================================
OS#1: Ubuntu 20.04.3 LTS on sda2
OS#2: Ubuntu 14.04.1 LTS on sdb3
OS#3: Ubuntu 18.04.4 LTS on sdb4
OS#4: Windows 7 on sda1
================================ Host/Hardware =================================
CPU architecture: 64-bit
Video: CoreProcessorIntegratedGraphicsController from Intel Corporation
Live-session OS is Ubuntu 64-bit (Ubuntu 20.04 LTS, focal, x86_64)
===================================== UEFI =====================================
The firmware is EFI-compatible, and is set in EFI-mode for this live-session.
BootCurrent: 0006
Timeout: 2 seconds
BootOrder: 0005,0000,0002,0001,0003,0004,0006
Boot0000 Diskette Drive BBS(Floppy,,0x0)
Boot0001* Internal HDD BBS(HD,,0x0)P0: LDLC .
Boot0002* USB Storage Device BBS(USB,,0x0)
Boot0003* CD/DVD/CD-RW Drive BBS(CDROM,,0x0)P1: TSSTcorp DVD+/-RW TS-U633J.
Boot0004 Onboard NIC BBS(Network,,0x0)
Boot0005* ubuntu HD(1,GPT,c279ab17-8851-4486-b8fb-7ae86a52026d,0x2007000,0xc8000)/File(\EFI\ubuntu\grubx64.efi)
Boot0006 UEFI: TSSTcorp DVD+/-RW TS-U633J PciRoot(0x0)/Pci(0x1f,0x2)/Sata(1,65535,0)/CDROM(1,0x101bac,0x1f00)
648f9e93ae58ed689530b3e2da07414d sdb1/Boot/grubx64.efi
7dd96e18f135f11330a01701b6858e95 sdb1/ubuntu/grubx64.efi
d5a2dfd48441834f97d7ab8e3c26ba0f sdb1/ubuntu/mmx64.efi
ba8a7979ac57f1c0c307ef94d1020eb8 sdb1/ubuntu/MokManager.efi
6e94c3d33194c89bd327bfaa5871e294 sdb1/ubuntu/shimx64.efi
7dd96e18f135f11330a01701b6858e95 sdb1/Boot/BOOTX64.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, has-win, 2048 sectors * 512 bytes
sdb : is-GPT, hasBIOSboot, has---ESP, usb-disk, not-mmc, has-os, no-wind, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb3 : is-os, 64, apt-get, no-docgrub, nogrub, nogrubinstall, grubenv-ok, noupdategrub, not-far
sdb4 : is-os, 64, apt-get, grub-pc grub-efi , grub2, grub-install, grubenv-ok, update-grub, not-far
sdb5 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
Partitions info (2/3): _________________________________________________________
sda1 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot
sda2 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb3 : isnotESP, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb4 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb5 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sda1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
sda2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
sdb1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb3 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb4 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb5 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
fdisk -l (filtered): ___________________________________________________________
Disk sda: 111.81 GiB, 120034123776 bytes, 234441648 sectors
Disk identifier: 0x00040603
Boot Start End Sectors Size Id Type
sda1 * 2048 56383487 56381440 26.9G 7 HPFS/NTFS/exFAT
sda2 56383488 234440703 178057216 84.9G 83 Linux
Disk sdb: 58.9 GiB, 63216549888 bytes, 123469824 sectors
Disk identifier: ECB2E9FC-2892-4570-89E6-CBFC2C80BF0F
Start End Sectors Size Type
sdb1 33583104 34402303 819200 400M EFI System
sdb2 34402304 35426303 1024000 500M BIOS boot
sdb3 35426304 79447788 44021485 21G Linux filesystem
sdb4 79448064 123467595 44019532 21G Linux filesystem
sdb5 2048 33583103 33581056 16G Microsoft basic data
Partition table entries are not in disk order.
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:120GB:91.2GB:ext4::;
sdb:63.2GB:scsi:512:512:gpt: USB DISK 3.0:;
5:1049kB:17.2GB:17.2GB:fat32::msftdata;
1:17.2GB:17.6GB:419MB:fat32::boot, esp;
2:17.6GB:18.1GB:524MB:::bios_grub;
3:18.1GB:40.7GB:22.5GB:ext4::;
4:40.7GB:63.2GB:22.5GB:ext4::;
Free space (filtered): _________________________________________________________
sda:114473MiB:scsi:512:512:msdos:ATA LDLC:;
1:0.03MiB:1.00MiB:0.97MiB:free;
1:114473MiB:114473MiB:0.46MiB:free;
sdb:60288MiB:scsi:512:512:gpt: USB DISK 3.0:;
1:0.02MiB:1.00MiB:0.98MiB:free;
1:38793MiB:38793MiB:0.13MiB:free;
1:60287MiB:60288MiB:1.07MiB:free;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
└─sda2 ext4 9f5305b9-ddf9-4400-838d-7bb99f8b492f 00040603-02 ubuntu20.04-dell
sdb
├─sdb1 vfat 92C8-E043 c279ab17-8851-4486-b8fb-7ae86a52026d
├─sdb2 1f6dd8ce-568c-4617-9138-bb17d3c624a5
├─sdb3 ext4 72a66c99-76c9-420b-b133-77d8811a67f5 fcb240a0-cd9d-4f0f-829f-fac324612298 xubuntu-efi
├─sdb4 ext4 cb4fb6ab-daa4-405d-a278-99d4c4ca5e63 75c298a7-c048-4426-8ee7-943d786ea1f2 SB@
└─sdb5 vfat 0669-366B ee32a4b8-08a9-4165-b9e8-cf034813eaf5 test-multi
df (filtered): _________________________________________________________________
Avail Use% Mounted on
/cow 1.2G 35% /
/dev/sda1 2.9G 89% /media/ubuntu/windows-7-del
/dev/sda2 7.9G 85% /media/ubuntu/ubuntu20.04-dell
/dev/sdb1 394.6M 1% /mnt/boot-sav/sdb1
/dev/sdb3 15G 22% /media/ubuntu/xubuntu-efi
/dev/sdb4 2.2G 84% /media/ubuntu/SB@
/dev/sdb5 5.6G 65% /media/ubuntu/test-multi
Mount options: __________________________________________________________________
sda1 rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
sda2 rw,nosuid,nodev,relatime
sdb1 rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
sdb3 rw,nosuid,nodev,relatime,stripe=32639
sdb4 rw,nosuid,nodev,relatime
sdb5 rw,nosuid,nodev,relatime,uid=999,gid=999,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (sur sda1) FA2AC6152AC5CF37
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb16 during installation
UUID=9f5305b9-ddf9-4400-838d-7bb99f8b492f / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
31,011360168 = 33,298194432 boot/grub/grub.cfg 1
32,926273346 = 35,354316800 boot/grub/i386-pc/core.img 1
56,363952637 = 60,520333312 boot/vmlinuz 2
42,168640137 = 45,278232576 boot/vmlinuz-5.13.0-25-generic 2
56,363952637 = 60,520333312 boot/vmlinuz-5.13.0-27-generic 2
42,168640137 = 45,278232576 boot/vmlinuz.old 2
74,452411652 = 79,942668288 boot/initrd.img 11
102,487300873 = 110,044901376 boot/initrd.img-5.13.0-25-generic 9
74,452411652 = 79,942668288 boot/initrd.img-5.13.0-27-generic 11
102,487300873 = 110,044901376 boot/initrd.img.old 9
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18151 août 12 09:18 10_linux
-rwxr-xr-x 1 root root 42359 août 17 2020 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 2020 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 2020 40_custom
-rwxr-xr-x 1 root root 216 avril 15 2020 41_custom
===================== sdb1/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid 72a66c99-76c9-420b-b133-77d8811a67f5 root hd1,gpt3
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
====================== sdb3/boot/grub/grub.cfg (filtered) ======================
Ubuntu 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, avec Linux 3.13.0-170-generic 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, avec Linux 3.13.0-117-generic 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, avec Linux 3.13.0-32-generic 72a66c99-76c9-420b-b133-77d8811a67f5
Windows 7 (loader) (sur sda1) FA2AC6152AC5CF37
Ubuntu 20.04.3 LTS (20.04) (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.11.0-43-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.11.0-41-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu 18.04.4 LTS (18.04) (sur sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
GNU/Linux (sur sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
GNU/Linux, avec Linux 4.15.0-101-generic (sur sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
GNU/Linux, avec Linux 4.15.0-99-generic (sur sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
GNU/Linux, avec Linux 4.15.0-91-generic (sur sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb3/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb3 during installation
UUID=72a66c99-76c9-420b-b133-77d8811a67f5 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sdb1 during installation
UUID=92C8-E043 /boot/efi vfat defaults 0 1
==================== sdb3: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
19,029285431 = 20,432539648 boot/grub/grub.cfg 1
19,077713013 = 20,484538368 boot/vmlinuz-3.13.0-117-generic 2
19,308181763 = 20,732002304 boot/vmlinuz-3.13.0-117-generic.efi.signed 1
19,421516418 = 20,853694464 boot/vmlinuz-3.13.0-170-generic 1
17,878444672 = 19,196833792 boot/vmlinuz-3.13.0-32-generic 2
19,421516418 = 20,853694464 vmlinuz 1
17,878444672 = 19,196833792 vmlinuz.old 2
21,895526886 = 23,510142976 boot/initrd.img-3.13.0-117-generic 2
19,653495789 = 21,102780416 boot/initrd.img-3.13.0-170-generic 2
19,528972626 = 20,969074688 boot/initrd.img-3.13.0-32-generic 2
19,653495789 = 21,102780416 initrd.img 2
19,528972626 = 20,969074688 initrd.img.old 2
====================== sdb4/boot/grub/grub.cfg (filtered) ======================
Ubuntu cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-101-generic cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-99-generic cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-91-generic cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Windows 7 (on sda1) FA2AC6152AC5CF37
Ubuntu 20.04.3 LTS (20.04) (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu 14.04.1 LTS (14.04) (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, avec Linux 3.13.0-170-generic (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, avec Linux 3.13.0-117-generic (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, avec Linux 3.13.0-32-generic (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb4/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=cb4fb6ab-daa4-405d-a278-99d4c4ca5e63 / ext4 noatime,errors=remount-ro 0 1
======================= sdb4/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sdb4: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
54,008808136 = 57,991516160 boot/grub/grub.cfg 1
54,499500275 = 58,518392832 boot/grub/i386-pc/core.img 1
45,524402618 = 48,881455104 boot/vmlinuz-4.15.0-101-generic 2
44,243148804 = 47,505719296 boot/vmlinuz-4.15.0-91-generic 1
39,215808868 = 42,107654144 boot/vmlinuz-4.15.0-99-generic 1
45,524402618 = 48,881455104 vmlinuz 2
39,215808868 = 42,107654144 vmlinuz.old 1
49,648735046 = 53,309923328 boot/initrd.img-4.15.0-101-generic 4
43,367458344 = 46,565453824 boot/initrd.img-4.15.0-91-generic 5
54,641597748 = 58,670968832 boot/initrd.img-4.15.0-99-generic 4
49,648735046 = 53,309923328 initrd.img 4
54,641597748 = 58,670968832 initrd.img.old 4
===================== sdb4: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 12808 janv. 7 2021 10_linux
-rwxr-xr-x 1 root root 11298 mars 4 2018 20_linux_xen
-rwxr-xr-x 1 root root 12059 mars 4 2018 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 4 2018 30_uefi-firmware
-rwxr-xr-x 1 root root 214 mars 4 2018 40_custom
-rwxr-xr-x 1 root root 216 mars 4 2018 41_custom
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would reinstall the grub2 of
sdb4 into the MBR of sdb.
Grub-efi would not be selected by default because legacy Windows detected.
Additional repair would be performed: unhide-bootmenu-10s
Confirmation request before suggested repair: __________________________________
LegacyWindows detected. The boot of your PC is in EFI mode. You may want to retry after changing it to BIOS-compatibility/CSM/Legacy mode.
Are you sure you want to continue anyway?
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your BIOS boot on sdb ( USB DISK 3.0) disk!
Please set your BIOS in Legacy mode in order to start your Ubuntu 18.04.4 LTS, then type command [sudo update-grub] in order to add the Windows entry to your GRUB menu.
Du fait de la présence d'un Windows installé en Bios_Legacy la réparation recommandée ne propose pas de réinstaller un grub-efi.
Alors je teste boot-repair en UEFI en passant par les options avancées pour voir ce qu'il se passe.
boot-repair-4ppa166 [20220120_2205]
============================= Boot Repair Summary ==============================
Default settings: ______________________________________________________________
The default repair of the Boot-Repair utility would reinstall the grub2 of
sdb4 into the MBR of sdb.
Grub-efi would not be selected by default because legacy Windows detected.
Additional repair would be performed: unhide-bootmenu-10s
Confirmation request before suggested repair: __________________________________
LegacyWindows detected. The boot of your PC is in EFI mode. You may want to retry after changing it to BIOS-compatibility/CSM/Legacy mode.
Are you sure you want to continue anyway?
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your BIOS boot on sdb ( USB DISK 3.0) disk!
Please set your BIOS in Legacy mode in order to start your Ubuntu 18.04.4 LTS, then type command [sudo update-grub] in order to add the Windows entry to your GRUB menu.
User settings: _________________________________________________________________
Error: The backup GPT table is corrupt, but the primary appears OK, so that will be used.
La table de partitions GPT de sauvegarde est corrompue, mais la primaire semble fonctionnelle, elle sera donc utilisée.
Advices: _______________________________________________________________________
LegacyWindows détecté. Vous souhaiterez peut-être réessayer après avoir désactivé l'option [Partition /boot/efi séparée :].
Êtes-vous sûr de vouloir continuer quand même ? yes
The settings chosen by the user will purge (in order to fix packages) and reinstall the grub-efi of
sdb3,
using the following options: sdb1/boot/efi,
Grub-efi will not be selected by default because legacy Windows detected.
Additional repair will be performed: unhide-bootmenu-10s use-standard-efi-file
/boot/efi added in sdb3/fstab
Mount sdb1 on /media/ubuntu/xubuntu-efi/boot/efi
chroot /media/ubuntu/xubuntu-efi apt-get -y update
Purge the GRUB of sdb3
grub-efi available
Lecture des listes de paquets…
Construction de l'arbre des dépendances…SET@_progressbar1.pulse()
Lecture des informations d'état…
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
cabextract cryptsetup fatresize gtkdialog libcrypt-passwdmd5-perl libefivar0
libglade2-0 libxdo3 linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic
linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic
linux-signed-image-generic mokutil qemu qemu-kvm secureboot-db shim
squashfs-tools syslinux syslinux-common wmctrl xdotool
Veuillez utiliser « apt-get autoremove » pour les supprimer.
Les paquets supplémentaires suivants seront installés :
grub-common grub-efi-amd64 grub-efi-amd64-bin grub2-common
Paquets suggérés :
multiboot-doc grub-emu xorriso
Les NOUVEAUX paquets suivants seront installés :
grub-common grub-efi grub-efi-amd64 grub-efi-amd64-bin grub2-common
0 mis à jour, 5 nouvellement installés, 0 à enlever et 596 non mis à jour.
Il est nécessaire de prendre 2 882 ko dans les archives.
Après cette opération, 15,9 Mo d'espace disque supplémentaires seront utilisés.
Réception de : 1 http://fr.archive.ubuntu.com/ubuntu/ trusty-updates/main grub-common amd64 2.02~beta2-9ubuntu1.17 [1 680 kB]
Réception de : 2 http://fr.archive.ubuntu.com/ubuntu/ trusty-updates/main grub2-common amd64 2.02~beta2-9ubuntu1.17 [500 kB]
Réception de : 3 http://fr.archive.ubuntu.com/ubuntu/ trusty-updates/main grub-efi-amd64-bin amd64 2.02~beta2-9ubuntu1.17 [653 kB]
Réception de : 4 http://fr.archive.ubuntu.com/ubuntu/ trusty-updates/main grub-efi-amd64 amd64 2.02~beta2-9ubuntu1.17 [45,7 kB]
Réception de : 5 http://fr.archive.ubuntu.com/ubuntu/ trusty-updates/main grub-efi amd64 2.02~beta2-9ubuntu1.17 [2 546 B]
2 882 ko réceptionnés en 3s (767 ko/s)
Téléchargement achevé et dans le mode téléchargement uniquement
DEBCHECK debOK, grub-efi
DEBCHECK debOK
Then type: sudo chroot "/media/ubuntu/xubuntu-efi" dpkg --configure -ansudo chroot "/media/ubuntu/xubuntu-efi" apt-get install -fynsudo chroot "/media/ubuntu/xubuntu-efi" apt-get install -y grub-efi
ls: impossible d'accéder à '/media/ubuntu/windows-7-del/': Aucun fichier ou dossier de ce type
ls: impossible d'accéder à '/media/ubuntu/windows-7-del/': Aucun fichier ou dossier de ce type
ls: impossible d'accéder à '/media/ubuntu/ubuntu20.04-dell/': Aucun fichier ou dossier de ce type
ls: impossible d'accéder à '/media/ubuntu/ubuntu20.04-dell/': Aucun fichier ou dossier de ce type
ls: impossible d'accéder à '/media/ubuntu/SB@/': Aucun fichier ou dossier de ce type
ls: impossible d'accéder à '/media/ubuntu/SB@/': Aucun fichier ou dossier de ce type
Unhide GRUB boot menu in sdb3/etc/default/grub
ls: impossible d'accéder à '/media/ubuntu/windows-7-del/': Aucun fichier ou dossier de ce type
ls: impossible d'accéder à '/media/ubuntu/windows-7-del/': Aucun fichier ou dossier de ce type
ls: impossible d'accéder à '/media/ubuntu/ubuntu20.04-dell/': Aucun fichier ou dossier de ce type
ls: impossible d'accéder à '/media/ubuntu/ubuntu20.04-dell/': Aucun fichier ou dossier de ce type
ls: impossible d'accéder à '/media/ubuntu/SB@/': Aucun fichier ou dossier de ce type
ls: impossible d'accéder à '/media/ubuntu/SB@/': Aucun fichier ou dossier de ce type
======================== Reinstall the grub-efi of sdb3 ========================
grub-install --version
grub-install (GRUB) 2.02~beta2-9ubuntu1.17
efibootmgr -v from chroot before grub install
BootCurrent: 0006
Timeout: 2 seconds
BootOrder: 0005,0000,0002,0001,0003,0004,0006
Boot0000 Diskette Drive BIOS(1,0,00)
Boot0001* Internal HDD BIOS(2,0,00)P0: LDLC .
Boot0002* USB Storage Device BIOS(5,0,00)
Boot0003* CD/DVD/CD-RW Drive BIOS(3,0,00)P1: TSSTcorp DVD+/-RW TS-U633J.
Boot0004 Onboard NIC BIOS(6,0,00)
Boot0005* ubuntu HD(1,2007000,c8000,c279ab17-8851-4486-b8fb-7ae86a52026d)File(EFIubuntugrubx64.efi)
Boot0006 UEFI: TSSTcorp DVD+/-RW TS-U633J ACPI(a0341d0,0)PCI(1f,2)03120a000100ffff0000CD-ROM(1,101bac,1f00)
BootFFFA* Internal Shell Vendor(5990c250-676b-4ff7-8a0d-529319d0b254,)
BootFFFB* Diagnostic Boot Vendor(5990c250-676b-4ff7-8a0d-529319d0b254,)
BootFFFC* Temporary Boot Menu Vendor(5990c250-676b-4ff7-8a0d-529319d0b254,)
BootFFFD* Graphic Setup Vendor(5990c250-676b-4ff7-8a0d-529319d0b254,)
BootFFFE* Text Setup Vendor(5990c250-676b-4ff7-8a0d-529319d0b254,)
uname -r in chroot
5.4.0-26-generic
grub-install --efi-directory=/boot/efi --target=x86_64-efi --no-uefi-secure-boot
Installing for x86_64-efi platform.
Alternate GPT is invalid, using primary GPT.
Installation finished. No error reported.
df /dev/sdb1
mv /media/ubuntu/xubuntu-efi/boot/efi/EFI/Boot/bootx64.efi /media/ubuntu/xubuntu-efi/boot/efi/EFI/Boot/bkpbootx64.efi
cp /media/ubuntu/xubuntu-efi/boot/efi/efi/ubuntu/grubx64.efi /media/ubuntu/xubuntu-efi/boot/efi/EFI/Boot/bootx64.efi
grub-install --efi-directory=/boot/efi --target=x86_64-efi --no-uefi-secure-boot
Installing for x86_64-efi platform.
Alternate GPT is invalid, using primary GPT.
Installation finished. No error reported.
efibootmgr -v from chroot after grub install
BootCurrent: 0006
Timeout: 2 seconds
BootOrder: 0005,0000,0002,0001,0003,0004,0006
Boot0000 Diskette Drive BIOS(1,0,00)
Boot0001* Internal HDD BIOS(2,0,00)P0: LDLC .
Boot0002* USB Storage Device BIOS(5,0,00)
Boot0003* CD/DVD/CD-RW Drive BIOS(3,0,00)P1: TSSTcorp DVD+/-RW TS-U633J.
Boot0004 Onboard NIC BIOS(6,0,00)
Boot0005* ubuntu HD(1,2007000,c8000,c279ab17-8851-4486-b8fb-7ae86a52026d)File(EFIubuntugrubx64.efi)
Boot0006 UEFI: TSSTcorp DVD+/-RW TS-U633J ACPI(a0341d0,0)PCI(1f,2)03120a000100ffff0000CD-ROM(1,101bac,1f00)
BootFFFA* Internal Shell Vendor(5990c250-676b-4ff7-8a0d-529319d0b254,)
BootFFFB* Diagnostic Boot Vendor(5990c250-676b-4ff7-8a0d-529319d0b254,)
BootFFFC* Temporary Boot Menu Vendor(5990c250-676b-4ff7-8a0d-529319d0b254,)
BootFFFD* Graphic Setup Vendor(5990c250-676b-4ff7-8a0d-529319d0b254,)
BootFFFE* Text Setup Vendor(5990c250-676b-4ff7-8a0d-529319d0b254,)
Warning: NVram was not modified.
chroot /media/ubuntu/xubuntu-efi update-grub
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-3.13.0-170-generic
Found initrd image: /boot/initrd.img-3.13.0-170-generic
Found linux image: /boot/vmlinuz-3.13.0-117-generic
Found initrd image: /boot/initrd.img-3.13.0-117-generic
Found linux image: /boot/vmlinuz-3.13.0-32-generic
Found initrd image: /boot/initrd.img-3.13.0-32-generic
Found Ubuntu 20.04.3 LTS (20.04) on /dev/sda2
Found Ubuntu 18.04.4 LTS (18.04) on /dev/sdb4
Unhide GRUB boot menu in sdb3/boot/grub/grub.cfg
Le démarrage de l'ordinateur a été correctement réparé.
Vous pouvez maintenant redémarrer votre ordinateur.
N'oubliez pas de faire démarrer votre firmware UEFI sur l'entrée Ubuntu 14.04.1 LTS (fichier sdb1/efi/ubuntu/grubx64.efi) !
Réglez votre BIOS en mode Legacy afin de démarrer votre Ubuntu 14.04.1 LTS, puis saisissez la commande [sudo update-grub] afin d'ajouter l'entrée Windows à votre menu GRUB.
============================ Boot Info After Repair ============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos2)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> Grub2 (v2.00) is installed in the MBR of /dev/sdb and looks at sector
34402304 of the same hard drive for core.img. core.img is at this location
and looks for (,gpt4)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_gpt biosdisk
---------------------------------------------------------------------------
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 7/2008: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.3 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /efi/Boot/bkpbootx64.efi /efi/Boot/bootx64.efi
/efi/Boot/grubx64.efi /efi/ubuntu/grubx64.efi
/efi/ubuntu/mmx64.efi /efi/ubuntu/MokManager.efi
/efi/ubuntu/shimx64.efi /efi/ubuntu/grub.cfg
sdb2: __________________________________________________________________________
File system: BIOS Boot partition
Boot sector type: Grub2's core.img
Boot sector info:
sdb3: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 14.04.1 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
sdb4: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 18.04.4 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb5: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
================================ 4 OS detected =================================
OS#1: Ubuntu 20.04.3 LTS on sda2
OS#2: Ubuntu 14.04.1 LTS on sdb3
OS#3: Ubuntu 18.04.4 LTS on sdb4
OS#4: Windows 7 on sda1
================================ Host/Hardware =================================
CPU architecture: 64-bit
Video: CoreProcessorIntegratedGraphicsController from Intel Corporation
Live-session OS is Ubuntu 64-bit (Ubuntu 20.04 LTS, focal, x86_64)
===================================== UEFI =====================================
The firmware is EFI-compatible, and is set in EFI-mode for this live-session.
BootCurrent: 0006
Timeout: 2 seconds
BootOrder: 0005,0000,0002,0001,0003,0004,0006
Boot0000 Diskette Drive BBS(Floppy,,0x0)
Boot0001* Internal HDD BBS(HD,,0x0)P0: LDLC .
Boot0002* USB Storage Device BBS(USB,,0x0)
Boot0003* CD/DVD/CD-RW Drive BBS(CDROM,,0x0)P1: TSSTcorp DVD+/-RW TS-U633J.
Boot0004 Onboard NIC BBS(Network,,0x0)
Boot0005* ubuntu HD(1,GPT,c279ab17-8851-4486-b8fb-7ae86a52026d,0x2007000,0xc8000)/File(\EFI\ubuntu\grubx64.efi)
Boot0006 UEFI: TSSTcorp DVD+/-RW TS-U633J PciRoot(0x0)/Pci(0x1f,0x2)/Sata(1,65535,0)/CDROM(1,0x101bac,0x1f00)
7dd96e18f135f11330a01701b6858e95 sdb1/Boot/bkpbootx64.efi
426331c4dfd549edb26317a4d2b15df9 sdb1/Boot/bootx64.efi
648f9e93ae58ed689530b3e2da07414d sdb1/Boot/grubx64.efi
bbee2f837099f9f0826081b2c59386ff sdb1/ubuntu/grubx64.efi
d5a2dfd48441834f97d7ab8e3c26ba0f sdb1/ubuntu/mmx64.efi
ba8a7979ac57f1c0c307ef94d1020eb8 sdb1/ubuntu/MokManager.efi
6e94c3d33194c89bd327bfaa5871e294 sdb1/ubuntu/shimx64.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, has-win, 2048 sectors * 512 bytes
sdb : is-GPT, hasBIOSboot, has---ESP, usb-disk, not-mmc, has-os, no-wind, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb3 : is-os, 64, apt-get, no-docgrub, nogrub, nogrubinstall, grubenv-ok, noupdategrub, not-far
sdb4 : is-os, 64, apt-get, grub-pc grub-efi , grub2, grub-install, grubenv-ok, update-grub, not-far
sdb5 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
Partitions info (2/3): _________________________________________________________
sda1 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot
sda2 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb3 : isnotESP, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb4 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb5 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sda1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
sda2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
sdb1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb3 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb4 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb5 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
fdisk -l (filtered): ___________________________________________________________
Disk sda: 111.81 GiB, 120034123776 bytes, 234441648 sectors
Disk identifier: 0x00040603
Boot Start End Sectors Size Id Type
sda1 * 2048 56383487 56381440 26.9G 7 HPFS/NTFS/exFAT
sda2 56383488 234440703 178057216 84.9G 83 Linux
Disk sdb: 58.9 GiB, 63216549888 bytes, 123469824 sectors
Disk identifier: ECB2E9FC-2892-4570-89E6-CBFC2C80BF0F
Start End Sectors Size Type
sdb1 33583104 34402303 819200 400M EFI System
sdb2 34402304 35426303 1024000 500M BIOS boot
sdb3 35426304 79447788 44021485 21G Linux filesystem
sdb4 79448064 123467595 44019532 21G Linux filesystem
sdb5 2048 33583103 33581056 16G Microsoft basic data
Partition table entries are not in disk order.
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:120GB:91.2GB:ext4::;
sdb:63.2GB:scsi:512:512:gpt: USB DISK 3.0:;
5:1049kB:17.2GB:17.2GB:fat32::msftdata;
1:17.2GB:17.6GB:419MB:fat32::boot, esp;
2:17.6GB:18.1GB:524MB:::bios_grub;
3:18.1GB:40.7GB:22.5GB:ext4::;
4:40.7GB:63.2GB:22.5GB:ext4::;
Free space (filtered): _________________________________________________________
sda:114473MiB:scsi:512:512:msdos:ATA LDLC:;
1:0.03MiB:1.00MiB:0.97MiB:free;
1:114473MiB:114473MiB:0.46MiB:free;
sdb:60288MiB:scsi:512:512:gpt: USB DISK 3.0:;
1:0.02MiB:1.00MiB:0.98MiB:free;
1:38793MiB:38793MiB:0.13MiB:free;
1:60287MiB:60288MiB:1.07MiB:free;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
└─sda2 ext4 9f5305b9-ddf9-4400-838d-7bb99f8b492f 00040603-02 ubuntu20.04-dell
sdb
├─sdb1 vfat 92C8-E043 c279ab17-8851-4486-b8fb-7ae86a52026d
├─sdb2 1f6dd8ce-568c-4617-9138-bb17d3c624a5
├─sdb3 ext4 72a66c99-76c9-420b-b133-77d8811a67f5 fcb240a0-cd9d-4f0f-829f-fac324612298 xubuntu-efi
├─sdb4 ext4 cb4fb6ab-daa4-405d-a278-99d4c4ca5e63 75c298a7-c048-4426-8ee7-943d786ea1f2 SB@
└─sdb5 vfat 0669-366B ee32a4b8-08a9-4165-b9e8-cf034813eaf5 test-multi
df (filtered): _________________________________________________________________
Avail Use% Mounted on
/cow 1.2G 35% /
/dev/sda1 2.9G 89% /mnt/boot-sav/sda1
/dev/sda2 7.9G 85% /mnt/boot-sav/sda2
/dev/sdb1 394.4M 1% /mnt/boot-sav/sdb1
/dev/sdb3 15G 22% /media/ubuntu/xubuntu-efi
/dev/sdb4 2.2G 84% /mnt/boot-sav/sdb4
/dev/sdb5 5.6G 65% /media/ubuntu/test-multi
Mount options: __________________________________________________________________
sda1 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sda2 rw,relatime
sdb1 rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
sdb3 rw,nosuid,nodev,relatime,stripe=32639
sdb4 rw,relatime
sdb5 rw,nosuid,nodev,relatime,uid=999,gid=999,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (sur sda1) FA2AC6152AC5CF37
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb16 during installation
UUID=9f5305b9-ddf9-4400-838d-7bb99f8b492f / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
31,011360168 = 33,298194432 boot/grub/grub.cfg 1
32,926273346 = 35,354316800 boot/grub/i386-pc/core.img 1
56,363952637 = 60,520333312 boot/vmlinuz 2
42,168640137 = 45,278232576 boot/vmlinuz-5.13.0-25-generic 2
56,363952637 = 60,520333312 boot/vmlinuz-5.13.0-27-generic 2
42,168640137 = 45,278232576 boot/vmlinuz.old 2
74,452411652 = 79,942668288 boot/initrd.img 11
102,487300873 = 110,044901376 boot/initrd.img-5.13.0-25-generic 9
74,452411652 = 79,942668288 boot/initrd.img-5.13.0-27-generic 11
102,487300873 = 110,044901376 boot/initrd.img.old 9
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18151 août 12 09:18 10_linux
-rwxr-xr-x 1 root root 42359 août 17 2020 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 2020 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 2020 40_custom
-rwxr-xr-x 1 root root 216 avril 15 2020 41_custom
===================== sdb1/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid 72a66c99-76c9-420b-b133-77d8811a67f5 root hd1,gpt3
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
====================== sdb3/boot/grub/grub.cfg (filtered) ======================
Ubuntu 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, with Linux 3.13.0-170-generic 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, with Linux 3.13.0-117-generic 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, with Linux 3.13.0-32-generic 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu 20.04.3 LTS (20.04) (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu 18.04.4 LTS (18.04) (on sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu (on sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-101-generic (on sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-99-generic (on sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-91-generic (on sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb3/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb3 during installation
UUID=72a66c99-76c9-420b-b133-77d8811a67f5 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sdb1 during installation
UUID=92C8-E043 /boot/efi vfat defaults 0 1
======================= sdb3/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sdb3: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
19,029285431 = 20,432539648 boot/grub/grub.cfg 1
19,077713013 = 20,484538368 boot/vmlinuz-3.13.0-117-generic 2
19,308181763 = 20,732002304 boot/vmlinuz-3.13.0-117-generic.efi.signed 1
19,421516418 = 20,853694464 boot/vmlinuz-3.13.0-170-generic 1
17,878444672 = 19,196833792 boot/vmlinuz-3.13.0-32-generic 2
19,421516418 = 20,853694464 vmlinuz 1
17,878444672 = 19,196833792 vmlinuz.old 2
21,895526886 = 23,510142976 boot/initrd.img-3.13.0-117-generic 2
19,653495789 = 21,102780416 boot/initrd.img-3.13.0-170-generic 2
19,528972626 = 20,969074688 boot/initrd.img-3.13.0-32-generic 2
19,653495789 = 21,102780416 initrd.img 2
19,528972626 = 20,969074688 initrd.img.old 2
===================== sdb3: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 11608 mars 22 2019 10_linux
-rwxr-xr-x 1 root root 10412 mars 22 2019 20_linux_xen
-rwxr-xr-x 1 root root 11692 mars 22 2019 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 22 2019 30_uefi-firmware
-rwxr-xr-x 1 root root 214 mars 22 2019 40_custom
-rwxr-xr-x 1 root root 216 mars 22 2019 41_custom
====================== sdb4/boot/grub/grub.cfg (filtered) ======================
Ubuntu cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-101-generic cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-99-generic cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-91-generic cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Windows 7 (on sda1) FA2AC6152AC5CF37
Ubuntu 20.04.3 LTS (20.04) (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu 14.04.1 LTS (14.04) (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, avec Linux 3.13.0-170-generic (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, avec Linux 3.13.0-117-generic (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, avec Linux 3.13.0-32-generic (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb4/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=cb4fb6ab-daa4-405d-a278-99d4c4ca5e63 / ext4 noatime,errors=remount-ro 0 1
======================= sdb4/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sdb4: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
54,008808136 = 57,991516160 boot/grub/grub.cfg 1
54,499500275 = 58,518392832 boot/grub/i386-pc/core.img 1
45,524402618 = 48,881455104 boot/vmlinuz-4.15.0-101-generic 2
44,243148804 = 47,505719296 boot/vmlinuz-4.15.0-91-generic 1
39,215808868 = 42,107654144 boot/vmlinuz-4.15.0-99-generic 1
45,524402618 = 48,881455104 vmlinuz 2
39,215808868 = 42,107654144 vmlinuz.old 1
49,648735046 = 53,309923328 boot/initrd.img-4.15.0-101-generic 4
43,367458344 = 46,565453824 boot/initrd.img-4.15.0-91-generic 5
54,641597748 = 58,670968832 boot/initrd.img-4.15.0-99-generic 4
49,648735046 = 53,309923328 initrd.img 4
54,641597748 = 58,670968832 initrd.img.old 4
===================== sdb4: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 12808 janv. 7 2021 10_linux
-rwxr-xr-x 1 root root 11298 mars 4 2018 20_linux_xen
-rwxr-xr-x 1 root root 12059 mars 4 2018 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 4 2018 30_uefi-firmware
-rwxr-xr-x 1 root root 214 mars 4 2018 40_custom
-rwxr-xr-x 1 root root 216 mars 4 2018 41_custom
Retour du terminal pendant la réparation
ubuntu@ubuntu:~$ sudo chroot "/media/ubuntu/xubuntu-efi" dpkg --configure -a
ubuntu@ubuntu:~$ sudo chroot "/media/ubuntu/xubuntu-efi" apt-get install -fy
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 :
cabextract cryptsetup efibootmgr fatresize gtkdialog libcrypt-passwdmd5-perl
libefivar0 libglade2-0 libxdo3 linux-headers-3.13.0-32
linux-headers-3.13.0-32-generic linux-image-3.13.0-32-generic
linux-image-extra-3.13.0-32-generic linux-signed-image-generic mokutil qemu
qemu-kvm secureboot-db shim squashfs-tools syslinux syslinux-common wmctrl
xdotool
Veuillez utiliser « apt-get autoremove » pour les supprimer.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 596 non mis à jour.
ubuntu@ubuntu:~$ sudo chroot "/media/ubuntu/xubuntu-efi" apt-get install -y grub-efi
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 :
cabextract cryptsetup fatresize gtkdialog libcrypt-passwdmd5-perl libefivar0
libglade2-0 libxdo3 linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic
linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic
linux-signed-image-generic mokutil qemu qemu-kvm secureboot-db shim
squashfs-tools syslinux syslinux-common wmctrl xdotool
Veuillez utiliser « apt-get autoremove » pour les supprimer.
Les paquets supplémentaires suivants seront installés :
grub-common grub-efi-amd64 grub-efi-amd64-bin grub2-common
Paquets suggérés :
multiboot-doc grub-emu xorriso
Les NOUVEAUX paquets suivants seront installés :
grub-common grub-efi grub-efi-amd64 grub-efi-amd64-bin grub2-common
0 mis à jour, 5 nouvellement installés, 0 à enlever et 596 non mis à jour.
Il est nécessaire de prendre 0 o/2 882 ko dans les archives.
Après cette opération, 15,9 Mo d'espace disque supplémentaires seront utilisés.
Préconfiguration des paquets...
Sélection du paquet grub-common précédemment désélectionné.
(Lecture de la base de données... 208792 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../grub-common_2.02~beta2-9ubuntu1.17_amd64.deb ...
Dépaquetage de grub-common (2.02~beta2-9ubuntu1.17) ...
Sélection du paquet grub2-common précédemment désélectionné.
Préparation du dépaquetage de .../grub2-common_2.02~beta2-9ubuntu1.17_amd64.deb ...
Dépaquetage de grub2-common (2.02~beta2-9ubuntu1.17) ...
Sélection du paquet grub-efi-amd64-bin précédemment désélectionné.
Préparation du dépaquetage de .../grub-efi-amd64-bin_2.02~beta2-9ubuntu1.17_amd64.deb ...
Dépaquetage de grub-efi-amd64-bin (2.02~beta2-9ubuntu1.17) ...
Sélection du paquet grub-efi-amd64 précédemment désélectionné.
Préparation du dépaquetage de .../grub-efi-amd64_2.02~beta2-9ubuntu1.17_amd64.deb ...
Dépaquetage de grub-efi-amd64 (2.02~beta2-9ubuntu1.17) ...
Sélection du paquet grub-efi précédemment désélectionné.
Préparation du dépaquetage de .../grub-efi_2.02~beta2-9ubuntu1.17_amd64.deb ...
Dépaquetage de grub-efi (2.02~beta2-9ubuntu1.17) ...
Traitement des actions différées (« triggers ») pour ureadahead (0.100.0-16) ...
ureadahead will be reprofiled on next reboot
Traitement des actions différées (« triggers ») pour man-db (2.6.7.1-1) ...
Traitement des actions différées (« triggers ») pour install-info (5.2.0.dfsg.1-2) ...
install-info: warning: no info dir entry in `/usr/share/info/gtkdialog.info.gz'
Paramétrage de grub-common (2.02~beta2-9ubuntu1.17) ...
initctl: Impossible de se connecter à Upstart: Failed to connect to socket /com/ubuntu/upstart: Connexion refusée
Traitement des actions différées (« triggers ») pour ureadahead (0.100.0-16) ...
Paramétrage de grub2-common (2.02~beta2-9ubuntu1.17) ...
Paramétrage de grub-efi-amd64-bin (2.02~beta2-9ubuntu1.17) ...
Paramétrage de grub-efi-amd64 (2.02~beta2-9ubuntu1.17) ...
Creating config file /etc/default/grub with new version
Installation pour la plate-forme x86_64-efi
Alternate GPT is invalid, using primary GPT.
Installation terminée, sans erreur.
Paramétrage de grub-efi (2.02~beta2-9ubuntu1.17) ...
ubuntu@ubuntu:~$
La réinstallation de grub-efi se fait dans le système installé qui lance boot-repair en /dev/sdb3.
@+. Babdu89 .
Dernière modification par Babdu89 (Le 21/01/2022, à 11:33)
J'ai découvert Ubuntu avec la 07.10.... Et alors?!... Depuis je regarde de temps en temps si Windows marche toujours....
Hors ligne
#2259 Le 21/01/2022, à 09:11
- Babdu89
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Dernier tests en mode UEFI
En session live UEFI.
Tests du PPA-DEV 4appa166.
Machine;
1 SSD interne /dev/sda
Windows 7 /dev/sda1
Ubuntu 20.04 /dev/sda2
1 Clé USB de tests avec 2 Linux installé en Bios_Legacy et UEFI, qui démarrent dans les deux modes.
Le boot-info en session live UEFI;
boot-info-4ppa166 [20220120_2159]
============================== Boot Info Summary ===============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos2)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> Grub2 (v2.00) is installed in the MBR of /dev/sdb and looks at sector
34402304 of the same hard drive for core.img. core.img is at this location
and looks for (,gpt4)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_gpt biosdisk
---------------------------------------------------------------------------
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 7/2008: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.3 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /efi/Boot/grubx64.efi /efi/ubuntu/grubx64.efi
/efi/ubuntu/mmx64.efi /efi/ubuntu/MokManager.efi
/efi/ubuntu/shimx64.efi /efi/ubuntu/grub.cfg
sdb2: __________________________________________________________________________
File system: BIOS Boot partition
Boot sector type: Grub2's core.img
Boot sector info:
sdb3: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 14.04.1 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab
sdb4: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 18.04.4 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb5: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
================================ 4 OS detected =================================
OS#1: Ubuntu 20.04.3 LTS on sda2
OS#2: Ubuntu 14.04.1 LTS on sdb3
OS#3: Ubuntu 18.04.4 LTS on sdb4
OS#4: Windows 7 on sda1
================================ Host/Hardware =================================
CPU architecture: 64-bit
Video: CoreProcessorIntegratedGraphicsController from Intel Corporation
Live-session OS is Ubuntu 64-bit (Ubuntu 20.04 LTS, focal, x86_64)
===================================== UEFI =====================================
The firmware is EFI-compatible, and is set in EFI-mode for this live-session.
BootCurrent: 0006
Timeout: 2 seconds
BootOrder: 0005,0000,0002,0001,0003,0004,0006
Boot0000 Diskette Drive BBS(Floppy,,0x0)
Boot0001* Internal HDD BBS(HD,,0x0)P0: LDLC .
Boot0002* USB Storage Device BBS(USB,,0x0)
Boot0003* CD/DVD/CD-RW Drive BBS(CDROM,,0x0)P1: TSSTcorp DVD+/-RW TS-U633J.
Boot0004 Onboard NIC BBS(Network,,0x0)
Boot0005* ubuntu HD(1,GPT,c279ab17-8851-4486-b8fb-7ae86a52026d,0x2007000,0xc8000)/File(\EFI\ubuntu\grubx64.efi)
Boot0006 UEFI: TSSTcorp DVD+/-RW TS-U633J PciRoot(0x0)/Pci(0x1f,0x2)/Sata(1,65535,0)/CDROM(1,0x101bac,0x1f00)
648f9e93ae58ed689530b3e2da07414d sdb1/Boot/grubx64.efi
7dd96e18f135f11330a01701b6858e95 sdb1/ubuntu/grubx64.efi
d5a2dfd48441834f97d7ab8e3c26ba0f sdb1/ubuntu/mmx64.efi
ba8a7979ac57f1c0c307ef94d1020eb8 sdb1/ubuntu/MokManager.efi
6e94c3d33194c89bd327bfaa5871e294 sdb1/ubuntu/shimx64.efi
7dd96e18f135f11330a01701b6858e95 sdb1/Boot/BOOTX64.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, has-win, 2048 sectors * 512 bytes
sdb : is-GPT, hasBIOSboot, has---ESP, usb-disk, not-mmc, has-os, no-wind, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb3 : is-os, 64, apt-get, no-docgrub, nogrub, nogrubinstall, grubenv-ok, noupdategrub, not-far
sdb4 : is-os, 64, apt-get, grub-pc grub-efi , grub2, grub-install, grubenv-ok, update-grub, not-far
sdb5 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
Partitions info (2/3): _________________________________________________________
sda1 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot
sda2 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb3 : isnotESP, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb4 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb5 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sda1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
sda2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
sdb1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb3 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb4 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb5 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
fdisk -l (filtered): ___________________________________________________________
Disk sda: 111.81 GiB, 120034123776 bytes, 234441648 sectors
Disk identifier: 0x00040603
Boot Start End Sectors Size Id Type
sda1 * 2048 56383487 56381440 26.9G 7 HPFS/NTFS/exFAT
sda2 56383488 234440703 178057216 84.9G 83 Linux
Disk sdb: 58.9 GiB, 63216549888 bytes, 123469824 sectors
Disk identifier: ECB2E9FC-2892-4570-89E6-CBFC2C80BF0F
Start End Sectors Size Type
sdb1 33583104 34402303 819200 400M EFI System
sdb2 34402304 35426303 1024000 500M BIOS boot
sdb3 35426304 79447788 44021485 21G Linux filesystem
sdb4 79448064 123467595 44019532 21G Linux filesystem
sdb5 2048 33583103 33581056 16G Microsoft basic data
Partition table entries are not in disk order.
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:120GB:91.2GB:ext4::;
sdb:63.2GB:scsi:512:512:gpt: USB DISK 3.0:;
5:1049kB:17.2GB:17.2GB:fat32::msftdata;
1:17.2GB:17.6GB:419MB:fat32::boot, esp;
2:17.6GB:18.1GB:524MB:::bios_grub;
3:18.1GB:40.7GB:22.5GB:ext4::;
4:40.7GB:63.2GB:22.5GB:ext4::;
Free space (filtered): _________________________________________________________
sda:114473MiB:scsi:512:512:msdos:ATA LDLC:;
1:0.03MiB:1.00MiB:0.97MiB:free;
1:114473MiB:114473MiB:0.46MiB:free;
sdb:60288MiB:scsi:512:512:gpt: USB DISK 3.0:;
1:0.02MiB:1.00MiB:0.98MiB:free;
1:38793MiB:38793MiB:0.13MiB:free;
1:60287MiB:60288MiB:1.07MiB:free;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
└─sda2 ext4 9f5305b9-ddf9-4400-838d-7bb99f8b492f 00040603-02 ubuntu20.04-dell
sdb
├─sdb1 vfat 92C8-E043 c279ab17-8851-4486-b8fb-7ae86a52026d
├─sdb2 1f6dd8ce-568c-4617-9138-bb17d3c624a5
├─sdb3 ext4 72a66c99-76c9-420b-b133-77d8811a67f5 fcb240a0-cd9d-4f0f-829f-fac324612298 xubuntu-efi
├─sdb4 ext4 cb4fb6ab-daa4-405d-a278-99d4c4ca5e63 75c298a7-c048-4426-8ee7-943d786ea1f2 SB@
└─sdb5 vfat 0669-366B ee32a4b8-08a9-4165-b9e8-cf034813eaf5 test-multi
df (filtered): _________________________________________________________________
Avail Use% Mounted on
/cow 1.2G 35% /
/dev/sda1 2.9G 89% /media/ubuntu/windows-7-del
/dev/sda2 7.9G 85% /media/ubuntu/ubuntu20.04-dell
/dev/sdb1 394.6M 1% /mnt/boot-sav/sdb1
/dev/sdb3 15G 22% /media/ubuntu/xubuntu-efi
/dev/sdb4 2.2G 84% /media/ubuntu/SB@
/dev/sdb5 5.6G 65% /media/ubuntu/test-multi
Mount options: __________________________________________________________________
sda1 rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
sda2 rw,nosuid,nodev,relatime
sdb1 rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
sdb3 rw,nosuid,nodev,relatime,stripe=32639
sdb4 rw,nosuid,nodev,relatime
sdb5 rw,nosuid,nodev,relatime,uid=999,gid=999,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (sur sda1) FA2AC6152AC5CF37
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb16 during installation
UUID=9f5305b9-ddf9-4400-838d-7bb99f8b492f / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
31,011360168 = 33,298194432 boot/grub/grub.cfg 1
32,926273346 = 35,354316800 boot/grub/i386-pc/core.img 1
56,363952637 = 60,520333312 boot/vmlinuz 2
42,168640137 = 45,278232576 boot/vmlinuz-5.13.0-25-generic 2
56,363952637 = 60,520333312 boot/vmlinuz-5.13.0-27-generic 2
42,168640137 = 45,278232576 boot/vmlinuz.old 2
74,452411652 = 79,942668288 boot/initrd.img 11
102,487300873 = 110,044901376 boot/initrd.img-5.13.0-25-generic 9
74,452411652 = 79,942668288 boot/initrd.img-5.13.0-27-generic 11
102,487300873 = 110,044901376 boot/initrd.img.old 9
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18151 août 12 09:18 10_linux
-rwxr-xr-x 1 root root 42359 août 17 2020 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 2020 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 2020 40_custom
-rwxr-xr-x 1 root root 216 avril 15 2020 41_custom
===================== sdb1/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid 72a66c99-76c9-420b-b133-77d8811a67f5 root hd1,gpt3
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
====================== sdb3/boot/grub/grub.cfg (filtered) ======================
Ubuntu 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, avec Linux 3.13.0-170-generic 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, avec Linux 3.13.0-117-generic 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, avec Linux 3.13.0-32-generic 72a66c99-76c9-420b-b133-77d8811a67f5
Windows 7 (loader) (sur sda1) FA2AC6152AC5CF37
Ubuntu 20.04.3 LTS (20.04) (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.11.0-43-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.11.0-41-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu 18.04.4 LTS (18.04) (sur sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
GNU/Linux (sur sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
GNU/Linux, avec Linux 4.15.0-101-generic (sur sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
GNU/Linux, avec Linux 4.15.0-99-generic (sur sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
GNU/Linux, avec Linux 4.15.0-91-generic (sur sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb3/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb3 during installation
UUID=72a66c99-76c9-420b-b133-77d8811a67f5 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sdb1 during installation
UUID=92C8-E043 /boot/efi vfat defaults 0 1
==================== sdb3: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
19,029285431 = 20,432539648 boot/grub/grub.cfg 1
19,077713013 = 20,484538368 boot/vmlinuz-3.13.0-117-generic 2
19,308181763 = 20,732002304 boot/vmlinuz-3.13.0-117-generic.efi.signed 1
19,421516418 = 20,853694464 boot/vmlinuz-3.13.0-170-generic 1
17,878444672 = 19,196833792 boot/vmlinuz-3.13.0-32-generic 2
19,421516418 = 20,853694464 vmlinuz 1
17,878444672 = 19,196833792 vmlinuz.old 2
21,895526886 = 23,510142976 boot/initrd.img-3.13.0-117-generic 2
19,653495789 = 21,102780416 boot/initrd.img-3.13.0-170-generic 2
19,528972626 = 20,969074688 boot/initrd.img-3.13.0-32-generic 2
19,653495789 = 21,102780416 initrd.img 2
19,528972626 = 20,969074688 initrd.img.old 2
====================== sdb4/boot/grub/grub.cfg (filtered) ======================
Ubuntu cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-101-generic cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-99-generic cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-91-generic cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Windows 7 (on sda1) FA2AC6152AC5CF37
Ubuntu 20.04.3 LTS (20.04) (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu 14.04.1 LTS (14.04) (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, avec Linux 3.13.0-170-generic (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, avec Linux 3.13.0-117-generic (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, avec Linux 3.13.0-32-generic (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb4/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=cb4fb6ab-daa4-405d-a278-99d4c4ca5e63 / ext4 noatime,errors=remount-ro 0 1
======================= sdb4/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sdb4: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
54,008808136 = 57,991516160 boot/grub/grub.cfg 1
54,499500275 = 58,518392832 boot/grub/i386-pc/core.img 1
45,524402618 = 48,881455104 boot/vmlinuz-4.15.0-101-generic 2
44,243148804 = 47,505719296 boot/vmlinuz-4.15.0-91-generic 1
39,215808868 = 42,107654144 boot/vmlinuz-4.15.0-99-generic 1
45,524402618 = 48,881455104 vmlinuz 2
39,215808868 = 42,107654144 vmlinuz.old 1
49,648735046 = 53,309923328 boot/initrd.img-4.15.0-101-generic 4
43,367458344 = 46,565453824 boot/initrd.img-4.15.0-91-generic 5
54,641597748 = 58,670968832 boot/initrd.img-4.15.0-99-generic 4
49,648735046 = 53,309923328 initrd.img 4
54,641597748 = 58,670968832 initrd.img.old 4
===================== sdb4: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 12808 janv. 7 2021 10_linux
-rwxr-xr-x 1 root root 11298 mars 4 2018 20_linux_xen
-rwxr-xr-x 1 root root 12059 mars 4 2018 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 4 2018 30_uefi-firmware
-rwxr-xr-x 1 root root 214 mars 4 2018 40_custom
-rwxr-xr-x 1 root root 216 mars 4 2018 41_custom
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would reinstall the grub2 of
sdb4 into the MBR of sdb.
Grub-efi would not be selected by default because legacy Windows detected.
Additional repair would be performed: unhide-bootmenu-10s
Confirmation request before suggested repair: __________________________________
LegacyWindows detected. The boot of your PC is in EFI mode. You may want to retry after changing it to BIOS-compatibility/CSM/Legacy mode.
Are you sure you want to continue anyway?
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your BIOS boot on sdb ( USB DISK 3.0) disk!
Please set your BIOS in Legacy mode in order to start your Ubuntu 18.04.4 LTS, then type command [sudo update-grub] in order to add the Windows entry to your GRUB menu.
Du fait de la présence d'un Windows installé en Bios_Legacy la réparation recommandée ne propose pas de réinstaller un grub-efi.
Donc je teste boot-repair en UEFI en passant par les options avancées pour voir ce qu'il se passe, en réinstallant grub-efi en /dev/sdb3.
boot-repair-4ppa166 [20220120_2205]
============================= Boot Repair Summary ==============================
Default settings: ______________________________________________________________
The default repair of the Boot-Repair utility would reinstall the grub2 of
sdb4 into the MBR of sdb.
Grub-efi would not be selected by default because legacy Windows detected.
Additional repair would be performed: unhide-bootmenu-10s
Confirmation request before suggested repair: __________________________________
LegacyWindows detected. The boot of your PC is in EFI mode. You may want to retry after changing it to BIOS-compatibility/CSM/Legacy mode.
Are you sure you want to continue anyway?
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your BIOS boot on sdb ( USB DISK 3.0) disk!
Please set your BIOS in Legacy mode in order to start your Ubuntu 18.04.4 LTS, then type command [sudo update-grub] in order to add the Windows entry to your GRUB menu.
User settings: _________________________________________________________________
Error: The backup GPT table is corrupt, but the primary appears OK, so that will be used.
La table de partitions GPT de sauvegarde est corrompue, mais la primaire semble fonctionnelle, elle sera donc utilisée.
Advices: _______________________________________________________________________
LegacyWindows détecté. Vous souhaiterez peut-être réessayer après avoir désactivé l'option [Partition /boot/efi séparée :].
Êtes-vous sûr de vouloir continuer quand même ? yes
The settings chosen by the user will purge (in order to fix packages) and reinstall the grub-efi of
sdb3,
using the following options: sdb1/boot/efi,
Grub-efi will not be selected by default because legacy Windows detected.
Additional repair will be performed: unhide-bootmenu-10s use-standard-efi-file
/boot/efi added in sdb3/fstab
Mount sdb1 on /media/ubuntu/xubuntu-efi/boot/efi
chroot /media/ubuntu/xubuntu-efi apt-get -y update
Purge the GRUB of sdb3
grub-efi available
Lecture des listes de paquets…
Construction de l'arbre des dépendances…SET@_progressbar1.pulse()
Lecture des informations d'état…
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
cabextract cryptsetup fatresize gtkdialog libcrypt-passwdmd5-perl libefivar0
libglade2-0 libxdo3 linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic
linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic
linux-signed-image-generic mokutil qemu qemu-kvm secureboot-db shim
squashfs-tools syslinux syslinux-common wmctrl xdotool
Veuillez utiliser « apt-get autoremove » pour les supprimer.
Les paquets supplémentaires suivants seront installés :
grub-common grub-efi-amd64 grub-efi-amd64-bin grub2-common
Paquets suggérés :
multiboot-doc grub-emu xorriso
Les NOUVEAUX paquets suivants seront installés :
grub-common grub-efi grub-efi-amd64 grub-efi-amd64-bin grub2-common
0 mis à jour, 5 nouvellement installés, 0 à enlever et 596 non mis à jour.
Il est nécessaire de prendre 2 882 ko dans les archives.
Après cette opération, 15,9 Mo d'espace disque supplémentaires seront utilisés.
Réception de : 1 http://fr.archive.ubuntu.com/ubuntu/ trusty-updates/main grub-common amd64 2.02~beta2-9ubuntu1.17 [1 680 kB]
Réception de : 2 http://fr.archive.ubuntu.com/ubuntu/ trusty-updates/main grub2-common amd64 2.02~beta2-9ubuntu1.17 [500 kB]
Réception de : 3 http://fr.archive.ubuntu.com/ubuntu/ trusty-updates/main grub-efi-amd64-bin amd64 2.02~beta2-9ubuntu1.17 [653 kB]
Réception de : 4 http://fr.archive.ubuntu.com/ubuntu/ trusty-updates/main grub-efi-amd64 amd64 2.02~beta2-9ubuntu1.17 [45,7 kB]
Réception de : 5 http://fr.archive.ubuntu.com/ubuntu/ trusty-updates/main grub-efi amd64 2.02~beta2-9ubuntu1.17 [2 546 B]
2 882 ko réceptionnés en 3s (767 ko/s)
Téléchargement achevé et dans le mode téléchargement uniquement
DEBCHECK debOK, grub-efi
DEBCHECK debOK
Then type: sudo chroot "/media/ubuntu/xubuntu-efi" dpkg --configure -ansudo chroot "/media/ubuntu/xubuntu-efi" apt-get install -fynsudo chroot "/media/ubuntu/xubuntu-efi" apt-get install -y grub-efi
ls: impossible d'accéder à '/media/ubuntu/windows-7-del/': Aucun fichier ou dossier de ce type
ls: impossible d'accéder à '/media/ubuntu/windows-7-del/': Aucun fichier ou dossier de ce type
ls: impossible d'accéder à '/media/ubuntu/ubuntu20.04-dell/': Aucun fichier ou dossier de ce type
ls: impossible d'accéder à '/media/ubuntu/ubuntu20.04-dell/': Aucun fichier ou dossier de ce type
ls: impossible d'accéder à '/media/ubuntu/SB@/': Aucun fichier ou dossier de ce type
ls: impossible d'accéder à '/media/ubuntu/SB@/': Aucun fichier ou dossier de ce type
Unhide GRUB boot menu in sdb3/etc/default/grub
ls: impossible d'accéder à '/media/ubuntu/windows-7-del/': Aucun fichier ou dossier de ce type
ls: impossible d'accéder à '/media/ubuntu/windows-7-del/': Aucun fichier ou dossier de ce type
ls: impossible d'accéder à '/media/ubuntu/ubuntu20.04-dell/': Aucun fichier ou dossier de ce type
ls: impossible d'accéder à '/media/ubuntu/ubuntu20.04-dell/': Aucun fichier ou dossier de ce type
ls: impossible d'accéder à '/media/ubuntu/SB@/': Aucun fichier ou dossier de ce type
ls: impossible d'accéder à '/media/ubuntu/SB@/': Aucun fichier ou dossier de ce type
======================== Reinstall the grub-efi of sdb3 ========================
grub-install --version
grub-install (GRUB) 2.02~beta2-9ubuntu1.17
efibootmgr -v from chroot before grub install
BootCurrent: 0006
Timeout: 2 seconds
BootOrder: 0005,0000,0002,0001,0003,0004,0006
Boot0000 Diskette Drive BIOS(1,0,00)
Boot0001* Internal HDD BIOS(2,0,00)P0: LDLC .
Boot0002* USB Storage Device BIOS(5,0,00)
Boot0003* CD/DVD/CD-RW Drive BIOS(3,0,00)P1: TSSTcorp DVD+/-RW TS-U633J.
Boot0004 Onboard NIC BIOS(6,0,00)
Boot0005* ubuntu HD(1,2007000,c8000,c279ab17-8851-4486-b8fb-7ae86a52026d)File(EFIubuntugrubx64.efi)
Boot0006 UEFI: TSSTcorp DVD+/-RW TS-U633J ACPI(a0341d0,0)PCI(1f,2)03120a000100ffff0000CD-ROM(1,101bac,1f00)
BootFFFA* Internal Shell Vendor(5990c250-676b-4ff7-8a0d-529319d0b254,)
BootFFFB* Diagnostic Boot Vendor(5990c250-676b-4ff7-8a0d-529319d0b254,)
BootFFFC* Temporary Boot Menu Vendor(5990c250-676b-4ff7-8a0d-529319d0b254,)
BootFFFD* Graphic Setup Vendor(5990c250-676b-4ff7-8a0d-529319d0b254,)
BootFFFE* Text Setup Vendor(5990c250-676b-4ff7-8a0d-529319d0b254,)
uname -r in chroot
5.4.0-26-generic
grub-install --efi-directory=/boot/efi --target=x86_64-efi --no-uefi-secure-boot
Installing for x86_64-efi platform.
Alternate GPT is invalid, using primary GPT.
Installation finished. No error reported.
df /dev/sdb1
mv /media/ubuntu/xubuntu-efi/boot/efi/EFI/Boot/bootx64.efi /media/ubuntu/xubuntu-efi/boot/efi/EFI/Boot/bkpbootx64.efi
cp /media/ubuntu/xubuntu-efi/boot/efi/efi/ubuntu/grubx64.efi /media/ubuntu/xubuntu-efi/boot/efi/EFI/Boot/bootx64.efi
grub-install --efi-directory=/boot/efi --target=x86_64-efi --no-uefi-secure-boot
Installing for x86_64-efi platform.
Alternate GPT is invalid, using primary GPT.
Installation finished. No error reported.
efibootmgr -v from chroot after grub install
BootCurrent: 0006
Timeout: 2 seconds
BootOrder: 0005,0000,0002,0001,0003,0004,0006
Boot0000 Diskette Drive BIOS(1,0,00)
Boot0001* Internal HDD BIOS(2,0,00)P0: LDLC .
Boot0002* USB Storage Device BIOS(5,0,00)
Boot0003* CD/DVD/CD-RW Drive BIOS(3,0,00)P1: TSSTcorp DVD+/-RW TS-U633J.
Boot0004 Onboard NIC BIOS(6,0,00)
Boot0005* ubuntu HD(1,2007000,c8000,c279ab17-8851-4486-b8fb-7ae86a52026d)File(EFIubuntugrubx64.efi)
Boot0006 UEFI: TSSTcorp DVD+/-RW TS-U633J ACPI(a0341d0,0)PCI(1f,2)03120a000100ffff0000CD-ROM(1,101bac,1f00)
BootFFFA* Internal Shell Vendor(5990c250-676b-4ff7-8a0d-529319d0b254,)
BootFFFB* Diagnostic Boot Vendor(5990c250-676b-4ff7-8a0d-529319d0b254,)
BootFFFC* Temporary Boot Menu Vendor(5990c250-676b-4ff7-8a0d-529319d0b254,)
BootFFFD* Graphic Setup Vendor(5990c250-676b-4ff7-8a0d-529319d0b254,)
BootFFFE* Text Setup Vendor(5990c250-676b-4ff7-8a0d-529319d0b254,)
Warning: NVram was not modified.
chroot /media/ubuntu/xubuntu-efi update-grub
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-3.13.0-170-generic
Found initrd image: /boot/initrd.img-3.13.0-170-generic
Found linux image: /boot/vmlinuz-3.13.0-117-generic
Found initrd image: /boot/initrd.img-3.13.0-117-generic
Found linux image: /boot/vmlinuz-3.13.0-32-generic
Found initrd image: /boot/initrd.img-3.13.0-32-generic
Found Ubuntu 20.04.3 LTS (20.04) on /dev/sda2
Found Ubuntu 18.04.4 LTS (18.04) on /dev/sdb4
Unhide GRUB boot menu in sdb3/boot/grub/grub.cfg
Le démarrage de l'ordinateur a été correctement réparé.
Vous pouvez maintenant redémarrer votre ordinateur.
N'oubliez pas de faire démarrer votre firmware UEFI sur l'entrée Ubuntu 14.04.1 LTS (fichier sdb1/efi/ubuntu/grubx64.efi) !
Réglez votre BIOS en mode Legacy afin de démarrer votre Ubuntu 14.04.1 LTS, puis saisissez la commande [sudo update-grub] afin d'ajouter l'entrée Windows à votre menu GRUB.
============================ Boot Info After Repair ============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos2)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> Grub2 (v2.00) is installed in the MBR of /dev/sdb and looks at sector
34402304 of the same hard drive for core.img. core.img is at this location
and looks for (,gpt4)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_gpt biosdisk
---------------------------------------------------------------------------
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 7/2008: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.3 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /efi/Boot/bkpbootx64.efi /efi/Boot/bootx64.efi
/efi/Boot/grubx64.efi /efi/ubuntu/grubx64.efi
/efi/ubuntu/mmx64.efi /efi/ubuntu/MokManager.efi
/efi/ubuntu/shimx64.efi /efi/ubuntu/grub.cfg
sdb2: __________________________________________________________________________
File system: BIOS Boot partition
Boot sector type: Grub2's core.img
Boot sector info:
sdb3: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 14.04.1 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
sdb4: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 18.04.4 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb5: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
================================ 4 OS detected =================================
OS#1: Ubuntu 20.04.3 LTS on sda2
OS#2: Ubuntu 14.04.1 LTS on sdb3
OS#3: Ubuntu 18.04.4 LTS on sdb4
OS#4: Windows 7 on sda1
================================ Host/Hardware =================================
CPU architecture: 64-bit
Video: CoreProcessorIntegratedGraphicsController from Intel Corporation
Live-session OS is Ubuntu 64-bit (Ubuntu 20.04 LTS, focal, x86_64)
===================================== UEFI =====================================
The firmware is EFI-compatible, and is set in EFI-mode for this live-session.
BootCurrent: 0006
Timeout: 2 seconds
BootOrder: 0005,0000,0002,0001,0003,0004,0006
Boot0000 Diskette Drive BBS(Floppy,,0x0)
Boot0001* Internal HDD BBS(HD,,0x0)P0: LDLC .
Boot0002* USB Storage Device BBS(USB,,0x0)
Boot0003* CD/DVD/CD-RW Drive BBS(CDROM,,0x0)P1: TSSTcorp DVD+/-RW TS-U633J.
Boot0004 Onboard NIC BBS(Network,,0x0)
Boot0005* ubuntu HD(1,GPT,c279ab17-8851-4486-b8fb-7ae86a52026d,0x2007000,0xc8000)/File(\EFI\ubuntu\grubx64.efi)
Boot0006 UEFI: TSSTcorp DVD+/-RW TS-U633J PciRoot(0x0)/Pci(0x1f,0x2)/Sata(1,65535,0)/CDROM(1,0x101bac,0x1f00)
7dd96e18f135f11330a01701b6858e95 sdb1/Boot/bkpbootx64.efi
426331c4dfd549edb26317a4d2b15df9 sdb1/Boot/bootx64.efi
648f9e93ae58ed689530b3e2da07414d sdb1/Boot/grubx64.efi
bbee2f837099f9f0826081b2c59386ff sdb1/ubuntu/grubx64.efi
d5a2dfd48441834f97d7ab8e3c26ba0f sdb1/ubuntu/mmx64.efi
ba8a7979ac57f1c0c307ef94d1020eb8 sdb1/ubuntu/MokManager.efi
6e94c3d33194c89bd327bfaa5871e294 sdb1/ubuntu/shimx64.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, has-win, 2048 sectors * 512 bytes
sdb : is-GPT, hasBIOSboot, has---ESP, usb-disk, not-mmc, has-os, no-wind, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb3 : is-os, 64, apt-get, no-docgrub, nogrub, nogrubinstall, grubenv-ok, noupdategrub, not-far
sdb4 : is-os, 64, apt-get, grub-pc grub-efi , grub2, grub-install, grubenv-ok, update-grub, not-far
sdb5 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
Partitions info (2/3): _________________________________________________________
sda1 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot
sda2 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb3 : isnotESP, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb4 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb5 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sda1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
sda2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
sdb1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb3 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb4 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb5 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
fdisk -l (filtered): ___________________________________________________________
Disk sda: 111.81 GiB, 120034123776 bytes, 234441648 sectors
Disk identifier: 0x00040603
Boot Start End Sectors Size Id Type
sda1 * 2048 56383487 56381440 26.9G 7 HPFS/NTFS/exFAT
sda2 56383488 234440703 178057216 84.9G 83 Linux
Disk sdb: 58.9 GiB, 63216549888 bytes, 123469824 sectors
Disk identifier: ECB2E9FC-2892-4570-89E6-CBFC2C80BF0F
Start End Sectors Size Type
sdb1 33583104 34402303 819200 400M EFI System
sdb2 34402304 35426303 1024000 500M BIOS boot
sdb3 35426304 79447788 44021485 21G Linux filesystem
sdb4 79448064 123467595 44019532 21G Linux filesystem
sdb5 2048 33583103 33581056 16G Microsoft basic data
Partition table entries are not in disk order.
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:120GB:91.2GB:ext4::;
sdb:63.2GB:scsi:512:512:gpt: USB DISK 3.0:;
5:1049kB:17.2GB:17.2GB:fat32::msftdata;
1:17.2GB:17.6GB:419MB:fat32::boot, esp;
2:17.6GB:18.1GB:524MB:::bios_grub;
3:18.1GB:40.7GB:22.5GB:ext4::;
4:40.7GB:63.2GB:22.5GB:ext4::;
Free space (filtered): _________________________________________________________
sda:114473MiB:scsi:512:512:msdos:ATA LDLC:;
1:0.03MiB:1.00MiB:0.97MiB:free;
1:114473MiB:114473MiB:0.46MiB:free;
sdb:60288MiB:scsi:512:512:gpt: USB DISK 3.0:;
1:0.02MiB:1.00MiB:0.98MiB:free;
1:38793MiB:38793MiB:0.13MiB:free;
1:60287MiB:60288MiB:1.07MiB:free;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
└─sda2 ext4 9f5305b9-ddf9-4400-838d-7bb99f8b492f 00040603-02 ubuntu20.04-dell
sdb
├─sdb1 vfat 92C8-E043 c279ab17-8851-4486-b8fb-7ae86a52026d
├─sdb2 1f6dd8ce-568c-4617-9138-bb17d3c624a5
├─sdb3 ext4 72a66c99-76c9-420b-b133-77d8811a67f5 fcb240a0-cd9d-4f0f-829f-fac324612298 xubuntu-efi
├─sdb4 ext4 cb4fb6ab-daa4-405d-a278-99d4c4ca5e63 75c298a7-c048-4426-8ee7-943d786ea1f2 SB@
└─sdb5 vfat 0669-366B ee32a4b8-08a9-4165-b9e8-cf034813eaf5 test-multi
df (filtered): _________________________________________________________________
Avail Use% Mounted on
/cow 1.2G 35% /
/dev/sda1 2.9G 89% /mnt/boot-sav/sda1
/dev/sda2 7.9G 85% /mnt/boot-sav/sda2
/dev/sdb1 394.4M 1% /mnt/boot-sav/sdb1
/dev/sdb3 15G 22% /media/ubuntu/xubuntu-efi
/dev/sdb4 2.2G 84% /mnt/boot-sav/sdb4
/dev/sdb5 5.6G 65% /media/ubuntu/test-multi
Mount options: __________________________________________________________________
sda1 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sda2 rw,relatime
sdb1 rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
sdb3 rw,nosuid,nodev,relatime,stripe=32639
sdb4 rw,relatime
sdb5 rw,nosuid,nodev,relatime,uid=999,gid=999,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (sur sda1) FA2AC6152AC5CF37
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb16 during installation
UUID=9f5305b9-ddf9-4400-838d-7bb99f8b492f / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
31,011360168 = 33,298194432 boot/grub/grub.cfg 1
32,926273346 = 35,354316800 boot/grub/i386-pc/core.img 1
56,363952637 = 60,520333312 boot/vmlinuz 2
42,168640137 = 45,278232576 boot/vmlinuz-5.13.0-25-generic 2
56,363952637 = 60,520333312 boot/vmlinuz-5.13.0-27-generic 2
42,168640137 = 45,278232576 boot/vmlinuz.old 2
74,452411652 = 79,942668288 boot/initrd.img 11
102,487300873 = 110,044901376 boot/initrd.img-5.13.0-25-generic 9
74,452411652 = 79,942668288 boot/initrd.img-5.13.0-27-generic 11
102,487300873 = 110,044901376 boot/initrd.img.old 9
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18151 août 12 09:18 10_linux
-rwxr-xr-x 1 root root 42359 août 17 2020 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 2020 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 2020 40_custom
-rwxr-xr-x 1 root root 216 avril 15 2020 41_custom
===================== sdb1/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid 72a66c99-76c9-420b-b133-77d8811a67f5 root hd1,gpt3
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
====================== sdb3/boot/grub/grub.cfg (filtered) ======================
Ubuntu 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, with Linux 3.13.0-170-generic 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, with Linux 3.13.0-117-generic 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, with Linux 3.13.0-32-generic 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu 20.04.3 LTS (20.04) (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu 18.04.4 LTS (18.04) (on sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu (on sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-101-generic (on sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-99-generic (on sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-91-generic (on sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb3/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb3 during installation
UUID=72a66c99-76c9-420b-b133-77d8811a67f5 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sdb1 during installation
UUID=92C8-E043 /boot/efi vfat defaults 0 1
======================= sdb3/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sdb3: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
19,029285431 = 20,432539648 boot/grub/grub.cfg 1
19,077713013 = 20,484538368 boot/vmlinuz-3.13.0-117-generic 2
19,308181763 = 20,732002304 boot/vmlinuz-3.13.0-117-generic.efi.signed 1
19,421516418 = 20,853694464 boot/vmlinuz-3.13.0-170-generic 1
17,878444672 = 19,196833792 boot/vmlinuz-3.13.0-32-generic 2
19,421516418 = 20,853694464 vmlinuz 1
17,878444672 = 19,196833792 vmlinuz.old 2
21,895526886 = 23,510142976 boot/initrd.img-3.13.0-117-generic 2
19,653495789 = 21,102780416 boot/initrd.img-3.13.0-170-generic 2
19,528972626 = 20,969074688 boot/initrd.img-3.13.0-32-generic 2
19,653495789 = 21,102780416 initrd.img 2
19,528972626 = 20,969074688 initrd.img.old 2
===================== sdb3: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 11608 mars 22 2019 10_linux
-rwxr-xr-x 1 root root 10412 mars 22 2019 20_linux_xen
-rwxr-xr-x 1 root root 11692 mars 22 2019 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 22 2019 30_uefi-firmware
-rwxr-xr-x 1 root root 214 mars 22 2019 40_custom
-rwxr-xr-x 1 root root 216 mars 22 2019 41_custom
====================== sdb4/boot/grub/grub.cfg (filtered) ======================
Ubuntu cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-101-generic cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-99-generic cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-91-generic cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Windows 7 (on sda1) FA2AC6152AC5CF37
Ubuntu 20.04.3 LTS (20.04) (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu 14.04.1 LTS (14.04) (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, avec Linux 3.13.0-170-generic (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, avec Linux 3.13.0-117-generic (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, avec Linux 3.13.0-32-generic (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb4/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=cb4fb6ab-daa4-405d-a278-99d4c4ca5e63 / ext4 noatime,errors=remount-ro 0 1
======================= sdb4/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sdb4: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
54,008808136 = 57,991516160 boot/grub/grub.cfg 1
54,499500275 = 58,518392832 boot/grub/i386-pc/core.img 1
45,524402618 = 48,881455104 boot/vmlinuz-4.15.0-101-generic 2
44,243148804 = 47,505719296 boot/vmlinuz-4.15.0-91-generic 1
39,215808868 = 42,107654144 boot/vmlinuz-4.15.0-99-generic 1
45,524402618 = 48,881455104 vmlinuz 2
39,215808868 = 42,107654144 vmlinuz.old 1
49,648735046 = 53,309923328 boot/initrd.img-4.15.0-101-generic 4
43,367458344 = 46,565453824 boot/initrd.img-4.15.0-91-generic 5
54,641597748 = 58,670968832 boot/initrd.img-4.15.0-99-generic 4
49,648735046 = 53,309923328 initrd.img 4
54,641597748 = 58,670968832 initrd.img.old 4
===================== sdb4: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 12808 janv. 7 2021 10_linux
-rwxr-xr-x 1 root root 11298 mars 4 2018 20_linux_xen
-rwxr-xr-x 1 root root 12059 mars 4 2018 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 4 2018 30_uefi-firmware
-rwxr-xr-x 1 root root 214 mars 4 2018 40_custom
-rwxr-xr-x 1 root root 216 mars 4 2018 41_custom
Bon, ça réinstalle.
Je continue les tests en session live pour réinstaller un grub-efi en /dev/sdb4.
Mais, je vois un chagement de version du PPA-DEV.
@+. 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
#2260 Le 21/01/2022, à 09:32
- Babdu89
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Toujours en session live UEFI.
Mais avec la version du PPA-DEV en 4appa167
Machine;
1 SSD interne /dev/sda
Windows 7 /dev/sda1
Ubuntu 20.04 /dev/sda2
1 Clé USB de tests avec 2 Linux installé en Bios_Legacy et UEFI, qui démarrent dans les deux modes.
Le boot-info;
boot-info-4ppa167 [20220121_0036]
============================== Boot Info Summary ===============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos2)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> Grub2 (v2.00) is installed in the MBR of /dev/sdb and looks at sector
34402304 of the same hard drive for core.img. core.img is at this location
and looks for (,gpt4)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_gpt biosdisk
---------------------------------------------------------------------------
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 7/2008: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.3 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /efi/Boot/bkpbootx64.efi /efi/Boot/bootx64.efi
/efi/Boot/grubx64.efi /efi/ubuntu/grubx64.efi
/efi/ubuntu/mmx64.efi /efi/ubuntu/MokManager.efi
/efi/ubuntu/shimx64.efi /efi/ubuntu/grub.cfg
sdb2: __________________________________________________________________________
File system: BIOS Boot partition
Boot sector type: Grub2's core.img
Boot sector info:
sdb3: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 14.04.1 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
sdb4: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 18.04.4 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb5: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
================================ 4 OS detected =================================
OS#1: L'OS actuellement utilisé - Ubuntu 18.04.4 LTS CurrentSession on sdb4
OS#2: Ubuntu 20.04.3 LTS on sda2
OS#3: Ubuntu 14.04.1 LTS on sdb3
OS#4: Windows 7 on sda1
================================ Host/Hardware =================================
CPU architecture: 64-bit
Video: CoreProcessorIntegratedGraphicsController from Intel Corporation
BOOT_IMAGE of the installed session in use:
/boot/vmlinuz-4.15.0-101-generic root=UUID=cb4fb6ab-daa4-405d-a278-99d4c4ca5e63 ro quiet splash vt.handoff=1
df -Th / : /dev/sdb4 ext4 21G 18G 2,4G 89% /
===================================== UEFI =====================================
The firmware is EFI-compatible, and is set in EFI-mode for this installed-session.
BootCurrent: 0006
Timeout: 2 seconds
BootOrder: 0005,0000,0002,0001,0003,0004,0006
Boot0000 Diskette Drive BBS(Floppy,,0x0)
Boot0001* Internal HDD BBS(HD,,0x0)P0: LDLC .
Boot0002* USB Storage Device BBS(USB,,0x0)USB Storage Device.
Boot0003* CD/DVD/CD-RW Drive BBS(CDROM,,0x0)P1: TSSTcorp DVD+/-RW TS-U633J.
Boot0004 Onboard NIC BBS(Network,,0x0)
Boot0005* ubuntu HD(1,GPT,c279ab17-8851-4486-b8fb-7ae86a52026d,0x2007000,0xc8000)/File(\EFI\ubuntu\grubx64.efi)
Boot0006 UEFI: INT13(USB,0x80) PciRoot(0x0)/Pci(0x1d,0x0)/VenHw(aa7ba38a-dabf-40c3-8d18-b55b39609ef7,8001000000005553422020202020ffffffffffffffffffffffffffffffffffffffffffffffff)/HD(1,GPT,c279ab17-8851-4486-b8fb-7ae86a52026d,0x2007000,0xc8000)
337cbc9f6dd9db90043bb8addd3323a6 sdb1/Boot/bkpbootx64.efi
337cbc9f6dd9db90043bb8addd3323a6 sdb1/Boot/bootx64.efi
648f9e93ae58ed689530b3e2da07414d sdb1/Boot/grubx64.efi
337cbc9f6dd9db90043bb8addd3323a6 sdb1/ubuntu/grubx64.efi
d5a2dfd48441834f97d7ab8e3c26ba0f sdb1/ubuntu/mmx64.efi
ba8a7979ac57f1c0c307ef94d1020eb8 sdb1/ubuntu/MokManager.efi
6e94c3d33194c89bd327bfaa5871e294 sdb1/ubuntu/shimx64.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sdb : is-GPT, hasBIOSboot, has---ESP, usb-disk, not-mmc, has-os, no-wind, 2048 sectors * 512 bytes
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, has-win, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sdb4 : is-os, 64, apt-get, grub-pc grub-efi , grub2, grub-install, grubenv-ok, update-grub, not-far
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb3 : is-os, 64, apt-get, grub-efi , grub2, grub-install, grubenv-ng, update-grub, not-far
sdb5 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
Partitions info (2/3): _________________________________________________________
sdb4 : isnotESP, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda1 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot
sda2 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb3 : isnotESP, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb5 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sdb4 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sda1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
sda2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
sdb1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb3 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb5 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
fdisk -l (filtered): ___________________________________________________________
Disk sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors
Disk identifier: 0x00040603
Boot Start End Sectors Size Id Type
sda1 * 2048 56383487 56381440 26.9G 7 HPFS/NTFS/exFAT
sda2 56383488 234440703 178057216 84.9G 83 Linux
Disk sdb: 58.9 GiB, 63216549888 bytes, 123469824 sectors
Disk identifier: ECB2E9FC-2892-4570-89E6-CBFC2C80BF0F
Start End Sectors Size Type
sdb1 33583104 34402303 819200 400M EFI System
sdb2 34402304 35426303 1024000 500M BIOS boot
sdb3 35426304 79447788 44021485 21G Linux filesystem
sdb4 79448064 123467595 44019532 21G Linux filesystem
sdb5 2048 33583103 33581056 16G Microsoft basic data
Partition table entries are not in disk order.
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:120GB:91.2GB:ext4::;
sdb:63.2GB:scsi:512:512:gpt: USB DISK 3.0:;
5:1049kB:17.2GB:17.2GB:fat32::msftdata;
1:17.2GB:17.6GB:419MB:fat32::boot, esp;
2:17.6GB:18.1GB:524MB:::bios_grub;
3:18.1GB:40.7GB:22.5GB:ext4::;
4:40.7GB:63.2GB:22.5GB:ext4::;
Free space (filtered): _________________________________________________________
sda:114473MiB:scsi:512:512:msdos:ATA LDLC:;
1:0.03MiB:1.00MiB:0.97MiB:free;
1:114473MiB:114473MiB:0.46MiB:free;
sdb:60288MiB:scsi:512:512:gpt: USB DISK 3.0:;
1:0.02MiB:1.00MiB:0.98MiB:free;
1:38793MiB:38793MiB:0.13MiB:free;
1:60287MiB:60288MiB:1.07MiB:free;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
└─sda2 ext4 9f5305b9-ddf9-4400-838d-7bb99f8b492f 00040603-02 ubuntu20.04-dell
sdb
├─sdb1 vfat 92C8-E043 c279ab17-8851-4486-b8fb-7ae86a52026d
├─sdb2 1f6dd8ce-568c-4617-9138-bb17d3c624a5
├─sdb3 ext4 72a66c99-76c9-420b-b133-77d8811a67f5 fcb240a0-cd9d-4f0f-829f-fac324612298 xubuntu-efi
├─sdb4 ext4 cb4fb6ab-daa4-405d-a278-99d4c4ca5e63 75c298a7-c048-4426-8ee7-943d786ea1f2 SB@
└─sdb5 vfat 0669-366B ee32a4b8-08a9-4165-b9e8-cf034813eaf5 test-multi
Mount points (filtered): _________________________________________________________________
Avail Use% Mounted on
/dev/sda1 2.9G 89% /mnt/boot-sav/sda1
/dev/sda2 7.9G 85% /mnt/boot-sav/sda2
/dev/sdb1 394.4M 1% /mnt/boot-sav/sdb1
/dev/sdb3 15G 22% /media/bernard/xubuntu-efi
/dev/sdb3 15G 22% /mnt/boot-sav/sdb3
/dev/sdb4 2.3G 84% /
/dev/sdb4 2.3G 84% /mnt/boot-sav/sdb4
/dev/sdb5 5.6G 65% /media/bernard/test-multi
/dev/sdb5 5.6G 65% /mnt/boot-sav/sdb5
Mount options (filtered): ________________________________________________________________
/dev/sda1 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
/dev/sda2 rw,relatime,data=ordered
/dev/sdb1 rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
/dev/sdb3 rw,nosuid,nodev,relatime,stripe=32639,data=ordered
/dev/sdb3 rw,relatime,stripe=32639,data=ordered
/dev/sdb4 rw,noatime,errors=remount-ro,data=ordered
/dev/sdb4 rw,relatime,errors=remount-ro,data=ordered
/dev/sdb5 rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro
/dev/sdb5 rw,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (sur sda1) FA2AC6152AC5CF37
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb16 during installation
UUID=9f5305b9-ddf9-4400-838d-7bb99f8b492f / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
31.011360168 = 33.298194432 boot/grub/grub.cfg 1
32.926273346 = 35.354316800 boot/grub/i386-pc/core.img 1
56.363952637 = 60.520333312 boot/vmlinuz 2
42.168640137 = 45.278232576 boot/vmlinuz-5.13.0-25-generic 2
56.363952637 = 60.520333312 boot/vmlinuz-5.13.0-27-generic 2
42.168640137 = 45.278232576 boot/vmlinuz.old 2
74.452411652 = 79.942668288 boot/initrd.img 11
102.487300873 = 110.044901376 boot/initrd.img-5.13.0-25-generic 9
74.452411652 = 79.942668288 boot/initrd.img-5.13.0-27-generic 11
102.487300873 = 110.044901376 boot/initrd.img.old 9
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18151 août 12 11:18 10_linux
-rwxr-xr-x 1 root root 42359 août 17 2020 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 2020 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 2020 40_custom
-rwxr-xr-x 1 root root 216 avril 15 2020 41_custom
===================== sdb1/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid 72a66c99-76c9-420b-b133-77d8811a67f5 root hd1,gpt3
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
====================== sdb3/boot/grub/grub.cfg (filtered) ======================
Ubuntu 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, with Linux 3.13.0-170-generic 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, with Linux 3.13.0-117-generic 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, with Linux 3.13.0-32-generic 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu 20.04.3 LTS (20.04) (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu 18.04.4 LTS (18.04) (on sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu (on sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-101-generic (on sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-99-generic (on sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-91-generic (on sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb3/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb3 during installation
UUID=72a66c99-76c9-420b-b133-77d8811a67f5 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sdb1 during installation
UUID=92C8-E043 /boot/efi vfat defaults 0 1
======================= sdb3/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sdb3: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
19.029285431 = 20.432539648 boot/grub/grub.cfg 1
19.077713013 = 20.484538368 boot/vmlinuz-3.13.0-117-generic 2
19.308181763 = 20.732002304 boot/vmlinuz-3.13.0-117-generic.efi.signed 1
19.421516418 = 20.853694464 boot/vmlinuz-3.13.0-170-generic 1
17.878444672 = 19.196833792 boot/vmlinuz-3.13.0-32-generic 2
19.421516418 = 20.853694464 vmlinuz 1
17.878444672 = 19.196833792 vmlinuz.old 2
21.895526886 = 23.510142976 boot/initrd.img-3.13.0-117-generic 2
19.653495789 = 21.102780416 boot/initrd.img-3.13.0-170-generic 2
19.528972626 = 20.969074688 boot/initrd.img-3.13.0-32-generic 2
19.653495789 = 21.102780416 initrd.img 2
19.528972626 = 20.969074688 initrd.img.old 2
===================== sdb3: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 11608 mars 22 2019 10_linux
-rwxr-xr-x 1 root root 10412 mars 22 2019 20_linux_xen
-rwxr-xr-x 1 root root 11692 mars 22 2019 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 22 2019 30_uefi-firmware
-rwxr-xr-x 1 root root 214 mars 22 2019 40_custom
-rwxr-xr-x 1 root root 216 mars 22 2019 41_custom
====================== sdb4/boot/grub/grub.cfg (filtered) ======================
Ubuntu cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-101-generic cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-99-generic cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-91-generic cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu 20.04.3 LTS (20.04) (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu 14.04.1 LTS (14.04) (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, with Linux 3.13.0-170-generic (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, with Linux 3.13.0-117-generic (on sdb3) efi.signed--72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, with Linux 3.13.0-32-generic (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb4/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=cb4fb6ab-daa4-405d-a278-99d4c4ca5e63 / ext4 noatime,errors=remount-ro 0 1
UUID=92C8-E043 /boot/efi vfat defaults 0 1
======================= sdb4/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sdb4: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
54.008808136 = 57.991516160 boot/grub/grub.cfg 1
54.499500275 = 58.518392832 boot/grub/i386-pc/core.img 1
45.524402618 = 48.881455104 boot/vmlinuz-4.15.0-101-generic 2
44.243148804 = 47.505719296 boot/vmlinuz-4.15.0-91-generic 1
39.215808868 = 42.107654144 boot/vmlinuz-4.15.0-99-generic 1
45.524402618 = 48.881455104 vmlinuz 2
39.215808868 = 42.107654144 vmlinuz.old 1
49.648735046 = 53.309923328 boot/initrd.img-4.15.0-101-generic 4
43.367458344 = 46.565453824 boot/initrd.img-4.15.0-91-generic 5
54.641597748 = 58.670968832 boot/initrd.img-4.15.0-99-generic 4
49.648735046 = 53.309923328 initrd.img 4
54.641597748 = 58.670968832 initrd.img.old 4
===================== sdb4: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 12808 janv. 7 2021 10_linux
-rwxr-xr-x 1 root root 11298 mars 4 2018 20_linux_xen
-rwxr-xr-x 1 root root 12059 mars 4 2018 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 4 2018 30_uefi-firmware
-rwxr-xr-x 1 root root 214 mars 4 2018 40_custom
-rwxr-xr-x 1 root root 216 mars 4 2018 41_custom
Error code 32
mount -r /dev/sdb4 /mnt/boot-sav/sdb4
mount -r /dev/sdb4 : Error code 32
mount -t ntfs-3g -o remove_hiberfile /dev/sda1 /mnt/boot-sav/sda1
Error code 16
mount -r /dev/sda1 /mnt/boot-sav/sda1
mount -r /dev/sda1 : Error code 16
Error code 32
mount -r /dev/sda2 /mnt/boot-sav/sda2
mount -r /dev/sda2 : Error code 32
Error code 32
mount -r /dev/sdb1 /mnt/boot-sav/sdb1
mount -r /dev/sdb1 : Error code 32
Error code 32
mount -r /dev/sdb3 /mnt/boot-sav/sdb3
mount -r /dev/sdb3 : Error code 32
Error code 32
mount -r /dev/sdb5 /mnt/boot-sav/sdb5
mount -r /dev/sdb5 : Error code 32
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would reinstall the grub2 of
sdb4 into the MBR of sdb.
Grub-efi would not be selected by default because legacy Windows detected.
Additional repair would be performed: unhide-bootmenu-10s
Blockers in case of suggested repair: __________________________________________
LegacyWindows detected. Please enable BIOS-compatibility/CSM/Legacy mode in your UEFI firmware, and use this software from a live-CD (or live-USB).
Confirmation request before suggested repair: __________________________________
LegacyWindows detected. The boot of your PC is in EFI mode. You may want to retry after changing it to BIOS-compatibility/CSM/Legacy mode.
Are you sure you want to continue anyway?
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your BIOS boot on sdb ( USB DISK 3.0) disk!
The boot of your PC is in UEFI mode. You may want to retry after changing it to BIOS-compatibility/CSM/Legacy mode.
La réinstallation de grub-efi en /dev/sdb4
boot-repair-4ppa167 [20220120_2321]
============================= Boot Repair Summary ==============================
mount -t ntfs-3g -o remove_hiberfile /dev/sda1 /mnt/boot-sav/sda1
Error code 16
mount -r /dev/sda1 /mnt/boot-sav/sda1
mount -r /dev/sda1 : Error code 16
mount -t ntfs-3g -o remove_hiberfile /dev/sda1 /mnt/boot-sav/sda1
Error code 16
mount -r /dev/sda1 /mnt/boot-sav/sda1
mount -r /dev/sda1 : Error code 16
Error code 32
mount -r /dev/sda2 /mnt/boot-sav/sda2
mount -r /dev/sda2 : Error code 32
Error code 32
mount -r /dev/sdb1 /mnt/boot-sav/sdb1
mount -r /dev/sdb1 : Error code 32
Error code 32
mount -r /dev/sdb3 /mnt/boot-sav/sdb3
mount -r /dev/sdb3 : Error code 32
Error code 32
mount -r /dev/sdb4 /mnt/boot-sav/sdb4
mount -r /dev/sdb4 : Error code 32
Error code 32
mount -r /dev/sdb5 /mnt/boot-sav/sdb5
mount -r /dev/sdb5 : Error code 32
mount -t ntfs-3g -o remove_hiberfile /dev/sda1 /mnt/boot-sav/sda1
Error code 16
mount -r /dev/sda1 /mnt/boot-sav/sda1
mount -r /dev/sda1 : Error code 16
Error code 32
mount -r /dev/sdb4 /mnt/boot-sav/sdb4
mount -r /dev/sdb4 : Error code 32
Error code 32
mount -r /dev/sdb5 /mnt/boot-sav/sdb5
mount -r /dev/sdb5 : Error code 32
Default settings: ______________________________________________________________
The default repair of the Boot-Repair utility would purge (in order to fix packages) and reinstall the grub-efi of
sda2,
using the following options: sdb1/boot/efi
Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file restore-efi-backups
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your UEFI firmware boot on the Ubuntu 20.04.3 LTS entry (sdb1/efi/****/grub****.efi (**** will be updated in the final message) file) !
User settings: _________________________________________________________________
/usr/share/boot-sav/gui-translations.sh: ligne 303: This_will_mount_=This : commande introuvable
Error: The backup GPT table is corrupt, but the primary appears OK, so that will be used.
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the 'fuser' command.
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the 'fuser' command.
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the 'fuser' command.
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the 'fuser' command.
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the 'fuser' command.
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the 'fuser' command.
mount: /mnt/boot-sav/sda2: /dev/sda2 déjà monté sur /media/ubuntu/ubuntu20.04-dell.
mount: /mnt/boot-sav/sda2: /dev/sda2 déjà monté sur /media/ubuntu/ubuntu20.04-dell.
mount: /mnt/boot-sav/sdb1: /dev/sdb1 déjà monté sur /mnt/boot-sav/sdb1.
mount: /mnt/boot-sav/sdb1: /dev/sdb1 déjà monté sur /mnt/boot-sav/sdb1.
mount: /mnt/boot-sav/sdb3: /dev/sdb3 déjà monté sur /media/ubuntu/xubuntu-efi.
mount: /mnt/boot-sav/sdb3: /dev/sdb3 déjà monté sur /media/ubuntu/xubuntu-efi.
mount: /mnt/boot-sav/sdb4: /dev/sdb4 déjà monté sur /media/ubuntu/SB@.
mount: /mnt/boot-sav/sdb4: /dev/sdb4 déjà monté sur /media/ubuntu/SB@.
mount: /mnt/boot-sav/sdb5: /dev/sdb5 déjà monté sur /media/ubuntu/test-multi.
mount: /mnt/boot-sav/sdb5: /dev/sdb5 déjà monté sur /media/ubuntu/test-multi.
La table de partitions GPT de sauvegarde est corrompue, mais la primaire semble fonctionnelle, elle sera donc utilisée.
/usr/share/boot-sav/gui-translations.sh: ligne 303: This_will_mount_=This : commande introuvable
/usr/share/boot-sav/gui-translations.sh: ligne 303: This_will_mount_=This : commande introuvable
/usr/share/boot-sav/gui-translations.sh: ligne 303: This_will_mount_=This : commande introuvable
/usr/share/boot-sav/gui-translations.sh: ligne 303: This_will_mount_=This : commande introuvable
/usr/share/boot-sav/gui-translations.sh: ligne 303: This_will_mount_=This : commande introuvable
/usr/share/boot-sav/gui-translations.sh: ligne 303: This_will_mount_=This : commande introuvable
/usr/share/boot-sav/gui-translations.sh: ligne 303: This_will_mount_=This : commande introuvable
/usr/share/boot-sav/gui-translations.sh: ligne 303: This_will_mount_=This : commande introuvable
/usr/share/boot-sav/gui-translations.sh: line 303: This_will_mount_=This: command not found
/usr/share/boot-sav/gui-translations.sh: line 303: This_will_mount_=This: command not found
/usr/share/boot-sav/gui-translations.sh: line 303: This_will_mount_=This: command not found
/usr/share/boot-sav/gui-translations.sh: ligne 303: This_will_mount_=This : commande introuvable
/usr/share/boot-sav/gui-translations.sh: ligne 303: This_will_mount_=This : commande introuvable
The settings chosen by the user will reinstall the grub-efi of
sdb4,
using the following options: sdb1/boot/efi
Additional repair will be performed: unhide-bootmenu-10s use-standard-efi-file restore-efi-backups
/boot/efi added in sdb4/fstab
rm /mnt/boot-sav/sdb1/efi/Boot/bootx64.efi
mv /mnt/boot-sav/sdb1/efi/Boot/bkpbootx64.efi /mnt/boot-sav/sdb1/efi/Boot/bootx64.efi
Mount sdb1 on /mnt/boot-sav/sdb4/boot/efi
======================== Reinstall the grub-efi of sdb4 ========================
grub-install --version
grub-install (GRUB) 2.02-2ubuntu8.23
efibootmgr -v from chroot before grub install
BootCurrent: 0008
Timeout: 2 seconds
BootOrder: 0005,0000,0002,0001,0003,0004,0008
Boot0000 Diskette Drive BBS(Floppy,,0x0)
Boot0001* Internal HDD BBS(HD,,0x0)P0: LDLC .
Boot0002* USB Storage Device BBS(USB,,0x0)
Boot0003* CD/DVD/CD-RW Drive BBS(CDROM,,0x0)P1: TSSTcorp DVD+/-RW TS-U633J.
Boot0004 Onboard NIC BBS(Network,,0x0)
Boot0005* ubuntu HD(1,GPT,c279ab17-8851-4486-b8fb-7ae86a52026d,0x2007000,0xc8000)/File(EFIubuntugrubx64.efi)
Boot0008 UEFI: TSSTcorp DVD+/-RW TS-U633J PciRoot(0x0)/Pci(0x1f,0x2)/Sata(1,65535,0)/CDROM(1,0x101bac,0x1f00)
uname -r in chroot
5.4.0-26-generic
grub-install --efi-directory=/boot/efi --target=x86_64-efi --no-uefi-secure-boot
Installing for x86_64-efi platform.
GPTH CRC check failed, c06478e4 != a9611f4d.
GPTH CRC check failed, c06478e4 != a9611f4d.
GPTH CRC check failed, c06478e4 != a9611f4d.
GPTH CRC check failed, c06478e4 != a9611f4d.
GPTH CRC check failed, c06478e4 != a9611f4d.
GPTH CRC check failed, c06478e4 != a9611f4d.
Installation finished. No error reported.
df /dev/sdb1
mv /mnt/boot-sav/sdb4/boot/efi/EFI/Boot/bootx64.efi /mnt/boot-sav/sdb4/boot/efi/EFI/Boot/bkpbootx64.efi
cp /mnt/boot-sav/sdb4/boot/efi/efi/ubuntu/grubx64.efi /mnt/boot-sav/sdb4/boot/efi/EFI/Boot/bootx64.efi
grub-install --efi-directory=/boot/efi --target=x86_64-efi --no-uefi-secure-boot
Installing for x86_64-efi platform.
GPTH CRC check failed, c06478e4 != a9611f4d.
GPTH CRC check failed, c06478e4 != a9611f4d.
GPTH CRC check failed, c06478e4 != a9611f4d.
GPTH CRC check failed, c06478e4 != a9611f4d.
GPTH CRC check failed, c06478e4 != a9611f4d.
GPTH CRC check failed, c06478e4 != a9611f4d.
Installation finished. No error reported.
efibootmgr -v from chroot after grub install
BootCurrent: 0008
Timeout: 2 seconds
BootOrder: 0005,0000,0002,0001,0003,0004,0008
Boot0000 Diskette Drive BBS(Floppy,,0x0)
Boot0001* Internal HDD BBS(HD,,0x0)P0: LDLC .
Boot0002* USB Storage Device BBS(USB,,0x0)
Boot0003* CD/DVD/CD-RW Drive BBS(CDROM,,0x0)P1: TSSTcorp DVD+/-RW TS-U633J.
Boot0004 Onboard NIC BBS(Network,,0x0)
Boot0005* ubuntu HD(1,GPT,c279ab17-8851-4486-b8fb-7ae86a52026d,0x2007000,0xc8000)/File(EFIubuntugrubx64.efi)
Boot0008 UEFI: TSSTcorp DVD+/-RW TS-U633J PciRoot(0x0)/Pci(0x1f,0x2)/Sata(1,65535,0)/CDROM(1,0x101bac,0x1f00)
Warning: NVram was not modified.
chroot /mnt/boot-sav/sdb4 update-grub
Sourcing file `/etc/default/grub'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.15.0-101-generic
Found initrd image: /boot/initrd.img-4.15.0-101-generic
Found linux image: /boot/vmlinuz-4.15.0-99-generic
Found initrd image: /boot/initrd.img-4.15.0-99-generic
Found linux image: /boot/vmlinuz-4.15.0-91-generic
Found initrd image: /boot/initrd.img-4.15.0-91-generic
Found Ubuntu 20.04.3 LTS (20.04) on /dev/sda2
Found Ubuntu 14.04.1 LTS (14.04) on /dev/sdb3
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the 'fuser' command.
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the 'fuser' command.
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the 'fuser' command.
mount: /mnt/boot-sav/sdb4: /dev/sdb4 déjà monté sur /media/ubuntu/SB@.
mount: /mnt/boot-sav/sdb4: /dev/sdb4 déjà monté sur /media/ubuntu/SB@.
mount: /mnt/boot-sav/sdb5: /dev/sdb5 déjà monté sur /media/ubuntu/test-multi.
mount: /mnt/boot-sav/sdb5: /dev/sdb5 déjà monté sur /media/ubuntu/test-multi.
Unhide GRUB boot menu in sdb4/boot/grub/grub.cfg
/usr/share/boot-sav/gui-translations.sh: ligne 303: This_will_mount_=This : commande introuvable
/usr/share/boot-sav/gui-translations.sh: ligne 303: This_will_mount_=This : commande introuvable
Le démarrage de l'ordinateur a été correctement réparé.
Vous pouvez maintenant redémarrer votre ordinateur.
N'oubliez pas de faire démarrer votre firmware UEFI sur l'entrée Ubuntu 18.04.4 LTS (fichier sdb1/efi/ubuntu/grubx64.efi) !
============================ Boot Info After Repair ============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos2)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> Grub2 (v2.00) is installed in the MBR of /dev/sdb and looks at sector
34402304 of the same hard drive for core.img. core.img is at this location
and looks for (,gpt4)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_gpt biosdisk
---------------------------------------------------------------------------
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 7/2008: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.3 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /efi/Boot/bkpbootx64.efi /efi/Boot/bootx64.efi
/efi/Boot/grubx64.efi /efi/ubuntu/grubx64.efi
/efi/ubuntu/mmx64.efi /efi/ubuntu/MokManager.efi
/efi/ubuntu/shimx64.efi /efi/ubuntu/grub.cfg
sdb2: __________________________________________________________________________
File system: BIOS Boot partition
Boot sector type: Grub2's core.img
Boot sector info:
sdb3: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 14.04.1 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
sdb4: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 18.04.4 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb5: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
================================ 3 OS detected =================================
OS#1: Ubuntu 20.04.3 LTS on sda2
OS#2: Ubuntu 14.04.1 LTS on sdb3
OS#3: Ubuntu 18.04.4 LTS on sdb4
================================ Host/Hardware =================================
CPU architecture: 64-bit
Video: CoreProcessorIntegratedGraphicsController from Intel Corporation
Live-session OS is Ubuntu 64-bit (Ubuntu 20.04 LTS, focal, x86_64)
===================================== UEFI =====================================
The firmware is EFI-compatible, and is set in EFI-mode for this live-session.
BootCurrent: 0008
Timeout: 2 seconds
BootOrder: 0005,0000,0002,0001,0003,0004,0008
Boot0000 Diskette Drive BBS(Floppy,,0x0)
Boot0001* Internal HDD BBS(HD,,0x0)P0: LDLC .
Boot0002* USB Storage Device BBS(USB,,0x0)
Boot0003* CD/DVD/CD-RW Drive BBS(CDROM,,0x0)P1: TSSTcorp DVD+/-RW TS-U633J.
Boot0004 Onboard NIC BBS(Network,,0x0)
Boot0005* ubuntu HD(1,GPT,c279ab17-8851-4486-b8fb-7ae86a52026d,0x2007000,0xc8000)/File(\EFI\ubuntu\grubx64.efi)
Boot0008 UEFI: TSSTcorp DVD+/-RW TS-U633J PciRoot(0x0)/Pci(0x1f,0x2)/Sata(1,65535,0)/CDROM(1,0x101bac,0x1f00)
337cbc9f6dd9db90043bb8addd3323a6 sdb1/Boot/bkpbootx64.efi
337cbc9f6dd9db90043bb8addd3323a6 sdb1/Boot/bootx64.efi
648f9e93ae58ed689530b3e2da07414d sdb1/Boot/grubx64.efi
337cbc9f6dd9db90043bb8addd3323a6 sdb1/ubuntu/grubx64.efi
d5a2dfd48441834f97d7ab8e3c26ba0f sdb1/ubuntu/mmx64.efi
ba8a7979ac57f1c0c307ef94d1020eb8 sdb1/ubuntu/MokManager.efi
6e94c3d33194c89bd327bfaa5871e294 sdb1/ubuntu/shimx64.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, no-wind, 2048 sectors * 512 bytes
sdb : is-GPT, hasBIOSboot, has---ESP, usb-disk, not-mmc, has-os, no-wind, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb3 : is-os, 64, apt-get, grub-efi , grub2, grub-install, grubenv-ng, update-grub, not-far
sdb4 : is-os, 64, apt-get, grub-pc grub-efi , grub2, grub-install, grubenv-ok, update-grub, not-far
sdb5 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
Partitions info (2/3): _________________________________________________________
sda1 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda2 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb3 : isnotESP, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb4 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb5 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sda1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
sda2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
sdb1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb3 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb4 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb5 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
fdisk -l (filtered): ___________________________________________________________
Disk sda: 111.81 GiB, 120034123776 bytes, 234441648 sectors
Disk identifier: 0x00040603
Boot Start End Sectors Size Id Type
sda1 * 2048 56383487 56381440 26.9G 7 HPFS/NTFS/exFAT
sda2 56383488 234440703 178057216 84.9G 83 Linux
Disk sdb: 58.9 GiB, 63216549888 bytes, 123469824 sectors
Disk identifier: ECB2E9FC-2892-4570-89E6-CBFC2C80BF0F
Start End Sectors Size Type
sdb1 33583104 34402303 819200 400M EFI System
sdb2 34402304 35426303 1024000 500M BIOS boot
sdb3 35426304 79447788 44021485 21G Linux filesystem
sdb4 79448064 123467595 44019532 21G Linux filesystem
sdb5 2048 33583103 33581056 16G Microsoft basic data
Partition table entries are not in disk order.
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:120GB:91.2GB:ext4::;
sdb:63.2GB:scsi:512:512:gpt: USB DISK 3.0:;
5:1049kB:17.2GB:17.2GB:fat32::msftdata;
1:17.2GB:17.6GB:419MB:fat32::boot, esp;
2:17.6GB:18.1GB:524MB:::bios_grub;
3:18.1GB:40.7GB:22.5GB:ext4::;
4:40.7GB:63.2GB:22.5GB:ext4::;
Free space (filtered): _________________________________________________________
sda:114473MiB:scsi:512:512:msdos:ATA LDLC:;
1:0.03MiB:1.00MiB:0.97MiB:free;
1:114473MiB:114473MiB:0.46MiB:free;
sdb:60288MiB:scsi:512:512:gpt: USB DISK 3.0:;
1:0.02MiB:1.00MiB:0.98MiB:free;
1:38793MiB:38793MiB:0.13MiB:free;
1:60287MiB:60288MiB:1.07MiB:free;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
└─sda2 ext4 9f5305b9-ddf9-4400-838d-7bb99f8b492f 00040603-02 ubuntu20.04-dell
sdb
├─sdb1 vfat 92C8-E043 c279ab17-8851-4486-b8fb-7ae86a52026d
├─sdb2 1f6dd8ce-568c-4617-9138-bb17d3c624a5
├─sdb3 ext4 72a66c99-76c9-420b-b133-77d8811a67f5 fcb240a0-cd9d-4f0f-829f-fac324612298 xubuntu-efi
├─sdb4 ext4 cb4fb6ab-daa4-405d-a278-99d4c4ca5e63 75c298a7-c048-4426-8ee7-943d786ea1f2 SB@
└─sdb5 vfat 0669-366B ee32a4b8-08a9-4165-b9e8-cf034813eaf5 test-multi
Mount points (filtered): _________________________________________________________________
Avail Use% Mounted on
/dev/sda1 2.9G 89% /media/ubuntu/windows-7-del
/dev/sda2 7.9G 85% /media/ubuntu/ubuntu20.04-dell
/dev/sda2 7.9G 85% /mnt/boot-sav/sda2
/dev/sdb1 394.4M 1% /mnt/boot-sav/sdb1
/dev/sdb3 15G 22% /media/ubuntu/xubuntu-efi
/dev/sdb3 15G 22% /mnt/boot-sav/sdb3
/dev/sdb4 2.3G 83% /media/ubuntu/SB@
/dev/sdb4 2.3G 83% /mnt/boot-sav/sdb4
/dev/sdb5 5.6G 65% /media/ubuntu/test-multi
/dev/sdb5 5.6G 65% /mnt/boot-sav/sdb5
Mount options (filtered): ________________________________________________________________
/dev/sda1 rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
/dev/sda2 rw,nosuid,nodev,relatime
/dev/sda2 rw,relatime
/dev/sdb1 rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
/dev/sdb3 rw,nosuid,nodev,relatime,stripe=32639
/dev/sdb3 rw,relatime,stripe=32639
/dev/sdb4 rw,nosuid,nodev,relatime
/dev/sdb4 rw,relatime
/dev/sdb5 rw,nosuid,nodev,relatime,uid=999,gid=999,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro
/dev/sdb5 rw,relatime,uid=999,gid=999,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (sur sda1) FA2AC6152AC5CF37
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb16 during installation
UUID=9f5305b9-ddf9-4400-838d-7bb99f8b492f / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
31,011360168 = 33,298194432 boot/grub/grub.cfg 1
32,926273346 = 35,354316800 boot/grub/i386-pc/core.img 1
56,363952637 = 60,520333312 boot/vmlinuz 2
42,168640137 = 45,278232576 boot/vmlinuz-5.13.0-25-generic 2
56,363952637 = 60,520333312 boot/vmlinuz-5.13.0-27-generic 2
42,168640137 = 45,278232576 boot/vmlinuz.old 2
74,452411652 = 79,942668288 boot/initrd.img 11
102,487300873 = 110,044901376 boot/initrd.img-5.13.0-25-generic 9
74,452411652 = 79,942668288 boot/initrd.img-5.13.0-27-generic 11
102,487300873 = 110,044901376 boot/initrd.img.old 9
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18151 août 12 09:18 10_linux
-rwxr-xr-x 1 root root 42359 août 17 2020 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 2020 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 2020 40_custom
-rwxr-xr-x 1 root root 216 avril 15 2020 41_custom
===================== sdb1/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid 72a66c99-76c9-420b-b133-77d8811a67f5 root hd1,gpt3
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
====================== sdb3/boot/grub/grub.cfg (filtered) ======================
Ubuntu 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, with Linux 3.13.0-170-generic 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, with Linux 3.13.0-117-generic 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, with Linux 3.13.0-32-generic 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu 20.04.3 LTS (20.04) (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu 18.04.4 LTS (18.04) (on sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu (on sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-101-generic (on sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-99-generic (on sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-91-generic (on sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb3/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb3 during installation
UUID=72a66c99-76c9-420b-b133-77d8811a67f5 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sdb1 during installation
UUID=92C8-E043 /boot/efi vfat defaults 0 1
======================= sdb3/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sdb3: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
19,029285431 = 20,432539648 boot/grub/grub.cfg 1
19,077713013 = 20,484538368 boot/vmlinuz-3.13.0-117-generic 2
19,308181763 = 20,732002304 boot/vmlinuz-3.13.0-117-generic.efi.signed 1
19,421516418 = 20,853694464 boot/vmlinuz-3.13.0-170-generic 1
17,878444672 = 19,196833792 boot/vmlinuz-3.13.0-32-generic 2
19,421516418 = 20,853694464 vmlinuz 1
17,878444672 = 19,196833792 vmlinuz.old 2
21,895526886 = 23,510142976 boot/initrd.img-3.13.0-117-generic 2
19,653495789 = 21,102780416 boot/initrd.img-3.13.0-170-generic 2
19,528972626 = 20,969074688 boot/initrd.img-3.13.0-32-generic 2
19,653495789 = 21,102780416 initrd.img 2
19,528972626 = 20,969074688 initrd.img.old 2
===================== sdb3: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 11608 mars 22 2019 10_linux
-rwxr-xr-x 1 root root 10412 mars 22 2019 20_linux_xen
-rwxr-xr-x 1 root root 11692 mars 22 2019 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 22 2019 30_uefi-firmware
-rwxr-xr-x 1 root root 214 mars 22 2019 40_custom
-rwxr-xr-x 1 root root 216 mars 22 2019 41_custom
====================== sdb4/boot/grub/grub.cfg (filtered) ======================
Ubuntu cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-101-generic cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-99-generic cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-91-generic cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu 20.04.3 LTS (20.04) (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu 14.04.1 LTS (14.04) (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, with Linux 3.13.0-170-generic (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, with Linux 3.13.0-117-generic (on sdb3) efi.signed--72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, with Linux 3.13.0-32-generic (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb4/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=cb4fb6ab-daa4-405d-a278-99d4c4ca5e63 / ext4 noatime,errors=remount-ro 0 1
UUID=92C8-E043 /boot/efi vfat defaults 0 1
======================= sdb4/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sdb4: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
54,008808136 = 57,991516160 boot/grub/grub.cfg 1
54,499500275 = 58,518392832 boot/grub/i386-pc/core.img 1
45,524402618 = 48,881455104 boot/vmlinuz-4.15.0-101-generic 2
44,243148804 = 47,505719296 boot/vmlinuz-4.15.0-91-generic 1
39,215808868 = 42,107654144 boot/vmlinuz-4.15.0-99-generic 1
45,524402618 = 48,881455104 vmlinuz 2
39,215808868 = 42,107654144 vmlinuz.old 1
49,648735046 = 53,309923328 boot/initrd.img-4.15.0-101-generic 4
43,367458344 = 46,565453824 boot/initrd.img-4.15.0-91-generic 5
54,641597748 = 58,670968832 boot/initrd.img-4.15.0-99-generic 4
49,648735046 = 53,309923328 initrd.img 4
54,641597748 = 58,670968832 initrd.img.old 4
===================== sdb4: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 12808 janv. 7 2021 10_linux
-rwxr-xr-x 1 root root 11298 mars 4 2018 20_linux_xen
-rwxr-xr-x 1 root root 12059 mars 4 2018 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 4 2018 30_uefi-firmware
-rwxr-xr-x 1 root root 214 mars 4 2018 40_custom
-rwxr-xr-x 1 root root 216 mars 4 2018 41_custom
Ça réinstalle, le linux en /dev/sdb4 démarre en mode UEFI. C'est lui qui est l'Os par défaut au démarrage sur la clé en remplcement du système en /dev/sdb3.
Fin des tests du PPA-DEV.
@+. 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
#2261 Le 21/01/2022, à 11:02
- iznobe
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Bonjour , est ce qu ' un boot-info-dev en EFI serait utile pour vous ?
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#2262 Le 22/01/2022, à 00:29
- YannUbuntu
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
bonjour iznobe, oui.
Babdu merci pour tous ces retours! depuis ppa165 j'ai supprimé l'option pour installer dans tous les MBRs, donc c'est normal qu'il ne demande plus si disque amovible.
4ppa168
* added a translatable string
* remove useless 'Grub-efi WIOULD not be selected by default because' when user forced grub-pc
* fixed 'gui-translations.sh: ligne 303: This_will_mount_=This' error
4ppa167
* refined "Warning: NVram was not modified." condition for Mint
* solved GUI delay when clicking Advanced options
* added fat option to os-uninstaller
* removed advanced option to skip report creation
à consulter/améliorer: Guide du Débutant, Logiciels, Ecole, Travail, Maison
Hors ligne
#2263 Le 22/01/2022, à 00:34
- iznobe
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Bonjour voici donc le dernier boot-info : https://paste.ubuntu.com/p/qNBxmp3F6p/
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#2264 Le 22/01/2022, à 00:43
- YannUbuntu
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
mince tu as été trop rapide, peux-tu stp recommencer ça devra etre ppa168
à consulter/améliorer: Guide du Débutant, Logiciels, Ecole, Travail, Maison
Hors ligne
#2265 Le 22/01/2022, à 00:58
- iznobe
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
, je regarde si la MAJ est là .
EDIT voici donc le tout dernier : https://paste.ubuntu.com/p/qfpYn6HYfZ/
Dernière modification par iznobe (Le 22/01/2022, à 01:01)
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#2266 Le 22/01/2022, à 01:48
- YannUbuntu
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Nickel, merci!
ppa169 (dans ppa standard)
improved partition detection for >10 partitions systems
à consulter/améliorer: Guide du Débutant, Logiciels, Ecole, Travail, Maison
Hors ligne
#2267 Le 22/01/2022, à 09:23
- Babdu89
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Bonjour.
Un boot-info fait avec le PPA 4appa169
Ma machine n'a que 2 ports USB, je ne peux pas mettre plus de périphériques avec des systèmes...
boot-info-4ppa169 [20220122_0915]
============================== Boot Info Summary ===============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos2)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> 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 (,msdos8)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> Grub2 (v2.00) is installed in the MBR of /dev/sdc and looks at sector
34402304 of the same hard drive for core.img. core.img is at this location
and looks for (,gpt4)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_gpt biosdisk
---------------------------------------------------------------------------
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 7/2008: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.3 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 14.04.6 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/extlinux/extlinux.conf
/boot/grub/i386-pc/core.img
sdb2: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sdb3: __________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sdb5: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdb6: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 7/2008: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sdb7: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.1 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb8: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.3 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb9: __________________________________________________________________________
File system: ntfs
Boot sector type: Unknown
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdc1: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /efi/Boot/bkpbootx64.efi /efi/Boot/bootx64.efi
/efi/Boot/grubx64.efi /efi/ubuntu/grubx64.efi
/efi/ubuntu/mmx64.efi /efi/ubuntu/MokManager.efi
/efi/ubuntu/shimx64.efi /efi/ubuntu/grub.cfg
sdc2: __________________________________________________________________________
File system: BIOS Boot partition
Boot sector type: Grub2's core.img
Boot sector info:
sdc3: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 14.04.1 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
sdc4: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 18.04.4 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdc5: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
================================ 8 OS detected =================================
OS#1: L'OS actuellement utilisé - Ubuntu 20.04.3 LTS CurrentSession on sda2
OS#2: Windows 7 on sda1
OS#3: Ubuntu 14.04.6 LTS on sdb1
OS#4: Windows 7 on sdb6
OS#5: Ubuntu 20.04.1 LTS on sdb7
OS#6: Ubuntu 20.04.3 LTS on sdb8
OS#7: Ubuntu 14.04.1 LTS on sdc3
OS#8: Ubuntu 18.04.4 LTS on sdc4
================================ Host/Hardware =================================
CPU architecture: 64-bit
Video: Core Processor Integrated Graphics Controller from Intel Corporation
BOOT_IMAGE of the installed session in use:
/boot/vmlinuz-5.13.0-27-generic root=UUID=9f5305b9-ddf9-4400-838d-7bb99f8b492f ro quiet splash vt.handoff=7
df -Th / : /dev/sda2 ext4 84G 72G 7,5G 91% /
===================================== UEFI =====================================
This installed-session is in Legacy/BIOS/CSM mode (not in EFI mode).
337cbc9f6dd9db90043bb8addd3323a6 sdc1/Boot/bkpbootx64.efi
337cbc9f6dd9db90043bb8addd3323a6 sdc1/Boot/bootx64.efi
648f9e93ae58ed689530b3e2da07414d sdc1/Boot/grubx64.efi
337cbc9f6dd9db90043bb8addd3323a6 sdc1/ubuntu/grubx64.efi
d5a2dfd48441834f97d7ab8e3c26ba0f sdc1/ubuntu/mmx64.efi
ba8a7979ac57f1c0c307ef94d1020eb8 sdc1/ubuntu/MokManager.efi
6e94c3d33194c89bd327bfaa5871e294 sdc1/ubuntu/shimx64.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, has-win, 2048 sectors * 512 bytes
sdb : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, has-win, 2048 sectors * 512 bytes
sdc : is-GPT, hasBIOSboot, has---ESP, usb-disk, not-mmc, has-os, no-wind, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda2 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb1 : is-os, 32, apt-get, grub-pc grub-efi , grub2, grub-install, grubenv-ng, update-grub, not-far
sdb5 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdb6 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb7 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb8 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb9 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdc1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdc3 : is-os, 64, apt-get, grub-efi , grub2, grub-install, grubenv-ok, update-grub, not-far
sdc4 : is-os, 64, apt-get, grub-pc grub-efi , grub2, grub-install, grubenv-ok, update-grub, not-far
sdc5 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
Partitions info (2/3): _________________________________________________________
sda2 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda1 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot
sdb1 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb5 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb6 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot
sdb7 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb8 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb9 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdc1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdc3 : isnotESP, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdc4 : isnotESP, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdc5 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sda2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
sda1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
sdb1 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb5 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb6 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb7 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb8 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb9 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdc1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdc
sdc3 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdc
sdc4 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdc
sdc5 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdc
fdisk -l (filtered): ___________________________________________________________
Disk sda: 111.81 GiB, 120034123776 bytes, 234441648 sectors
Disk identifier: 0x00040603
Boot Start End Sectors Size Id Type
sda1 * 2048 56383487 56381440 26.9G 7 HPFS/NTFS/exFAT
sda2 56383488 234440703 178057216 84.9G 83 Linux
Disk sdb: 931.53 GiB, 1000204886016 bytes, 1953525168 sectors
Disk identifier: 0x0005eaf4
Boot Start End Sectors Size Id Type
sdb1 2048 119392255 119390208 57G 83 Linux
sdb2 119392256 128931839 9539584 4.6G 82 Linux swap / Solaris
sdb3 128933886 1953523711 1824589826 870G 5 Extended
sdb5 1303123968 1953523711 650399744 310.1G 7 HPFS/NTFS/exFAT
sdb6 * 128933888 185315327 56381440 26.9G 7 HPFS/NTFS/exFAT
sdb7 185317376 366401535 181084160 86.4G 83 Linux
sdb8 366403584 512532479 146128896 69.7G 83 Linux
sdb9 672231424 1303121919 630890496 300.9G 7 HPFS/NTFS/exFAT
Partition table entries are not in disk order.
Disk sdc: 58.9 GiB, 63216549888 bytes, 123469824 sectors
Disk identifier: ECB2E9FC-2892-4570-89E6-CBFC2C80BF0F
Start End Sectors Size Type
sdc1 33583104 34402303 819200 400M EFI System
sdc2 34402304 35426303 1024000 500M BIOS boot
sdc3 35426304 79447788 44021485 21G Linux filesystem
sdc4 79448064 123467595 44019532 21G Linux filesystem
sdc5 2048 33583103 33581056 16G Microsoft basic data
Partition table entries are not in disk order.
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:120GB:91.2GB:ext4::;
sdb:1000GB:scsi:512:512:msdos:WD 1000FYP External:;
1:1049kB:61.1GB:61.1GB:ext4::;
2:61.1GB:66.0GB:4884MB:linux-swap(v1)::;
3:66.0GB:1000GB:934GB:::;
6:66.0GB:94.9GB:28.9GB:ntfs::boot;
7:94.9GB:188GB:92.7GB:ext4::;
8:188GB:262GB:74.8GB:ext4::;
9:344GB:667GB:323GB:ntfs::;
5:667GB:1000GB:333GB:ntfs::;
sdc:63.2GB:scsi:512:512:gpt: USB DISK 3.0:;
5:1049kB:17.2GB:17.2GB:fat32::msftdata;
1:17.2GB:17.6GB:419MB:fat32::boot, esp;
2:17.6GB:18.1GB:524MB:::bios_grub;
3:18.1GB:40.7GB:22.5GB:ext4::;
4:40.7GB:63.2GB:22.5GB:ext4::;
Free space (filtered): _________________________________________________________
sda:114473MiB:scsi:512:512:msdos:ATA LDLC:;
1:0.03MiB:1.00MiB:0.97MiB:free;
1:114473MiB:114473MiB:0.46MiB:free;
sdb:953870MiB:scsi:512:512:msdos:WD 1000FYP External:;
1:0.03MiB:1.00MiB:0.97MiB:free;
1:62955MiB:62956MiB:1.00MiB:free;
1:250260MiB:328234MiB:77974MiB:free;
1:953869MiB:953870MiB:0.71MiB:free;
sdc:60288MiB:scsi:512:512:gpt: USB DISK 3.0:;
1:0.02MiB:1.00MiB:0.98MiB:free;
1:38793MiB:38793MiB:0.13MiB:free;
1:60287MiB:60288MiB:1.07MiB:free;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
└─sda2 ext4 9f5305b9-ddf9-4400-838d-7bb99f8b492f 00040603-02 ubuntu20.04-dell
sdb
├─sdb1 ext4 936abfac-6ad1-424f-b5c8-af13408740ea 0005eaf4-01 wd-fusion14.04
├─sdb2 swap 9e5b57b2-0d34-42fc-9df2-ce9883e7f54a 0005eaf4-02
├─sdb3 0005eaf4-03
├─sdb5 ntfs 4F8D82190F345914 0005eaf4-05 data-usb-wd
├─sdb6 ntfs FA2AC6152AC5CF37 0005eaf4-06 windows-7-del
├─sdb7 ext4 d731aed8-c1e2-4d8a-9437-87680b920218 0005eaf4-07 wd-ubuntu-20.04
├─sdb8 ext4 e0807aea-7a0f-48a3-96c7-8dfe13ce18da 0005eaf4-08 wd-ubunity-20.04
└─sdb9 ntfs 28AA80B34A48F487 0005eaf4-09 data2-usb-wd
sdc
├─sdc1 vfat 92C8-E043 c279ab17-8851-4486-b8fb-7ae86a52026d
├─sdc2 1f6dd8ce-568c-4617-9138-bb17d3c624a5
├─sdc3 ext4 72a66c99-76c9-420b-b133-77d8811a67f5 fcb240a0-cd9d-4f0f-829f-fac324612298 xubuntu-efi
├─sdc4 ext4 cb4fb6ab-daa4-405d-a278-99d4c4ca5e63 75c298a7-c048-4426-8ee7-943d786ea1f2 SB@
└─sdc5 vfat 0669-366B ee32a4b8-08a9-4165-b9e8-cf034813eaf5 test-multi
Mount points (filtered): _________________________________________________________________
Avail Use% Mounted on
/dev/sda1 2.9G 89% /mnt/boot-sav/sda1
/dev/sda2 7.5G 86% /
/dev/sdb1 14.4G 69% /media/bernard/wd-fusion14.04
/dev/sdb5 30.7G 90% /media/bernard/data-usb-wd
/dev/sdb6 5.5G 80% /media/bernard/windows-7-del
/dev/sdb7 18.6G 73% /media/bernard/wd-ubuntu-20.04
/dev/sdb8 18.7G 67% /media/bernard/wd-ubunity-20.04
/dev/sdb9 91.1G 70% /media/bernard/data2-usb-wd
/dev/sdc1 394.4M 1% /mnt/boot-sav/sdc1
/dev/sdc3 15G 22% /media/bernard/xubuntu-efi
/dev/sdc4 2.3G 84% /media/bernard/SB@
/dev/sdc5 5.6G 65% /media/bernard/test-multi
Mount options (filtered): ________________________________________________________________
/dev/sda1 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
/dev/sda2 rw,relatime,errors=remount-ro
/dev/sdb1 rw,nosuid,nodev,relatime
/dev/sdb5 rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
/dev/sdb6 rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
/dev/sdb7 rw,nosuid,nodev,relatime
/dev/sdb8 rw,nosuid,nodev,relatime
/dev/sdb9 rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
/dev/sdc1 rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
/dev/sdc3 rw,nosuid,nodev,relatime,stripe=32639
/dev/sdc4 rw,nosuid,nodev,relatime
/dev/sdc5 rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (sur sda1) FA2AC6152AC5CF37
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb16 during installation
UUID=9f5305b9-ddf9-4400-838d-7bb99f8b492f / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
31,011360168 = 33,298194432 boot/grub/grub.cfg 1
32,926273346 = 35,354316800 boot/grub/i386-pc/core.img 1
56,363952637 = 60,520333312 boot/vmlinuz 2
42,168640137 = 45,278232576 boot/vmlinuz-5.13.0-25-generic 2
56,363952637 = 60,520333312 boot/vmlinuz-5.13.0-27-generic 2
42,168640137 = 45,278232576 boot/vmlinuz.old 2
74,452411652 = 79,942668288 boot/initrd.img 11
102,487300873 = 110,044901376 boot/initrd.img-5.13.0-25-generic 9
74,452411652 = 79,942668288 boot/initrd.img-5.13.0-27-generic 11
102,487300873 = 110,044901376 boot/initrd.img.old 9
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18151 août 12 11:18 10_linux
-rwxr-xr-x 1 root root 42359 août 17 2020 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 2020 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 2020 40_custom
-rwxr-xr-x 1 root root 216 avril 15 2020 41_custom
====================== sdb1/boot/grub/grub.cfg (filtered) ======================
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-170-generic 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-169-generic 936abfac-6ad1-424f-b5c8-af13408740ea
Windows 7 (loader) (sur sda1) FA2AC6152AC5CF37
Ubuntu 20.04.1 LTS (20.04) (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-47-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (loader) (sur sdb6) FA2AC6152AC5CF37
Ubuntu 20.04.1 LTS (20.04) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-47-generic (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sda2) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-47-generic (sur sda2) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sda2) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sda2) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, with Linux 5.4.0-42-generic (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sda2) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sda2) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, with Linux 5.4.0-42-generic (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec
Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec
Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell
Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition systeme-fusion-dell
========================== sdb1/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=936abfac-6ad1-424f-b5c8-af13408740ea / ext4 noatime,errors=remount-ro 0 1
# swap was on /dev/sdb2 during installation
UUID=9e5b57b2-0d34-42fc-9df2-ce9883e7f54a none swap sw 0 0
======================= sdb1/etc/default/grub (filtered) =======================
GRUB_SAVEDEFAULT="true"
GRUB_DEFAULT="saved"
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`echo -n PT-HYBRYDE FUSION 14.04_usb-WD`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_BACKGROUND="/etc/remastersys/grub.jpg"
================= sdb1/boot/extlinux/extlinux.conf (filtered) ==================
default l0
prompt 1
timeout 50
include themes/debian/theme.cfg
==================== sdb1: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
36,626064301 = 39,326937088 boot/grub/grub.cfg 1
40,291599274 = 43,262775296 boot/grub/i386-pc/core.img 1
36,138660431 = 38,803591168 boot/vmlinuz-3.13.0-169-generic 1
36,150348663 = 38,816141312 boot/vmlinuz-3.13.0-170-generic 1
36,150348663 = 38,816141312 vmlinuz 1
36,138660431 = 38,803591168 vmlinuz.old 1
21,037097931 = 22,588411904 boot/initrd.img-3.13.0-169-generic 3
21,006626129 = 22,555693056 boot/initrd.img-3.13.0-170-generic 3
21,006626129 = 22,555693056 initrd.img 3
21,037097931 = 22,588411904 initrd.img.old 3
================== sdb1: Location of files loaded by Syslinux ==================
GiB - GB File Fragment(s)
36,144672394 = 38,810046464 boot/extlinux/extlinux.conf 1
36,144657135 = 38,810030080 boot/extlinux/chain.c32 1
=============== sdb1: Version of COM32(R) files used by Syslinux ===============
boot/extlinux/chain.c32 : COM32R module (v4.xx)
===================== sdb1: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 11608 avril 11 2014 10_linux
-rwxr-xr-x 1 root root 10412 avril 11 2014 20_linux_xen
-rwxr-xr-x 1 root root 11692 avril 11 2014 30_os-prober
-rwxr-xr-x 1 root root 1418 août 2 2016 30_uefi-firmware
-rwxr-xr-x 1 root root 2128 juil. 9 2019 40_custom
-rwxr-xr-x 1 root root 2106 juil. 9 2019 40_custom~
-rwxr-xr-x 1 root root 216 avril 9 2013 41_custom
========================== sdb1/etc/grub.d/40_custom ===========================
#!/bin/sh
exec tail -n +3 $0
# 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.
menuentry "Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-budgie-17.04-desktop-i386.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-17.10-desktop-amd64.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root FA2AC6152AC5CF37
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition systeme-fusion-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root UUID-partition-system-fusion-dell
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
========================== sdb1/etc/grub.d/40_custom~ ==========================
#!/bin/sh
exec tail -n +3 $0
# 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.
menuentry "Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-budgie-17.04-desktop-i386.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-17.10-desktop-amd64.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root FA2AC6152AC5CF37
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root FA2AC6152AC5CF37
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
====================== sdb7/boot/grub/grub.cfg (filtered) ======================
Ubuntu d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.8.0-36-generic d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-56-generic d731aed8-c1e2-4d8a-9437-87680b920218
Windows 7 (sur sda1) FA2AC6152AC5CF37
Ubuntu 20.04.3 LTS (20.04) (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu 14.04.6 LTS (14.04) (sur sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux (sur sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-170-generic (sur sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-169-generic (sur sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
Windows 7 (sur sdb6) FA2AC6152AC5CF37
Ubuntu 20.04.3 LTS (20.04) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.13.0-27-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.3 LTS (20.04) (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.13.0-27-generic (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb7/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb16 during installation
UUID=d731aed8-c1e2-4d8a-9437-87680b920218 / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sdb7/etc/default/grub (filtered) =======================
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=""
==================== sdb7: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
156,500759125 = 168,041410560 boot/grub/grub.cfg 1
140,711128235 = 151,087423488 boot/grub/i386-pc/core.img 1
146,312759399 = 157,102129152 boot/vmlinuz 1
157,158340454 = 168,747483136 boot/vmlinuz-5.4.0-56-generic 1
146,312759399 = 157,102129152 boot/vmlinuz-5.8.0-36-generic 1
157,158340454 = 168,747483136 boot/vmlinuz.old 1
146,961910248 = 157,799149568 boot/initrd.img 2
146,793018341 = 157,617803264 boot/initrd.img-5.4.0-56-generic 2
146,961910248 = 157,799149568 boot/initrd.img-5.8.0-36-generic 2
146,793018341 = 157,617803264 boot/initrd.img.old 2
===================== sdb7: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 17622 août 17 2020 10_linux
-rwxr-xr-x 1 root root 42359 août 17 2020 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 2020 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 2020 40_custom
-rwxr-xr-x 1 root root 216 avril 15 2020 41_custom
====================== sdb8/boot/grub/grub.cfg (filtered) ======================
Ubuntu e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, with Linux 5.13.0-27-generic e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, with Linux 5.4.0-47-generic e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Windows 7 (on sda1) FA2AC6152AC5CF37
Ubuntu 20.04.3 LTS (20.04) (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu 14.04.6 LTS (14.04) (on sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux (on sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-170-generic (on sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-169-generic (on sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
Windows 7 (on sdb6) FA2AC6152AC5CF37
Ubuntu 20.04.1 LTS (20.04) (on sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (on sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.8.0-36-generic (on sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-56-generic (on sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb8/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sd*8 during installation
UUID=e0807aea-7a0f-48a3-96c7-8dfe13ce18da / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc5 during installation
UUID=d3b7af4e-d1ea-4042-be93-6f01923525a7 none swap sw 0 0
======================= sdb8/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sdb8: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
186,839954376 = 200,617873408 boot/grub/grub.cfg 1
186,857929230 = 200,637173760 boot/grub/i386-pc/core.img 1
207,325866699 = 222,614454272 boot/vmlinuz 1
207,325866699 = 222,614454272 boot/vmlinuz-5.13.0-27-generic 1
202,499149323 = 217,431805952 boot/vmlinuz-5.4.0-47-generic 1
202,499149323 = 217,431805952 boot/vmlinuz.old 1
197,401153564 = 211,957874688 boot/initrd.img 6
197,401153564 = 211,957874688 boot/initrd.img-5.13.0-27-generic 6
196,765029907 = 211,274842112 boot/initrd.img-5.4.0-47-generic 6
196,765029907 = 211,274842112 boot/initrd.img.old 6
===================== sdb8: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18151 août 12 11:18 10_linux
-rwxr-xr-x 1 root root 42359 août 17 2020 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 2020 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 2020 40_custom
-rwxr-xr-x 1 root root 216 avril 15 2020 41_custom
===================== sdc1/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid 72a66c99-76c9-420b-b133-77d8811a67f5 root hd1,gpt3
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
====================== sdc3/boot/grub/grub.cfg (filtered) ======================
Ubuntu 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, with Linux 3.13.0-170-generic 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, with Linux 3.13.0-117-generic 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, with Linux 3.13.0-32-generic 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu 20.04.3 LTS (20.04) (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu 18.04.4 LTS (18.04) (on sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu (on sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-101-generic (on sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-99-generic (on sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-91-generic (on sdb4) cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdc3/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb3 during installation
UUID=72a66c99-76c9-420b-b133-77d8811a67f5 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sdb1 during installation
UUID=92C8-E043 /boot/efi vfat defaults 0 1
======================= sdc3/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sdc3: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
19,029285431 = 20,432539648 boot/grub/grub.cfg 1
19,077713013 = 20,484538368 boot/vmlinuz-3.13.0-117-generic 2
19,308181763 = 20,732002304 boot/vmlinuz-3.13.0-117-generic.efi.signed 1
19,421516418 = 20,853694464 boot/vmlinuz-3.13.0-170-generic 1
17,878444672 = 19,196833792 boot/vmlinuz-3.13.0-32-generic 2
19,421516418 = 20,853694464 vmlinuz 1
17,878444672 = 19,196833792 vmlinuz.old 2
21,895526886 = 23,510142976 boot/initrd.img-3.13.0-117-generic 2
19,653495789 = 21,102780416 boot/initrd.img-3.13.0-170-generic 2
19,528972626 = 20,969074688 boot/initrd.img-3.13.0-32-generic 2
19,653495789 = 21,102780416 initrd.img 2
19,528972626 = 20,969074688 initrd.img.old 2
===================== sdc3: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 11608 mars 22 2019 10_linux
-rwxr-xr-x 1 root root 10412 mars 22 2019 20_linux_xen
-rwxr-xr-x 1 root root 11692 mars 22 2019 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 22 2019 30_uefi-firmware
-rwxr-xr-x 1 root root 214 mars 22 2019 40_custom
-rwxr-xr-x 1 root root 216 mars 22 2019 41_custom
====================== sdc4/boot/grub/grub.cfg (filtered) ======================
Ubuntu cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-101-generic cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-99-generic cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu, with Linux 4.15.0-91-generic cb4fb6ab-daa4-405d-a278-99d4c4ca5e63
Ubuntu 20.04.3 LTS (20.04) (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu 14.04.1 LTS (14.04) (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, with Linux 3.13.0-170-generic (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, with Linux 3.13.0-117-generic (on sdb3) efi.signed--72a66c99-76c9-420b-b133-77d8811a67f5
Ubuntu, with Linux 3.13.0-32-generic (on sdb3) 72a66c99-76c9-420b-b133-77d8811a67f5
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdc4/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=cb4fb6ab-daa4-405d-a278-99d4c4ca5e63 / ext4 noatime,errors=remount-ro 0 1
UUID=92C8-E043 /boot/efi vfat defaults 0 1
======================= sdc4/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sdc4: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
54,008808136 = 57,991516160 boot/grub/grub.cfg 1
54,499500275 = 58,518392832 boot/grub/i386-pc/core.img 1
45,524402618 = 48,881455104 boot/vmlinuz-4.15.0-101-generic 2
44,243148804 = 47,505719296 boot/vmlinuz-4.15.0-91-generic 1
39,215808868 = 42,107654144 boot/vmlinuz-4.15.0-99-generic 1
45,524402618 = 48,881455104 vmlinuz 2
39,215808868 = 42,107654144 vmlinuz.old 1
49,648735046 = 53,309923328 boot/initrd.img-4.15.0-101-generic 4
43,367458344 = 46,565453824 boot/initrd.img-4.15.0-91-generic 5
54,641597748 = 58,670968832 boot/initrd.img-4.15.0-99-generic 4
49,648735046 = 53,309923328 initrd.img 4
54,641597748 = 58,670968832 initrd.img.old 4
===================== sdc4: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 12808 janv. 7 2021 10_linux
-rwxr-xr-x 1 root root 11298 mars 4 2018 20_linux_xen
-rwxr-xr-x 1 root root 12059 mars 4 2018 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 4 2018 30_uefi-firmware
-rwxr-xr-x 1 root root 214 mars 4 2018 40_custom
-rwxr-xr-x 1 root root 216 mars 4 2018 41_custom
======================== Unknown MBRs/Boot Sectors/etc =========================
Unknown BootLoader on sdb9
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 70 11 28 |........?....p.(|
00000020 00 00 00 00 80 00 80 00 ff 9f 9a 25 00 00 00 00 |...........%....|
00000030 04 00 00 00 00 00 00 00 ff a9 59 02 00 00 00 00 |..........Y.....|
00000040 f6 00 00 00 01 00 00 00 87 f4 48 4a b3 80 aa 28 |..........HJ...(|
00000050 00 00 00 00 0e 1f be 71 7c ac 22 c0 74 0b 56 b4 |.......q|.".t.V.|
00000060 0e bb 07 00 cd 10 5e eb f0 32 e4 cd 16 cd 19 eb |......^..2......|
00000070 fe 54 68 69 73 20 69 73 20 6e 6f 74 20 61 20 62 |.This is not a b|
00000080 6f 6f 74 61 62 6c 65 20 64 69 73 6b 2e 20 50 6c |ootable disk. Pl|
00000090 65 61 73 65 20 69 6e 73 65 72 74 20 61 20 62 6f |ease insert a bo|
000000a0 6f 74 61 62 6c 65 20 66 6c 6f 70 70 79 20 61 6e |otable floppy an|
000000b0 64 0d 0a 70 72 65 73 73 20 61 6e 79 20 6b 65 79 |d..press any key|
000000c0 20 74 6f 20 74 72 79 20 61 67 61 69 6e 20 2e 2e | to try again ..|
000000d0 2e 20 0d 0a 00 00 00 00 00 00 00 00 00 00 00 00 |. ..............|
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000200
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would reinstall the grub2 of
sda2 into the MBR of sda.
Grub-efi would not be selected by default because legacy Windows detected.
Additional repair would be performed: unhide-bootmenu-10s
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your BIOS boot on sda (ATA LDLC) disk!
HA si!!!. Je vais refaire la manip avec un autre disque qui contient encore plus de systèmes installlés.
boot-info-4ppa169 [20220122_0930]
============================== Boot Info Summary ===============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos2)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> 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 fat part_msdos biosdisk
---------------------------------------------------------------------------
=> Grub2 (v2.00) is installed in the MBR of /dev/sdc and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos8)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 7/2008: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.3 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: SYSLINUX 4.05 20130218
Boot sector info: Syslinux looks at sector 3408416 of /dev/sdb1 for its
second stage. SYSLINUX is installed in the
/boot/syslinux directory. The integrity check of the
ADV area failed. According to the info in the boot
sector, sdb1 starts at sector 0. But according to the
info from fdisk, sdb1 starts at sector 63.
Boot file info: Grub2 (v2.00) in the file
/super_grub2_disk_hybrid_2.02s9.iso looks at sector 0
of the same hard drive for core.img, but core.img can
not be found at this location.
Operating System:
Boot files: /boot/grub/menu.lst /boot/grub/grub.cfg
/boot/grub/custom.cfg /boot/syslinux/syslinux.cfg
/efi/BOOT/grubx64.efi /boot/grub/i386-pc/core.img
/boot/syslinux/ldlinux.sys
sdb2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 16.04.3 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb3: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sdb4: __________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sdb5: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdb6: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 10.04.4 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/core.img
sdb7: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sdb8: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 16.04.3 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb9: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 16.04.3 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb10: _________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 14.04.5 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/extlinux/extlinux.conf
/boot/grub/i386-pc/core.img
sdb11: _________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sdb12: _________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 14.04.5 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb13: _________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: According to the info in the boot sector, sdb13
starts at sector 33583104. But according to the info
from fdisk, sdb13 starts at sector 310067200.
Operating System:
Boot files: /efi/ubuntu/grubx64.efi /efi/ubuntu/MokManager.efi
/efi/ubuntu/shimx64.efi /efi/ubuntu/grub.cfg
sdb14: _________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sdb15: _________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 14.04.6 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/extlinux/extlinux.conf
/boot/grub/i386-pc/core.img
sdb16: _________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.1 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdc1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 14.04.6 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/extlinux/extlinux.conf
/boot/grub/i386-pc/core.img
sdc2: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sdc3: __________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sdc5: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdc6: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 7/2008: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sdc7: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.1 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdc8: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.3 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdc9: __________________________________________________________________________
File system: ntfs
Boot sector type: Unknown
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
================================ 14 OS detected ================================
OS#1: L'OS actuellement utilisé - Ubuntu 20.04.3 LTS CurrentSession on sda2
OS#2: Windows 7 on sda1
OS#3: Ubuntu 14.04.5 LTS on sdb10
OS#4: Ubuntu 14.04.5 LTS on sdb12
OS#5: Ubuntu 14.04.6 LTS on sdb15
OS#6: Ubuntu 20.04.1 LTS on sdb16
OS#7: Ubuntu 16.04.3 LTS on sdb2
OS#8: Ubuntu 10.04.4 LTS on sdb6
OS#9: Ubuntu 16.04.3 LTS on sdb8
OS#10: Ubuntu 16.04.3 LTS on sdb9
OS#11: Ubuntu 14.04.6 LTS on sdc1
OS#12: Windows 7 on sdc6
OS#13: Ubuntu 20.04.1 LTS on sdc7
OS#14: Ubuntu 20.04.3 LTS on sdc8
================================ Host/Hardware =================================
CPU architecture: 64-bit
Video: Core Processor Integrated Graphics Controller from Intel Corporation
BOOT_IMAGE of the installed session in use:
/boot/vmlinuz-5.13.0-27-generic root=UUID=9f5305b9-ddf9-4400-838d-7bb99f8b492f ro quiet splash vt.handoff=7
df -Th / : /dev/sda2 ext4 84G 72G 7,6G 91% /
===================================== UEFI =====================================
This installed-session is in Legacy/BIOS/CSM mode (not in EFI mode).
1bd54ad95660feab365d15299242ff9f sdb1/BOOT/grubx64.efi
7095619324a9fb786422d7427c056405 sdb1/BOOT/BOOTx64.efi
0b48de05c935c48c9e4a94fa820c32ba sdb13/ubuntu/grubx64.efi
ba8a7979ac57f1c0c307ef94d1020eb8 sdb13/ubuntu/MokManager.efi
ded965934506efb38a6dcb9ac5b2b79e sdb13/ubuntu/shimx64.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, has-win, 2048 sectors * 512 bytes
sdb : notGPT, no-BIOSboot, has---ESP, liveusb, not-mmc, has-os, no-wind, 63 sectors * 512 bytes
sdc : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, has-win, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda2 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdb2 : is-os, 32, apt-get, grub-pc , grub2, grub-install, grubenv-ng, update-grub, farbios
sdb5 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdb6 : is-os, 32, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb7 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdb8 : is-os, 32, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb9 : is-os, 32, apt-get, grub-pc grub-efi , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb10 : is-os, 32, apt-get, grub-pc grub-efi , grub2, grub-install, grubenv-ng, update-grub, farbios
sdb11 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdb12 : is-os, 32, apt-get, grub-pc grub-efi , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb13 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdb14 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdb15 : is-os, 32, apt-get, grub-pc grub-efi , grub2, grub-install, grubenv-ok, update-grub, farbios
sdb16 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdc1 : is-os, 32, apt-get, grub-pc grub-efi , grub2, grub-install, grubenv-ng, update-grub, not-far
sdc5 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdc6 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdc7 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdc8 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdc9 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
Partitions info (2/3): _________________________________________________________
sda2 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda1 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot
sdb1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb2 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb5 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb6 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb7 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb8 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb9 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb10 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb11 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb12 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb13 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb14 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb15 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb16 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdc1 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdc5 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdc6 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot
sdc7 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdc8 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdc9 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sda2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
sda1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
sdb1 : not-sepboot, no-kernel, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb5 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb6 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb7 : maybesepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb8 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb9 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb10 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb11 : maybesepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb12 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb13 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb14 : maybesepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb15 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdb16 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdb
sdc1 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdc
sdc5 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdc
sdc6 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdc
sdc7 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdc
sdc8 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdc
sdc9 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdc
fdisk -l (filtered): ___________________________________________________________
Disk sda: 111.81 GiB, 120034123776 bytes, 234441648 sectors
Disk identifier: 0x00040603
Boot Start End Sectors Size Id Type
sda1 * 2048 56383487 56381440 26.9G 7 HPFS/NTFS/exFAT
sda2 56383488 234440703 178057216 84.9G 83 Linux
Disk sdb: 1.37 TiB, 1500301910016 bytes, 2930277168 sectors
Disk identifier: 0x0003f534
Boot Start End Sectors Size Id Type
sdb1 * 63 210981644 210981582 100.6G b W95 FAT32
sdb2 210981645 265363455 54381811 26G 83 Linux
sdb3 265363456 270696447 5332992 2.6G 82 Linux swap / Solaris
sdb4 270698494 2930272064 2659573571 1.2T 5 Extended
sdb5 377077743 2243983359 1866905617 890.2G 7 HPFS/NTFS/exFAT
sdb6 2710711773 2743195139 32483367 15.5G 83 Linux
sdb7 2743195203 2930272064 187076862 89.2G 83 Linux
sdb8 311966298 377077626 65111329 31G 83 Linux
sdb9 270698496 310065151 39366656 18.8G 83 Linux
sdb10 2243985408 2278559743 34574336 16.5G 83 Linux
sdb11 2278561792 2351484927 72923136 34.8G 83 Linux
sdb12 2351498373 2395404622 43906250 21G 83 Linux
sdb13 310067200 310886399 819200 400M ef EFI (FAT-12/16/32)
sdb14 2658041856 2702063615 44021760 21G 83 Linux
sdb15 2395408384 2518323199 122914816 58.6G 83 Linux
sdb16 2518325248 2658039807 139714560 66.6G 83 Linux
Partition table entries are not in disk order.
Disk sdc: 931.53 GiB, 1000204886016 bytes, 1953525168 sectors
Disk identifier: 0x0005eaf4
Boot Start End Sectors Size Id Type
sdc1 2048 119392255 119390208 57G 83 Linux
sdc2 119392256 128931839 9539584 4.6G 82 Linux swap / Solaris
sdc3 128933886 1953523711 1824589826 870G 5 Extended
sdc5 1303123968 1953523711 650399744 310.1G 7 HPFS/NTFS/exFAT
sdc6 * 128933888 185315327 56381440 26.9G 7 HPFS/NTFS/exFAT
sdc7 185317376 366401535 181084160 86.4G 83 Linux
sdc8 366403584 512532479 146128896 69.7G 83 Linux
sdc9 672231424 1303121919 630890496 300.9G 7 HPFS/NTFS/exFAT
Partition table entries are not in disk order.
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA LDLC:;
1:1049kB:28.9GB:28.9GB:ntfs::boot;
2:28.9GB:120GB:91.2GB:ext4::;
sdb:1500GB:scsi:512:512:msdos:Freecom Hard Drive XS:;
1:32.3kB:108GB:108GB:fat32::boot;
2:108GB:136GB:27.8GB:ext4::;
3:136GB:139GB:2730MB:linux-swap(v1)::;
4:139GB:1500GB:1362GB:::;
9:139GB:159GB:20.2GB:ext4::;
13:159GB:159GB:419MB:fat32::esp;
8:160GB:193GB:33.3GB:ext4::;
5:193GB:1149GB:956GB:ntfs::;
10:1149GB:1167GB:17.7GB:ext4::;
11:1167GB:1204GB:37.3GB:ext4::;
12:1204GB:1226GB:22.5GB:ext4::;
15:1226GB:1289GB:62.9GB:ext4::;
16:1289GB:1361GB:71.5GB:ext4::;
14:1361GB:1383GB:22.5GB:ext4::;
6:1388GB:1405GB:16.6GB:ext4::;
7:1405GB:1500GB:95.8GB:ext4::;
sdc:1000GB:scsi:512:512:msdos:WD 1000FYP External:;
1:1049kB:61.1GB:61.1GB:ext4::;
2:61.1GB:66.0GB:4884MB:linux-swap(v1)::;
3:66.0GB:1000GB:934GB:::;
6:66.0GB:94.9GB:28.9GB:ntfs::boot;
7:94.9GB:188GB:92.7GB:ext4::;
8:188GB:262GB:74.8GB:ext4::;
9:344GB:667GB:323GB:ntfs::;
5:667GB:1000GB:333GB:ntfs::;
Free space (filtered): _________________________________________________________
sda:114473MiB:scsi:512:512:msdos:ATA LDLC:;
1:0.03MiB:1.00MiB:0.97MiB:free;
1:114473MiB:114473MiB:0.46MiB:free;
sdb:1430799MiB:scsi:512:512:msdos:Freecom Hard Drive XS:;
1:132176MiB:132177MiB:1.00MiB:free;
1:151800MiB:152327MiB:527MiB:free;
1:184120MiB:184120MiB:0.03MiB:free;
1:1148186MiB:1148193MiB:6.53MiB:free;
1:1319367MiB:1323590MiB:4223MiB:free;
1:1430797MiB:1430799MiB:2.49MiB:free;
sdc:953870MiB:scsi:512:512:msdos:WD 1000FYP External:;
1:0.03MiB:1.00MiB:0.97MiB:free;
1:62955MiB:62956MiB:1.00MiB:free;
1:250260MiB:328234MiB:77974MiB:free;
1:953869MiB:953870MiB:0.71MiB:free;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs FA2AC6152AC5CF37 00040603-01 windows-7-del
└─sda2 ext4 9f5305b9-ddf9-4400-838d-7bb99f8b492f 00040603-02 ubuntu20.04-dell
sdb
├─sdb1 vfat 37C7-5656 0003f534-01 MULTISYSTEM
├─sdb2 ext4 41cfe47e-ddce-46f5-b890-088dc0d63ae7 0003f534-02 xub-16.04-sys-fc
├─sdb3 swap 112856cf-033e-467d-bffd-fa4cf2212bed 0003f534-03
├─sdb4 0003f534-04
├─sdb5 ntfs 22F937315D85425C 0003f534-05 FC_HDD_NTFS
├─sdb6 ext4 4905a4bf-2813-4acc-ba88-2ffedd05b304 0003f534-06 xub_syst_fc
├─sdb7 ext4 978296e4-0a93-4e65-8d81-da7624af4de8 0003f534-07 xub_hom_fc
├─sdb8 ext4 3fbf070a-3c84-460f-9900-5152f7a0710a 0003f534-08 fusion-16.04-fc
├─sdb9 ext4 832d59cb-cb26-449a-8608-065e2c8551a1 0003f534-09 ubu-mate-16.4-fc
├─sdb10 ext4 1d5c84d5-a4bd-4aec-94da-0193cb862645 0003f534-0a xub-14.04-sys-fc
├─sdb11 ext4 34e0d4bf-f41e-4e26-9285-6616b8ad790c 0003f534-0b xub-14.04-hom-fc
├─sdb12 ext4 f24fc5ee-4b70-46cd-aa29-25ba3f90caa3 0003f534-0c lubu-brd-14-fc
├─sdb13 vfat 92C8-E043 0003f534-0d
├─sdb14 ext4 5ed68ab9-b2f8-4c4f-b250-59b3acc17ea5 0003f534-0e xub-16.04-hom-fc
├─sdb15 ext4 1459d458-4677-4952-96ab-9455044611cb 0003f534-0f fusion-14.04-fc
└─sdb16 ext4 ed310eb9-852f-4b91-a1bc-552266569b41 0003f534-10 ubuntu-20.04-fc
sdc
├─sdc1 ext4 936abfac-6ad1-424f-b5c8-af13408740ea 0005eaf4-01 wd-fusion14.04
├─sdc2 swap 9e5b57b2-0d34-42fc-9df2-ce9883e7f54a 0005eaf4-02
├─sdc3 0005eaf4-03
├─sdc5 ntfs 4F8D82190F345914 0005eaf4-05 data-usb-wd
├─sdc6 ntfs FA2AC6152AC5CF37 0005eaf4-06 windows-7-del
├─sdc7 ext4 d731aed8-c1e2-4d8a-9437-87680b920218 0005eaf4-07 wd-ubuntu-20.04
├─sdc8 ext4 e0807aea-7a0f-48a3-96c7-8dfe13ce18da 0005eaf4-08 wd-ubunity-20.04
└─sdc9 ntfs 28AA80B34A48F487 0005eaf4-09 data2-usb-wd
Mount points (filtered): _________________________________________________________________
Avail Use% Mounted on
/dev/sda1 2.9G 89% /mnt/boot-sav/sda1
/dev/sda2 7.5G 86% /
/dev/sdb10 8.9G 40% /media/bernard/xub-14.04-sys-fc
/dev/sdb11 13.6G 55% /media/bernard/xub-14.04-hom-fc
/dev/sdb12 15.5G 19% /mnt/boot-sav/sdb12
/dev/sdb13 395.8M 1% /mnt/boot-sav/sdb13
/dev/sdb14 714M 91% /media/bernard/xub-16.04-hom-fc
/dev/sdb15 19.5G 61% /media/bernard/fusion-14.04-fc
/dev/sdb1 60.9G 40% /media/bernard/MULTISYSTEM
/dev/sdb16 5.1G 87% /media/bernard/ubuntu-20.04-fc
/dev/sdb2 18.4G 23% /media/bernard/xub-16.04-sys-fc
/dev/sdb5 76.1G 91% /media/bernard/FC_HDD_NTFS
/dev/sdb6 9.3G 33% /media/bernard/xub_syst_fc
/dev/sdb7 68.4G 17% /media/bernard/xub_hom_fc
/dev/sdb8 19.4G 31% /media/bernard/fusion-16.04-fc
/dev/sdb9 10.3G 39% /media/bernard/ubu-mate-16.4-fc
/dev/sdc1 14.4G 69% /media/bernard/wd-fusion14.04
/dev/sdc5 30.7G 90% /media/bernard/data-usb-wd
/dev/sdc6 5.5G 80% /media/bernard/windows-7-del
/dev/sdc7 18.6G 73% /media/bernard/wd-ubuntu-20.04
/dev/sdc8 18.7G 67% /media/bernard/wd-ubunity-20.04
/dev/sdc9 91.1G 70% /media/bernard/data2-usb-wd
Mount options (filtered): ________________________________________________________________
/dev/sda1 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
/dev/sda2 rw,relatime,errors=remount-ro
/dev/sdb10 rw,nosuid,nodev,relatime
/dev/sdb11 rw,nosuid,nodev,relatime
/dev/sdb12 rw,relatime
/dev/sdb13 rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
/dev/sdb14 rw,nosuid,nodev,relatime
/dev/sdb15 rw,nosuid,nodev,relatime
/dev/sdb16 rw,nosuid,nodev,relatime
/dev/sdb1 rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro
/dev/sdb2 rw,nosuid,nodev,relatime
/dev/sdb5 rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
/dev/sdb6 rw,nosuid,nodev,relatime
/dev/sdb7 rw,nosuid,nodev,relatime
/dev/sdb8 rw,nosuid,nodev,relatime
/dev/sdb9 rw,nosuid,nodev,relatime
/dev/sdc1 rw,nosuid,nodev,relatime
/dev/sdc5 rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
/dev/sdc6 rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
/dev/sdc7 rw,nosuid,nodev,relatime
/dev/sdc8 rw,nosuid,nodev,relatime
/dev/sdc9 rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (sur sda1) FA2AC6152AC5CF37
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb16 during installation
UUID=9f5305b9-ddf9-4400-838d-7bb99f8b492f / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
31,011360168 = 33,298194432 boot/grub/grub.cfg 1
32,926273346 = 35,354316800 boot/grub/i386-pc/core.img 1
56,363952637 = 60,520333312 boot/vmlinuz 2
42,168640137 = 45,278232576 boot/vmlinuz-5.13.0-25-generic 2
56,363952637 = 60,520333312 boot/vmlinuz-5.13.0-27-generic 2
42,168640137 = 45,278232576 boot/vmlinuz.old 2
74,452411652 = 79,942668288 boot/initrd.img 11
102,487300873 = 110,044901376 boot/initrd.img-5.13.0-25-generic 9
74,452411652 = 79,942668288 boot/initrd.img-5.13.0-27-generic 11
102,487300873 = 110,044901376 boot/initrd.img.old 9
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18151 août 12 11:18 10_linux
-rwxr-xr-x 1 root root 42359 août 17 2020 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 2020 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 2020 40_custom
-rwxr-xr-x 1 root root 216 avril 15 2020 41_custom
====================== sdb1/boot/grub/menu.lst (filtered) ======================
# This is a sample menu.lst file. You should make some changes to it.
# The old install method of booting via the stage-files has been removed.
# Please install GRLDR boot strap code to MBR with the bootlace.com
# utility under DOS/Win9x or Linux.
timeout 30
default /default
#convert -resize 640x480 -colors 14 /media/multisystem/boot/splash/splash.png /media/multisystem/boot/splash/splash.xpm.gz
splashimage=/boot/splash/splash.xpm.gz
#color blue/green yellow/red white/magenta white/magenta
foreground=0033FF
background=FF3300
#http://diddy.boot-land.net/grub4dos/Grub4dos.htm
#http://www.boot-land.net/forums/index.php?showforum=66
#http://diddy.boot-land.net/grub4dos/files/syntax.htm
#Ne supprimez pas ce marqueur! / Do not remove this marker!
#MULTISYSTEM_START
#MULTISYSTEM_STOP
#Ne supprimez pas ce marqueur! / Do not remove this marker!
#http://diddy.boot-land.net/grub4dos/files/syntax.htm
title Chainloader into GRUB 2
find --set-root /boot/grub/boot.img
chainloader /boot/grub/boot.img
boot
#title Chainloader into Syslinux
#map (hd0) (hd0)
#map (hd0) (hd0)
#chainloader (hd0,0)+1
#rootnoverify (hd0,0)
##Autre solution pour chainer Syslinux
##faire une copie du mbr de la clé USB
##dd if=/dev/sd?1 of=/media/multisystem/syslinux.mbr bs=512 count=1
#title Chainloader into Syslinux
#find --set-root --ignore-floppies --ignore-cd /syslinux.mbr
#map (hd0) (hd0)
#map (hd0) (hd0)
#map --rehook
#find --set-root --ignore-floppies --ignore-cd /syslinux.mbr
#chainloader /syslinux.mbr
##Autre solution pour chainer Syslinux
#title Chainloader into Syslinux
#find --set-root /boot/syslinux/ldlinux.sys
#chainloader /boot/syslinux/ldlinux.sys
##Autre solution pour chainer Syslinux
#title Chainloader into Syslinux
#find --set-root --ignore-floppies --ignore-cd /boot/syslinux/redir.img
#kernel /boot/syslinux/memdisk
#initrd /boot/syslinux/redir.img
#http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/
title FreeDos
kernel /boot/syslinux/memdisk
initrd /boot/img/fdboot.img
title find and load NTLDR of Windows NT/2K/XP
fallback 1
find --set-root --ignore-floppies --ignore-cd /ntldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader /ntldr
savedefault --wait=2
title find and load BOOTMGR of Windows VISTA/SEVEN
fallback 2
find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /bootmgr
savedefault --wait=2
title find and load CMLDR, the Recovery Console of Windows NT/2K/XP
fallback 3
find --set-root --ignore-floppies --ignore-cd /cmldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /cmldr
chainloader /cmldr
#####################################################################
# write string "cmdcons" to memory 0000:7C03 in 2 steps:
#####################################################################
# step 1. Write 4 chars "cmdc" at 0000:7C03
write 0x7C03 0x63646D63
# step 2. Write 3 chars "ons" and an ending null at 0000:7C07
write 0x7C07 0x00736E6F
savedefault --wait=2
title find and load IO.SYS of Windows 9x/Me
fallback 4
find --set-root /io.sys
chainloader /io.sys
savedefault --wait=2
title find and boot 0PE.ISO
fallback 5
find --set-root /0PE/0PE.ISO
map /0PE/0PE.ISO (0xff) || map --mem /0PE/0PE.ISO (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title find and boot MicroPE.ISO
fallback 6
find --set-root /boot/MicroPE.ISO
map /boot/MicroPE.ISO (0xff) || map --mem /boot/MicroPE.ISO (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title find and boot ubcd.iso
fallback 8
find --set-root /ubcd.iso
map /ubcd.iso (0xff) || map --mem /ubcd.iso (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title commandline
commandline
title reboot
reboot
title halt
halt
====================== sdb1/boot/grub/grub.cfg (filtered) ======================
_______DEMARRER LES OS LINUX INSTALLES SUR HDD MULTISYSTEM_______
PT-Lubuntu-BRD-14.04 GNU/Linux 0239d187-1c9c-4636-be58-7a01068bce62
_______MENU GRUB OS LINUX INSTALLES_______
Hyrbyde Fusion-14.04-HDD-FC, grub.cfg auf sda15
Ubuntu-20.04-HDD-FC, grub.cfg auf sda16
Ubuntu-Mate-16.04-HDD-FC, grub.cfg auf sda9
Xubuntu-16.04-hdd-fc, grub.cfg auf sda2
XUBUNTU-14.04-HDD-FC, grub.cfg auf sda10
Hybryde-Fusion-16.04-HDD-FC, grub.cfg auf sda8
Lubuntu-14.04-BRD-HDD-FC, grub.cfg auf sda12
XUBUNTU-10.04-SAUVEGARDE-HDD-FC, grub.cfg auf sda6
_________ISO STOCKEES A TESTER _________
MultiSystem live French (toram)
MultiSystem live English (toram)
MultiSystem live French (toram)
MultiSystem live English (toram)
(generic) lubuntu-brd-14.04-k-3.13.0-112-backup.iso
(generic) lubuntu-brd-14.04-k-3.13.0-101-backup.iso
trusty-desktop-i386.iso
ubuntu-12.04-desktop-i386-fr.iso
(generic) Voyager-13.10-i386.iso
Redo Backup and Recovery
Redo Backup and Recovery xforcevesa
Parted Magic 32Bits
Parted Magic 64Bits
(generic) saucy-desktop-i386.iso
ubuntu-13.04-desktop-i386.iso
xubuntu-12.04.1-desktop-i386.iso
xubuntu-12.10-desktop-i386.iso
______________ISO HYBRYDE______________
Hybryde-V2.iso
Hybryde-v04-i386.iso
Hybryde_V0.5-live-dvd-i386.iso
Hybryde-Nirvanos-live-dvd-i386.iso
Hybryde-eldorados-live-dvd-i386.iso
Hybryde-11_10-live-dvd-32bits-i386.iso
Hybryde_Evolution_v1-live-dvd-32bits.iso
Hybryde_Fusion-live-dvd-32bits.iso
Hybryde-Fusion-release-live-dvd-i386.iso
(generic) Hybryde_Fusion_14.04_custom_V3backup.iso
ubuntu-14.10-desktop-i386.iso
(generic) custom-dist.iso
ubuntu-14.04.2-desktop-amd64.iso
ubuntu-14.04.2-desktop-i386.iso
(generic) hybryde-16.04-systemback.iso
boot-repair-disk-32bit.iso
boot-repair-disk-64bit.iso
ubuntu-budgie-17.04-desktop-i386.iso
ubuntu-18.04.2-desktop-amd64.iso
boot-repair-disk-64bit_test2.iso
_______________CUSTOM_______________
Custom {
______________Grub4Dos______________
Grub4Dos
______________Syslinux______________
Syslinux
______________UTIL______________
0-testfakebios
Windows 7 BIOS/MBR
Windows XP BIOS/MBR
Ubuntu-13.04-HDD-FC, grub.cfg auf sda13
Chain other configfile
Return default menu
Chainer UUID de la partition
PLoP Boot Manager
Super Grub2 Disk
Super Grub Disk
Smart Boot Manager
BKO (boot.kernel.org)
vbeinfo
lspci
gfxpayload 640x480
gfxpayload 800x600
gfxpayload 1024x768
gfxpayload 1280x1024
Reboot
===================== sdb1/boot/grub/custom.cfg (filtered) =====================
source ${prefix}/greffons/fonctions_iso.cfg
submenu "LUBUNTU-trusty-desktop-i386" {iso_boot "/iso-linux/14.04/Lub/LUBUNTU-trusty-desktop-i386.iso" "/iso-linux/14.04/Lub/LUBUNTU-trusty-desktop-i386.loopback.cfg"}
================== sdb1/boot/syslinux/syslinux.cfg (filtered) ==================
#http://www.syslinux.org/wiki/index.php?title=SYSLINUX#UI_module_options...
#default /boot/syslinux/vesamenu.c32
UI /boot/syslinux/vesamenu.c32
prompt 0
timeout 40
ontimeout 0
MENU TITLE MultiSystem LiveUSB
MENU DEFAULT 0
MENU BACKGROUND /boot/splash/splash.png
#Ne supprimez pas ce marqueur! / Do not remove this marker!
#MULTISYSTEM_START
#MULTISYSTEM_MENU_DEBUT|30-08-2020-09:42:39-991086843|super_grub2_disk_hybrid_2.02s9.iso|multisystem-img|19Mio|
label 9080
MENU LABEL Super Grub2 Disk
KERNEL memdisk
APPEND iso raw initrd=/super_grub2_disk_hybrid_2.02s9.iso
#MULTISYSTEM_MENU_FIN|30-08-2020-09:42:39-991086843|super_grub2_disk_hybrid_2.02s9.iso|multisystem-img|19Mio|
#MULTISYSTEM_STOP
#Ne supprimez pas ce marqueur! / Do not remove this marker!
label 0
MENU LABEL PLoP Boot Manager
KERNEL /boot/img/plpbt
label 1
MENU LABEL Grub2
kernel /boot/syslinux/chain.c32 file=/boot/grub/boot.img
label 2
MENU LABEL Grub4Dos
kernel /boot/grub.exe
LABEL 3
MENU LABEL Hardware Detection Tool
KERNEL /boot/syslinux/hdt.c32
#Exemple pour booter un iso avec version recente de memdisk
#label 4
#MENU LABEL boot iso
#KERNEL /boot/syslinux/memdisk
#APPEND iso raw initrd=/g4u.iso
#LABEL 5
#KERNEL /boot/syslinux/memdisk
#APPEND initrd=freebsd.img floppy
#LABEL 6
#MENU LABEL Chainer win
#KERNEL /boot/syslinux/chain.c32 ntldr=/ntldr
#LABEL 7
#MENU LABEL Chainer partition 2
#kernel /boot/syslinux/chain.c32
#append hd0 2
==================== sdb1: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
?? = ?? boot/grub/menu.lst 1
?? = ?? boot/grub/grub.cfg 1
?? = ?? boot/grub/i386-pc/core.img 1
================== sdb1: Location of files loaded by Syslinux ==================
GiB - GB File Fragment(s)
?? = ?? boot/syslinux/syslinux.cfg 1
?? = ?? boot/syslinux/ldlinux.sys 1
?? = ?? boot/syslinux/chain.c32 1
?? = ?? boot/syslinux/hdt.c32 1
?? = ?? boot/syslinux/ifplop.c32 1
?? = ?? boot/syslinux/menu.c32 1
?? = ?? boot/syslinux/reboot.c32 1
?? = ?? boot/syslinux/vesamenu.c32 1
=============== sdb1: Version of COM32(R) files used by Syslinux ===============
boot/syslinux/chain.c32 : COM32R module (v4.xx)
boot/syslinux/hdt.c32 : COM32R module (v4.xx)
boot/syslinux/ifplop.c32 : COM32R module (v4.xx)
boot/syslinux/menu.c32 : COM32R module (v4.xx)
boot/syslinux/reboot.c32 : COM32R module (v4.xx)
boot/syslinux/vesamenu.c32 : COM32R module (v4.xx)
====================== sdb2/boot/grub/grub.cfg (filtered) ======================
PT-Xubuntu-16.04 GNU/Linux 41cfe47e-ddce-46f5-b890-088dc0d63ae7
PT-Xubuntu-16.04 GNU/Linux, avec Linux 4.4.0-101-generic 41cfe47e-ddce-46f5-b890-088dc0d63ae7
PT-Xubuntu-16.04 GNU/Linux, with Linux 4.4.0-101-generic (upstart) gnulinux-4.4.0-101-generic-init-upstart-41cfe47e-ddce-46f5-b890-088dc0d63ae7
PT-Xubuntu-16.04 GNU/Linux, avec Linux 4.4.0-98-generic 41cfe47e-ddce-46f5-b890-088dc0d63ae7
PT-Xubuntu-16.04 GNU/Linux, with Linux 4.4.0-98-generic (upstart) gnulinux-4.4.0-98-generic-init-upstart-41cfe47e-ddce-46f5-b890-088dc0d63ae7
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=41cfe47e-ddce-46f5-b890-088dc0d63ae7 / ext4 noatime,errors=remount-ro 0 1
UUID=5ed68ab9-b2f8-4c4f-b250-59b3acc17ea5 /home ext4 noatime 0 2
======================= sdb2/etc/default/grub (filtered) =======================
GRUB_SAVEDEFAULT="true"
GRUB_DEFAULT="saved"
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`echo -n PT-Xubuntu-16.04`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sdb2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
104,737551212 = 112,461089280 boot/grub/grub.cfg 1
109,093653202 = 117,138418176 boot/grub/i386-pc/core.img 1
104,797762394 = 112,525740544 boot/vmlinuz-4.4.0-101-generic 1
104,754255772 = 112,479025664 boot/vmlinuz-4.4.0-98-generic 1
104,797762394 = 112,525740544 vmlinuz 1
104,754255772 = 112,479025664 vmlinuz.old 1
100,788340092 = 108,220656128 boot/initrd.img-4.4.0-101-generic 2
100,811773777 = 108,245817856 boot/initrd.img-4.4.0-98-generic 2
100,788340092 = 108,220656128 initrd.img 2
100,811773777 = 108,245817856 initrd.img.old 2
===================== sdb2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 12512 mars 1 2017 10_linux
-rwxr-xr-x 1 root root 11082 mars 1 2017 20_linux_xen
-rw-r--r-- 1 root root 11692 mars 1 2017 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 1 2017 30_uefi-firmware
-rwxr-xr-x 1 root root 214 mars 1 2017 40_custom
-rwxr-xr-x 1 root root 216 mars 1 2017 41_custom
====================== sdb6/boot/grub/grub.cfg (filtered) ======================
Ubuntu, avec Linux 2.6.32-44-generic
Ubuntu, avec Linux 2.6.32-44-generic (mode de dépannage)
Ubuntu, avec Linux 2.6.32-43-generic
Ubuntu, avec Linux 2.6.32-43-generic (mode de dépannage)
Ubuntu, avec Linux 2.6.32-21-generic
Ubuntu, avec Linux 2.6.32-21-generic (mode de dépannage)
PLoP Boot Manager
Smart Boot Manager
========================== sdb6/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
UUID=4905a4bf-2813-4acc-ba88-2ffedd05b304 / ext4 errors=remount-ro 0 1
UUID=978296e4-0a93-4e65-8d81-da7624af4de8 /home ext4 defaults 0 2
UUID=e60d2093-39cd-497c-8838-ef509dabda04 none swap sw 0 0
UUID=651c4503-a92c-40a0-bd0c-7211737c06ef none swap sw 0 0
UUID=69ccaba9-95d8-41f2-908c-5d8187e0ac2f none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
======================= sdb6/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=" vga=758"
==================== sdb6: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
1294,726328373 = 1390,201809408 boot/grub/grub.cfg 1
1294,701086521 = 1390,174706176 boot/grub/core.img 1
1294,930544376 = 1390,421084672 boot/vmlinuz-2.6.32-21-generic 1
1301,919523716 = 1397,925444096 boot/vmlinuz-2.6.32-43-generic 1
1293,792570591 = 1389,199194624 boot/vmlinuz-2.6.32-44-generic 1
1293,792570591 = 1389,199194624 vmlinuz 1
1301,919523716 = 1397,925444096 vmlinuz.old 1
1294,957941532 = 1390,450502144 boot/initrd.img-2.6.32-21-generic 1
1302,197607517 = 1398,224034304 boot/initrd.img-2.6.32-43-generic 2
1293,971052647 = 1389,390838272 boot/initrd.img-2.6.32-44-generic 2
1293,971052647 = 1389,390838272 initrd.img 2
1302,197607517 = 1398,224034304 initrd.img.old 2
===================== sdb6: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 4843 janv. 20 2011 10_linux
-rw-r--r-- 1 root root 6605 avril 29 2010 30_os-prober
-rwxr-xr-x 1 root root 214 oct. 24 2009 40_custom
-rwxr-xr-x 1 root root 278 juin 29 2011 40_multisystem
======================== sdb6/etc/grub.d/40_multisystem ========================
#! /bin/sh
exec tail -n +3 $0
# Ajout de MultiSystem
### MULTISYSTEM MENU
menuentry "PLoP Boot Manager" {
linux16 /boot/plpbt
}
menuentry "Smart Boot Manager" {
search --set -f /boot/sbootmgr.dsk
linux16 /boot/memdisk
initrd16 /boot/sbootmgr.dsk
}
### FIN MULTISYSTEM MENU
====================== sdb8/boot/grub/grub.cfg (filtered) ======================
Ubuntu 3fbf070a-3c84-460f-9900-5152f7a0710a
Ubuntu, avec Linux 4.4.0-62-generic 3fbf070a-3c84-460f-9900-5152f7a0710a
Ubuntu, with Linux 4.4.0-62-generic (upstart) gnulinux-4.4.0-62-generic-init-upstart-3fbf070a-3c84-460f-9900-5152f7a0710a
Ubuntu, avec Linux 4.4.0-57-generic 3fbf070a-3c84-460f-9900-5152f7a0710a
Ubuntu, with Linux 4.4.0-57-generic (upstart) gnulinux-4.4.0-57-generic-init-upstart-3fbf070a-3c84-460f-9900-5152f7a0710a
Ubuntu, avec Linux 4.4.0-53-generic 3fbf070a-3c84-460f-9900-5152f7a0710a
Ubuntu, with Linux 4.4.0-53-generic (upstart) gnulinux-4.4.0-53-generic-init-upstart-3fbf070a-3c84-460f-9900-5152f7a0710a
Ubuntu, avec Linux 4.4.0-21-generic 3fbf070a-3c84-460f-9900-5152f7a0710a
Ubuntu, with Linux 4.4.0-21-generic (upstart) gnulinux-4.4.0-21-generic-init-upstart-3fbf070a-3c84-460f-9900-5152f7a0710a
Ubuntu, avec Linux 3.2.0-24-generic 3fbf070a-3c84-460f-9900-5152f7a0710a
Ubuntu, with Linux 3.2.0-24-generic (upstart) gnulinux-3.2.0-24-generic-init-upstart-3fbf070a-3c84-460f-9900-5152f7a0710a
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb8/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=3fbf070a-3c84-460f-9900-5152f7a0710a / ext4 noatime,errors=remount-ro 0 1
# swap was on /dev/sd*3 during installation
UUID=112856cf-033e-467d-bffd-fa4cf2212bed none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
======================= sdb8/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sdb8: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
164,891171455 = 177,050547200 boot/grub/grub.cfg 1
165,666974068 = 177,883558912 boot/grub/i386-pc/core.img 1
164,901337624 = 177,061463040 boot/vmlinuz-3.2.0-24-generic 1
164,907631874 = 177,068221440 boot/vmlinuz-4.4.0-21-generic 1
155,161728859 = 166,603637760 boot/vmlinuz-4.4.0-53-generic 1
155,971432686 = 167,473050624 boot/vmlinuz-4.4.0-57-generic 1
159,811470985 = 171,596260352 boot/vmlinuz-4.4.0-62-generic 1
159,811470985 = 171,596260352 vmlinuz 1
155,971432686 = 167,473050624 vmlinuz.old 1
148,909771919 = 159,890650112 boot/initrd.img-3.2.0-24-generic 1
148,944619179 = 159,928067072 boot/initrd.img-4.4.0-21-generic 2
===================== sdb8: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 12512 oct. 12 2017 10_linux
-rwxr-xr-x 1 root root 11082 juil. 23 2016 20_linux_xen
-rw-r--r-- 1 root root 11692 juil. 23 2016 30_os-prober
-rwxr-xr-x 1 root root 1418 juil. 23 2016 30_uefi-firmware
-rwxr-xr-x 1 root root 214 juil. 23 2016 40_custom
-rwxr-xr-x 1 root root 216 juil. 23 2016 41_custom
====================== sdb9/boot/grub/grub.cfg (filtered) ======================
PT-UBUNTU-MATE 16.04 GNU/Linux 832d59cb-cb26-449a-8608-065e2c8551a1
PT-UBUNTU-MATE 16.04 GNU/Linux, avec Linux 4.4.0-101-generic 832d59cb-cb26-449a-8608-065e2c8551a1
PT-UBUNTU-MATE 16.04 GNU/Linux, avec Linux 4.4.0-98-generic 832d59cb-cb26-449a-8608-065e2c8551a1
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb9/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=832d59cb-cb26-449a-8608-065e2c8551a1 / ext4 noatime,errors=remount-ro 0 1
======================= sdb9/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`echo -n PT-UBUNTU-MATE 16.04`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sdb9: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
135,236579895 = 145,209171968 boot/grub/grub.cfg 1
139,377517700 = 149,655470080 boot/grub/i386-pc/core.img 1
135,224185944 = 145,195864064 boot/vmlinuz-4.4.0-101-generic 1
135,214385986 = 145,185341440 boot/vmlinuz-4.4.0-98-generic 1
135,224185944 = 145,195864064 vmlinuz 1
135,214385986 = 145,185341440 vmlinuz.old 1
130,153907776 = 139,751694336 boot/initrd.img-4.4.0-101-generic 2
130,133785248 = 139,730087936 boot/initrd.img-4.4.0-98-generic 3
130,153907776 = 139,751694336 initrd.img 2
130,133785248 = 139,730087936 initrd.img.old 3
===================== sdb9: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 12512 mars 1 2017 10_linux
-rwxr-xr-x 1 root root 11082 avril 16 2016 20_linux_xen
-rw-r--r-- 1 root root 11692 avril 16 2016 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
===================== sdb10/boot/grub/grub.cfg (filtered) ======================
PT-Xubuntu-14.04 GNU/Linux 1d5c84d5-a4bd-4aec-94da-0193cb862645
PT-Xubuntu-14.04 GNU/Linux, avec Linux 3.13.0-135-generic 1d5c84d5-a4bd-4aec-94da-0193cb862645
PT-Xubuntu-14.04 GNU/Linux, avec Linux 3.13.0-133-generic 1d5c84d5-a4bd-4aec-94da-0193cb862645
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb10/etc/fstab (filtered) ==========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=1d5c84d5-a4bd-4aec-94da-0193cb862645 / ext4 noatime,errors=remount-ro 0 1
UUID=34e0d4bf-f41e-4e26-9285-6616b8ad790c /home ext4 noatime 0 2
====================== sdb10/etc/default/grub (filtered) =======================
GRUB_SAVEDEFAULT="true"
GRUB_DEFAULT="saved"
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`echo -n PT-Xubuntu-14.04`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
================= sdb10/boot/extlinux/extlinux.conf (filtered) =================
default l0
prompt 1
timeout 50
include themes/debian/theme.cfg
=================== sdb10: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
1076,170539856 = 1155,529318400 boot/grub/grub.cfg 1
1078,773910522 = 1158,324666368 boot/grub/i386-pc/core.img 1
1076,151256561 = 1155,508613120 boot/vmlinuz-3.13.0-133-generic 1
1076,160495758 = 1155,518533632 boot/vmlinuz-3.13.0-135-generic 1
1076,160495758 = 1155,518533632 vmlinuz 1
1076,151256561 = 1155,508613120 vmlinuz.old 1
1070,979999542 = 1149,956018176 boot/initrd.img-3.13.0-133-generic 2
1070,960933685 = 1149,935546368 boot/initrd.img-3.13.0-135-generic 3
1076,170234680 = 1155,528990720 boot/initrd.img-3.13.0-92-generic 1
1070,960933685 = 1149,935546368 initrd.img 3
1070,979999542 = 1149,956018176 initrd.img.old 2
================= sdb10: Location of files loaded by Syslinux ==================
GiB - GB File Fragment(s)
1076,208675385 = 1155,570266112 boot/extlinux/extlinux.conf 1
1076,208698273 = 1155,570290688 boot/extlinux/chain.c32 1
============== sdb10: Version of COM32(R) files used by Syslinux ===============
boot/extlinux/chain.c32 : COM32R module (v4.xx)
===================== sdb10: ls -l /etc/grub.d/ (filtered) =====================
-rwxr-xr-x 1 root root 11608 mai 15 2014 10_linux
-rwxr-xr-x 1 root root 10412 mai 15 2014 20_linux_xen
-rw-r--r-- 1 root root 11692 mai 15 2014 30_os-prober
-rwxr-xr-x 1 root root 1418 août 2 2016 30_uefi-firmware
-rwxr-xr-x 1 root root 214 sept. 12 2012 40_custom
-rwxr-xr-x 1 root root 216 mai 15 2014 41_custom
===================== sdb12/boot/grub/grub.cfg (filtered) ======================
PT-Lubuntu-BRD-14.04 GNU/Linux f24fc5ee-4b70-46cd-aa29-25ba3f90caa3
PT-Lubuntu-BRD-14.04 GNU/Linux, avec Linux 3.13.0-135-generic f24fc5ee-4b70-46cd-aa29-25ba3f90caa3
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb12/etc/fstab (filtered) ==========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=f24fc5ee-4b70-46cd-aa29-25ba3f90caa3 / ext4 noatime,errors=remount-ro 0 1
====================== sdb12/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`echo -n PT-Lubuntu-BRD-14.04`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
=================== sdb12: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
1133,417425632 = 1216,997693952 boot/grub/grub.cfg 1
1133,644842625 = 1217,241881088 boot/grub/i386-pc/core.img 1
1133,412264347 = 1216,992152064 boot/vmlinuz-3.13.0-135-generic 1
1133,412264347 = 1216,992152064 vmlinuz 1
1121,442018986 = 1204,139198976 boot/initrd.img-3.13.0-135-generic 1
1121,442018986 = 1204,139198976 initrd.img 1
===================== sdb12: ls -l /etc/grub.d/ (filtered) =====================
-rwxr-xr-x 1 root root 11608 mai 15 2014 10_linux
-rwxr-xr-x 1 root root 10412 mai 15 2014 20_linux_xen
-rw-r--r-- 1 root root 11692 mai 15 2014 30_os-prober
-rwxr-xr-x 1 root root 1418 août 2 2016 30_uefi-firmware
-rwxr-xr-x 1 root root 214 mai 15 2014 40_custom
-rwxr-xr-x 1 root root 216 mai 15 2014 41_custom
===================== sdb13/efi/ubuntu/grub.cfg (filtered) =====================
search.fs_uuid 72a66c99-76c9-420b-b133-77d8811a67f5 root hd1,msdos15
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
===================== sdb15/boot/grub/grub.cfg (filtered) ======================
PT-HYBRYDE FUSION 14.04_Massy GNU/Linux 1459d458-4677-4952-96ab-9455044611cb
PT-HYBRYDE FUSION 14.04_Massy GNU/Linux, avec Linux 3.13.0-170-generic 1459d458-4677-4952-96ab-9455044611cb
PT-HYBRYDE FUSION 14.04_Massy GNU/Linux, avec Linux 3.13.0-169-generic 1459d458-4677-4952-96ab-9455044611cb
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb15/etc/fstab (filtered) ==========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=112856cf-033e-467d-bffd-fa4cf2212bed none swap sw 0 0
UUID=1459d458-4677-4952-96ab-9455044611cb / ext4 noatime,errors=remount-ro 0 1
====================== sdb15/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`echo -n PT-HYBRYDE FUSION 14.04_Massy`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_BACKGROUND="/etc/remastersys/grub.jpg"
================= sdb15/boot/extlinux/extlinux.conf (filtered) =================
default l0
prompt 1
timeout 50
include themes/debian/theme.cfg
=================== sdb15: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
1180,349479675 = 1267,390603264 boot/grub/grub.cfg 1
1180,549995422 = 1267,605905408 boot/grub/i386-pc/core.img 1
1180,357410431 = 1267,399118848 boot/vmlinuz-3.13.0-169-generic 1
1180,369098663 = 1267,411668992 boot/vmlinuz-3.13.0-170-generic 1
1180,369098663 = 1267,411668992 vmlinuz 1
1180,357410431 = 1267,399118848 vmlinuz.old 1
1163,279285431 = 1249,061621760 boot/initrd.img-3.13.0-169-generic 3
1163,248813629 = 1249,028902912 boot/initrd.img-3.13.0-170-generic 3
1163,248813629 = 1249,028902912 initrd.img 3
1163,279285431 = 1249,061621760 initrd.img.old 3
================= sdb15: Location of files loaded by Syslinux ==================
GiB - GB File Fragment(s)
1180,363422394 = 1267,405574144 boot/extlinux/extlinux.conf 1
1180,363407135 = 1267,405557760 boot/extlinux/chain.c32 1
============== sdb15: Version of COM32(R) files used by Syslinux ===============
boot/extlinux/chain.c32 : COM32R module (v4.xx)
===================== sdb15: ls -l /etc/grub.d/ (filtered) =====================
-rwxr-xr-x 1 root root 11608 avril 11 2014 10_linux
-rwxr-xr-x 1 root root 10412 avril 11 2014 20_linux_xen
-rw-r--r-- 1 root root 11692 avril 11 2014 30_os-prober
-rwxr-xr-x 1 root root 1418 août 2 2016 30_uefi-firmware
-rwxr-xr-x 1 root root 215 mai 31 2015 40_custom
-rwxr-xr-x 1 root root 811 mai 31 2015 40_custom~
-rwxr-xr-x 1 root root 216 avril 9 2013 41_custom
========================= sdb15/etc/grub.d/40_custom~ ==========================
#!/bin/sh
exec tail -n +3 $0
# 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.
menuentry "Start Maxtor GRUB4DOS Essayer-Installer des iso Linux lancees en live (on /dev/sda1)" --class windows --class os {
savedefault
insmod part_msdos
insmod ntfs
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root B664A19764A16ABF
drivemap -s (hd0) ${root}
chainloader +1
}
menuentry "Start SATA1 GRUB4DOS Essayer-Installer des iso Linux lancees en live (on /dev/sdb1)" --class windows --class os {
savedefault
insmod part_msdos
insmod ntfs
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set=root E664A19764A16ACF
drivemap -s (hd0) ${root}
chainloader +1
}
===================== sdb16/boot/grub/grub.cfg (filtered) ======================
Ubuntu ed310eb9-852f-4b91-a1bc-552266569b41
Ubuntu, avec Linux 5.4.0-47-generic ed310eb9-852f-4b91-a1bc-552266569b41
Ubuntu, avec Linux 5.4.0-45-generic ed310eb9-852f-4b91-a1bc-552266569b41
Ubuntu, avec Linux 5.4.0-42-generic ed310eb9-852f-4b91-a1bc-552266569b41
### END /etc/grub.d/30_uefi-firmware ###
========================== sdb16/etc/fstab (filtered) ==========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdc16 during installation
UUID=ed310eb9-852f-4b91-a1bc-552266569b41 / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
====================== sdb16/etc/default/grub (filtered) =======================
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=""
=================== sdb16: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
1255,782676697 = 1348,386381824 boot/grub/grub.cfg 1
1238,821353912 = 1330,174300160 boot/grub/i386-pc/core.img 1
1261,591922760 = 1354,624012288 boot/vmlinuz 1
1201,107540131 = 1289,679400960 boot/vmlinuz-5.4.0-42-generic 2
1260,388797760 = 1353,332166656 boot/vmlinuz-5.4.0-45-generic 1
1261,591922760 = 1354,624012288 boot/vmlinuz-5.4.0-47-generic 1
1260,388797760 = 1353,332166656 boot/vmlinuz.old 1
1261,927318573 = 1354,984140800 boot/initrd.img 1
1236,942436218 = 1328,156827648 boot/initrd.img-5.4.0-42-generic 2
1260,608959198 = 1353,568563200 boot/initrd.img-5.4.0-45-generic 3
1261,927318573 = 1354,984140800 boot/initrd.img-5.4.0-47-generic 1
1260,608959198 = 1353,568563200 boot/initrd.img.old 3
===================== sdb16: ls -l /etc/grub.d/ (filtered) =====================
-rwxr-xr-x 1 root root 17622 août 17 2020 10_linux
-rwxr-xr-x 1 root root 42359 août 17 2020 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 2020 20_linux_xen
-rw-r--r-- 1 root root 12059 avril 15 2020 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 2020 40_custom
-rwxr-xr-x 1 root root 216 avril 15 2020 41_custom
====================== sdc1/boot/grub/grub.cfg (filtered) ======================
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-170-generic 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-169-generic 936abfac-6ad1-424f-b5c8-af13408740ea
Windows 7 (loader) (sur sda1) FA2AC6152AC5CF37
Ubuntu 20.04.1 LTS (20.04) (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-47-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Windows 7 (loader) (sur sdb6) FA2AC6152AC5CF37
Ubuntu 20.04.1 LTS (20.04) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-47-generic (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sda2) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-47-generic (sur sda2) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sda2) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sda2) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-42-generic (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, with Linux 5.4.0-42-generic (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sda2) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sda2) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-42-generic (sur sda2) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.1 LTS (20.04) (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, with Linux 5.4.0-42-generic (sur sdb8) (sur sdb7) (sur sdb8) (sur sdb7) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec
Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec
Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell
Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition systeme-fusion-dell
========================== sdc1/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=936abfac-6ad1-424f-b5c8-af13408740ea / ext4 noatime,errors=remount-ro 0 1
# swap was on /dev/sdb2 during installation
UUID=9e5b57b2-0d34-42fc-9df2-ce9883e7f54a none swap sw 0 0
======================= sdc1/etc/default/grub (filtered) =======================
GRUB_SAVEDEFAULT="true"
GRUB_DEFAULT="saved"
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`echo -n PT-HYBRYDE FUSION 14.04_usb-WD`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_BACKGROUND="/etc/remastersys/grub.jpg"
================= sdc1/boot/extlinux/extlinux.conf (filtered) ==================
default l0
prompt 1
timeout 50
include themes/debian/theme.cfg
==================== sdc1: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
36,626064301 = 39,326937088 boot/grub/grub.cfg 1
40,291599274 = 43,262775296 boot/grub/i386-pc/core.img 1
36,138660431 = 38,803591168 boot/vmlinuz-3.13.0-169-generic 1
36,150348663 = 38,816141312 boot/vmlinuz-3.13.0-170-generic 1
36,150348663 = 38,816141312 vmlinuz 1
36,138660431 = 38,803591168 vmlinuz.old 1
21,037097931 = 22,588411904 boot/initrd.img-3.13.0-169-generic 3
21,006626129 = 22,555693056 boot/initrd.img-3.13.0-170-generic 3
21,006626129 = 22,555693056 initrd.img 3
21,037097931 = 22,588411904 initrd.img.old 3
================== sdc1: Location of files loaded by Syslinux ==================
GiB - GB File Fragment(s)
36,144672394 = 38,810046464 boot/extlinux/extlinux.conf 1
36,144657135 = 38,810030080 boot/extlinux/chain.c32 1
=============== sdc1: Version of COM32(R) files used by Syslinux ===============
boot/extlinux/chain.c32 : COM32R module (v4.xx)
===================== sdc1: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 11608 avril 11 2014 10_linux
-rwxr-xr-x 1 root root 10412 avril 11 2014 20_linux_xen
-rwxr-xr-x 1 root root 11692 avril 11 2014 30_os-prober
-rwxr-xr-x 1 root root 1418 août 2 2016 30_uefi-firmware
-rwxr-xr-x 1 root root 2128 juil. 9 2019 40_custom
-rwxr-xr-x 1 root root 2106 juil. 9 2019 40_custom~
-rwxr-xr-x 1 root root 216 avril 9 2013 41_custom
========================== sdc1/etc/grub.d/40_custom ===========================
#!/bin/sh
exec tail -n +3 $0
# 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.
menuentry "Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-budgie-17.04-desktop-i386.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-17.10-desktop-amd64.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root FA2AC6152AC5CF37
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition systeme-fusion-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root UUID-partition-system-fusion-dell
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
========================== sdc1/etc/grub.d/40_custom~ ==========================
#!/bin/sh
exec tail -n +3 $0
# 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.
menuentry "Iso Live ubuntu-budgie-17.04-desktop-i386.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-budgie-17.04-desktop-i386.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-17.10-desktop-amd64.iso dans cle USB3-Emtec" {
insmod part_gpt
insmod iso9660
search --no-floppy --fs-uuid --set=root 0669-366B
set isofile="/ubuntu-17.10-desktop-amd64.iso"
loopback loop $isofile
#echo 'Chargement du noyau Linux ...'
linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
#echo 'Chargement du disque mémoire initial ...'
initrd (loop)/casper/initrd.lz
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root FA2AC6152AC5CF37
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
menuentry "Iso Live ubuntu-18.04.2-desktop-amd64.iso dans partition Windows-7-dell" {
insmod part_msdos
insmod iso9660
search --no-floppy --fs-uuid --set=root FA2AC6152AC5CF37
set isofile="/ubuntu-18.04.2-desktop-amd64.iso"
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram locale=fr_FR bootkbd=fr console-setup/layoutcode=fr noprompt noeject quiet splash --
initrd (loop)/casper/initrd
}
====================== sdc7/boot/grub/grub.cfg (filtered) ======================
Ubuntu d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.8.0-36-generic d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-56-generic d731aed8-c1e2-4d8a-9437-87680b920218
Windows 7 (sur sda1) FA2AC6152AC5CF37
Ubuntu 20.04.3 LTS (20.04) (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic (sur sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu 14.04.6 LTS (14.04) (sur sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux (sur sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-170-generic (sur sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-169-generic (sur sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
Windows 7 (sur sdb6) FA2AC6152AC5CF37
Ubuntu 20.04.3 LTS (20.04) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.13.0-27-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-47-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.4.0-45-generic (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu 20.04.3 LTS (20.04) (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, avec Linux 5.13.0-27-generic (sur sda2) (sur sdb8) e0807aea-7a0f-48a3-96c7-8dfe13ce18da
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdc7/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb16 during installation
UUID=d731aed8-c1e2-4d8a-9437-87680b920218 / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
/file.swap none swap sw 0 0
======================= sdc7/etc/default/grub (filtered) =======================
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=""
==================== sdc7: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
156,500759125 = 168,041410560 boot/grub/grub.cfg 1
140,711128235 = 151,087423488 boot/grub/i386-pc/core.img 1
146,312759399 = 157,102129152 boot/vmlinuz 1
157,158340454 = 168,747483136 boot/vmlinuz-5.4.0-56-generic 1
146,312759399 = 157,102129152 boot/vmlinuz-5.8.0-36-generic 1
157,158340454 = 168,747483136 boot/vmlinuz.old 1
146,961910248 = 157,799149568 boot/initrd.img 2
146,793018341 = 157,617803264 boot/initrd.img-5.4.0-56-generic 2
146,961910248 = 157,799149568 boot/initrd.img-5.8.0-36-generic 2
146,793018341 = 157,617803264 boot/initrd.img.old 2
===================== sdc7: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 17622 août 17 2020 10_linux
-rwxr-xr-x 1 root root 42359 août 17 2020 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 2020 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 2020 40_custom
-rwxr-xr-x 1 root root 216 avril 15 2020 41_custom
====================== sdc8/boot/grub/grub.cfg (filtered) ======================
Ubuntu e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, with Linux 5.13.0-27-generic e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Ubuntu, with Linux 5.4.0-47-generic e0807aea-7a0f-48a3-96c7-8dfe13ce18da
Windows 7 (on sda1) FA2AC6152AC5CF37
Ubuntu 20.04.3 LTS (20.04) (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-27-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu, avec Linux 5.13.0-25-generic (on sda2) 9f5305b9-ddf9-4400-838d-7bb99f8b492f
Ubuntu 14.04.6 LTS (14.04) (on sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux (on sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-170-generic (on sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
PT-HYBRYDE FUSION 14.04_usb-WD GNU/Linux, avec Linux 3.13.0-169-generic (on sdb1) 936abfac-6ad1-424f-b5c8-af13408740ea
Windows 7 (on sdb6) FA2AC6152AC5CF37
Ubuntu 20.04.1 LTS (20.04) (on sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu (on sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.8.0-36-generic (on sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
Ubuntu, avec Linux 5.4.0-56-generic (on sdb7) d731aed8-c1e2-4d8a-9437-87680b920218
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdc8/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sd*8 during installation
UUID=e0807aea-7a0f-48a3-96c7-8dfe13ce18da / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc5 during installation
UUID=d3b7af4e-d1ea-4042-be93-6f01923525a7 none swap sw 0 0
======================= sdc8/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sdc8: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
186,839954376 = 200,617873408 boot/grub/grub.cfg 1
186,857929230 = 200,637173760 boot/grub/i386-pc/core.img 1
207,325866699 = 222,614454272 boot/vmlinuz 1
207,325866699 = 222,614454272 boot/vmlinuz-5.13.0-27-generic 1
202,499149323 = 217,431805952 boot/vmlinuz-5.4.0-47-generic 1
202,499149323 = 217,431805952 boot/vmlinuz.old 1
197,401153564 = 211,957874688 boot/initrd.img 6
197,401153564 = 211,957874688 boot/initrd.img-5.13.0-27-generic 6
196,765029907 = 211,274842112 boot/initrd.img-5.4.0-47-generic 6
196,765029907 = 211,274842112 boot/initrd.img.old 6
===================== sdc8: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18151 août 12 11:18 10_linux
-rwxr-xr-x 1 root root 42359 août 17 2020 10_linux_zfs
-rwxr-xr-x 1 root root 12894 avril 15 2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 avril 15 2020 30_os-prober
-rwxr-xr-x 1 root root 1424 avril 15 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 15 2020 40_custom
-rwxr-xr-x 1 root root 216 avril 15 2020 41_custom
======================== Unknown MBRs/Boot Sectors/etc =========================
Unknown BootLoader on sdc9
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 70 11 28 |........?....p.(|
00000020 00 00 00 00 80 00 80 00 ff 9f 9a 25 00 00 00 00 |...........%....|
00000030 04 00 00 00 00 00 00 00 ff a9 59 02 00 00 00 00 |..........Y.....|
00000040 f6 00 00 00 01 00 00 00 87 f4 48 4a b3 80 aa 28 |..........HJ...(|
00000050 00 00 00 00 0e 1f be 71 7c ac 22 c0 74 0b 56 b4 |.......q|.".t.V.|
00000060 0e bb 07 00 cd 10 5e eb f0 32 e4 cd 16 cd 19 eb |......^..2......|
00000070 fe 54 68 69 73 20 69 73 20 6e 6f 74 20 61 20 62 |.This is not a b|
00000080 6f 6f 74 61 62 6c 65 20 64 69 73 6b 2e 20 50 6c |ootable disk. Pl|
00000090 65 61 73 65 20 69 6e 73 65 72 74 20 61 20 62 6f |ease insert a bo|
000000a0 6f 74 61 62 6c 65 20 66 6c 6f 70 70 79 20 61 6e |otable floppy an|
000000b0 64 0d 0a 70 72 65 73 73 20 61 6e 79 20 6b 65 79 |d..press any key|
000000c0 20 74 6f 20 74 72 79 20 61 67 61 69 6e 20 2e 2e | to try again ..|
000000d0 2e 20 0d 0a 00 00 00 00 00 00 00 00 00 00 00 00 |. ..............|
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000200
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would reinstall the grub2 of
sda2 into the MBR of sda.
Grub-efi would not be selected by default because legacy Windows detected.
Additional repair would be performed: unhide-bootmenu-10s
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your BIOS boot on sda (ATA LDLC) disk!
Dans le boot-info ci-dessus, dans le disque /dev/sdc6; il y a une copie de la partition Windows 7 de /dev/sda1.
Il ne démarre pas.
@+. Babdu89 .
Dernière modification par Babdu89 (Le 22/01/2022, à 09:42)
J'ai découvert Ubuntu avec la 07.10.... Et alors?!... Depuis je regarde de temps en temps si Windows marche toujours....
Hors ligne
#2268 Le 22/01/2022, à 10:56
- iznobe
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Bonjour , voici avec le 169 :
https://paste.ubuntu.com/p/F2yq7VXVQY/
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#2269 Le 22/01/2022, à 10:56
- geole
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Bonjour
Pouvez-vous m aider à comprendre?.
ubuntu@ubuntu:~$ sudo add-apt-repository ppa:yannubuntu/boot-repair-dev
Dépôt : « deb http://ppa.launchpad.net/yannubuntu/boot-repair-dev/ubuntu/ jammy main »
Plus d'informations : https://launchpad.net/~yannubuntu/+archive/ubuntu/boot-repair-dev
Ajout du dépôt.
Appuyez sur [ENTRÉE] pour continuer ou Ctrl-c pour annuler
Found existing deb entry in /etc/apt/sources.list.d/yannubuntu-ubuntu-boot-repair-dev-jammy.list
Adding deb entry to /etc/apt/sources.list.d/yannubuntu-ubuntu-boot-repair-dev-jammy.list
Found existing deb-src entry in /etc/apt/sources.list.d/yannubuntu-ubuntu-boot-repair-dev-jammy.list
Adding disabled deb-src entry to /etc/apt/sources.list.d/yannubuntu-ubuntu-boot-repair-dev-jammy.list
Adding key to /etc/apt/trusted.gpg.d/yannubuntu-ubuntu-boot-repair-dev.gpg with fingerprint 3C48D16124B50277AF10D27F32B18A1260D8DA0B
Ign :1 cdrom://Ubuntu 22.04 LTS _Jammy Jellyfish_ - Alpha amd64 (20220116) jammy InRelease
Atteint :2 cdrom://Ubuntu 22.04 LTS _Jammy Jellyfish_ - Alpha amd64 (20220116) jammy Release
Atteint :4 http://ppa.launchpad.net/yannubuntu/boot-repair-dev/ubuntu jammy InRelease
Atteint :5 http://security.ubuntu.com/ubuntu jammy-security InRelease
Atteint :6 http://archive.ubuntu.com/ubuntu jammy InRelease
Atteint :7 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
Lecture des listes de paquets... Fait
ubuntu@ubuntu:~$ sudo apt update
Ign :1 cdrom://Ubuntu 22.04 LTS _Jammy Jellyfish_ - Alpha amd64 (20220116) jammy InRelease
Atteint :2 cdrom://Ubuntu 22.04 LTS _Jammy Jellyfish_ - Alpha amd64 (20220116) jammy Release
Atteint :4 http://archive.ubuntu.com/ubuntu jammy InRelease
Atteint :5 http://ppa.launchpad.net/yannubuntu/boot-repair-dev/ubuntu jammy InRelease
Atteint :6 http://security.ubuntu.com/ubuntu jammy-security InRelease
Atteint :7 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
140 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
ubuntu@ubuntu:~$ sudo apt install boot-info
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Certains paquets ne peuvent être installés. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.
L'information suivante devrait vous aider à résoudre la situation :
Les paquets suivants contiennent des dépendances non satisfaites :
boot-sav : Dépend: glade2script (>= 3.2.4~ppa23) mais il n'est pas installable
Recommande: boot-sav-extra mais ne sera pas installé
Recommande: pastebinit mais ne sera pas installé
Recommande: syslinux-common mais ne sera pas installé ou
syslinux mais il n'est pas installable ou
mbr mais il n'est pas installable
E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ».
u
buntu@ubuntu:~$ cd /etc/apt
ubuntu@ubuntu:/etc/apt$ ls
apt.conf.d auth.conf.d preferences.d sources.list sources.list~ sources.list.d trusted.gpg.d
ubuntu@ubuntu:/etc/apt$ cd sources.list.d
ubuntu@ubuntu:/etc/apt/sources.list.d$ ls
yannubuntu-ubuntu-boot-repair-dev-jammy.list
ubuntu@ubuntu:/etc/apt/sources.list.d$ cat *
deb http://ppa.launchpad.net/yannubuntu/boot-repair-dev/ubuntu/ jammy main
# deb-src http://ppa.launchpad.net/yannubuntu/boot-repair-dev/ubuntu/ jammy main
ubuntu@ubuntu:/etc/apt/sources.list.d$ boot-info
boot-info : commande introuvable
ubuntu@ubuntu:/etc/apt/sources.list.d$ sudo apt install boot-repair
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Certains paquets ne peuvent être installés. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.
L'information suivante devrait vous aider à résoudre la situation :
Les paquets suivants contiennent des dépendances non satisfaites :
boot-sav : Dépend: glade2script (>= 3.2.4~ppa23) mais il n'est pas installable
Recommande: boot-sav-extra mais ne sera pas installé
Recommande: pastebinit mais ne sera pas installé
Recommande: syslinux-common mais ne sera pas installé ou
syslinux mais il n'est pas installable ou
mbr mais il n'est pas installable
E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ».
ubuntu@ubuntu:/etc/apt/sources.list.d$
Pareil en version 21.10 et presque pareil en version 20.04
ubuntu@ubuntu:~$ sudo apt install boot-repair
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Certains paquets ne peuvent être installés. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.
L'information suivante devrait vous aider à résoudre la situation :
Les paquets suivants contiennent des dépendances non satisfaites :
boot-repair : Dépend: boot-sav (>= 4ppa168) mais ne sera pas installé
E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ».
ubuntu@ubuntu:~$
Et enfin depuis la version 18.04Please write on a paper the following URL:
http://paste.ubuntu.com/p/X4ZvcT4Xd4/
Ne s'intéresser qu'aux partitions du disque SDC. Je vais extraire...
boot-repair-4ppa168 [20220122_1035]
============================== Boot Info Summary ===============================
sdc: ___________________________________________________________________________
File system: zfs_member
Boot sector type: Grub2 (v1.99-2.00)
Boot sector info: Grub2 (v1.99-2.00) is installed in the boot sector of
sdc and looks at sector 2048 of the same hard drive
for core.img, but core.img can not be found at this
location.
================================ 9 OS detected =================================
OS#8: Ubuntu 18.04.5 LTS on sdc4
OS#9: Ubuntu 18.04.5 LTS on sdc5
===================================== UEFI =====================================
The firmware is EFI-compatible, and is set in EFI-mode for this live-session.
SecureBoot disabled.
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sdc : is-GPT, hasBIOSboot, has---ESP, not-usb, not-mmc, has-os, no-wind, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sdc2 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, grubenv-ok, noupdategrub, not-far
sdc4 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, not-far
sdc5 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
Partitions info (2/3): _________________________________________________________
sdc2 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdc4 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdc5 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sdc2 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdc
sdc4 : not-sepboot, no-kernel, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdc
sdc5 : not-sepboot, no-kernel, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdc
fdisk -l (filtered): ___________________________________________________________
Disk sdc: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Disk identifier: EE2E79A9-18B2-410A-B3BB-1601C5D65CE9
Start End Sectors Size Type
sdc1 2048 4095 2048 1M BIOS boot
sdc2 4096 1054719 1050624 513M EFI System
sdc3 1054720 5249023 4194304 2G Linux swap
sdc4 5249024 9443327 4194304 2G Solaris boot
sdc5 9443328 1953525134 1944081807 927G Solaris root
parted -lm (filtered): _________________________________________________________
sdc:1000GB:scsi:512:512:gpt:TOSHIBA External USB 3.0:;
1:1049kB:2097kB:1049kB:::bios_grub;
2:2097kB:540MB:538MB:fat32:EFI System Partition:boot, esp;
3:540MB:2688MB:2147MB:linux-swap(v1)::;
4:2688MB:4835MB:2147MB:zfs::;
5:4835MB:1000GB:995GB:zfs::;
mapper/ventoy:2194MB:dm:512:512:unknown:Linux device-mapper (linear):;
Free space (filtered): _________________________________________________________
sdc:953870MiB:scsi:512:512:gpt:TOSHIBA External USB 3.0:;
1:0.02MiB:1.00MiB:0.98MiB:free;
blkid (filtered): ______________________________________________________________
sdc zfs_member 770476171368441626 temprpool
├─sdc1 zfs_member 770476171368441626 45ecaec7-59c6-49d2-a83b-926999d29e63 temprpool
├─sdc2 vfat 5868-4BA6 8a68a6e8-23f3-4505-84f9-9585eb7d921b temprpool EFI System Partition
├─sdc3 swap 67e13e0f-1ad1-462a-9a4c-56ec103a8a1b 33ed61b0-ae24-5d42-91ad-211b3ef92a9f temprpool
├─sdc4 zfs_member 11538518504610156191 e48236f8-76ff-e045-9f0c-9614d3937e20 tempbpool
└─sdc5 zfs_member 770476171368441626 f466bd83-633f-e346-b424-c18ac61433c7 temprpool
Mount points (filtered): _________________________________________________________________
Avail Use% Mounted on
/dev/sdc2 495.9M 3% /mnt/boot-sav/sdc2
Mount options (filtered): ________________________________________________________________
/dev/sdc2 rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
================================= User choice ==================================
Is there RAID on this computer? no
==================== blkid (filtered) before ZFS activation ====================
/dev/sdc2: UUID="5868-4BA6" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="8a68a6e8-23f3-4505-84f9-9585eb7d921b"
/dev/sdc3: UUID="67e13e0f-1ad1-462a-9a4c-56ec103a8a1b" TYPE="swap" PARTUUID="33ed61b0-ae24-5d42-91ad-211b3ef92a9f"
/dev/sdc4: LABEL="tempbpool" UUID="11538518504610156191" UUID_SUB="3340654671366524428" TYPE="zfs_member" PARTUUID="e48236f8-76ff-e045-9f0c-9614d3937e20"
/dev/sdc5: LABEL="temprpool" UUID="770476171368441626" UUID_SUB="8771311998931124155" TYPE="zfs_member" PARTUUID="f466bd83-633f-e346-b424-c18ac61433c7"
/dev/sdc1: PARTUUID="45ecaec7-59c6-49d2-a83b-926999d29e63"
================================ ZFS activation ================================
zpool list no pools available
zpool list -o name no pools available
zfs list
zpool import pool: temprpool
id: 770476171368441626
state: UNAVAIL
status: The pool was last accessed by another system.
action: The pool cannot be imported due to damaged devices or data.
see: http://zfsonlinux.org/msg/ZFS-8000-EY
config:
temprpool UNAVAIL unsupported feature(s)
f466bd83-633f-e346-b424-c18ac61433c7 ONLINE
pool: tempbpool
id: 11538518504610156191
state: ONLINE
status: The pool was last accessed by another system.
action: The pool can be imported using its name or numeric identifier and
the '-f' flag.
see: http://zfsonlinux.org/msg/ZFS-8000-EY
config:
tempbpool ONLINE
e48236f8-76ff-e045-9f0c-9614d3937e20 ONLINE
zpool import | grep 'pool:' | sed 's/pool: //g' temprpool
tempbpool
zpool import -f rpool temprpool
zfs set mountpoint=/mnt/boot-sav/zfsrpool temprpool
zfs mount temprpool
blkid -g
zpool import -f bpool tempbpool
zfs set mountpoint=/mnt/boot-sav/zfsbpool tempbpool
zfs mount tempbpool
blkid -g
zpool import -f temprpool
tempbpool tempzzzpool
zfs set mountpoint=/mnt/boot-sav/zfszzzpool tempzzzpool
zfs mount tempzzzpool
blkid -g
NOTA: C'est dommages d'avoir supprimé la commande df
Je suis aussi en train de découvrir l'installation automatique de UBUNTU dans ZFS.
Comme l'installation ne se fait que dans un disque entier et que mon portable n'a qu'un seul disque contenant windows auquel je tiens, j'ai installé dans un disque externe.
La première installation fut en EFI avec choix de connexion automatique de l'utilisateur.
Résultat: Ecran noir...... Correctif. J'ai réussi à consulter la trace du journal pour voir qu'on était arrivé à la session X11.
La seconde installation est en LEGACY avec choix de laisser l'utilisateur se connecter.
Résultat: Affichage de l'écran de connexion. Mais impossible de faire bouger la souris ni de frapper des caractères au clavier
Décision de booter en recovery et de créer un utilisateur SOS et reboot en choisissant SOS. Je peux frapper un mot de passe mais il n'est pas reconnu. Reboot et affichage de l'écran de grub sans beaucoup d'explication
C'est cette instance qui est visible dans le boot-info.
AJOUT. Je viens de finir le post N° 2252
Dernière modification par geole (Le 22/01/2022, à 13:13)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#2270 Le 22/01/2022, à 13:03
- Babdu89
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
@geole.
geole a écrit;
Pouvez-vous m aider à comprendre?.
On voit;
ubuntu@ubuntu:~$
Je pense que tu tentes depuis une session live. Si c'est le cas, il faut installer en premier le dépôt non dev comme ceci;
sudo add-apt-repository -y ppa:yannubuntu/boot-repair && sudo apt update && sudo apt install -y boot-repair
puis le dépôt dev et les outils;
sudo add-apt-repository -y ppa:yannubuntu/boot-repair-dev && sudo apt update && sudo apt install -y boot-repair boot-info os-uninstaller
C'est ce que j'ai fait en session live avec Ubuntu 20.04.
La deuxième commande aussi utilisée pour les sessions installé où se trouve déjà le PPA boot-repair.
Sinon, il faut utiliser les deux commandes dans une session installé vierge du PPA boot-repair.
Voir aussi les versions Ubuntu prises en charge par les paquets-dev.
https://launchpad.net/~yannubuntu/+arch … /+packages
Tien ?, rétrogradé en 4appa168, j'avais testé le 169.
@+. Babdu89 .
Dernière modification par Babdu89 (Le 22/01/2022, à 13:13)
J'ai découvert Ubuntu avec la 07.10.... Et alors?!... Depuis je regarde de temps en temps si Windows marche toujours....
Hors ligne
#2271 Le 22/01/2022, à 13:11
- geole
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Merci, Je n'avais pas pensé qu'il fallait les deux paquets.....
Depuis une live-USB 22.04
https://paste.ubuntu.com/p/T9WdrqhftK/
boot-info-4ppa169 [20220122_1233]
============================== Boot Info Summary ===============================
---------------------------------------------------------------------------
=> Grub2 (v2.00) is installed in the MBR of /dev/sdc and looks at sector 2048
of the same hard drive for core.img. core.img is at this location and
looks for (,gpt2)/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp fat part_gpt biosdisk
---------------------------------------------------------------------------
sdc1: __________________________________________________________________________
File system: BIOS Boot partition
Boot sector type: Grub2's core.img
Boot sector info:
sdc2: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /grub/grub.cfg /efi/BOOT/fbx64.efi /efi/BOOT/mmx64.efi
/efi/ubuntu/grubx64.efi /efi/ubuntu/mmx64.efi
/efi/ubuntu/shimx64.efi /efi/ubuntu/grub.cfg
/grub/i386-pc/core.img
sdc3: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sdc4: __________________________________________________________________________
File system: zfs_member
Boot sector type: -
Boot sector info:
sdc5: __________________________________________________________________________
File system: zfs_member
Boot sector type: -
Boot sector info:
================================ 9 OS detected =================================
OS#6: Ubuntu Jammy Jellyfish (development branch) on sdc5
OS#7: Ubuntu Jammy Jellyfish (development branch) on sdc4
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sdc : is-GPT, hasBIOSboot, has---ESP, not-usb, not-mmc, has-os, no-wind, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sdc2 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, grubenv-ok, noupdategrub, not-far
sdc5 : is-os, 64, apt-get, signed grub-pc grub-efi , grub2, grub-install, no-grubenv, update-grub, farbios
sdc4 : is-os, 64, apt-get, signed grub-pc grub-efi , grub2, grub-install, no-grubenv, update-grub, not-far
tempbpool/BOOT/ubuntu_qel98c : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
Partitions info (2/3): _________________________________________________________
sdc2 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdc5 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdc4 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
tempbpool/BOOT/ubuntu_qel98c : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sdc2 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdc
sdc5 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdc
sdc4 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdc
tempbpool/BOOT/ubuntu_qel98c : is-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
fdisk -l (filtered): ___________________________________________________________
Disk identifier: EE2E79A9-18B2-410A-B3BB-1601C5D65CE9
Start End Sectors Size Type
sdc1 2048 4095 2048 1M BIOS boot
sdc2 4096 1054719 1050624 513M EFI System
sdc3 1054720 5249023 4194304 2G Linux swap
sdc4 5249024 9443327 4194304 2G Solaris boot
sdc5 9443328 1953525134 1944081807 927G Solaris root
parted -lm (filtered): _________________________________________________________
sdc:1000GB:scsi:512:512:gpt:TOSHIBA External USB 3.0:;
1:1049kB:2097kB:1049kB:::bios_grub;
2:2097kB:540MB:538MB:fat32:EFI System Partition:boot, esp;
3:540MB:2688MB:2147MB:linux-swap(v1)::swap;
4:2688MB:4835MB:2147MB:zfs::;
5:4835MB:1000GB:995GB:zfs::;
Free space (filtered): _________________________________________________________
sdc:953870MiB:scsi:512:512:gpt:TOSHIBA External USB 3.0:;
1:0.02MiB:1.00MiB:0.98MiB:free;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sdc
├─sdc1 45ecaec7-59c6-49d2-a83b-926999d29e63
├─sdc2 vfat 5868-4BA6 8a68a6e8-23f3-4505-84f9-9585eb7d921b EFI System Partition
├─sdc3 swap 67e13e0f-1ad1-462a-9a4c-56ec103a8a1b 33ed61b0-ae24-5d42-91ad-211b3ef92a9f
├─sdc4 zfs_member 11538518504610156191 e48236f8-76ff-e045-9f0c-9614d3937e20 tempbpool
└─sdc5 zfs_member 770476171368441626 f466bd83-633f-e346-b424-c18ac61433c7 temprpool
Mount points (filtered): _________________________________________________________________
Avail Use% Mounted on
/dev/sdc2 495.9M 3% /mnt/boot-sav/sdc2
tempbpool/BOOT/ubuntu_qel98c 1.6G 9% /boot
Mount options (filtered): ________________________________________________________________
/dev/sdc2 ro,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
tempbpool/BOOT/ubuntu_qel98c rw,nodev,relatime,xattr,posixacl
======================== sdc2/grub/grub.cfg (filtered) =========================
Revert system only gnulinux-${root_dataset}-${kversion}
===================== sdc2/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid 5868-4BA6 root hd5,gpt2
set prefix=($root)'/grub'
configfile $prefix/grub.cfg
==================== sdc2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
?? = ?? grub/grub.cfg 1
?? = ?? grub/i386-pc/core.img 1
================================= User choice ==================================
Is there RAID on this computer? no
==================== blkid (filtered) before ZFS activation ====================
/dev/sdc2: UUID="5868-4BA6" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="8a68a6e8-23f3-4505-84f9-9585eb7d921b"
/dev/sdc5: LABEL="temprpool" UUID="770476171368441626" UUID_SUB="8771311998931124155" BLOCK_SIZE="4096" TYPE="zfs_member" PARTUUID="f466bd83-633f-e346-b424-c18ac61433c7"
/dev/sdc3: UUID="67e13e0f-1ad1-462a-9a4c-56ec103a8a1b" TYPE="swap" PARTUUID="33ed61b0-ae24-5d42-91ad-211b3ef92a9f"
/dev/sdc4: LABEL="bpool" UUID="11538518504610156191" UUID_SUB="3340654671366524428" BLOCK_SIZE="4096" TYPE="zfs_member" PARTUUID="e48236f8-76ff-e045-9f0c-9614d3937e20"
================================ ZFS activation ================================
zpool list no pools available
zpool list -o name no pools available
zfs list
zpool import pool: temprpool
id: 770476171368441626
state: ONLINE
action: The pool can be imported using its name or numeric identifier.
config:
temprpool ONLINE
f466bd83-633f-e346-b424-c18ac61433c7 ONLINE
pool: bpool
id: 11538518504610156191
state: ONLINE
status: Some supported features are not enabled on the pool.
action: The pool can be imported using its name or numeric identifier, though
some features will not be available without an explicit 'zpool upgrade'.
config:
bpool ONLINE
e48236f8-76ff-e045-9f0c-9614d3937e20 ONLINE
zpool import | grep 'pool:' | sed 's/pool: //g' bpool
temprpool
zpool import -f rpool temprpool
zfs set mountpoint=/mnt/boot-sav/zfsrpool temprpool
zfs mount temprpool
blkid -g
zpool import -f bpool tempbpool
zfs set mountpoint=/mnt/boot-sav/zfsbpool tempbpool
zfs mount tempbpool
blkid -g
Successfully activated ZFS bpool.
zpool import -f temprpool
bpool tempzzzpool
zfs set mountpoint=/mnt/boot-sav/zfszzzpool tempzzzpool
zfs mount tempzzzpool
blkid -g
==================== blkid (filtered) after ZFS activation =====================
/dev/sdc2: UUID="5868-4BA6" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="8a68a6e8-23f3-4505-84f9-9585eb7d921b"
/dev/sdc5: LABEL="temprpool" UUID="770476171368441626" UUID_SUB="8771311998931124155" BLOCK_SIZE="4096" TYPE="zfs_member" PARTUUID="f466bd83-633f-e346-b424-c18ac61433c7"
/dev/sdc3: UUID="67e13e0f-1ad1-462a-9a4c-56ec103a8a1b" TYPE="swap" PARTUUID="33ed61b0-ae24-5d42-91ad-211b3ef92a9f"
/dev/sdc4: LABEL="tempbpool" UUID="11538518504610156191" UUID_SUB="3340654671366524428" BLOCK_SIZE="4096" TYPE="zfs_member" PARTUUID="e48236f8-76ff-e045-9f0c-9614d3937e20"
/dev/sdc1: PARTUUID="45ecaec7-59c6-49d2-a83b-926999d29e63"
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would reinstall the grub-efi of
sdc5,
using the following options: sdc2/boot/efi
Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file
Confirmation request before suggested repair: __________________________________
You may want to retry after mounting your encrypted partitions so that the tool can verify their contents. (https://help.ubuntu.com/community/EncryptedPrivateDirectory)
Are you sure you want to continue anyway?
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your UEFI firmware boot on the Ubuntu Jammy Jellyfish (development branch) entry (sdc2/efi/****/grub****.efi (**** will be updated in the final message) file) !
If your computer reboots directly into Windows, try to change the boot order in your UEFI firmware.
If your UEFI firmware does not allow to change the boot order, change the default boot entry of the Windows bootloader.
For example you can boot into Windows, then type the following command in an admin command prompt:
bcdedit /set {bootmgr} path \EFI\****\grub****.efi (**** will be updated in the final message)
Je vais tenter la réparation recommendée.
Une erreur est survenue pendant la réparation.
Error: NVram is locked ( not found in efibootmgr). Veuillez indiquer ce message à boot.repair@gmail.comVeuillez écrire sur un papier l'URL suivante :
https://paste.ubuntu.com/p/FPSDWtrcvg/
C'est forcé, c'était une installation LEGACY.
Mount sdc2 on /boot/efi
Unhide GRUB boot menu in sdc5/etc/default/grub
======================== Reinstall the grub-efi of sdc5 ========================
grub-install --version
chroot: impossible de modifier le répertoire racine en 'grub-install': Aucun fichier
Je vais regarder les options avancées en choisissant de purger le grub avant de le réinstaller
Cela se passe très mal, Message d'erreur disant qu'il n'y a pas de connexion réseau. Plus embêtant car c'est probablement lié, impossible d'ouvrir un autre terminal avec le message d'erreur suivant
Il y a eu une erreur lors de la création du processus fils pour ce terminal
Failed to open PTY; Aucun périphérique de ce type
Donc boot-repair bouche sur la demande réparation. Relancé avec les traces, cela donne
[debug]MAIN_MENU becomes : Recommended-Repair
[debug]set_checkbutton_reinstall_grub
[debug]osbydefault_consequences sdc5
[debug]combobox_efi_fillin sdc5 ,
[debug] sdc2 EFI part (detected by BIS but not in fstab) in same disk
[debug] sda2 EFI part (detected by BIS but not in fstab) in another disk
[debug]EFIFILPRESENT yes, QTY_SUREEFIPART 2
[debug]LASTGRUB_ACTION becomes:
[debug]LASTGRUB_ACTION becomes:
[debug]set_radiobutton_place_grub
[debug]LASTGRUB_ACTION becomes:
[debug]MBR_ACTION is set : reinstall (NBOFDISKS is 2)
=> [[ PY ]] => :: FIFO write :: _combobox_add_kernel_option nomodeset
=> [[ PY ]] => DEBUG=> in bash NOT GET _combobox_add_kernel_option nomodeset
[debug]CHOSEN_KERNEL_OPTION becomes : nomodeset
=> [[ PY ]] => :: FIFO write :: _checkbutton_unhide_boot_menu True
=> [[ PY ]] => DEBUG=> in bash NOT GET _checkbutton_unhide_boot_menu True
[debug]UNHIDEBOOT_ACTION becomes : unhide-bootmenu-10s
=> [[ PY ]] => :: FIFO write :: _combobox_efi sdc2
=> [[ PY ]] => DEBUG=> in bash NOT GET _combobox_efi sdc2
[debug]RETOURCOMBO_efi (EFIPART_TO_USE) : sdc2
[debug]EFIPART_TO_USE becomes : 10
=> [[ PY ]] => :: FIFO write :: _checkbutton_create_bkp True
=> [[ PY ]] => DEBUG=> in bash NOT GET _checkbutton_create_bkp True
=> [[ PY ]] => :: FIFO write :: _checkbutton_efi True
=> [[ PY ]] => DEBUG=> in bash NOT GET _checkbutton_efi True
=> [[ PY ]] => :: FIFO write :: _combobox_place_grub sdc
=> [[ PY ]] => :: FIFO write :: _combobox_ostoboot_bydefault sdc5 (Ubuntu Jammy Jellyfish (development branch))
=> [[ PY ]] => :: FIFO write :: _checkbutton_reinstall_grub True
[debug]LASTGRUB_ACTION becomes:
[debug]LASTGRUB_ACTION becomes:
[debug]GRUBPACKAGE becomes: grub-efi
=> [[ PY ]] => DEBUG=> in bash NOT GET _combobox_place_grub sdc
[debug]RETOURCOMBO_place_grub (NOFORCE_DISK) : sdc
=> [[ PY ]] => DEBUG=> in bash NOT GET _combobox_ostoboot_bydefault sdc5 (Ubuntu Jammy Jellyfish (development branch))
[debug]RETOURCOMBO_ostoboot_bydefault : sdc5 (Ubuntu Jammy Jellyfish (development branch))
[debug]sdc5 \(Ubuntu Jammy Jellyfish (development branch)\)
[debug]sdc4 \(Ubuntu Jammy Jellyfish (development branch)\)
[debug]sda5 \(Ubuntu 20.04.3 LTS\)
[debug]sda9 \(Ubuntu Jammy Jellyfish (development branch)\)
[debug]sda7 \(Ubuntu 18.04.6 LTS\)
[debug]sda8 \(Ubuntu 21.10\)
[debug]Windows \(via sdc5 menu\)
[debug]
[debug]
[debug]
[debug]
[debug]Warning: Duplicate _combobox_ostoboot_bydefault .
[debug]
=> [[ PY ]] => DEBUG=> in bash NOT GET
=> [[ PY ]] => DEBUG=> in bash NOT GET _checkbutton_reinstall_grub True
[debug]set_checkbutton_reinstall_grub
[debug]osbydefault_consequences sdc5
[debug]combobox_efi_fillin sdc5 ,
[debug] sdc2 EFI part (detected by BIS but not in fstab) in same disk
[debug] sda2 EFI part (detected by BIS but not in fstab) in another disk
[debug]EFIFILPRESENT yes, QTY_SUREEFIPART 2
=> [[ PY ]] => :: FIFO write :: _combobox_efi sda2
=> [[ PY ]] => :: FIFO write :: _combobox_efi sdc2
[debug]LASTGRUB_ACTION becomes:
[debug]LASTGRUB_ACTION becomes:
[debug]set_radiobutton_place_grub
=> [[ PY ]] => :: FIFO write :: _combobox_place_grub sda
=> [[ PY ]] => :: FIFO write :: _combobox_place_grub sdc
[debug]LASTGRUB_ACTION becomes:
[debug]MBR_ACTION is set : reinstall (NBOFDISKS is 2)
=> [[ PY ]] => DEBUG=> in bash NOT GET _combobox_efi sda2
[debug]RETOURCOMBO_efi (EFIPART_TO_USE) : sda2
[debug]EFIPART_TO_USE becomes : 2
=> [[ PY ]] => DEBUG=> in bash NOT GET _combobox_efi sdc2
[debug]RETOURCOMBO_efi (EFIPART_TO_USE) : sdc2
[debug]EFIPART_TO_USE becomes : 10
=> [[ PY ]] => DEBUG=> in bash NOT GET _combobox_place_grub sda
[debug]RETOURCOMBO_place_grub (NOFORCE_DISK) : sda
=> [[ PY ]] => DEBUG=> in bash NOT GET _combobox_place_grub sdc
[debug]RETOURCOMBO_place_grub (NOFORCE_DISK) : sdc
=> [[ PY ]] => :: FIFO write :: _expander1 False
=> [[ PY ]] => DEBUG=> in bash NOT GET _expander1 False
[debug] debug_echo_important_variables
[debug]MAIN_MENU becomes : Custom-Repair
=> [[ PY ]] => :: FIFO write :: _spinbutton_unhide_boot_menu 99.0
=> [[ PY ]] => DEBUG=> in bash NOT GET _spinbutton_unhide_boot_menu 99.0
[debug]UNHIDEBOOT_TIME becomes: 99
=> [[ PY ]] => :: FIFO write :: _checkbutton_purge_grub True
=> [[ PY ]] => DEBUG=> in bash NOT GET _checkbutton_purge_grub True
[debug]GRUBPURGE_ACTION becomes: purge-grub
=> [[ PY ]] => :: FIFO write :: _button_mainapply clicked
=> [[ PY ]] => DEBUG=> in bash NOT GET _button_mainapply clicked
[debug]internet: connected
[debug]internet: connected
=> [[ PY ]] => Advices: _______________________________________________________________________
=> [[ PY ]] => Vous souhaiterez peut-être re-essayer après avoir monté vos partitions cryptées afin que l'outil puisse vérifier leur contenu. (http://doc.ubuntu-fr.org/ecryptfs)
=> [[ PY ]] => Êtes-vous sûr de vouloir continuer quand même ? yes
=> [[ PY ]] => Default settings: ______________________________________________________________
=> [[ PY ]] => The default repair of the Boot-Repair utility would reinstall the grub-efi of
=> [[ PY ]] => sdc5,
=> [[ PY ]] => using the following options: sdc2/boot/efi
=> [[ PY ]] => Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file
=> [[ PY ]] => Confirmation request before suggested repair: __________________________________
=> [[ PY ]] => You may want to retry after mounting your encrypted partitions so that the tool can verify their contents. (https://help.ubuntu.com/community/EncryptedPrivateDirectory)
=> [[ PY ]] => Are you sure you want to continue anyway?
=> [[ PY ]] => Final advice in case of suggested repair: ______________________________________
=> [[ PY ]] => Please do not forget to make your UEFI firmware boot on the Ubuntu Jammy Jellyfish (development branch) entry (sdc2/efi/****/grub****.efi (**** will be updated in the final message) file) !
=> [[ PY ]] => If your computer reboots directly into Windows, try to change the boot order in your UEFI firmware.
=> [[ PY ]] => If your UEFI firmware does not allow to change the boot order, change the default boot entry of the Windows bootloader.
=> [[ PY ]] => For example you can boot into Windows, then type the following command in an admin command prompt:
=> [[ PY ]] => bcdedit /set {bootmgr} path \EFI\****\grub****.efi (**** will be updated in the final message)
=> [[ PY ]] => User settings: _________________________________________________________________
[debug] debug_echo_important_variables
=> [[ PY ]] => The settings chosen by the user will purge () and reinstall the grub-efi of
=> [[ PY ]] => sdc5,
=> [[ PY ]] => using the following options: sdc2/boot/efi
=> [[ PY ]] => Additional repair will be performed: unhide-bootmenu-99s use-standard-efi-file
[debug] first_actions=action before removal (if os-un)
[debug]/etc/fstab unchanged for /boot
[debug]/etc/fstab unchanged for /usr
=> [[ PY ]] => /boot/efi added in sdc5/fstab
[debug]Freed space function
[debug] actions_final=action after removal (if os-un)
[debug]Remove_mislocated_stage1
[debug]force_unmount_and_prepare_chroot
[debug]Unmount all OS partitions except / and partition where we reinstall GRUB (sdc5)
[debug]prepare_chroot
[debug] Already mounted /dev/sdc5 on
[debug] mount_separate_boot_if_required yes , , grub-efi ,
=> [[ PY ]] => Created sdc5/boot/efi
=> [[ PY ]] => Mount sdc2 on /boot/efi
=> [[ PY ]] => cp: impossible d'évaluer '/etc/resolv.conf': Aucun fichier ou dossier de ce type
=> [[ PY ]] => chroot apt-get -y update
=> [[ PY ]] => chroot: impossible de modifier le répertoire racine en 'apt-get': Aucun fichier ou dossier de ce type
=> [[ PY ]] => Purge the GRUB of sdc5
=> [[ PY ]] => chroot: cannot change root directory to 'apt-cache': No such file or directory
=> [[ PY ]] => grub-efi NOT available (apt-cache policy problem)
=> [[ PY ]] => chroot: cannot change root directory to 'apt-cache': No such file or directory
=> [[ PY ]] => grub-efi NOT available (apt-cache policy problem)
=> [[ PY ]] => chroot: cannot change root directory to 'apt-cache': No such file or directory
=> [[ PY ]] => grub2-efi NOT available (apt-cache policy problem)
=> [[ PY ]] => ping: google.com: Échec temporaire dans la résolution du nom
[debug]internet: no-internet
=> [[ PY ]] => =================== grub-efi purge cancelled
=> [[ PY ]] => Aucune connexion internet détectée. Veuillez connecter Internet. Puis réessayez.
=> [[ PY ]] => umount: /proc: la cible est active.
=> [[ PY ]] => umount: /dev/pts: la cible est active.
=> [[ PY ]] => umount: /dev: la cible est active.
=> [[ PY ]] => :: FIFO write :: _button_mainapply clicked
=> [[ PY ]] => DEBUG=> in bash NOT GET _button_mainapply clicked
[debug]internet: connected
[debug]internet: connected
=> [[ PY ]] => Advices: _______________________________________________________________________
=> [[ PY ]] => Vous souhaiterez peut-être re-essayer après avoir monté vos partitions cryptées afin que l'outil puisse vérifier leur contenu. (http://doc.ubuntu-fr.org/ecryptfs)
=> [[ PY ]] => Êtes-vous sûr de vouloir continuer quand même ? yes
=> [[ PY ]] => Default settings: ______________________________________________________________
=> [[ PY ]] => The default repair of the Boot-Repair utility would reinstall the grub-efi of
=> [[ PY ]] => sdc5,
=> [[ PY ]] => using the following options: sdc2/boot/efi
=> [[ PY ]] => Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file
=> [[ PY ]] => Confirmation request before suggested repair: __________________________________
=> [[ PY ]] => You may want to retry after mounting your encrypted partitions so that the tool can verify their contents. (https://help.ubuntu.com/community/EncryptedPrivateDirectory)
=> [[ PY ]] => Are you sure you want to continue anyway?
=> [[ PY ]] => Final advice in case of suggested repair: ______________________________________
=> [[ PY ]] => Please do not forget to make your UEFI firmware boot on the Ubuntu Jammy Jellyfish (development branch) entry (sdc2/efi/****/grub****.efi (**** will be updated in the final message) file) !
=> [[ PY ]] => If your computer reboots directly into Windows, try to change the boot order in your UEFI firmware.
=> [[ PY ]] => If your UEFI firmware does not allow to change the boot order, change the default boot entry of the Windows bootloader.
=> [[ PY ]] => For example you can boot into Windows, then type the following command in an admin command prompt:
=> [[ PY ]] => bcdedit /set {bootmgr} path \EFI\****\grub****.efi (**** will be updated in the final message)
=> [[ PY ]] => User settings: _________________________________________________________________
[debug] debug_echo_important_variables
=> [[ PY ]] => The settings chosen by the user will purge () and reinstall the grub-efi of
=> [[ PY ]] => sdc5,
=> [[ PY ]] => using the following options: sdc2/boot/efi
=> [[ PY ]] => Additional repair will be performed: unhide-bootmenu-99s use-standard-efi-file
[debug] first_actions=action before removal (if os-un)
[debug]/etc/fstab unchanged for /boot
[debug]/etc/fstab unchanged for /usr
=> [[ PY ]] => /boot/efi added in sdc5/fstab
[debug]Freed space function
[debug] actions_final=action after removal (if os-un)
[debug]Remove_mislocated_stage1
[debug]force_unmount_and_prepare_chroot
[debug]Unmount all OS partitions except / and partition where we reinstall GRUB (sdc5)
=> [[ PY ]] => umount: /mnt/boot-sav/sda4: non monté.
=> [[ PY ]] => umount: /mnt/boot-sav/sda9: non monté.
=> [[ PY ]] => umount: /mnt/boot-sav/sda10: non monté.
=> [[ PY ]] => umount: /mnt/boot-sav/sda7: non monté.
=> [[ PY ]] => umount: /mnt/boot-sav/sda5: non monté.
=> [[ PY ]] => umount: /mnt/boot-sav/sda8: non monté.
[debug]prepare_chroot
[debug] Already mounted /dev/sdc5 on
[debug] mount_separate_boot_if_required yes , , grub-efi ,
=> [[ PY ]] => umount: /boot/efi: non monté.
=> [[ PY ]] => Mount sdc2 on /boot/efi
=> [[ PY ]] => cp: impossible d'évaluer '/etc/resolv.conf': Aucun fichier ou dossier de ce type
=> [[ PY ]] => chroot apt-get -y update
=> [[ PY ]] => chroot: impossible de modifier le répertoire racine en 'apt-get': Aucun fichier ou dossier de ce type
=> [[ PY ]] => Purge the GRUB of sdc5
=> [[ PY ]] => chroot: cannot change root directory to 'apt-cache': No such file or directory
=> [[ PY ]] => grub-efi NOT available (apt-cache policy problem)
=> [[ PY ]] => chroot: cannot change root directory to 'apt-cache': No such file or directory
=> [[ PY ]] => grub-efi NOT available (apt-cache policy problem)
=> [[ PY ]] => chroot: cannot change root directory to 'apt-cache': No such file or directory
=> [[ PY ]] => grub2-efi NOT available (apt-cache policy problem)
=> [[ PY ]] => ping: google.com: Échec temporaire dans la résolution du nom
[debug]internet: no-internet
=> [[ PY ]] => =================== grub-efi purge cancelled
=> [[ PY ]] => Aucune connexion internet détectée. Veuillez connecter Internet. Puis réessayez.
=> [[ PY ]] => umount: /proc: la cible est active.
=> [[ PY ]] => umount: /dev/pts: la cible est active.
=> [[ PY ]] => umount: /dev: la cible est active.
=> [[ PY ]] => :: FIFO write :: _button_mainapply clicked
=> [[ PY ]] => DEBUG=> in bash NOT GET _button_mainapply clicked
[debug]internet: connected
[debug]internet: connected
=> [[ PY ]] => Advices: _______________________________________________________________________
=> [[ PY ]] => Vous souhaiterez peut-être re-essayer après avoir monté vos partitions cryptées afin que l'outil puisse vérifier leur contenu. (http://doc.ubuntu-fr.org/ecryptfs)
=> [[ PY ]] => Êtes-vous sûr de vouloir continuer quand même ? yes
=> [[ PY ]] => Default settings: ______________________________________________________________
=> [[ PY ]] => The default repair of the Boot-Repair utility would reinstall the grub-efi of
=> [[ PY ]] => sdc5,
=> [[ PY ]] => using the following options: sdc2/boot/efi
=> [[ PY ]] => Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file
=> [[ PY ]] => Confirmation request before suggested repair: __________________________________
=> [[ PY ]] => You may want to retry after mounting your encrypted partitions so that the tool can verify their contents. (https://help.ubuntu.com/community/EncryptedPrivateDirectory)
=> [[ PY ]] => Are you sure you want to continue anyway?
=> [[ PY ]] => Final advice in case of suggested repair: ______________________________________
=> [[ PY ]] => Please do not forget to make your UEFI firmware boot on the Ubuntu Jammy Jellyfish (development branch) entry (sdc2/efi/****/grub****.efi (**** will be updated in the final message) file) !
=> [[ PY ]] => If your computer reboots directly into Windows, try to change the boot order in your UEFI firmware.
=> [[ PY ]] => If your UEFI firmware does not allow to change the boot order, change the default boot entry of the Windows bootloader.
=> [[ PY ]] => For example you can boot into Windows, then type the following command in an admin command prompt:
=> [[ PY ]] => bcdedit /set {bootmgr} path \EFI\****\grub****.efi (**** will be updated in the final message)
=> [[ PY ]] => User settings: _________________________________________________________________
[debug] debug_echo_important_variables
=> [[ PY ]] => The settings chosen by the user will purge () and reinstall the grub-efi of
=> [[ PY ]] => sdc5,
=> [[ PY ]] => using the following options: sdc2/boot/efi
=> [[ PY ]] => Additional repair will be performed: unhide-bootmenu-99s use-standard-efi-file
[debug] first_actions=action before removal (if os-un)
[debug]/etc/fstab unchanged for /boot
[debug]/etc/fstab unchanged for /usr
=> [[ PY ]] => /boot/efi added in sdc5/fstab
[debug]Freed space function
[debug] actions_final=action after removal (if os-un)
[debug]Remove_mislocated_stage1
[debug]force_unmount_and_prepare_chroot
[debug]Unmount all OS partitions except / and partition where we reinstall GRUB (sdc5)
=> [[ PY ]] => umount: /mnt/boot-sav/sda4: non monté.
=> [[ PY ]] => umount: /mnt/boot-sav/sda9: non monté.
=> [[ PY ]] => umount: /mnt/boot-sav/sda10: non monté.
=> [[ PY ]] => umount: /mnt/boot-sav/sda7: non monté.
=> [[ PY ]] => umount: /mnt/boot-sav/sda5: non monté.
=> [[ PY ]] => umount: /mnt/boot-sav/sda8: non monté.
[debug]prepare_chroot
[debug] Already mounted /dev/sdc5 on
[debug] mount_separate_boot_if_required yes , , grub-efi ,
=> [[ PY ]] => umount: /boot/efi: non monté.
=> [[ PY ]] => Mount sdc2 on /boot/efi
=> [[ PY ]] => cp: impossible d'évaluer '/etc/resolv.conf': Aucun fichier ou dossier de ce type
=> [[ PY ]] => chroot apt-get -y update
=> [[ PY ]] => chroot: impossible de modifier le répertoire racine en 'apt-get': Aucun fichier ou dossier de ce type
=> [[ PY ]] => Purge the GRUB of sdc5
=> [[ PY ]] => chroot: cannot change root directory to 'apt-cache': No such file or directory
=> [[ PY ]] => grub-efi NOT available (apt-cache policy problem)
=> [[ PY ]] => chroot: cannot change root directory to 'apt-cache': No such file or directory
=> [[ PY ]] => grub-efi NOT available (apt-cache policy problem)
=> [[ PY ]] => chroot: cannot change root directory to 'apt-cache': No such file or directory
=> [[ PY ]] => grub2-efi NOT available (apt-cache policy problem)
=> [[ PY ]] => ping: google.com: Échec temporaire dans la résolution du nom
[debug]internet: no-internet
=> [[ PY ]] => =================== grub-efi purge cancelled
=> [[ PY ]] => Aucune connexion internet détectée. Veuillez connecter Internet. Puis réessayez.
=> [[ PY ]] => umount: /proc: la cible est active.
=> [[ PY ]] => umount: /dev/pts: la cible est active.
=> [[ PY ]] => umount: /dev: la cible est active.
=> [[ PY ]] => :: FIFO write :: _button_mainapply clicked
=> [[ PY ]] => DEBUG=> in bash NOT GET _button_mainapply clicked
[debug]internet: connected
[debug]internet: connected
=> [[ PY ]] => Advices: _______________________________________________________________________
=> [[ PY ]] => Vous souhaiterez peut-être re-essayer après avoir monté vos partitions cryptées afin que l'outil puisse vérifier leur contenu. (http://doc.ubuntu-fr.org/ecryptfs)
=> [[ PY ]] => Êtes-vous sûr de vouloir continuer quand même ? yes
=> [[ PY ]] => Default settings: ______________________________________________________________
=> [[ PY ]] => The default repair of the Boot-Repair utility would reinstall the grub-efi of
=> [[ PY ]] => sdc5,
=> [[ PY ]] => using the following options: sdc2/boot/efi
=> [[ PY ]] => Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file
=> [[ PY ]] => Confirmation request before suggested repair: __________________________________
=> [[ PY ]] => You may want to retry after mounting your encrypted partitions so that the tool can verify their contents. (https://help.ubuntu.com/community/EncryptedPrivateDirectory)
=> [[ PY ]] => Are you sure you want to continue anyway?
=> [[ PY ]] => Final advice in case of suggested repair: ______________________________________
=> [[ PY ]] => Please do not forget to make your UEFI firmware boot on the Ubuntu Jammy Jellyfish (development branch) entry (sdc2/efi/****/grub****.efi (**** will be updated in the final message) file) !
=> [[ PY ]] => If your computer reboots directly into Windows, try to change the boot order in your UEFI firmware.
=> [[ PY ]] => If your UEFI firmware does not allow to change the boot order, change the default boot entry of the Windows bootloader.
=> [[ PY ]] => For example you can boot into Windows, then type the following command in an admin command prompt:
=> [[ PY ]] => bcdedit /set {bootmgr} path \EFI\****\grub****.efi (**** will be updated in the final message)
=> [[ PY ]] => User settings: _________________________________________________________________
[debug] debug_echo_important_variables
=> [[ PY ]] => The settings chosen by the user will purge () and reinstall the grub-efi of
=> [[ PY ]] => sdc5,
=> [[ PY ]] => using the following options: sdc2/boot/efi
=> [[ PY ]] => Additional repair will be performed: unhide-bootmenu-99s use-standard-efi-file
[debug] first_actions=action before removal (if os-un)
[debug]/etc/fstab unchanged for /boot
[debug]/etc/fstab unchanged for /usr
=> [[ PY ]] => /boot/efi added in sdc5/fstab
[debug]Freed space function
[debug] actions_final=action after removal (if os-un)
[debug]Remove_mislocated_stage1
[debug]force_unmount_and_prepare_chroot
[debug]Unmount all OS partitions except / and partition where we reinstall GRUB (sdc5)
=> [[ PY ]] => umount: /mnt/boot-sav/sda4: non monté.
=> [[ PY ]] => umount: /mnt/boot-sav/sda9: non monté.
=> [[ PY ]] => umount: /mnt/boot-sav/sda10: non monté.
=> [[ PY ]] => umount: /mnt/boot-sav/sda7: non monté.
=> [[ PY ]] => umount: /mnt/boot-sav/sda5: non monté.
=> [[ PY ]] => umount: /mnt/boot-sav/sda8: non monté.
[debug]prepare_chroot
[debug] Already mounted /dev/sdc5 on
[debug] mount_separate_boot_if_required yes , , grub-efi ,
=> [[ PY ]] => umount: /boot/efi: non monté.
=> [[ PY ]] => Mount sdc2 on /boot/efi
=> [[ PY ]] => cp: impossible d'évaluer '/etc/resolv.conf': Aucun fichier ou dossier de ce type
=> [[ PY ]] => chroot apt-get -y update
=> [[ PY ]] => chroot: impossible de modifier le répertoire racine en 'apt-get': Aucun fichier ou dossier de ce type
=> [[ PY ]] => Purge the GRUB of sdc5
=> [[ PY ]] => chroot: cannot change root directory to 'apt-cache': No such file or directory
=> [[ PY ]] => grub-efi NOT available (apt-cache policy problem)
=> [[ PY ]] => chroot: cannot change root directory to 'apt-cache': No such file or directory
=> [[ PY ]] => grub-efi NOT available (apt-cache policy problem)
=> [[ PY ]] => chroot: cannot change root directory to 'apt-cache': No such file or directory
=> [[ PY ]] => grub2-efi NOT available (apt-cache policy problem)
=> [[ PY ]] => ping: google.com: Échec temporaire dans la résolution du nom
[debug]internet: no-internet
=> [[ PY ]] => =================== grub-efi purge cancelled
=> [[ PY ]] => Aucune connexion internet détectée. Veuillez connecter Internet. Puis réessayez.
=> [[ PY ]] => umount: /proc: la cible est active.
=> [[ PY ]] => umount: /dev/pts: la cible est active.
=> [[ PY ]] => umount: /dev: la cible est active.
Nota. Le réseau fonctionne bien car j'écris depuis la live-USB. Mais le réseau est en WIFI......
--- google.fr ping statistics ---
139 packets transmitted, 139 received, 0% packet loss, time 1381178ms
rtt min/avg/max/mdev = 32.310/95.612/350.578/34.007 ms
ubuntu@ubuntu:~$
A noter que si je choisis une partition EXT4, boot-repair, n'a pas de problème avec le réseau. Il propose donc les commandes de purge, Mais, si je n'ai pas pensé à ouvrir préventivement un terminal, il est trop tard pour que j'en ouvre un. Même message d'erreur
janv. 22 14:55:28 ubuntu rtkit-daemon[2102]: Supervising 8 threads of 4 processes of 1 users.
janv. 22 14:55:54 ubuntu org.gnome.SettingsDaemon.MediaKeys.desktop[88370]: # Couldn't connect to accessibility bus: Failed to connect to socket /root/.cache/at-spi/bus_0: Permission non accordée
janv. 22 14:55:54 ubuntu org.gnome.SettingsDaemon.MediaKeys.desktop[88370]: # Error: Failed to open PTY: Aucun périphérique de ce type
janv. 22 14:56:54 ubuntu org.gnome.SettingsDaemon.MediaKeys.desktop[88417]: # Couldn't connect to accessibility bus: Failed to connect to socket /root/.cache/at-spi/bus_0: Permission non accordée
janv. 22 14:56:54 ubuntu org.gnome.SettingsDaemon.MediaKeys.desktop[88417]: # Error: Failed to open PTY: Aucun périphérique de ce type
janv. 22 14:57:05 ubuntu systemd[2084]: vte-spawn-78a28383-6290-40a2-8eb5-9c0d18f7babd.scope: Consumed 12.092s CPU time.
janv. 22 14:57:52 ubuntu sudo[59297]: pam_unix(sudo:session): session closed for user root
janv. 22 14:57:58 ubuntu org.gnome.SettingsDaemon.MediaKeys.desktop[88429]: # Couldn't connect to accessibility bus: Failed to connect to socket /root/.cache/at-spi/bus_0: Permission non accordée
janv. 22 14:57:58 ubuntu org.gnome.SettingsDaemon.MediaKeys.desktop[88429]: # Error: Failed to open PTY: Aucun périphérique de ce type
ubuntu@ubuntu:~$ ls -ls /dev/pt*
0 crw-rw-rw- 1 root tty 5, 2 janv. 22 15:09 /dev/ptmx
/dev/pts:
total 0
ubuntu@ubuntu:~$
ubuntu@ubuntu:~$ ls -als /root/.cache/at-spi
ls: impossible d'accéder à '/root/.cache/at-spi': Permission non accordée
ubuntu@ubuntu:~$
ubuntu@ubuntu:~$ sudo ls -als /root/.cache/at-spi
total 0
0 drwx------ 2 root root 60 janv. 22 14:03 .
0 drwx------ 1 root root 100 janv. 22 14:03 ..
0 srwxrwxrwx 1 root root 0 janv. 22 14:03 bus_0
ubuntu@ubuntu:~$
Même problme avec la version 20.04
Dernière modification par geole (Le 22/01/2022, à 17:37)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#2272 Le 22/01/2022, à 18:23
- YannUbuntu
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Bonjour
Pouvez-vous m aider à comprendre?unt tempzzzpool
il manquait une dépendance (le paquet glade2script) dans le ppa dev. C'est corrigé.
C'est dommages d'avoir supprimé la commande df
J'ai juste renommé la section: "Mount points" au lieu de "df".
Bon, il faut que j'améliore l'activation zfs.
Dernière modification par YannUbuntu (Le 22/01/2022, à 18:53)
à consulter/améliorer: Guide du Débutant, Logiciels, Ecole, Travail, Maison
Hors ligne
#2273 Le 22/01/2022, à 19:53
- geole
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Pour le zfs, ce n'est pas gagné surtout si les commandes sont différantes suivant les versions.
Tant bien que mal, j'ai pu remplacer le boot-légacy par le boot-efi en version 22.04
zpool import -a -f -D -R /mnt/CHROOT
zpool import -a -f -R /mnt/CHROOT
zpool list
mount -v -t proc /proc /mnt/CHROOT/proc
mount -v -t sysfs /sys /mnt/CHROOT/sys
for i in dev run sys ; do mount -v --bind /$i /mnt/CHROOT/$i; done
modprobe efivars
modprobe zfs
chroot /mnt/CHROOT
mount -v -t devpts devpts /dev/pts #### <== Cette commande n'est pas bonne, car des messages d'erreur signalant l'absence de /dev/pts
mkdir -p /boot/efi /boot/grub
mount -va
apt-get purge --allow-remove-essential -y shim-x64 (report de mémoire)
apt-get purge --allow-remove-essential -y grub-common grub2-common (commande du boot-repair)
apt-get purge --allow-remove-essential -y grub-common:i386 grub2-common:386 (commande du boot-repair)
apt-get install grub-efi
grub-install
J'ai donc maintenant le grub qui s'affiche en EFI comme avant en légacy, où j'avais du modifier les paramêtres pour provoquer l'affichage
Sauf que cela plante avec le message
Failed to start import ZFS pools by cache file status=1
Je crains que vouloir réparer temprpool au lieu de rpool en soit responsable.. Mais je pense que internet connait cet incident
Cela sera pour demain https://forum.proxmox.com/threads/zfs-p … fix.61925/
zpool set cachefile=/etc/zfs/zpool.cache rpool
update-initramfs -k all -u
Dernière modification par geole (Le 24/01/2022, à 09:39)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#2274 Le 23/01/2022, à 00:46
- YannUbuntu
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
ppa171: améliorations zfs
@Geole, stp je veux bien un boot-info ppa171 de ton zfs depuis une session live toute fraiche (sur laquelle tu n'as pas activé zfs),
+ un autre mais en mode debug ( sudo boot-info -d ). Stp reboote entre les deux afin que la 2e ne soit pas polluée par l'activation zfs de la 1ere.
Ne fais pas de réparation zfs via boot-repair pour l'instant.
à consulter/améliorer: Guide du Débutant, Logiciels, Ecole, Travail, Maison
Hors ligne
#2275 Le 23/01/2022, à 12:59
- geole
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Bonjour
C'est parti
1) Boot-tout frais
root@ubuntu:~# sudo add-apt-repository -y ppa:yannubuntu/boot-repair-dev && sudo apt update && sudo apt install -y boot-repair boot-info os-uninstaller
Dépôt : « deb http://ppa.launchpad.net/yannubuntu/boot-repair-dev/ubuntu/ jammy main »
Plus d'informations : https://launchpad.net/~yannubuntu/+archive/ubuntu/boot-repair-dev
Ajout du dépôt.
Adding deb entry to /etc/apt/sources.list.d/yannubuntu-ubuntu-boot-repair-dev-jammy.list
Adding disabled deb-src entry to /etc/apt/sources.list.d/yannubuntu-ubuntu-boot-repair-dev-jammy.list
Adding key to /etc/apt/trusted.gpg.d/yannubuntu-ubuntu-boot-repair-dev.gpg with fingerprint 3C48D16124B50277AF10D27F32B18A1260D8DA0B
Ign :1 cdrom://Ubuntu 22.04 LTS _Jammy Jellyfish_ - Alpha amd64 (20220116) jammy InRelease
Atteint :2 cdrom://Ubuntu 22.04 LTS _Jammy Jellyfish_ - Alpha amd64 (20220116) jammy Release
Atteint :4 http://security.ubuntu.com/ubuntu jammy-security InRelease
Réception de :5 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB]
Réception de :6 http://ppa.launchpad.net/yannubuntu/boot-repair-dev/ubuntu jammy InRelease [17,6 kB]
Atteint :7 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
Réception de :8 http://ppa.launchpad.net/yannubuntu/boot-repair-dev/ubuntu jammy/main amd64 Packages [1816 B]
Réception de :9 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1407 kB]
Réception de :10 http://ppa.launchpad.net/yannubuntu/boot-repair-dev/ubuntu jammy/main Translation-en [1596 B]
Réception de :11 http://archive.ubuntu.com/ubuntu jammy/main Translation-fr [502 kB]
Réception de :12 http://archive.ubuntu.com/ubuntu jammy/main Translation-en [513 kB]
Réception de :13 http://archive.ubuntu.com/ubuntu jammy/main amd64 DEP-11 Metadata [457 kB]
Réception de :14 http://archive.ubuntu.com/ubuntu jammy/main DEP-11 48x48 Icons [106 kB]
Réception de :15 http://archive.ubuntu.com/ubuntu jammy/main DEP-11 64x64 Icons [157 kB]
Réception de :16 http://archive.ubuntu.com/ubuntu jammy/main amd64 c-n-f Metadata [30,1 kB]
Réception de :17 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [97,7 kB]
Réception de :18 http://archive.ubuntu.com/ubuntu jammy/restricted Translation-fr [4752 B]
Réception de :19 http://archive.ubuntu.com/ubuntu jammy/restricted Translation-en [13,9 kB]
Réception de :20 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 c-n-f Metadata [472 B]
3580 ko réceptionnés en 2s (2322 ko/s)
Lecture des listes de paquets... Fait
Ign :1 cdrom://Ubuntu 22.04 LTS _Jammy Jellyfish_ - Alpha amd64 (20220116) jammy InRelease
Atteint :2 cdrom://Ubuntu 22.04 LTS _Jammy Jellyfish_ - Alpha amd64 (20220116) jammy Release
Atteint :4 http://archive.ubuntu.com/ubuntu jammy InRelease
Atteint :5 http://ppa.launchpad.net/yannubuntu/boot-repair-dev/ubuntu jammy InRelease
Atteint :6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
Atteint :7 http://security.ubuntu.com/ubuntu jammy-security InRelease
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
154 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Les paquets supplémentaires suivants seront installés :
boot-sav boot-sav-extra glade2script glade2script-python3 pastebinit syslinux-common
Paquets suggérés :
mdadm gir1.2-appindicator3-0.1
Les NOUVEAUX paquets suivants seront installés :
boot-info boot-repair boot-sav boot-sav-extra glade2script glade2script-python3 os-uninstaller pastebinit syslinux-common
0 mis à jour, 9 nouvellement installés, 0 à enlever et 154 non mis à jour.
Il est nécessaire de prendre 1959 ko dans les archives.
Après cette opération, 6942 ko d'espace disque supplémentaires seront utilisés.
Réception de :1 http://archive.ubuntu.com/ubuntu jammy/main amd64 pastebinit all 1.5.1-1ubuntu1 [14,6 kB]
Réception de :2 http://ppa.launchpad.net/yannubuntu/boot-repair-dev/ubuntu jammy/main amd64 glade2script-python3 all 3.2.4~ppa23 [35,9 kB]
Réception de :3 http://archive.ubuntu.com/ubuntu jammy/main amd64 syslinux-common all 3:6.04~git20190206.bf6db5b4+dfsg1-3ubuntu1 [1271 kB]
Réception de :4 http://ppa.launchpad.net/yannubuntu/boot-repair-dev/ubuntu jammy/main amd64 glade2script all 3.2.4~ppa23 [2204 B]
Réception de :5 http://ppa.launchpad.net/yannubuntu/boot-repair-dev/ubuntu jammy/main amd64 boot-sav all 4ppa168 [455 kB]
Réception de :6 http://ppa.launchpad.net/yannubuntu/boot-repair-dev/ubuntu jammy/main amd64 boot-info all 4ppa168 [8360 B]
Réception de :7 http://ppa.launchpad.net/yannubuntu/boot-repair-dev/ubuntu jammy/main amd64 boot-repair all 4ppa168 [13,7 kB]
Réception de :8 http://ppa.launchpad.net/yannubuntu/boot-repair-dev/ubuntu jammy/main amd64 boot-sav-extra all 4ppa168 [144 kB]
Réception de :9 http://ppa.launchpad.net/yannubuntu/boot-repair-dev/ubuntu jammy/main amd64 os-uninstaller all 4ppa168 [13,9 kB]
1959 ko réceptionnés en 2s (1197 ko/s)
Sélection du paquet glade2script-python3 précédemment désélectionné.
(Lecture de la base de données... 196210 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../0-glade2script-python3_3.2.4~ppa23_all.deb ...
Dépaquetage de glade2script-python3 (3.2.4~ppa23) ...
Sélection du paquet glade2script précédemment désélectionné.
Préparation du dépaquetage de .../1-glade2script_3.2.4~ppa23_all.deb ...
Dépaquetage de glade2script (3.2.4~ppa23) ...
Sélection du paquet boot-sav précédemment désélectionné.
Préparation du dépaquetage de .../2-boot-sav_4ppa168_all.deb ...
Dépaquetage de boot-sav (4ppa168) ...
Sélection du paquet boot-info précédemment désélectionné.
Préparation du dépaquetage de .../3-boot-info_4ppa168_all.deb ...
Dépaquetage de boot-info (4ppa168) ...
Sélection du paquet boot-repair précédemment désélectionné.
Préparation du dépaquetage de .../4-boot-repair_4ppa168_all.deb ...
Dépaquetage de boot-repair (4ppa168) ...
Sélection du paquet boot-sav-extra précédemment désélectionné.
Préparation du dépaquetage de .../5-boot-sav-extra_4ppa168_all.deb ...
Dépaquetage de boot-sav-extra (4ppa168) ...
Sélection du paquet os-uninstaller précédemment désélectionné.
Préparation du dépaquetage de .../6-os-uninstaller_4ppa168_all.deb ...
Dépaquetage de os-uninstaller (4ppa168) ...
Sélection du paquet pastebinit précédemment désélectionné.
Préparation du dépaquetage de .../7-pastebinit_1.5.1-1ubuntu1_all.deb ...
Dépaquetage de pastebinit (1.5.1-1ubuntu1) ...
Sélection du paquet syslinux-common précédemment désélectionné.
Préparation du dépaquetage de .../8-syslinux-common_3%3a6.04~git20190206.bf6db5b4+dfsg1-3ubuntu1_all.deb ...
Dépaquetage de syslinux-common (3:6.04~git20190206.bf6db5b4+dfsg1-3ubuntu1) ...
Paramétrage de glade2script-python3 (3.2.4~ppa23) ...
Paramétrage de glade2script (3.2.4~ppa23) ...
Paramétrage de syslinux-common (3:6.04~git20190206.bf6db5b4+dfsg1-3ubuntu1) ...
Paramétrage de pastebinit (1.5.1-1ubuntu1) ...
Paramétrage de boot-sav (4ppa168) ...
Paramétrage de boot-sav-extra (4ppa168) ...
Paramétrage de os-uninstaller (4ppa168) ...
Paramétrage de boot-repair (4ppa168) ...
Paramétrage de boot-info (4ppa168) ...
Traitement des actions différées (« triggers ») pour gnome-menus (3.36.0-1ubuntu2) ...
Traitement des actions différées (« triggers ») pour man-db (2.9.4-4) ...
Traitement des actions différées (« triggers ») pour mailcap (3.70+nmu1ubuntu1) ...
Traitement des actions différées (« triggers ») pour desktop-file-utils (0.26-1ubuntu2) ...
root@ubuntu:~#
Ce n'est pas la version 171. Je vais retenter dans quelques heures
Bizarre, c'est toujours la version 168. Elle date du 22/01/2022 à 17heures 22 http://ppa.launchpad.net/yannubuntu/boo … ntu/dists/
Alors que la version non dev est plus récente http://ppa.launchpad.net/yannubuntu/boo … ntu/dists/ !!
1) Le premier rapport boot-info
https://paste.ubuntu.com/p/Kb42tTy8JK/
Dernière modification par geole (Le 23/01/2022, à 16:16)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne