#2401 Le 10/12/2023, à 15:08
- YannUbuntu
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Salut, il n'y a pas de compilation, donc le code source c'est les DEB dézippés. Va sur https://launchpad.net/~yannubuntu/+arch … /+packages , clique sur la fleche a gauche des paquets pour faire apparaitre les DEB et le tar.xz , que tu peux télécharger puis dezipper.
à consulter/améliorer: Guide du Débutant, Logiciels, Ecole, Travail, Maison
Hors ligne
#2402 Le 10/12/2023, à 15:38
- Astrolivier
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
merci !
S'il faut absolument faire des sacrifices pour assurer le progrès de l'humanité, ne serait-il pas indispensable de s'en tenir au principe selon lequel c'est à ceux dont on exige le sacrifice que la décision doit revenir en dernier ressort ? (howard zinn)
Hors ligne
#2403 Le 30/03/2024, à 15:34
- geole
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
@bruno: Merci ! Corrigé dans ppa2058, sauf peut-être les espace insécables que je ne sais pas détecter (help!)
Bonjour
Aujourd'hui, utilisation de boot-repair pour finaliser une installation de la version 24.04
Il y a quelques messages d'avertissement. Je pense que ce n'est pas grave
ubuntu@ubuntu:~$ sudo apt install -y boot-repair
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
boot-sav boot-sav-extra glade2script glade2script-python3 pastebinit
syslinux-common
Suggested packages:
boot-info os-uninstaller gir1.2-appindicator3-0.1
The following NEW packages will be installed:
boot-repair boot-sav boot-sav-extra glade2script glade2script-python3
pastebinit syslinux-common
0 upgraded, 7 newly installed, 0 to remove and 178 not upgraded.
Need to get 2004 kB of archives.
After this operation, 6935 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu noble/main amd64 pastebinit all 1.6.2-1 [14.3 kB]
Get:2 http://archive.ubuntu.com/ubuntu noble/main amd64 syslinux-common all 3:6.04~git20190206.bf6db5b4+dfsg1-3ubuntu2 [1261 kB]
Get:3 https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble/main amd64 glade2script-python3 all 3.2.4~ppa23 [35.9 kB]
Get:4 https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble/main amd64 glade2script all 3.2.4~ppa23 [2204 B]
Get:5 https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble/main amd64 boot-sav all 4ppa2075 [526 kB]
Get:6 https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble/main amd64 boot-repair all 4ppa2075 [17.4 kB]
Get:7 https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble/main amd64 boot-sav-extra all 4ppa2075 [147 kB]
Fetched 2004 kB in 2s (871 kB/s)
Selecting previously unselected package glade2script-python3.
(Reading database ... 208186 files and directories currently installed.)
Preparing to unpack .../0-glade2script-python3_3.2.4~ppa23_all.deb ...
Unpacking glade2script-python3 (3.2.4~ppa23) ...
Selecting previously unselected package glade2script.
Preparing to unpack .../1-glade2script_3.2.4~ppa23_all.deb ...
Unpacking glade2script (3.2.4~ppa23) ...
Selecting previously unselected package boot-sav.
Preparing to unpack .../2-boot-sav_4ppa2075_all.deb ...
Unpacking boot-sav (4ppa2075) ...
Selecting previously unselected package boot-repair.
Preparing to unpack .../3-boot-repair_4ppa2075_all.deb ...
Unpacking boot-repair (4ppa2075) ...
Selecting previously unselected package boot-sav-extra.
Preparing to unpack .../4-boot-sav-extra_4ppa2075_all.deb ...
Unpacking boot-sav-extra (4ppa2075) ...
Selecting previously unselected package pastebinit.
Preparing to unpack .../5-pastebinit_1.6.2-1_all.deb ...
Unpacking pastebinit (1.6.2-1) ...
Selecting previously unselected package syslinux-common.
Preparing to unpack .../6-syslinux-common_3%3a6.04~git20190206.bf6db5b4+dfsg1-3u
buntu2_all.deb ...
Unpacking syslinux-common (3:6.04~git20190206.bf6db5b4+dfsg1-3ubuntu2) ...
Setting up glade2script-python3 (3.2.4~ppa23) ...
Setting up glade2script (3.2.4~ppa23) ...
Setting up syslinux-common (3:6.04~git20190206.bf6db5b4+dfsg1-3ubuntu2) ...
Setting up pastebinit (1.6.2-1) ...
Setting up boot-sav (4ppa2075) ...
Setting up boot-sav-extra (4ppa2075) ...
Setting up boot-repair (4ppa2075) ...
Processing triggers for gnome-menus (3.36.0-1.1ubuntu1) ...
Processing triggers for man-db (2.12.0-3) ...
Processing triggers for desktop-file-utils (0.26-1ubuntu5) ...
ubuntu@ubuntu:~$ sudo boot-repair
/usr/bin/glade2script-python3:2711: SyntaxWarning: invalid escape sequence '\('
if re.search(item.replace('(', '\(').replace(')', '\)'), text):
/usr/bin/glade2script-python3:2711: SyntaxWarning: invalid escape sequence '\)'
if re.search(item.replace('(', '\(').replace(')', '\)'), text):
/usr/bin/glade2script-python3:2782: SyntaxWarning: invalid escape sequence '\('
if re.search(item.replace('(', '\(').replace(')', '\)'), text):
/usr/bin/glade2script-python3:2782: SyntaxWarning: invalid escape sequence '\)'
if re.search(item.replace('(', '\(').replace(')', '\)'), text):
/usr/bin/glade2script-python3:4424: SyntaxWarning: invalid escape sequence '\ '
arg = '''%s %s''' % ( fichier_t.replace(' ', '\ '),
Dernière modification par geole (Le 30/03/2024, à 15: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
#2404 Le 30/03/2024, à 17:01
- iznobe
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Salut geole , je viens de proceder a la MAN de ma 24.04 , j' ai eu plein d' erreurs exactement de la sorte , et pas que sur boot-repair , de plus , impossible de lancer ma session budgie , il m' a completement viré mon bureau budgie et j ' arrive pas a resoudre les problemes de dependances , il ne veut plus m' installer de bureau du tout ... 2 heures que je suis dessus
Bref , tout ca pour dire que je ne pense pas que ces erreurs soit lié à boot-repair .
c ' est , a mon avis , propre a la 24.04
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#2405 Le 23/05/2024, à 19:02
- jnq
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Bonsoir, moi j'ai ce message lors de la recherche de mise à jour sur votre dépôt avec noble.
La signature par clé 3C48D16124B50277AF10D27F32B18A1260D8DA0B utilise un algorithme faible (rsa1024)
Ubuntu 24.04 LTS
Hors ligne
#2406 Le 22/07/2024, à 01:01
- YannUbuntu
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
bonjour à tous,
@geole et izobe: je viens de mettre à jour glade2script (le moteur d'interface graphique) afin qu'il n'affiche plus ces warnings sur 24.04 et suivants.
@jnq: les devs de launchpad sont en train de renforcer les clés PPA, tu peux ignorer ce message.
à consulter/améliorer: Guide du Débutant, Logiciels, Ecole, Travail, Maison
Hors ligne
#2407 Le 22/07/2024, à 01:04
- YannUbuntu
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
pour résoudre https://bugs.launchpad.net/boot-repair/+bug/2054986 j'ai ajouté l'argument --reinstall lors de la reinstallation grub+kernel, dans ppa2079 (bientot dispo). Retours bienvenus svp.
Dernière modification par YannUbuntu (Le 22/07/2024, à 01:06)
à consulter/améliorer: Guide du Débutant, Logiciels, Ecole, Travail, Maison
Hors ligne
#2408 Le 22/07/2024, à 11:33
- geole
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Bonjour YannUbuntu
Je voulais faire un exemple de réinstallation du dernier noyau. Mais impossible car boot-repair semble boucler dans la séquence scanning systems.
Environnement
ubuntu@ubuntu:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu Oracular Oriole (development branch)
Release: 24.10
Codename: oracular
ubuntu@ubuntu:~$
Partition de données personnelles stockée dans une partition ZFS en RAIDZ avec une seule unité présente de 500 Go.
ubuntu@ubuntu:~$ sudo blkid /dev/sda12
/dev/sda12: LABEL="Commun" UUID="5295553242618335303" UUID_SUB="16636140703253827717" BLOCK_SIZE="4096" TYPE="zfs_member" PARTUUID="2981d65a-973b-464c-9139-cea7d9e1b7c2"
ubuntu@ubuntu:~$ ls -ls /dev/z*
0 crw-rw-rw- 1 root root 1, 5 Jul 22 08:51 /dev/zero
0 crw-rw-rw- 1 root root 10, 249 Jul 22 08:51 /dev/zfs
ubuntu@ubuntu:~$
ubuntu@ubuntu:~
Lors d'un premier lancement; j'avais répondu qu'il n'y avait pas de raids. Au second lancement, j'ai
répondu qu'il y en avait mais boot-repair a dit que ce n'est pas le cas.
Au bout de trente minutes
ubuntu@ubuntu:/var/log/boot-repair/20240722_085937$ tail *
SET@_progressbar1.pulse()
SET@_progressbar1.pulse()
SET@_progressbar1.pulse()
SET@_progressbar1.pulse()
SET@_progressbar1.pulse()
SET@_progressbar1.pulse()
SET@_progressbar1.pulse()
SET@_progressbar1.pulse()
SET@_progressbar1.pulse()
SET@_progressbar1.pulse()
ubuntu@ubuntu:/var/log/boot-repair/20240722_085937$ wc -l *
9078 boot-repair.log
ubuntu@ubuntu:/var/log/boot-repair/20240722_085937$
ubuntu@ubuntu:~$ time sudo boot-repair --g2s-debug --debug
glade2script-python3 3.2.4, Copyright (C) 2010-2020, Python 3.12.3 (main, Apr 10 2024, 05:33:47) [GCC 13.2.0]
[[ GTK LIB ]] ==> GtkBuilder
=> [[ PY ]] => G2S version : 3.2.4~ppa27
=> [[ PY ]] => Is there RAID on this computer? yes
=> [[ PY ]] => [dmraid] packages may interfere with MDraid. Do you want to remove them? no
=> [[ PY ]] => mdadm: No arrays found in config file or automatically
[debug]/usr/sbin/dmraid , MDADM /usr/sbin/mdadm
=> [[ PY ]] => no datasets available
=> [[ PY ]] => Device /dev/zvol/rpool/keystore does not exist or access denied.
Traceback (most recent call last):
File "/usr/bin/glade2script-python3", line 4841, in <module>
m.main()
File "/usr/bin/glade2script-python3", line 2331, in main
Gtk.main()
File "/usr/lib/python3/dist-packages/gi/overrides/Gtk.py", line 1692, in main
with register_sigint_fallback(Gtk.main_quit):
File "/usr/lib/python3.12/contextlib.py", line 144, in __exit__
next(self.gen)
File "/usr/lib/python3/dist-packages/gi/_ossighelper.py", line 237, in register_sigint_fallback
signal.default_int_handler(signal.SIGINT, None)
KeyboardInterrupt
real 32m35.849s
user 0m0.006s
sys 0m0.014s
ubuntu@ubuntu:~$
Je vais relancer en mettant les deux partitions RAIDZ => Pas de changement.
ubuntu@ubuntu:/var/log/boot-repair/20240722_094706$ grep -v pulse *
SET@pulsatewindow.hide()
Is there RAID on this computer? no
SET@pulsatewindow.show()
no datasets available
cannot import 'rpool': pool was previously in use from another system.
Last accessed by a (hostid=1c1d79f5) at Mon Jul 15 09:15:02 2024
The pool can be imported, use 'zpool import -f' to import the pool.
cannot import 'bpool': pool was previously in use from another system.
Last accessed by a (hostid=1c1d79f5) at Mon Jul 15 08:51:06 2024
The pool can be imported, use 'zpool import -f' to import the pool.
No key available with this passphrase.
No key available with this passphrase.
No key available with this passphrase.
ubuntu@ubuntu:/var/log/boot-repair/20240722_094706$
et
ubuntu@ubuntu:~$ time sudo boot-repair --g2s-debug --debug
glade2script-python3 3.2.4, Copyright (C) 2010-2020, Python 3.12.3 (main, Apr 10 2024, 05:33:47) [GCC 13.2.0]
[[ GTK LIB ]] ==> GtkBuilder
=> [[ PY ]] => G2S version : 3.2.4~ppa27
=> [[ PY ]] => Is there RAID on this computer? no
=> [[ PY ]] => no datasets available
=> [[ PY ]] => cannot import 'rpool': pool was previously in use from another system.
=> [[ PY ]] => Last accessed by a (hostid=1c1d79f5) at Mon Jul 15 09:15:02 2024
=> [[ PY ]] => The pool can be imported, use 'zpool import -f' to import the pool.
=> [[ PY ]] => cannot import 'bpool': pool was previously in use from another system.
=> [[ PY ]] => Last accessed by a (hostid=1c1d79f5) at Mon Jul 15 08:51:06 2024
=> [[ PY ]] => The pool can be imported, use 'zpool import -f' to import the pool.
Enter passphrase for /dev/zvol/rpool/keystore:
Enter passphrase for /dev/zvol/rpool/keystore: => [[ PY ]] => No key available with this passphrase.
Enter passphrase for /dev/zvol/rpool/keystore: => [[ PY ]] => No key available with this passphrase.
=> [[ PY ]] => No key available with this passphrase.
Je ne tenais pas à monter cette partition RAIDS chiffrée installée sur disque externe qui n'était donc pas présente aux passages précédants.
Ajout: Même problème en 24.04 Bien que j ai accepté le montage ZFS
ubuntu@ubuntu:/var/log/boot-repair/20240722_133936$ grep -v pulse *
SET@pulsatewindow.hide()
Is there RAID on this computer? no
SET@pulsatewindow.show()
no datasets available
cannot import 'rpool': pool was previously in use from another system.
Last accessed by ubuntu (hostid=214ee418) at Mon Jul 22 09:48:58 2024
The pool can be imported, use 'zpool import -f' to import the pool.
cannot import 'bpool': pool was previously in use from another system.
Last accessed by ubuntu (hostid=214ee418) at Mon Jul 22 09:49:37 2024
The pool can be imported, use 'zpool import -f' to import the pool.
mount: /dev/mapper/zfskey: can't find in /etc/fstab.
ubuntu@ubuntu:/var/log/boot-repair/20240722_133936$
Mais piste sérieuse: En voulant tuer le process pour arrêter, Je suis passé à la suite,
Cela semble un problème de la présence de plusieurs pool ZFS, mais il n'a pas pensé à demander la clé de déchiffrement du second pool
Il a l'air de continuer...
u@ubuntu:~$ time sudo boot-repair --debug --g2s-debug
glade2script-python3 3.2.4, Copyright (C) 2010-2020, Python 3.12.3 (main, Apr 10 2024, 05:33:47) [GCC 13.2.0]
[[ GTK LIB ]] ==> GtkBuilder
=> [[ PY ]] => G2S version : 3.2.4~ppa27
=> [[ PY ]] => Is there RAID on this computer? no
=> [[ PY ]] => no datasets available
=> [[ PY ]] => cannot import 'rpool': pool was previously in use from another system.
=> [[ PY ]] => Last accessed by ubuntu (hostid=214ee418) at Mon Jul 22 09:48:58 2024
=> [[ PY ]] => The pool can be imported, use 'zpool import -f' to import the pool.
=> [[ PY ]] => cannot import 'bpool': pool was previously in use from another system.
=> [[ PY ]] => Last accessed by ubuntu (hostid=214ee418) at Mon Jul 22 09:49:37 2024
=> [[ PY ]] => The pool can be imported, use 'zpool import -f' to import the pool.
Enter passphrase for /dev/zvol/rpool/keystore:
=> [[ PY ]] => mount: /dev/mapper/zfskey: can't find in /etc/fstab.
================== Ici j ai fait un CTRL c pour tuer le process.......
=> [[ PY ]] => Key load error: Incorrect key provided for 'Commun'.
=> [[ PY ]] => Key load error: Incorrect key provided for 'Commun'.
=> [[ PY ]] => Key load error: Incorrect key provided for 'Commun'.
=> [[ PY ]] => Key load error: Failed to open key material file: No such file or directory
=> [[ PY ]] => cannot mount 'rpool/ROOT/ubuntu_spel9m': encryption key not loaded
=> [[ PY ]] => failed to lock /etc/exports.d/zfs.exports.lock: No such file or directory
[debug] Checking if bpool is mounted.
[debug] Checking if rpool is mounted.
=> [[ PY ]] => rpool missing in findmnt.
........
Finalement voici le compte-rendu. A noter que je n ai eu aucune demande de faire des commandes
Boot successfully repaired.
Please write on a paper the following URL:
https://paste.ubuntu.com/p/hn4HV4f38W/
In case you still experience boot problem, indicate this URL to:
boot.repair@gmail.com or to your favorite support forum.
Locked-NVram detected. Please do not forget to make your UEFI firmware boot on the Ubuntu 24.04 LTS entry (sda6/efi/ubuntu/grubx64.efi file) !
Les principaux extraits
Advices: _______________________________________________________________________
Warning: ZFS not activated correctly. Repair will fail unless you mount the pools on /mnt/boot-sav/zfs before continuing. Please report this message to boot.repair@gmail.com
Are you sure you want to continue anyway? yes
The settings chosen by the user will reinstall the grub-efi of
sda11,
using the following options: kernel-purge sda6/boot/efi
Additional repair will be performed: unhide-bootmenu-10s use-standard-efi-file restore-efi-backups
================== dpkg -l | grep linux- before kernel purge ===================
ii binutils-x86-64-linux-gnu 2.42-4ubuntu2 amd64 GNU binary utilities, for x86-64-linux-gnu target
ii cpp-13-x86-64-linux-gnu 13.2.0-23ubuntu4 amd64 GNU C preprocessor for x86_64-linux-gnu
ii cpp-x86-64-linux-gnu 4:13.2.0-7ubuntu1 amd64 GNU C preprocessor (cpp) for the amd64 architecture
ii linux-base 4.5ubuntu9 all Linux image base package
ii linux-firmware 20240318.git3b128b60-0ubuntu2.1 amd64 Firmware for Linux kernel drivers
ii linux-generic-hwe-24.04 6.8.0-36.36 amd64 Complete Generic Linux kernel and headers
ii linux-headers-6.8.0-35 6.8.0-35.35 all Header files related to Linux kernel version 6.8.0
ii linux-headers-6.8.0-35-generic 6.8.0-35.35 amd64 Linux kernel headers for version 6.8.0 on 64 bit x86 SMP
ii linux-headers-6.8.0-36 6.8.0-36.36 all Header files related to Linux kernel version 6.8.0
ii linux-headers-6.8.0-36-generic 6.8.0-36.36 amd64 Linux kernel headers for version 6.8.0 on 64 bit x86 SMP
ii linux-headers-generic-hwe-24.04 6.8.0-36.36 amd64 Generic Linux kernel headers
ii linux-image-6.8.0-35-generic 6.8.0-35.35+1 amd64 Signed kernel image generic
ii linux-image-6.8.0-36-generic 6.8.0-36.36 amd64 Signed kernel image generic
ii linux-image-generic-hwe-24.04 6.8.0-36.36 amd64 Generic Linux kernel image
ii linux-libc-dev:amd64 6.8.0-36.36 amd64 Linux Kernel Headers for development
ii linux-modules-6.8.0-35-generic 6.8.0-35.35 amd64 Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP
ii linux-modules-6.8.0-36-generic 6.8.0-36.36 amd64 Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP
ii linux-modules-extra-6.8.0-35-generic 6.8.0-35.35 amd64 Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP
ii linux-modules-extra-6.8.0-36-generic 6.8.0-36.36 amd64 Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP
ii linux-modules-nvidia-470-6.8.0-35-generic 6.8.0-35.35+1 amd64 Linux kernel nvidia modules for version 6.8.0-35
ii linux-modules-nvidia-470-6.8.0-36-generic 6.8.0-36.36+1 amd64 Linux kernel nvidia modules for version 6.8.0-36
ii linux-modules-nvidia-470-generic-hwe-24.04 6.8.0-36.36+1 amd64 Extra drivers for nvidia-470 for the generic-hwe-24.04 flavour
ii linux-objects-nvidia-470-6.8.0-35-generic 6.8.0-35.35+1 amd64 Linux kernel nvidia modules for version 6.8.0-35 (objects)
ii linux-objects-nvidia-470-6.8.0-36-generic 6.8.0-36.36+1 amd64 Linux kernel nvidia modules for version 6.8.0-36 (objects)
ii linux-signatures-nvidia-6.8.0-35-generic 6.8.0-35.35+1 amd64 Linux kernel signatures for nvidia modules for version 6.8.0-35-generic
ii linux-signatures-nvidia-6.8.0-36-generic 6.8.0-36.36+1 amd64 Linux kernel signatures for nvidia modules for version 6.8.0-36-generic
ii linux-sound-base 1.0.25+dfsg-0ubuntu7 all base package for ALSA and OSS sound systems
ii linux-tools-6.8.0-35 6.8.0-35.35 amd64 Linux kernel version specific tools for version 6.8.0-35
ii linux-tools-6.8.0-35-generic 6.8.0-35.35 amd64 Linux kernel version specific tools for version 6.8.0-35
ii linux-tools-6.8.0-36 6.8.0-36.36 amd64 Linux kernel version specific tools for version 6.8.0-36
ii linux-tools-6.8.0-36-generic 6.8.0-36.36 amd64 Linux kernel version specific tools for version 6.8.0-36
ii linux-tools-common 6.8.0-36.36 all Linux kernel version specific tools for version 6.8.0=
=================== dpkg -l | grep linux- after kernel reinstall
ii binutils-x86-64-linux-gnu 2.42-4ubuntu2 amd64 GNU binary utilities, for x86-64-linux-gnu target
ii cpp-13-x86-64-linux-gnu 13.2.0-23ubuntu4 amd64 GNU C preprocessor for x86_64-linux-gnu
ii cpp-x86-64-linux-gnu 4:13.2.0-7ubuntu1 amd64 GNU C preprocessor (cpp) for the amd64 architecture
ii linux-base 4.5ubuntu9 all Linux image base package
ii linux-firmware 20240318.git3b128b60-0ubuntu2.1 amd64 Firmware for Linux kernel drivers
ii linux-generic 6.8.0-38.38 amd64 Complete Generic Linux kernel and headers
ii linux-headers-6.8.0-38 6.8.0-38.38 all Header files related to Linux kernel version 6.8.0
ii linux-headers-6.8.0-38-generic 6.8.0-38.38 amd64 Linux kernel headers for version 6.8.0 on 64 bit x86 SMP
ii linux-headers-generic 6.8.0-38.38 amd64 Generic Linux kernel headers
ii linux-image-6.8.0-38-generic 6.8.0-38.38 amd64 Signed kernel image generic
ii linux-image-generic 6.8.0-38.38 amd64 Generic Linux kernel image
ii linux-libc-dev:amd64 6.8.0-38.38 amd64 Linux Kernel Headers for development
ii linux-modules-6.8.0-35-generic 6.8.0-35.35 amd64 Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP
ii linux-modules-6.8.0-36-generic 6.8.0-36.36 amd64 Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP
ii linux-modules-6.8.0-38-generic 6.8.0-38.38 amd64 Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP
ii linux-modules-extra-6.8.0-35-generic 6.8.0-35.35 amd64 Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP
ii linux-modules-extra-6.8.0-36-generic 6.8.0-36.36 amd64 Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP
ii linux-modules-extra-6.8.0-38-generic 6.8.0-38.38 amd64 Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP
ii linux-objects-nvidia-470-6.8.0-35-generic 6.8.0-35.35+1 amd64 Linux kernel nvidia modules for version 6.8.0-35 (objects)
ii linux-objects-nvidia-470-6.8.0-36-generic 6.8.0-36.36+1 amd64 Linux kernel nvidia modules for version 6.8.0-36 (objects)
ii linux-sound-base 1.0.25+dfsg-0ubuntu7 all base package for ALSA and OSS sound systems
ii linux-tools-6.8.0-35 6.8.0-35.35 amd64 Linux kernel version specific tools for version 6.8.0-35
ii linux-tools-6.8.0-35-generic 6.8.0-35.35 amd64 Linux kernel version specific tools for version 6.8.0-35
ii linux-tools-6.8.0-36 6.8.0-36.36 amd64 Linux kernel version specific tools for version 6.8.0-36
ii linux-tools-6.8.0-36-generic 6.8.0-36.36 amd64 Linux kernel version specific tools for version 6.8.0-36
ii linux-tools-6.8.0-38 6.8.0-38.38 amd64 Linux kernel version specific tools for version 6.8.0-38
ii linux-tools-6.8.0-38-generic 6.8.0-38.38 amd64 Linux kernel version specific tools for version 6.8.0-38
ii linux-tools-common 6.8.0-38.38 all Linux kernel version specific tools for version 6.8.0
Et la structure de boot actualisée.
=================== sda11: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
389.461997986 = 418.181636096 boot/grub/grub.cfg 1
386.564697266 = 415.070683136 boot/vmlinuz 1
386.564697266 = 415.070683136 boot/vmlinuz-6.8.0-38-generic 1
386.564697266 = 415.070683136 boot/vmlinuz.old 1
397.175075531 = 426.463490048 boot/initrd.img 1
397.175075531 = 426.463490048 boot/initrd.img-6.8.0-38-generic 1
397.175075531 = 426.463490048 boot/initrd.img.old 1
Dernière modification par geole (Le 22/07/2024, à 17:40)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#2409 Le 22/07/2024, à 13:01
- geole
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Donc , Dans une instance 22.04, LEGACY, au bout d'un certain temps, boot-repair propose de faire travailler l'utilisateur
sudo chroot "/mnt/boot-sav/sdc13" dpkg --configure -a
sudo chroot "/mnt/boot-sav/sdc13" apt-get install -fy
sudo chroot "/mnt/boot-sav/sdc13" apt-get install -y zfsutils-linux
sudo chroot "/mnt/boot-sav/sdc13" apt-get install -y mdadm
sudo chroot "/mnt/boot-sav/sdc13" mdadm --assemble --scan
sudo chroot "/mnt/boot-sav/sdc13" apt-get install -y dmraid
sudo chroot "/mnt/boot-sav/sdc13" dmraid -ay
sudo chroot "/mnt/boot-sav/sdc13" apt-get purge --allow-remove-essential -y grub-com*
sudo chroot "/mnt/boot-sav/sdc13" apt-get purge --allow-remove-essential -y grub2-com*
sudo chroot "/mnt/boot-sav/sdc13" apt-get purge --allow-remove-essential -y shim-signed
sudo chroot "/mnt/boot-sav/sdc13" apt-get purge --allow-remove-essential -y grub-common:*
sudo chroot "/mnt/boot-sav/sdc13" apt-get purge --allow-remove-essential -y grub2-common:*
Puis une seconde demande ( il faudrait peut-être mettre à jour la documentation en mettant la grille affichée)
sudo chroot "/mnt/boot-sav/sdc13" apt-get install -y grub-pc
Puis le compte-rendu du passage
Boot successfully repaired.
Please write on a paper the following URL:
https://paste.ubuntu.com/p/hDgtPqVVPw/
In case you still experience boot problem, indicate this URL to:
boot.repair@gmail.com or to your favorite support forum.
You can now reboot your computer.
Please do not forget to make your BIOS boot on sdc (ATA ST4000DM004-2CV1) disk!
The boot files of [sdc13 (end>100GB)] are far from the start of the disk. Your BIOS may not detect them. You may want to retry after creating a /boot partition (EXT4, >200MB, start of the disk). This can be performed via tools such as gParted. Then select this partition via the [Separate /boot partition:] option of [Boot Repair]. (https://help.ubuntu.com/community/BootPartition)
Quelques extraits
User settings: _________________________________________________________________
The settings chosen by the user will purge (in order to enable-raid) and reinstall the grub2 of
sdc13 into the MBR of sdc,
using the following options: kernel-purge
Grub-efi will not be selected by default because no ESP detected.
Additional repair will be performed: unhide-bootmenu-10s win-legacy-basic-fix
J'avais le souvenir d'avoir demandé de mettre le MBR dans SDD (j'ai peut-être mal coché)
[code]================= dpkg -l | grep linux- before kernel purge ===================
ii binutils-x86-64-linux-gnu 2.38-4ubuntu2.6 amd64 GNU binary utilities, for x86-64-linux-gnu target
ii linux-base 4.5ubuntu9 all Linux image base package
ii linux-firmware 20220329.git681281e4-0ubuntu3.31 all Firmware for Linux kernel drivers
ii linux-image-6.5.0-15-generic 6.5.0-15.15~22.04.1 amd64 Signed kernel image generic
ii linux-image-6.5.0-27-generic 6.5.0-27.28~22.04.1 amd64 Signed kernel image generic
ii linux-modules-6.5.0-15-generic 6.5.0-15.15~22.04.1 amd64 Linux kernel extra modules for version 6.5.0 on 64 bit x86 SMP
ii linux-modules-6.5.0-27-generic 6.5.0-27.28~22.04.1 amd64 Linux kernel extra modules for version 6.5.0 on 64 bit x86 SMP
ii linux-modules-extra-6.5.0-15-generic 6.5.0-15.15~22.04.1 amd64 Linux kernel extra modules for version 6.5.0 on 64 bit x86 SMP
ii linux-modules-extra-6.5.0-27-generic 6.5.0-27.28~22.04.1 amd64 Linux kernel extra modules for version 6.5.0 on 64 bit x86 SMP
ii linux-sound-base 1.0.25+dfsg-0ubuntu7 all base package for ALSA and OSS sound systems
ii syslinux-common 3:6.04~git20190206.bf6db5b4+dfsg1-3ubuntu1 all collection of bootloaders (common)
[/code]
=================== dpkg -l | grep linux- after kernel reinstall
ii binutils-x86-64-linux-gnu 2.38-4ubuntu2.6 amd64 GNU binary utilities, for x86-64-linux-gnu target
ii linux-base 4.5ubuntu9 all Linux image base package
ii linux-firmware 20220329.git681281e4-0ubuntu3.31 all Firmware for Linux kernel drivers
ii linux-generic 5.15.0.116.116 amd64 Complete Generic Linux kernel and headers
ii linux-headers-5.15.0-116 5.15.0-116.126 all Header files related to Linux kernel version 5.15.0
ii linux-headers-5.15.0-116-generic 5.15.0-116.126 amd64 Linux kernel headers for version 5.15.0 on 64 bit x86 SMP
ii linux-headers-generic 5.15.0.116.116 amd64 Generic Linux kernel headers
ii linux-image-5.15.0-116-generic 5.15.0-116.126 amd64 Signed kernel image generic
ii linux-image-generic 5.15.0.116.116 amd64 Generic Linux kernel image
ii linux-modules-5.15.0-116-generic 5.15.0-116.126 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
ii linux-modules-6.5.0-15-generic 6.5.0-15.15~22.04.1 amd64 Linux kernel extra modules for version 6.5.0 on 64 bit x86 SMP
ii linux-modules-6.5.0-27-generic 6.5.0-27.28~22.04.1 amd64 Linux kernel extra modules for version 6.5.0 on 64 bit x86 SMP
ii linux-modules-extra-5.15.0-116-generic 5.15.0-116.126 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
ii linux-modules-extra-6.5.0-15-generic 6.5.0-15.15~22.04.1 amd64 Linux kernel extra modules for version 6.5.0 on 64 bit x86 SMP
ii linux-modules-extra-6.5.0-27-generic 6.5.0-27.28~22.04.1 amd64 Linux kernel extra modules for version 6.5.0 on 64 bit x86 SMP
ii linux-sound-base 1.0.25+dfsg-0ubuntu7 all base package for ALSA and OSS sound systems
ii syslinux-common
Je ne suis pas certain que cela soit le résultat attendu. Est-ce à cause de la live-USB un peu périmée?
Live-session OS is Ubuntu 64-bit (Ubuntu 22.04.1 LTS, jammy, x86_64)
Cependant la structure de boot ne contient plus qu'un seul noyau. Ce qui était le but à atteindre
=================== sdc13: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
3722.227344513 = 3996.711178240 boot/grub/grub.cfg 1
3705.478012085 = 3978.726719488 boot/grub/i386-pc/core.img 1
3705.596824646 = 3978.854293504 boot/vmlinuz 1
3705.596824646 = 3978.854293504 boot/vmlinuz-5.15.0-116-generic 1
3705.596824646 = 3978.854293504 boot/vmlinuz.old 1
3725.453121185 = 4000.174829568 boot/initrd.img 13
3725.453121185 = 4000.174829568 boot/initrd.img-5.15.0-116-generic 13
3725.453121185 = 4000.174829568 boot/initrd.img.old 13
Je vais faire un test en 24.04 EFI au lieu de 24.10
Dernière modification par geole (Le 22/07/2024, à 13: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
#2410 Le 04/09/2024, à 12:31
- krodelabestiole
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
salut @YannUbuntu
Salut, il n'y a pas de compilation, donc le code source c'est les DEB dézippés.
ah ok. tu n'utilises pas git pour ce projet ?
j'ai aussi cherché les sources du logiciel mais ce qui est visible en ligne est vieux
11 ans ici https://bazaar.launchpad.net/~yannubunt … thub/files
et 12 là https://github.com/yannmrn/boot-repair
ça risque de donner l'idée d'un projet abandonné quand on ne creuse pas...
si je peux me permettre un avis, pour suivre les modifications, consulter, contribuer, c'est quand-même bien pratique le versioning, surtout sur une "forge".
nouveau forum ubuntu-fr on en parle là : refonte du site / nouveau design
profil - sujets récurrents - sources du site
Hors ligne
#2411 Le 04/09/2024, à 16:55
- Babdu89
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Bonjour.
Pour suivre tout ce qui concerne les paquets:
boot-repair
boot-info
os-uninstaller
Je me rends ici;
https://launchpad.net/~yannubuntu/+arch … /+packages
Peut-être indiquer ceci dans le premier post?.
Dernière maj des paquets; le 24/08/2024, donc oui les logiciels sont toujours maintenu.
@+. Babdu89 .
Dernière modification par Babdu89 (Le 04/09/2024, à 17:12)
J'ai découvert Ubuntu avec la 07.10.... Et alors?!... Depuis je regarde de temps en temps si Windows marche toujours....
Hors ligne
#2412 Le 04/09/2024, à 17:43
- krodelabestiole
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
oui enfin, ce n'était pas ma question.
le fonctionnement général du code et ce qui s'y passe exactement sont loin d'être lisibles, non ?
si je compare avec ça par ex. :
https://github.com/yannmrn/boot-repair/ … actions.sh
pas un super exemple parce qu'il n'y a pas eu de dev sur ce dépôt, mais avec un outil comme ça on a l'historique de chaque ligne.
nouveau forum ubuntu-fr on en parle là : refonte du site / nouveau design
profil - sujets récurrents - sources du site
Hors ligne
#2413 Le 22/09/2024, à 13:50
- geole
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Bonjour Yannubuntu
Boot-repair et probablement boot-info semble s être endormi dans un contexe imprévu. Pas de consommatrion processeur. Pas de message particulier affiché
ubuntu@ubuntu:~$ sudo boot-repair --debug --g2s-debug
glade2script-python3 3.2.4, Copyright (C) 2010-2020, Python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]
[[ GTK LIB ]] ==> GtkBuilder
=> [[ PY ]] => G2S version : 3.2.4~ppa23
=> [[ PY ]] => Y a-t-il un RAID sur cet ordinateur ? no
=> [[ PY ]] => no datasets available
=> [[ PY ]] => Le périphérique /dev/zvol/rpool/keystore n'existe pas ou l'accès y est interdit.
ubuntu@ubuntu:~$ ls -ls /dev/zvol
ls: impossible d'accéder à '/dev/zvol': Aucun fichier ou dossier de ce nom
ubuntu@ubuntu:~$ lsblk -fe7
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
sda
├─sda1
│ vfat FAT32 FAT-UN
│ 4AF6-82D3
├─sda2
│
├─sda3
│ vfat FAT32 FATUBUNTU
│ 5B2A-C436
├─sda4
│ ntfs W21H2a
│ 3FAABC0C70F973F0
├─sda5
│ vfat FAT32 FAT-2404
│ 95B7-DCE7
├─sda6
│ vfat FAT32 FAT-DEUX
│ B364-95B8
├─sda7
│ ntfs W21H2b
│ 43E02AD31E884337
├─sda8
│ ext4 1.0 U22.04
│ 45b57b34-0e1d-4d6e-aab3-e56dc7f254d1
├─sda9
│ btrfs BTRFS-24.04
│ c27eecf2-7139-4041-b3aa-a6f646180dee
├─sda10
│ ext4 1.0 U24.10
│ 34b95b19-4a86-4ca1-8a59-016cfe5c90d6
├─sda11
│ ext4 1.0 U24.04
│ bdb98d5d-d946-4ee4-9335-01d356f32b35
├─sda12
│ zfs_me 5000 Commun
│ 5295553242618335303
├─sda13
│ ext4 1.0 cubic de854009-9f9c-4d5b-a154-e4b9053e79e1
├─sda14
│ btrfs BTRFS-24-04-BIS
│ ee775418-6f06-4e72-9058-813dafc3a906
├─sda16
│ ext4 1.0 homeOLD
│ 41e4f31c-be2f-4111-9806-7f33b183753a
├─sda17
│ ext4 1.0 homeSAV
│ 365667e2-c70f-4c02-bdf3-9220983bfb46
└─sda19
ext4 1.0 U16.04
6ff8e4b5-b1ee-4f77-81d2-a65b75a488bd
sdb
├─sdb1
│ exfat 1.0 Ventoy
│ 05B6-55AE
│ └─ventoy
│ 0 100% /cdrom
├─sdb2
│ iso966 Jolie Ubuntu 22.04.4 LTS amd64
│ 2024-02-20-19-39-27-00
└─sdb3
vfat FAT32 DATAFAT32
29F3-8400
sr0
NOTE: SDA12 est uniquement une partition de données.
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
#2414 Le 02/10/2024, à 10:58
- jpl-bz
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
bonjour,
(je suppose qu'on poursuit ici, même si c'est un autre sujet relatif à boot-repair, concernant les indications qu'il donne à l'usage).
bonjour,
après examen d'infos boot-repair, je ne situe pas l'ordre obligatoire ou non des actions indiquées :
- impératives,
avant de choisir la réparation automatique,
ou
- juste optionnelles, à appliquer en plus pour améliorer la situation.
J'ajoute plus bas sous l'extrait du rapport, une autre remarque relative au "warning" connexion internet.
Merci
Cordialement
boot-info-4ppa125 [20240918_1610]
...
=============================== StdErr Messages ================================
File descriptor 63 (pipe:[44385]) leaked on lvs invocation. Parent PID 3995:
/bin/bash
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would purge (in order to fix
packages) and reinstall the grub-efi-amd64-signed of
sda9,
using the following options: sda3/boot/efi,
Additional repair would be performed: unhide-bootmenu-10s win-legacy-basic-fix
use-standard-efi-file
Blockers in case of suggested repair: __________________________________________
The current session is in BIOS-compatibility mode. Please disable
BIOS-compatibility/CSM/Legacy mode in your UEFI firmware, and use this software
from a live-CD (or live-USB) that is compatible with UEFI booting mode. For
example, use a live-USB of Boot-Repair-Disk-64bit
(www.sourceforge.net/p/boot-repair-cd), after making sure your BIOS is set up to
boot USB in EFI mode.
Confirmation request before suggested repair: __________________________________
Warning: continuing without internet would leave your system unbootable. Please
connect internet.
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 22.04.4 LTS
entry (sda3/efi/****/shim****.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 inan
admin command prompt:
bcdedit /set {bootmgr} path \EFI\****\shim****.efi (**** will be updated in the
final message)
The boot of your PC is in BIOS-compatibility/CSM/Legacy mode. You may want to
retry after changing it to UEFI mode.
Au sujet de
Warning: continuing without internet would leave your system unbootable. Please
connect internet.
Are you sure you want to continue anyway?
N'ayant pas de câble ethernet sous la main à l'instant du rapport j'ai tenté de saisir les éléments wifi, mais en vain, le vocabulaire décrivant ces derniers, différent des interfaces habituellement pratiquées, m'orientant sans doute vers de mauvais choix "security".
Est-ce vraiment critique sans internet si on est sûr d'avoir la dernière version prise sur https://sourceforge.net/projects/boot-repair-cd/files/ ?
Hors ligne
#2415 Le 02/10/2024, à 13:15
- Babdu89
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Bonjour.
lpl-bz écrit;
(je suppose qu'on poursuit ici, même si c'est un autre sujet relatif à boot-repair, concernant les indications qu'il donne à l'usage).
Pour rappel de ce qui est dit dans le premier post de ce sujet. Ici on traite du développement des outils boot-repair.
Donc il vaudrait mieux que tu ouvres une autre discussion pour que tu puisses obtenir de l'aide.
Néanmoins pour rappel à tout utilisateur qui serait dans ton cas.
Dans les infos que tu donnes on voit que tu utilise Boot-Repair Disk (BRD)
Alors pour info on voit que la version des paquets est figée à; boot-info-4ppa125.
On en est à la version; 4ppa2081
Donc les paquets ne sont pas à jour. Tu sembles aussi avoir des difficultés à faire la mise à jour des paquets de BRD du à un problème de connexion.
On ne peut pas utiliser cet outil convenablement dans ces conditions.
STP, lorsque tu auras ouvert un autre sujet en indiquant la totalité du contenu du boot-info, si tu veux bien indiquer ici son url pour que l'on puisse y aller t'aider.
Bonne continuation.
@+. 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
#2416 Le 02/10/2024, à 13:26
- geole
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Bonjour.
+1 avec ce que dit Babdu89
Boote avec le dernier support d'installation de ubuntu, il te dirigera parfaitement bien pour définir une connexion wifi.
et installe boot-repair en version .deb
Une connexion internet est nécessaire pour télécharger le grub si tu as besoin de le réparer.
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
#2417 Le 02/10/2024, à 14:28
- jpl-bz
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
bonjour,
merci pour les retours.
Le sujet ici est la hiérarchie (non devinée dans mon cas) des infos données par le rapport Boot Repair Disk (BRD) mais qui semble suggérée avec les termes "Blockers" et enfin "Warning". On hésite (heureusement!) à effectuer l'opération automatique décrite en premier.
L'autre point : connexion internet
Ayant pu mettre à jour ma clé très récemment sur un autre poste connecté (demande de vérification répétée sans cesse, alors que ç'est déjà validé) je pensais être à jour côté BRD. Si je comprends bien le terme 4ppa125 que j'ai pris pour un code propre à BRD, il reflèterait le niveau de mise à jour de ... BRD ou ... Ubuntu actif ? Donc l'installation dans Ubuntu pourrait être plus à jour que la version live de BRD ?
C'est peut-être ce qui fait que le lien pastebin exploité sur un autre poste bien connecté est en erreur ?
Si suite aux précisions attendues, je ne pouvais traiter le cas précis rencontré, j'avais bien l'intention de mettre un sujet au bon endroit dans le forum.
Merci
Hors ligne
#2418 Le 02/10/2024, à 16:48
- geole
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Boot-repair propose systématiquement une réparation par défault.
Puis il peut ajouter une condittion d'impossibilité de la faire et/ou une raison du choix.
Note qu'il est préférable d'ouvrir une discussion contenant un boot-info afin d'avoir des avis sur problème à résoudre. Très rares sont les cas nécessitant une répartion standard.
Je serais très surpris que ton boot-repair préinstallé le soit dans une structure persistante.
Donc, à chaque boot, il se retrouve à l'état initial.
4ppa125 est le niveau de mise à jour de boot-info ( actuellement 4ppa2081 après rectification.) et pas du logiciel qui l'héberge ( Lubuntu 18.04.? )
Dernière modification par geole (Le 03/10/2024, à 18:10)
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
#2419 Le 03/10/2024, à 00:45
- Babdu89
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Bonsoir.
geole a écrit; ( actuellement 4ppa281)
Il manque un 0 on en est à la version 4ppa2081 comme indiqué post#2415.
Au sujet de Boot-Repair-Disk (BRD) l'iso utilisée contient les paquets des outils "boot-repair boot-info os-uninstaller" à la version disponible au moment de la création de l'iso BRD par YannUbuntu.
À chaque lancement de session live il faut faire la mise à jour des paquets en étant connecté.
Mais comme le rappelle geole l'iso BRD a été faite avec un Lubuntu 18.04. Le tout est de savoir si elle permet les maj des paquets si c'est encore disponible. Je vais faire une vérification, qui fera l'objet d'un Édit de ce post
Édit: Après vérification BRD ne peut plus être mis à jour.
C'est figé au 4ppa125.
Il ne faut plus utiliser l'iso Boot-Repair-Disk!.
Donc utiliser une session live d'une clé Ubuntu et ses variants; 20.04 22.04 et 24.04, lorsqu'on installe les outils "boot-repair boot-info et os-uninstaller", on dispose de la dernière version des paquets.
https://launchpad.net/~yannubuntu/+arch … /+packages
@+. Babdu89 .
Dernière modification par Babdu89 (Le 03/10/2024, à 03:12)
J'ai découvert Ubuntu avec la 07.10.... Et alors?!... Depuis je regarde de temps en temps si Windows marche toujours....
Hors ligne
#2420 Le 03/10/2024, à 16:23
- jibel
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Bonjour a tous,
depuis de nombreuses années j'ai utilisé BRD soit dans un CD-DVD soit dans une clé USB. Depuis les mises ajour demandées, on passe à plusieurs reprises par OUI! J'ai connu les liens d'avoir B.R.D a jour, pas encore avec le PPA 2081 ?
Où faut-il aller pour télécharger la dernière version de B.R.D de boot-info, OS uninstaller toutes les fonctions sont indiqués dans le menu de B.R.D.
Une fois lancé BRD,j'utilisais l'option de modifier l'ordre au démarrage de chaque OS , ma préférence en 1er de tel ou tel OS,une fois fait, au redémarrage tout était parfait ! je n'utilise plus Windows depuis quelques années.
Plus grande est la face, plus grand est le dos!
Toutes les fautes de frappe, d'orthographe, de grammaire et de syntaxe ci-dessus, sont la propriété intellectuelle de l'auteur. Elles doivent être reproduites et même corrigées sans l'accord préalable du susdit et toc !
Mint 21.1,Voyager20.04 et 22.04,Ubuntu 22.04,Emmabuntus 1.Buster, Debian 12.buster, Hybryde 14.04, Pas d'OS intermédiaire ! PC Medion AKOYA DD 1T + 2 .
Hors ligne
#2421 Le 03/10/2024, à 21:57
- Babdu89
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Bonjour.
@jibel;
Voir ici le fil de BRD;
https://forum.ubuntu-fr.org/viewtopic.p … #p22790916
@+. Babdu89 .
Dernière modification par Babdu89 (Le 03/10/2024, à 21:58)
J'ai découvert Ubuntu avec la 07.10.... Et alors?!... Depuis je regarde de temps en temps si Windows marche toujours....
Hors ligne
#2422 Le 04/10/2024, à 11:06
- jpl-bz
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
bonjour,
si je vous comprends, https://sourceforge.net/projects/boot-repair-cd/ que je prenais pour le site officiel de Boot Repair Disk n'est pas à jour concernant le lien https://sourceforge.net/projects/boot-repair-cd/files/ dans
" or: boot on a Boot-Repair-Disk. Boot-Repair will be launched automatically." .
Peut-être y mettre un avertissement de version ancienne ?
Ignorant ce pb de version, le *.iso correspondant de BRD m'a quand même permis de documenter l'évolution possible de 3 ordis .
cordialement
Hors ligne
#2423 Le 06/10/2024, à 00:14
- Babdu89
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Bonjour.
Du nouveau au sujet de la mise à jour des ppa de Boot-Repair-Disk (BRD) ici;
https://forum.ubuntu-fr.org/viewtopic.p … #p22791284
@+. 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
#2424 Le 06/10/2024, à 09:12
- jibel
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
@Babdu89
Merci et bonjour, avec quelques heures d'avances, voila la resultat de boot-info avec linux-mint xfce 21.1:
https://paste.ubuntu.com/p/djDSZVJFzZ/
Dernière modification par jibel (Le 06/10/2024, à 09:14)
Plus grande est la face, plus grand est le dos!
Toutes les fautes de frappe, d'orthographe, de grammaire et de syntaxe ci-dessus, sont la propriété intellectuelle de l'auteur. Elles doivent être reproduites et même corrigées sans l'accord préalable du susdit et toc !
Mint 21.1,Voyager20.04 et 22.04,Ubuntu 22.04,Emmabuntus 1.Buster, Debian 12.buster, Hybryde 14.04, Pas d'OS intermédiaire ! PC Medion AKOYA DD 1T + 2 .
Hors ligne
#2425 Le 06/10/2024, à 09:22
- xubu1957
Re : [Réparateur de démarrage] Développement du logiciel Boot-Repair
Bonjour,
Collage du Boot-repair, pour les spécialistes :
boot-repair-4ppa200 [20241006_0909]
============================== Boot Info Summary ===============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sdd and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos6)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
sdd1: __________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sdd5: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sdd6: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Linux Mint 21.1
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdd7: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Debian GNU/Linux 12 (bookworm)
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdd8: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 22.04.5 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdd9: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
================================ 3 OS detected =================================
OS#1: L'OS actuellement utilisé - Linux Mint 21.1 CurrentSession on sdd6
OS#2: Debian GNU/Linux 12 (bookworm) on sdd7
OS#3: Ubuntu 22.04.5 LTS on sdd8
================================ Host/Hardware =================================
CPU architecture: 64-bit
Video: GF108 [GeForce GT 530] from NVIDIA Corporation
BOOT_IMAGE of the installed session in use:
/boot/vmlinuz-5.15.0-121-generic root=UUID=375dc822-5f91-4261-977f-789979b1ce18 ro quiet splash
df -Th / : /dev/sdd6 ext4 90G 49G 38G 57% /
===================================== UEFI =====================================
BIOS/UEFI firmware: E7728MLN.209(4.6) from American Megatrends Inc.
This installed-session is in Legacy/BIOS/CSM mode (not in EFI mode).
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sdd : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, no-wind, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sdd9 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdd7 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdd8 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sdd6 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, not-far
Partitions info (2/3): _________________________________________________________
sdd9 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdd7 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdd8 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdd6 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sdd9 : maybesepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sdd
sdd7 : not--sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdd
sdd8 : not--sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdd
sdd6 : not--sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdd
fdisk -l (filtered): ___________________________________________________________
Disk sdd: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk identifier: 0x33ad5131
Boot Start End Sectors Size Id Type
sdd1 * 6142 1953523711 1953517570 931.5G 5 Extended
sdd5 1925517312 1953523711 28006400 13.4G 82 Linux swap / Solaris
sdd6 6144 192908487 192902344 92G 83 Linux
sdd7 193134592 398491647 205357056 97.9G 83 Linux
sdd8 401545216 598728703 197183488 94G 83 Linux
sdd9 598732800 776521727 177788928 84.8G 83 Linux
Partition table entries are not in disk order.
parted -lm (filtered): _________________________________________________________
sdd:1000GB:scsi:512:512:msdos:ST1000DM 003-9YN162:;
1:3145kB:1000GB:1000GB:::boot;
6:3146kB:98.8GB:98.8GB:ext4::;
7:98.9GB:204GB:105GB:ext4::;
8:206GB:307GB:101GB:ext4::;
9:307GB:398GB:91.0GB:ext4::;
5:986GB:1000GB:14.3GB:linux-swap(v1)::;
Free space >10MiB: ______________________________________________________________
sdd: 94194MiB:94304MiB:110MiB
sdd: 194576MiB:196067MiB:1491MiB
sdd: 379161MiB:940194MiB:561033MiB
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
sdb
sdc
sdd
├─sdd1 33ad5131-01
├─sdd5 swap 4589fb9a-3328-4ef7-87c6-f5a57e11b069 33ad5131-05
├─sdd6 ext4 375dc822-5f91-4261-977f-789979b1ce18 33ad5131-06 LINUX-MINT
├─sdd7 ext4 645fe56a-2f85-44a6-9d21-2c05099005da 33ad5131-07 Q 4OS KDE
├─sdd8 ext4 534c6108-521e-443a-a88f-6ddd2bc4dfcd 33ad5131-08 UBUNTU 22.04
└─sdd9 ext4 03f6b00e-b186-4d3b-89e5-663bdcc9727c 33ad5131-09
Mount points (filtered): _______________________________________________________
Avail Use% Mounted on
/dev/sdd6 37G 54% /
/dev/sdd7 67.9G 24% /mnt/boot-sav/sdd7
/dev/sdd8 66.6G 23% /mnt/boot-sav/sdd8
/dev/sdd9 78.6G 0% /mnt/boot-sav/sdd9
Mount options (filtered): ______________________________________________________
/dev/sdd6 ext4 rw,relatime,errors=remount-ro
/dev/sdd7 ext4 rw,relatime
/dev/sdd8 ext4 rw,relatime
/dev/sdd9 ext4 rw,relatime
====================== sdd6/boot/grub/grub.cfg (filtered) ======================
Linux Mint 21.1 Xfce 375dc822-5f91-4261-977f-789979b1ce18
Linux Mint 21.1 Xfce, with Linux 5.15.0-121-generic 375dc822-5f91-4261-977f-789979b1ce18
Linux Mint 21.1 Xfce, with Linux 5.15.0-118-generic 375dc822-5f91-4261-977f-789979b1ce18
Linux Mint 21.1 Xfce, with Linux 5.15.0-117-generic 375dc822-5f91-4261-977f-789979b1ce18
Linux Mint 21.1 Xfce, with Linux 5.15.0-116-generic 375dc822-5f91-4261-977f-789979b1ce18
Linux Mint 21.1 Xfce, with Linux 5.15.0-113-generic 375dc822-5f91-4261-977f-789979b1ce18
Linux Mint 21.1 Xfce, with Linux 5.15.0-112-generic 375dc822-5f91-4261-977f-789979b1ce18
Linux Mint 21.1 Xfce, with Linux 5.15.0-107-generic 375dc822-5f91-4261-977f-789979b1ce18
Linux Mint 21.1 Xfce, with Linux 5.15.0-106-generic 375dc822-5f91-4261-977f-789979b1ce18
Linux Mint 21.1 Xfce, with Linux 5.15.0-105-generic 375dc822-5f91-4261-977f-789979b1ce18
Linux Mint 21.1 Xfce, with Linux 5.15.0-102-generic 375dc822-5f91-4261-977f-789979b1ce18
Linux Mint 21.1 Xfce, with Linux 5.15.0-101-generic 375dc822-5f91-4261-977f-789979b1ce18
Linux Mint 21.1 Xfce, with Linux 5.15.0-100-generic 375dc822-5f91-4261-977f-789979b1ce18
Linux Mint 21.1 Xfce, with Linux 5.15.0-94-generic 375dc822-5f91-4261-977f-789979b1ce18
Linux Mint 21.1 Xfce, with Linux 5.15.0-92-generic 375dc822-5f91-4261-977f-789979b1ce18
Linux Mint 21.1 Xfce, with Linux 5.15.0-91-generic 375dc822-5f91-4261-977f-789979b1ce18
Linux Mint 21.1 Xfce, with Linux 5.15.0-56-generic 375dc822-5f91-4261-977f-789979b1ce18
Debian GNU/Linux 12 (bookworm) (on sdd7) 645fe56a-2f85-44a6-9d21-2c05099005da
Q4OS Desktop 5.5 (on sdd7) 645fe56a-2f85-44a6-9d21-2c05099005da
Q4OS Desktop 5.5 (on sdd7) osprober-gnulinux-/boot/vmlinuz-6.1.0-23-amd64-root=UUID=645fe56a-2f85-44a6-9d21-2c05099005da ro single-645fe56a-2f85-44a6-9d21-2c05099005da
Q4OS Desktop 5.5 (on sdd7) 645fe56a-2f85-44a6-9d21-2c05099005da
Q4OS Desktop 5.5 (on sdd7) osprober-gnulinux-/boot/vmlinuz-6.1.0-22-amd64-root=UUID=645fe56a-2f85-44a6-9d21-2c05099005da ro single-645fe56a-2f85-44a6-9d21-2c05099005da
Q4OS Desktop 5.5 (on sdd7) 645fe56a-2f85-44a6-9d21-2c05099005da
Q4OS Desktop 5.5 (on sdd7) osprober-gnulinux-/boot/vmlinuz-6.1.0-10-amd64-root=UUID=645fe56a-2f85-44a6-9d21-2c05099005da ro single-645fe56a-2f85-44a6-9d21-2c05099005da
Ubuntu 22.04.4 LTS (22.04) (on sdd8) 534c6108-521e-443a-a88f-6ddd2bc4dfcd
Ubuntu (on sdd8) 534c6108-521e-443a-a88f-6ddd2bc4dfcd
Ubuntu, with Linux 6.8.0-40-generic (on sdd8) 534c6108-521e-443a-a88f-6ddd2bc4dfcd
Ubuntu, with Linux 6.2.0-39-generic (on sdd8) 534c6108-521e-443a-a88f-6ddd2bc4dfcd
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdd6/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda6 during installation
UUID=375dc822-5f91-4261-977f-789979b1ce18 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=35180316-c1a2-4949-bfe6-9c2abf69b731 none swap sw 0 0
======================= sdd6/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
==================== sdd6: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
91.811782837 = 98.582151168 boot/grub/grub.cfg 1
13.303131104 = 14.284128256 boot/grub/i386-pc/core.img 1
90.724761963 = 97.414971392 boot/vmlinuz 1
26.357513428 = 28.301164544 boot/vmlinuz-5.15.0-100-generic 1
21.076263428 = 22.630465536 boot/vmlinuz-5.15.0-101-generic 2
3.498172760 = 3.756134400 boot/vmlinuz-5.15.0-102-generic 1
28.865360260 = 30.993944576 boot/vmlinuz-5.15.0-105-generic 2
32.666988373 = 35.075911680 boot/vmlinuz-5.15.0-106-generic 2
30.870113373 = 33.146531840 boot/vmlinuz-5.15.0-107-generic 2
65.623184204 = 70.462357504 boot/vmlinuz-5.15.0-112-generic 2
64.990371704 = 69.782880256 boot/vmlinuz-5.15.0-113-generic 2
27.154441833 = 29.156859904 boot/vmlinuz-5.15.0-116-generic 2
80.459133148 = 86.392336384 boot/vmlinuz-5.15.0-117-generic 1
1.177886963 = 1.264746496 boot/vmlinuz-5.15.0-118-generic 2
90.724761963 = 97.414971392 boot/vmlinuz-5.15.0-121-generic 1
3.012214661 = 3.234340864 boot/vmlinuz-5.15.0-56-generic 2
66.677806854 = 71.594749952 boot/vmlinuz-5.15.0-91-generic 2
76.232494354 = 81.854017536 boot/vmlinuz-5.15.0-92-generic 1
13.349689484 = 14.334119936 boot/vmlinuz-5.15.0-94-generic 2
1.177886963 = 1.264746496 boot/vmlinuz.old 2
77.807613373 = 83.545288704 boot/initrd.img 12
71.738128662 = 77.028229120 boot/initrd.img-5.15.0-100-generic 2
59.511573792 = 63.900065792 boot/initrd.img-5.15.0-101-generic 3
79.385738373 = 85.239787520 boot/initrd.img-5.15.0-102-generic 14
60.831050873 = 65.316843520 boot/initrd.img-5.15.0-105-generic 8
27.112300873 = 29.111611392 boot/initrd.img-5.15.0-106-generic 7
78.863178253 = 84.678692864 boot/initrd.img-5.15.0-107-generic 5
77.729488373 = 83.461402624 boot/initrd.img-5.15.0-112-generic 8
59.714763641 = 64.118239232 boot/initrd.img-5.15.0-113-generic 2
63.471675873 = 68.152193024 boot/initrd.img-5.15.0-116-generic 7
29.940425873 = 32.148287488 boot/initrd.img-5.15.0-117-generic 15
23.721675873 = 25.470955520 boot/initrd.img-5.15.0-118-generic 7
77.807613373 = 83.545288704 boot/initrd.img-5.15.0-121-generic 12
71.877925873 = 77.178335232 boot/initrd.img-5.15.0-56-generic 5
67.722480774 = 72.716460032 boot/initrd.img-5.15.0-91-generic 4
72.002925873 = 77.312552960 boot/initrd.img-5.15.0-92-generic 5
67.683422089 = 72.674521088 boot/initrd.img-5.15.0-94-generic 9
23.721675873 = 25.470955520 boot/initrd.img.old 7
===================== sdd6: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18683 Apr 15 2022 10_linux
-rwxr-xr-x 1 root root 43031 Apr 15 2022 10_linux_zfs
-rwxr-xr-x 1 root root 14387 Dec 18 2022 20_linux_xen
-rwxr-xr-x 1 root root 13369 Apr 15 2022 30_os-prober
-rwxr-xr-x 1 root root 1372 Apr 15 2022 30_uefi-firmware
-rwxr-xr-x 1 root root 700 Sep 20 2022 35_fwupd
-rwxr-xr-x 1 root root 214 Apr 15 2022 40_custom
-rwxr-xr-x 1 root root 215 Apr 15 2022 41_custom
=========================== sdd6/etc/grub.d/35_fwupd ===========================
#! /bin/sh
# SPDX-License-Identifier: LGPL-2.1+
set -e
[ -d ${pkgdatadir:?} ]
# shellcheck source=/dev/null
. "$pkgdatadir/grub-mkconfig_lib"
if [ -f /var/lib/fwupd/uefi_capsule.conf ] &&
ls /sys/firmware/efi/efivars/fwupd-*-0abba7dc-e516-4167-bbf5-4d9d1c739416 1>/dev/null 2>&1; then
. /var/lib/fwupd/uefi_capsule.conf
if [ "${EFI_PATH}" != "" ] && [ "${ESP}" != "" ]; then
echo "Adding Linux Firmware Updater entry" >&2
cat << EOF
menuentry 'Linux Firmware Updater' \$menuentry_id_option 'fwupd' {
EOF
${grub_probe:?}
prepare_grub_to_access_device '`${grub_probe} --target=device \${ESP}` | sed -e "s/^/\t/"'
cat << EOF
chainloader ${EFI_PATH}
}
EOF
fi
fi
====================== sdd7/boot/grub/grub.cfg (filtered) ======================
Q4OS Desktop 5.5 '''Aquarius''' 645fe56a-2f85-44a6-9d21-2c05099005da
Q4OS Desktop 5.5 '''Aquarius'' 645fe56a-2f85-44a6-9d21-2c05099005da
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdd7/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=645fe56a-2f85-44a6-9d21-2c05099005da / ext4 defaults,noatime 0 1
======================= sdd7/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=4
GRUB_DISTRIBUTOR="Q4OS Desktop `get-q4os-version | awk -F '.' '{ print $1"."$2 }'` 'Aquarius'"
GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel=3 systemd.log_color=0 systemd.show_status=1"
GRUB_CMDLINE_LINUX=""
GRUB_TERMINAL=console
==================== sdd7: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
107.435630798 = 115.358130176 boot/grub/grub.cfg 1
112.304718018 = 120.586272768 boot/grub/i386-pc/core.img 1
171.722270966 = 184.385384448 boot/vmlinuz-6.1.0-10-amd64 1
124.804683685 = 134.008008704 boot/vmlinuz-6.1.0-22-amd64 2
165.409954071 = 177.607585792 boot/vmlinuz-6.1.0-23-amd64 1
165.409954071 = 177.607585792 vmlinuz 1
124.804683685 = 134.008008704 vmlinuz.old 2
172.526077271 = 185.248464896 boot/initrd.img-6.1.0-10-amd64 1
126.542461395 = 135.873933312 boot/initrd.img-6.1.0-22-amd64 1
126.714328766 = 136.058474496 boot/initrd.img-6.1.0-23-amd64 1
126.714328766 = 136.058474496 initrd.img 1
126.542461395 = 135.873933312 initrd.img.old 1
===================== sdd7: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 14215 Mar 12 2023 10_linux
-rwxr-xr-x 1 root root 14180 Feb 9 2023 20_linux_xen
-rwxr-xr-x 1 root root 12923 Apr 23 2023 30_os-prober
-rwxr-xr-x 1 root root 1543 Mar 12 2023 30_uefi-firmware
-rwxr-xr-x 1 root root 722 Feb 26 2023 35_fwupd
-rwxr-xr-x 1 root root 214 Feb 9 2023 40_custom
-rwxr-xr-x 1 root root 215 Feb 9 2023 41_custom
=========================== sdd7/etc/grub.d/35_fwupd ===========================
#! /bin/sh
# SPDX-License-Identifier: LGPL-2.1+
set -e
[ -d ${pkgdatadir:?} ]
# shellcheck source=/dev/null
. "$pkgdatadir/grub-mkconfig_lib"
if [ -f /var/lib/fwupd/uefi_capsule.conf ] &&
ls /sys/firmware/efi/efivars/fwupd-*-0abba7dc-e516-4167-bbf5-4d9d1c739416 1>/dev/null 2>&1; then
. /var/lib/fwupd/uefi_capsule.conf
if [ "${EFI_PATH}" != "" ] && [ "${ESP}" != "" ]; then
echo "Adding Linux Firmware Updater entry" >&2
cat << EOF
menuentry 'Linux Firmware Updater' \$menuentry_id_option 'fwupd' {
EOF
${grub_probe:?} --version > /dev/null
prepare_grub_to_access_device "$(${grub_probe} --target=device ${ESP})" | sed -e "s/^/\t/"
cat << EOF
chainloader ${EFI_PATH}
}
EOF
fi
fi
====================== sdd8/boot/grub/grub.cfg (filtered) ======================
Ubuntu 534c6108-521e-443a-a88f-6ddd2bc4dfcd
Ubuntu, with Linux 6.8.0-40-generic 534c6108-521e-443a-a88f-6ddd2bc4dfcd
Ubuntu, with Linux 6.2.0-39-generic 534c6108-521e-443a-a88f-6ddd2bc4dfcd
Linux Mint 21.1 Vera (21.1) (on sda6) 375dc822-5f91-4261-977f-789979b1ce18
Linux Mint 21.1 Xfce (on sda6) 375dc822-5f91-4261-977f-789979b1ce18
Linux Mint 21.1 Xfce, with Linux 5.15.0-118-generic (on sda6) 375dc822-5f91-4261-977f-789979b1ce18
Linux Mint 21.1 Xfce, with Linux 5.15.0-117-generic (on sda6) 375dc822-5f91-4261-977f-789979b1ce18
Linux Mint 21.1 Xfce, with Linux 5.15.0-116-generic (on sda6) 375dc822-5f91-4261-977f-789979b1ce18
Linux Mint 21.1 Xfce, with Linux 5.15.0-113-generic (on sda6) 375dc822-5f91-4261-977f-789979b1ce18
Linux Mint 21.1 Xfce, with Linux 5.15.0-112-generic (on sda6) 375dc822-5f91-4261-977f-789979b1ce18
Linux Mint 21.1 Xfce, with Linux 5.15.0-107-generic (on sda6) 375dc822-5f91-4261-977f-789979b1ce18
Linux Mint 21.1 Xfce, with Linux 5.15.0-106-generic (on sda6) 375dc822-5f91-4261-977f-789979b1ce18
Linux Mint 21.1 Xfce, with Linux 5.15.0-105-generic (on sda6) 375dc822-5f91-4261-977f-789979b1ce18
Linux Mint 21.1 Xfce, with Linux 5.15.0-102-generic (on sda6) 375dc822-5f91-4261-977f-789979b1ce18
Linux Mint 21.1 Xfce, with Linux 5.15.0-101-generic (on sda6) 375dc822-5f91-4261-977f-789979b1ce18
Linux Mint 21.1 Xfce, with Linux 5.15.0-100-generic (on sda6) 375dc822-5f91-4261-977f-789979b1ce18
Linux Mint 21.1 Xfce, with Linux 5.15.0-94-generic (on sda6) 375dc822-5f91-4261-977f-789979b1ce18
Linux Mint 21.1 Xfce, with Linux 5.15.0-92-generic (on sda6) 375dc822-5f91-4261-977f-789979b1ce18
Linux Mint 21.1 Xfce, with Linux 5.15.0-91-generic (on sda6) 375dc822-5f91-4261-977f-789979b1ce18
Linux Mint 21.1 Xfce, with Linux 5.15.0-56-generic (on sda6) 375dc822-5f91-4261-977f-789979b1ce18
Debian GNU/Linux 12 (bookworm) (on sda7) 645fe56a-2f85-44a6-9d21-2c05099005da
Q4OS Desktop 5.5 (on sda7) 645fe56a-2f85-44a6-9d21-2c05099005da
Q4OS Desktop 5.5 (on sda7) osprober-gnulinux-/boot/vmlinuz-6.1.0-23-amd64-root=UUID=645fe56a-2f85-44a6-9d21-2c05099005da ro single-645fe56a-2f85-44a6-9d21-2c05099005da
Q4OS Desktop 5.5 (on sda7) 645fe56a-2f85-44a6-9d21-2c05099005da
Q4OS Desktop 5.5 (on sda7) osprober-gnulinux-/boot/vmlinuz-6.1.0-22-amd64-root=UUID=645fe56a-2f85-44a6-9d21-2c05099005da ro single-645fe56a-2f85-44a6-9d21-2c05099005da
Q4OS Desktop 5.5 (on sda7) 645fe56a-2f85-44a6-9d21-2c05099005da
Q4OS Desktop 5.5 (on sda7) osprober-gnulinux-/boot/vmlinuz-6.1.0-10-amd64-root=UUID=645fe56a-2f85-44a6-9d21-2c05099005da ro single-645fe56a-2f85-44a6-9d21-2c05099005da
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdd8/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda11 during installation
UUID=534c6108-521e-443a-a88f-6ddd2bc4dfcd / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=08424e03-11ce-44d2-851e-4f4bf1eb1896 none swap sw 0 0
======================= sdd8/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=""
==================== sdd8: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
211.727813721 = 227.341008896 boot/grub/grub.cfg 1
275.597015381 = 295.920041984 boot/grub/i386-pc/core.img 1
222.102767944 = 238.481031168 boot/vmlinuz 1
214.929840088 = 230.779158528 boot/vmlinuz-6.2.0-39-generic 1
222.102767944 = 238.481031168 boot/vmlinuz-6.8.0-40-generic 1
214.929840088 = 230.779158528 boot/vmlinuz.old 1
262.663738251 = 282.033041408 boot/initrd.img 1
223.209060669 = 239.668903936 boot/initrd.img-6.2.0-39-generic 1
262.663738251 = 282.033041408 boot/initrd.img-6.8.0-40-generic 1
223.209060669 = 239.668903936 boot/initrd.img.old 1
===================== sdd8: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18683 Dec 2 2022 10_linux
-rwxr-xr-x 1 root root 43031 Dec 2 2022 10_linux_zfs
-rwxr-xr-x 1 root root 14387 Dec 18 2022 20_linux_xen
-rwxr-xr-x 1 root root 13369 Dec 2 2022 30_os-prober
-rwxr-xr-x 1 root root 1372 Dec 2 2022 30_uefi-firmware
-rwxr-xr-x 1 root root 700 Sep 20 2022 35_fwupd
-rwxr-xr-x 1 root root 214 Dec 2 2022 40_custom
-rwxr-xr-x 1 root root 215 Dec 2 2022 41_custom
=========================== sdd8/etc/grub.d/35_fwupd ===========================
#! /bin/sh
# SPDX-License-Identifier: LGPL-2.1+
set -e
[ -d ${pkgdatadir:?} ]
# shellcheck source=/dev/null
. "$pkgdatadir/grub-mkconfig_lib"
if [ -f /var/lib/fwupd/uefi_capsule.conf ] &&
ls /sys/firmware/efi/efivars/fwupd-*-0abba7dc-e516-4167-bbf5-4d9d1c739416 1>/dev/null 2>&1; then
. /var/lib/fwupd/uefi_capsule.conf
if [ "${EFI_PATH}" != "" ] && [ "${ESP}" != "" ]; then
echo "Adding Linux Firmware Updater entry" >&2
cat << EOF
menuentry 'Linux Firmware Updater' \$menuentry_id_option 'fwupd' {
EOF
${grub_probe:?}
prepare_grub_to_access_device '`${grub_probe} --target=device \${ESP}` | sed -e "s/^/\t/"'
cat << EOF
chainloader ${EFI_PATH}
}
EOF
fi
fi
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would reinstall the grub2 of
sdd7 into the MBR of sdd.
Grub-efi would not be selected by default because no ESP detected.
Additional repair would be performed: unhide-bootmenu-10s
Blockers in case of suggested repair: __________________________________________
Please use this software in a live-session (live-CD or live-USB). This will enable this feature.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne