Contenu | Rechercher | Menus

Annonce

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

À propos de l'équipe du forum.

#1 Le 11/04/2021, à 13:18

donat87

Problème pour faire un rapport boot info

Bonjour à tous et toutes,
j'ai installer ubuntu 20.04.LTS et j'aimerais vérifier que tout c'est bien passé lors de l'installation, mais lorsque je rentre les commandes suivit dans le tutoriel pour faire un boot info

 sudo add-apt-repository -y ppa:yannubuntu/boot-repair && sudo apt update && sudo apt install -y boot-info && boot-info 

pour faire un rapport boot-info çà me fait des erreurs, voici ce que j'ai à l'écran

sudo add-apt-repository -y ppa:yannubuntu/boot-repair && sudo apt update && sudo apt install -y boot-info && boot-info
[sudo] Mot de passe de hertz : 
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 380, in get_ppa_info
    ret = get_ppa_info_from_lp(user, ppa)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 110, in get_ppa_info_from_lp
    return get_info_from_lp(lp_url)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 104, in get_info_from_lp
    return get_info_from_https(lp_url, True)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 96, in get_info_from_https
    data = func(lp_url=url, accept_json=accept_json, retry_delays=retry_delays)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 138, in _get_https_content_py3
    lp_page = urllib.request.urlopen(request,
  File "/usr/lib/python3.8/urllib/request.py", line 210, in urlopen
    context = ssl.create_default_context(ssl.Purpose.SERVER_AUTH,
  File "/usr/lib/python3.8/ssl.py", line 745, in create_default_context
    context.load_verify_locations(cafile, capath, cadata)
ssl.SSLError: [X509: NO_CERTIFICATE_OR_CRL_FOUND] no certificate or crl found (_ssl.c:4263)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/add-apt-repository", line 137, in <module>
    shortcut = shortcut_handler(line)
  File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 884, in shortcut_handler
    ret = factory(shortcut)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 469, in shortcut_handler
    return PPAShortcutHandler(shortcut)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 426, in __init__
    info = get_ppa_info(self.shortcut)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 392, in get_ppa_info
    _get_suggested_ppa_message(user, ppa))
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 349, in _get_suggested_ppa_message
    lp_user = get_info_from_lp(LAUNCHPAD_USER_API % user)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 104, in get_info_from_lp
    return get_info_from_https(lp_url, True)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 96, in get_info_from_https
    data = func(lp_url=url, accept_json=accept_json, retry_delays=retry_delays)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 138, in _get_https_content_py3
    lp_page = urllib.request.urlopen(request,
  File "/usr/lib/python3.8/urllib/request.py", line 210, in urlopen
    context = ssl.create_default_context(ssl.Purpose.SERVER_AUTH,
  File "/usr/lib/python3.8/ssl.py", line 745, in create_default_context
    context.load_verify_locations(cafile, capath, cadata)
ssl.SSLError: [X509: NO_CERTIFICATE_OR_CRL_FOUND] no certificate or crl found (_ssl.c:4263)
    

Merci d'avance pour votre aide.

Dernière modification par donat87 (Le 16/04/2021, à 19:34)

Hors ligne

#2 Le 11/04/2021, à 13:27

geole

Re : Problème pour faire un rapport boot info

Bonjour
Commence simplement par ces commandes

sudo dpkg --force-all --configure -a
sudo apt install -f
sudo apt autoremove --purge
sudo apt update
sudo apt full-upgrade

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

En ligne

#3 Le 11/04/2021, à 13:34

iznobe

Re : Problème pour faire un rapport boot info

Bonjour , je ne veux pas etre pessimiste , mais ca sent mauvais ( si c ' est pas la reinstallation ) ... on dirait que python 3 est flingué ou absent .

Dernière modification par iznobe (Le 11/04/2021, à 13:35)


retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#4 Le 11/04/2021, à 14:00

donat87

Re : Problème pour faire un rapport boot info

geole a écrit :

Bonjour
Commence simplement par ces commandes

sudo dpkg --force-all --configure -a
sudo apt install -f
sudo apt autoremove --purge
sudo apt update
sudo apt full-upgrade
sudo dpkg --force-all --configure -a
hertz@hertz-HP-Pavilion-15-Notebook-PC:~$ sudo apt install -f
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 :
  libfprint-2-tod1 libllvm10
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 5 non mis à jour.
hertz@hertz-HP-Pavilion-15-Notebook-PC:~$ sudo apt autoremove --purge
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Les paquets suivants seront ENLEVÉS :
  libfprint-2-tod1* libllvm10*
0 mis à jour, 0 nouvellement installés, 2 à enlever et 5 non mis à jour.
Après cette opération, 73,9 Mo d'espace disque seront libérés.
Souhaitez-vous continuer ? [O/n] o
(Lecture de la base de données... 186685 fichiers et répertoires déjà installés
.)
Suppression de libfprint-2-tod1:amd64 (1:1.90.2+tod1-0ubuntu1~20.04.4) ...
Suppression de libllvm10:amd64 (1:10.0.0-4ubuntu1) ...
Traitement des actions différées (« triggers ») pour libc-bin (2.31-0ubuntu9.2)
 ...
hertz@hertz-HP-Pavilion-15-Notebook-PC:~$ sudo apt update
Réception de :1 http://security.ubuntu.com/ubuntu focal-security InRelease [109 kB]
Atteint :2 http://fr.archive.ubuntu.com/ubuntu focal InRelease        
Réception de :3 http://fr.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
Réception de :4 http://fr.archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB]
Réception de :5 http://security.ubuntu.com/ubuntu focal-security/main amd64 DEP-11 Metadata [24,3 kB]
Réception de :6 http://security.ubuntu.com/ubuntu focal-security/universe amd64 DEP-11 Metadata [58,1 kB]
Réception de :7 http://fr.archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [449 kB]
Réception de :8 http://fr.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [896 kB]
Réception de :8 http://fr.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [896 kB]
Réception de :9 http://fr.archive.ubuntu.com/ubuntu focal-updates/main amd64 DEP-11 Metadata [264 kB]
Réception de :10 http://fr.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [758 kB]
Réception de :11 http://fr.archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [561 kB]
Réception de :12 http://fr.archive.ubuntu.com/ubuntu focal-updates/universe amd64 DEP-11 Metadata [303 kB]
Réception de :13 http://fr.archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 DEP-11 Metadata [2468 B]
Réception de :14 http://fr.archive.ubuntu.com/ubuntu focal-backports/universe amd64 DEP-11 Metadata [1768 B]
3410 ko réceptionnés en 43s (78,6 ko/s)                                   
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
5 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
hertz@hertz-HP-Pavilion-15-Notebook-PC:~$ sudo apt full-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 paquets suivants seront mis à jour :
  python3-distupgrade ubuntu-release-upgrader-core
  ubuntu-release-upgrader-gtk update-notifier update-notifier-common
5 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 0 o/325 ko dans les archives.
Après cette opération, 229 ko d'espace disque seront libérés.
Souhaitez-vous continuer ? [O/n] o
(Lecture de la base de données... 186674 fichiers et répertoires déjà installés
.)
Préparation du dépaquetage de .../ubuntu-release-upgrader-gtk_1%3a20.04.31_all.
deb ...
Dépaquetage de ubuntu-release-upgrader-gtk (1:20.04.31) sur (1:20.04.23) ...
Préparation du dépaquetage de .../ubuntu-release-upgrader-core_1%3a20.04.31_all
.deb ...
Dépaquetage de ubuntu-release-upgrader-core (1:20.04.31) sur (1:20.04.23) ...
Préparation du dépaquetage de .../python3-distupgrade_1%3a20.04.31_all.deb ...
Dépaquetage de python3-distupgrade (1:20.04.31) sur (1:20.04.23) ...
Préparation du dépaquetage de .../update-notifier_3.192.30.6_amd64.deb ...
Dépaquetage de update-notifier (3.192.30.6) sur (3.192.30) ...
Préparation du dépaquetage de .../update-notifier-common_3.192.30.6_all.deb ...
Dépaquetage de update-notifier-common (3.192.30.6) sur (3.192.30) ...
Paramétrage de update-notifier-common (3.192.30.6) ...
Paramétrage de python3-distupgrade (1:20.04.31) ...
Paramétrage de ubuntu-release-upgrader-core (1:20.04.31) ...
Paramétrage de ubuntu-release-upgrader-gtk (1:20.04.31) ...
Paramétrage de update-notifier (3.192.30.6) ...
Traitement des actions différées (« triggers ») pour libglib2.0-0:amd64 (2.64.6
-1~ubuntu20.04.3) ...
Traitement des actions différées (« triggers ») pour man-db (2.9.1-1) ...
Traitement des actions différées (« triggers ») pour hicolor-icon-theme (0.17-2
) ...

j'ai essayé ça a réinstaller mais je refait les commandes pour installer boot-info j'obtient ceci

sudo add-apt-repository -y ppa:yannubuntu/boot-repair && sudo apt update && sudo apt install -y boot-info && boot-info 
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 380, in get_ppa_info
    ret = get_ppa_info_from_lp(user, ppa)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 110, in get_ppa_info_from_lp
    return get_info_from_lp(lp_url)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 104, in get_info_from_lp
    return get_info_from_https(lp_url, True)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 96, in get_info_from_https
    data = func(lp_url=url, accept_json=accept_json, retry_delays=retry_delays)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 138, in _get_https_content_py3
    lp_page = urllib.request.urlopen(request,
  File "/usr/lib/python3.8/urllib/request.py", line 210, in urlopen
    context = ssl.create_default_context(ssl.Purpose.SERVER_AUTH,
  File "/usr/lib/python3.8/ssl.py", line 745, in create_default_context
    context.load_verify_locations(cafile, capath, cadata)
ssl.SSLError: [X509: NO_CERTIFICATE_OR_CRL_FOUND] no certificate or crl found (_ssl.c:4263)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/add-apt-repository", line 137, in <module>
    shortcut = shortcut_handler(line)
  File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 884, in shortcut_handler
    ret = factory(shortcut)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 469, in shortcut_handler
    return PPAShortcutHandler(shortcut)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 426, in __init__
    info = get_ppa_info(self.shortcut)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 392, in get_ppa_info
    _get_suggested_ppa_message(user, ppa))
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 349, in _get_suggested_ppa_message
    lp_user = get_info_from_lp(LAUNCHPAD_USER_API % user)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 104, in get_info_from_lp
    return get_info_from_https(lp_url, True)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 96, in get_info_from_https
    data = func(lp_url=url, accept_json=accept_json, retry_delays=retry_delays)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 138, in _get_https_content_py3
    lp_page = urllib.request.urlopen(request,
  File "/usr/lib/python3.8/urllib/request.py", line 210, in urlopen
    context = ssl.create_default_context(ssl.Purpose.SERVER_AUTH,
  File "/usr/lib/python3.8/ssl.py", line 745, in create_default_context
    context.load_verify_locations(cafile, capath, cadata)
ssl.SSLError: [X509: NO_CERTIFICATE_OR_CRL_FOUND] no certificate or crl found (_ssl.c:4263)
hertz@hertz-HP-

Hors ligne

#5 Le 11/04/2021, à 14:06

donat87

Re : Problème pour faire un rapport boot info

iznobe a écrit :

Bonjour , je ne veux pas etre pessimiste , mais ca sent mauvais ( si c ' est pas la reinstallation ) ... on dirait que python 3 est flingué ou absent .

python3 --version
Python 3.8.5

Hors ligne

#6 Le 11/04/2021, à 14:21

iznobe

Re : Problème pour faire un rapport boot info

vu que le reste a l' air de marche ( ca ne vient pas de python 3 ) tente :

sudo apt install --reinstall boot-info

et reessaie a nouveau le lancement

boot-info

Dernière modification par iznobe (Le 11/04/2021, à 14:23)


retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#7 Le 11/04/2021, à 14:27

geole

Re : Problème pour faire un rapport boot info

ssl.SSLError: [X509: NO_CERTIFICATE_OR_CRL_FOUND] no certificate or crl found (_ssl.c:4263)

Peut-$être un virus?   peut-être pas!   Il faudrait déactiver le secure boot pour en permettre l'exécution...

Cela serait peut-être boot-repair qui ne serait pas signé.... https://askubuntu.com/questions/1268016 … ages-below

Dernière modification par geole (Le 11/04/2021, à 14:30)


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

En ligne

#8 Le 16/04/2021, à 11:26

donat87

Re : Problème pour faire un rapport boot info

iznobe a écrit :

vu que le reste a l' air de marche ( ca ne vient pas de python 3 ) tente :

sudo apt install --reinstall boot-info

et reessaie a nouveau le lancement

boot-info

merci voici ce que j'obtient, et j'ai l'impression que j'ai un autre problème,qu'est ce qu'il faut faire ?

sudo apt install --reinstall boot-info
E: Entrée 60 mal formée dans list fichier /etc/apt/sources.list (Component)
E: La liste des sources ne peut être lue.
E: Entrée 60 mal formée dans list fichier /etc/apt/sources.list (Component)
E: La liste des sources ne peut être lue.
 

Hors ligne

#9 Le 16/04/2021, à 11:54

xubu1957

Re : Problème pour faire un rapport boot info

Bonjour,

Montre le sources.list :

find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;
cqfd93 a écrit :

Astuce pour copier / coller sans erreur :

  • triple clic gauche pour sélectionner et copier une ligne entière

  • clic molette pour coller dans le terminal


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

Hors ligne

#10 Le 16/04/2021, à 12:46

donat87

Re : Problème pour faire un rapport boot info

xubu1957 a écrit :

Bonjour,

Montre le sources.list :

find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;
cqfd93 a écrit :

Astuce pour copier / coller sans erreur :

  • triple clic gauche pour sélectionner et copier une ligne entière

  • clic molette pour coller dans le terminal

merci pour l'astuce Xubu;)
voici ce que ça me donne, je me demande s'il faut réinstaller ubuntu 20.04, ou bien la dernière version ?

find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;

/etc/apt/sources.list

     1	# deb cdrom:[Ubuntu 20.04.1 LTS _Focal Fossa_ - Release amd64 (20200731)]/ focal main restricted
     2	
     3	# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     4	# newer versions of the distribution.
     5	deb http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
     6	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
     7	
     8	## Major bug fix updates produced after the final release of the
     9	## distribution.
    10	deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted
    11	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted
    12	
    13	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    14	## team. Also, please note that software in universe WILL NOT receive any
    15	## review or updates from the Ubuntu security team.
    16	deb http://fr.archive.ubuntu.com/ubuntu/ focal universe
    17	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal universe
    18	deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe
    19	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe
    20	
    21	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    22	## team, and may not be under a free licence. Please satisfy yourself as to 
    23	## your rights to use the software. Also, please note that software in 
    24	## multiverse WILL NOT receive any review or updates from the Ubuntu
    25	## security team.
    26	deb http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
    27	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
    28	deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse
    29	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse
    30	
    31	## N.B. software from this repository may not have been tested as
    32	## extensively as that contained in the main release, although it includes
    33	## newer versions of some applications which may provide useful features.
    34	## Also, please note that software in backports WILL NOT receive any review
    35	## or updates from the Ubuntu security team.
    36	deb http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
    37	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
    38	
    39	## Uncomment the following two lines to add software from Canonical's
    40	## 'partner' repository.
    41	## This software is not part of Ubuntu, but is offered by Canonical and the
    42	## respective vendors as a service to Ubuntu users.
    43	# deb http://archive.canonical.com/ubuntu focal partner
    44	# deb-src http://archive.canonical.com/ubuntu focal partner
    45	
    46	deb http://security.ubuntu.com/ubuntu focal-security main restricted
    47	# deb-src http://security.ubuntu.com/ubuntu focal-security main restricted
    48	deb http://security.ubuntu.com/ubuntu focal-security universe
    49	# deb-src http://security.ubuntu.com/ubuntu focal-security universe
    50	deb http://security.ubuntu.com/ubuntu focal-security multiverse
    51	# deb-src http://security.ubuntu.com/ubuntu focal-security multiverse
    52	
    53	# This system was installed using small removable media
    54	# (e.g. netinst, live or single CD). The matching "deb cdrom"
    55	# entries were disabled at the end of the installation process.
    56	# For information about how to configure apt package sources,
    57	# see the sources.list(5) manual.
    58	deb https://dl.winehq.org/wine-builds/ubuntu/ focal main
    59	# deb-src https://dl.winehq.org/wine-builds/ubuntu/ focal main
    60	deb https://dl.winehq.org/wine-builds/ubuntu/focal main
    61	# deb-src https://dl.winehq.org/wine-builds/ubuntu/focal main

Hors ligne

#11 Le 16/04/2021, à 12:50

xubu1957

Re : Problème pour faire un rapport boot info

 58	deb https://dl.winehq.org/wine-builds/ubuntu/ focal main
    59	# deb-src https://dl.winehq.org/wine-builds/ubuntu/ focal main
    60	deb https://dl.winehq.org/wine-builds/ubuntu/focal main
    61	# deb-src https://dl.winehq.org/wine-builds/ubuntu/focal main

Cela ressemble à un doublon, avec une espace manquante, aux #60/61 entre / et focal.


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

Hors ligne

#12 Le 16/04/2021, à 12:51

donat87

Re : Problème pour faire un rapport boot info

j'aimerais préciser que lors de l'installation j'ai choisi d'effacer complètement le disque, et l'installation à partitionné le disque dur elle même. Mais après l'installation mon disque dur n'est pas visible je ne comprend pas pourquoi, est ce que la racine n'a pas été définie ?

Hors ligne

#13 Le 16/04/2021, à 12:53

xubu1957

Re : Problème pour faire un rapport boot info

Attends les conseils, d'intervenants connaisseurs.


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

Hors ligne

#14 Le 16/04/2021, à 12:57

donat87

Re : Problème pour faire un rapport boot info

xubu1957 a écrit :
 58	deb https://dl.winehq.org/wine-builds/ubuntu/ focal main
    59	# deb-src https://dl.winehq.org/wine-builds/ubuntu/ focal main
    60	deb https://dl.winehq.org/wine-builds/ubuntu/focal main
    61	# deb-src https://dl.winehq.org/wine-builds/ubuntu/focal main

Cela ressemble à un doublon, avec une espace manquante, aux #60/61 entre / et focal.

J'ai essayé d'installer wine d'après le tuto de ubuntu

https://doc.ubuntu-fr.org/wine 

, que faut il faire ? Merci

Hors ligne

#15 Le 16/04/2021, à 12:58

ylag

Re : Problème pour faire un rapport boot info

Bonjour,

La ligne #60 du fichier sources.list est mal formée et ferait doublon avec la ligne #58; il faut la supprimer du fichier :

sudo sed -i '60d' /etc/apt/sources.list

Attention :
Ne passer la commande précédente qu'une seule fois; il n'y aura aucun retour si elle s'exécute normalement.
Il faut aussi que le fichier n'ait subi aucune modification depuis le retour du commentaire #10, sinon la ligne #60 risquerait de ne plus être celle à supprimer.

Suivre ensuite d'un :

sudo apt update

A+

Dernière modification par ylag (Le 16/04/2021, à 13:07)

Hors ligne

#16 Le 16/04/2021, à 15:17

donat87

Re : Problème pour faire un rapport boot info

ylag a écrit :

Bonjour,

La ligne #60 du fichier sources.list est mal formée et ferait doublon avec la ligne #58; il faut la supprimer du fichier :

sudo sed -i '60d' /etc/apt/sources.list

Attention :
Ne passer la commande précédente qu'une seule fois; il n'y aura aucun retour si elle s'exécute normalement.
Il faut aussi que le fichier n'ait subi aucune modification depuis le retour du commentaire #10, sinon la ligne #60 risquerait de ne plus être celle à supprimer.

Suivre ensuite d'un :

sudo apt update

A+

Merci, j'avais déjà enlevé le paquet  'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main',

Hors ligne

#17 Le 16/04/2021, à 15:22

iznobe

Re : Problème pour faire un rapport boot info

Bonjour ,
et donc maintenant ?


retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#18 Le 16/04/2021, à 15:24

geole

Re : Problème pour faire un rapport boot info

Bonjour
Après elimination de la ligne en double, refais l'installation de boot-info

iznobe a écrit :

vu que le reste a l' air de marche ( ca ne vient pas de python 3 ) tente :

sudo apt install --reinstall boot-info

et reessaie a nouveau le lancement

boot-info

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

En ligne

#19 Le 16/04/2021, à 16:30

donat87

Re : Problème pour faire un rapport boot info

voici ce que j'obtient:

sudo apt install --reinstall boot-info
[sudo] Mot de passe de hertz : 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
E: Impossible de trouver le paquet boot-info
 

Hors ligne

#20 Le 16/04/2021, à 16:33

geole

Re : Problème pour faire un rapport boot info

Essaie

sudo add-apt-repository -y ppa:yannubuntu/boot-repair && sudo apt update 
sudo apt install -y boot-info && boot-info

Donne ce retour si cela ne fonctionne toujours pas

cat /etc/lsb-release

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

En ligne

#21 Le 16/04/2021, à 16:34

donat87

Re : Problème pour faire un rapport boot info

j'ai toujours la même erreur pour ajouter le repertoire pour l'installation du boot-info

 
sudo add-apt-repository -y ppa:yannubuntu/boot-repair && sudo apt update && sudo apt install -y boot-info && boot-info
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 380, in get_ppa_info
    ret = get_ppa_info_from_lp(user, ppa)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 110, in get_ppa_info_from_lp
    return get_info_from_lp(lp_url)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 104, in get_info_from_lp
    return get_info_from_https(lp_url, True)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 96, in get_info_from_https
    data = func(lp_url=url, accept_json=accept_json, retry_delays=retry_delays)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 138, in _get_https_content_py3
    lp_page = urllib.request.urlopen(request,
  File "/usr/lib/python3.8/urllib/request.py", line 210, in urlopen
    context = ssl.create_default_context(ssl.Purpose.SERVER_AUTH,
  File "/usr/lib/python3.8/ssl.py", line 745, in create_default_context
    context.load_verify_locations(cafile, capath, cadata)
ssl.SSLError: [X509: NO_CERTIFICATE_OR_CRL_FOUND] no certificate or crl found (_ssl.c:4263)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/add-apt-repository", line 137, in <module>
    shortcut = shortcut_handler(line)
  File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 884, in shortcut_handler
    ret = factory(shortcut)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 469, in shortcut_handler
    return PPAShortcutHandler(shortcut)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 426, in __init__
    info = get_ppa_info(self.shortcut)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 392, in get_ppa_info
    _get_suggested_ppa_message(user, ppa))
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 349, in _get_suggested_ppa_message
    lp_user = get_info_from_lp(LAUNCHPAD_USER_API % user)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 104, in get_info_from_lp
    return get_info_from_https(lp_url, True)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 96, in get_info_from_https
    data = func(lp_url=url, accept_json=accept_json, retry_delays=retry_delays)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 138, in _get_https_content_py3
    lp_page = urllib.request.urlopen(request,
  File "/usr/lib/python3.8/urllib/request.py", line 210, in urlopen
    context = ssl.create_default_context(ssl.Purpose.SERVER_AUTH,
  File "/usr/lib/python3.8/ssl.py", line 745, in create_default_context
    context.load_verify_locations(cafile, capath, cadata)
ssl.SSLError: [X509: NO_CERTIFICATE_OR_CRL_FOUND] no certificate or crl found (_ssl.c:4263)
 

Hors ligne

#22 Le 16/04/2021, à 16:48

geole

Re : Problème pour faire un rapport boot info

J' ai vu cela comme solution dans une vieille version https://askubuntu.com/questions/897560/ … -ssl-c3053

apt-get install --reinstall ca-certificates
sudo update-ca-certificates

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

En ligne

#23 Le 16/04/2021, à 17:53

iznobe

Re : Problème pour faire un rapport boot info

et cette commande seule :

sudo add-apt-repository -y ppa:yannubuntu/boot-repair

suivi de

sudo apt dist-upgrade

.

Dernière modification par iznobe (Le 16/04/2021, à 17:57)


retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#24 Le 16/04/2021, à 18:32

donat87

Re : Problème pour faire un rapport boot info

Merci j' ai reussis à installer boot-info : je sais pas si tout est correct cette fois wink

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

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

sda1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  FAT32
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /efi/BOOT/fbx64.efi /efi/BOOT/mmx64.efi 
                       /efi/ubuntu/grubx64.efi /efi/ubuntu/mmx64.efi 
                       /efi/ubuntu/shimx64.efi /efi/ubuntu/grub.cfg

sda2: __________________________________________________________________________

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

sdb1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  SYSLINUX 4.03 0x4d8ae235
    Boot sector info:  Syslinux looks at sector 5676772 of /dev/sdb1 for its 
                       second stage. SYSLINUX is installed in the / 
                       directory. The integrity check of the ADV area failed. 
                       No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /boot/grub/grub.cfg /syslinux.cfg 
                       /efi/BOOT/grubx64.efi /efi/BOOT/mmx64.efi /ldlinux.sys


================================ 1 OS detected =================================

OS#1:   L'OS actuellement utilisé - Ubuntu 20.04.2 LTS CurrentSession on sda2

============================ Architecture/Host Info ============================

CPU architecture: 64-bit
BOOT_IMAGE of the installed session in use:
/boot/vmlinuz-5.8.0-48-generic root=UUID=8e4cabd2-6dae-469a-90f1-d94fb5626ff2 ro quiet splash vt.handoff=7


===================================== UEFI =====================================

BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
SecureBoot disabled.

efibootmgr -v
BootCurrent: 0004
Timeout: 0 seconds
BootOrder: 0004,3004,2001,2002,2003
Boot0000* Adaptateur réseau (IPv4 Legacy)	BBS(128,,0x0).......................................................................
Boot0001* Disque dur portable - WDC WD5000BPKX-75HPJT0	BBS(HD,,0x500)................-...........A......................................6........A.........................
Boot0002* Disque dur USB - Generic External	BBS(7,,0x500)..................................................................RI........A.....................
Boot0004* ubuntu	HD(1,GPT,1309ed8d-dd88-4aad-bc52-3e47839ce8c6,0x800,0x100000)/File(\EFI\ubuntu\shimx64.efi)
Boot2001* USB Drive (UEFI)	RC
Boot2002* Internal CD/DVD ROM Drive (UEFI)	RC
Boot3000* Internal Hard Disk or Solid State Disk	RC
Boot3001* Internal Hard Disk or Solid State Disk	RC
Boot3002* Internal Hard Disk or Solid State Disk	RC
Boot3003* Internal Hard Disk or Solid State Disk	RC
Boot3004* Internal Hard Disk or Solid State Disk	RC

2895d47544fd587b26c7e29be1295c27   sda1/BOOT/fbx64.efi
dc3c47be2f78a78e5e57d097ae6c5c84   sda1/BOOT/mmx64.efi
957dc7e5f72c1d7393bf7850df5db2db   sda1/ubuntu/grubx64.efi
dc3c47be2f78a78e5e57d097ae6c5c84   sda1/ubuntu/mmx64.efi
78415fb8fb9b909f8029858113f1335f   sda1/ubuntu/shimx64.efi
78415fb8fb9b909f8029858113f1335f   sda1/BOOT/BOOTX64.efi
96a59e7186f7ab840bdc92ba47b89947   sdb1/BOOT/grubx64.efi
4487628005555bfd4a4c0a47211e0700   sdb1/BOOT/mmx64.efi
f7a57b08bc7c1c85417ae4cea582d1d4   sdb1/BOOT/BOOTx64.efi


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

Disks info: ____________________________________________________________________

sda	: is-GPT,	no-BIOSboot,	has---ESP, 	not-usb,	not-mmc, has-os,	2048 sectors * 512 bytes
sdb	: notGPT,	no-BIOSboot,	has---ESP, 	liveusb,	not-mmc, no-os,	32 sectors * 512 bytes

Partitions info (1/3): _________________________________________________________

sda2	: is-os,	64, apt-get,	signed grub-pc grub-efi ,	grub2,	grub-install,	grubenv-ok,	update-grub,	farbios
sda1	: no-os,	32, nopakmgr,	no-docgrub,	nogrub,	nogrubinstall,	no-grubenv,	noupdategrub,	not-far
sdb1	: no-os,	32, nopakmgr,	no-docgrub,	nogrub,	nogrubinstall,	no-grubenv,	noupdategrub,	not-far

Partitions info (2/3): _________________________________________________________

sda2	: isnotESP,	fstab-has-goodEFI,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot
sda1	: is---ESP,	part-has-no-fstab,	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

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

fdisk -l (filtered): ___________________________________________________________

Disk sda: 465.78 GiB, 500107862016 bytes, 976773168 sectors
Disk identifier: C0DFEEB5-2C55-482B-AF31-69398E027851
        Start       End   Sectors   Size Type
sda1     2048   1050623   1048576   512M EFI System
sda2  1050624 976771071 975720448 465.3G Linux filesystem
Disk sdb: 14.33 GiB, 15376318464 bytes, 30031872 sectors
Disk identifier: 0x00000000
      Boot Start      End  Sectors  Size Id Type
sdb1  *       32 30031871 30031840 14.3G  b W95 FAT32

parted -lm (filtered): _________________________________________________________

sda:500GB:scsi:512:4096:gpt:ATA WDC WD5000BPKX-7:;
1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
2:538MB:500GB:500GB:ext4::;
sdb:15.4GB:scsi:512:512:msdos:SanDisk Cruzer Spark:;
1:16.4kB:15.4GB:15.4GB:fat32::boot;

blkid (filtered): ______________________________________________________________

NAME   FSTYPE   UUID                                 PARTUUID                             LABEL  PARTLABEL
sda                                                                                              
├─sda1 vfat     5B00-6AB6                            1309ed8d-dd88-4aad-bc52-3e47839ce8c6        EFI System Partition
└─sda2 ext4     8e4cabd2-6dae-469a-90f1-d94fb5626ff2 5539d152-8041-4b0a-ae55-ce08b49d30f9        
sdb                                                                                              
└─sdb1 vfat     8A46-12FD                                                                 UBUNTU 

df (filtered): _________________________________________________________________

                   Avail Use% Mounted on
sda1              503.2M   2% /mnt/boot-sav/sda1
sda2              401.3G   7% /
sdb1               11.6G  19% /media/hertz/UBUNTU

Mount options: __________________________________________________________________

sda1              rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
sda2              rw,relatime,errors=remount-ro
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

===================== sda1/efi/ubuntu/grub.cfg (filtered) ======================

search.fs_uuid 8e4cabd2-6dae-469a-90f1-d94fb5626ff2 root hd0,gpt2 
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg

====================== sda2/boot/grub/grub.cfg (filtered) ======================

Ubuntu   8e4cabd2-6dae-469a-90f1-d94fb5626ff2
Ubuntu, avec Linux 5.8.0-48-generic   8e4cabd2-6dae-469a-90f1-d94fb5626ff2
Ubuntu, avec Linux 5.4.0-42-generic   8e4cabd2-6dae-469a-90f1-d94fb5626ff2
### END /etc/grub.d/30_os-prober ###
UEFI Firmware Settings   uefi-firmware
### END /etc/grub.d/30_uefi-firmware ###

========================== sda2/etc/fstab (filtered) ===========================

# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda2 during installation
UUID=8e4cabd2-6dae-469a-90f1-d94fb5626ff2 /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda1 during installation
UUID=5B00-6AB6  /boot/efi       vfat    umask=0077      0       1
/swapfile                                 none            swap    sw              0       0

======================= sda2/etc/default/grub (filtered) =======================

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

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

           GiB - GB             File                                 Fragment(s)
 101,993904114 = 109,515120640  boot/grub/grub.cfg                             2
 101,642894745 = 109,138227200  boot/vmlinuz                                   2
   5,277462006 = 5,666631680    boot/vmlinuz-5.4.0-42-generic                  1
 101,642894745 = 109,138227200  boot/vmlinuz-5.8.0-48-generic                  2
   5,277462006 = 5,666631680    boot/vmlinuz.old                               1
   6,081493378 = 6,529953792    boot/initrd.img                                1
 104,709304810 = 112,430759936  boot/initrd.img-5.4.0-42-generic               4
   6,081493378 = 6,529953792    boot/initrd.img-5.8.0-48-generic               1
 104,709304810 = 112,430759936  boot/initrd.img.old                            4

===================== sda2: ls -l /etc/grub.d/ (filtered) ======================

-rwxr-xr-x 1 root root 17622 févr. 12 23:03 10_linux
-rwxr-xr-x 1 root root 42359 févr. 12 23:03 10_linux_zfs
-rwxr-xr-x 1 root root 12894 juil. 31  2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 juil. 31  2020 30_os-prober
-rwxr-xr-x 1 root root  1424 juil. 31  2020 30_uefi-firmware
-rwxr-xr-x 1 root root   214 juil. 31  2020 40_custom
-rwxr-xr-x 1 root root   216 juil. 31  2020 41_custom

====================== sdb1/boot/grub/grub.cfg (filtered) ======================

Ubuntu
Ubuntu (safe graphics)
OEM install (for manufacturers)
Boot from next volume
UEFI Firmware Settings

========================= sdb1/syslinux.cfg (filtered) =========================

default menu.c32
prompt 0
menu title UNetbootin
timeout 100
label unetbootindefault
menu label Default
kernel /ubnkern
append initrd=/ubninit file=/cdrom/preseed/ubuntu.seed quiet splash ---
label ubnentry0
menu label ^Help
kernel /ubnkern
append initrd=/ubninit 
label ubnentry1
menu label ^Try Ubuntu without installing
kernel /casper/vmlinuz
append initrd=/casper/initrd file=/cdrom/preseed/ubuntu.seed  quiet splash ---
label ubnentry2
menu label ^Try Ubuntu without installing (safe graphics)
kernel /casper/vmlinuz
append initrd=/casper/initrd file=/cdrom/preseed/ubuntu.seed  quiet splash nomodeset ---
label ubnentry3
menu label ^Install Ubuntu
kernel /casper/vmlinuz
append initrd=/casper/initrd file=/cdrom/preseed/ubuntu.seed only-ubiquity  quiet splash ---
label ubnentry4
menu label ^Install Ubuntu (safe graphics)
kernel /casper/vmlinuz
append initrd=/casper/initrd file=/cdrom/preseed/ubuntu.seed only-ubiquity  quiet splash nomodeset ---
label ubnentry5
menu label Test ^memory
kernel /install/mt86plus
append initrd=/ubninit 
label ubnentry6
menu label ^Boot from first hard disk
kernel /ubnkern
append initrd=/ubninit 
label ubnentry7
menu label Ubuntu
kernel /casper/vmlinuz
append initrd=/casper/initrd file=/cdrom/preseed/ubuntu.seed maybe-ubiquity quiet splash ---
label ubnentry8
menu label Ubuntu (safe graphics)
kernel /casper/vmlinuz
append initrd=/casper/initrd file=/cdrom/preseed/ubuntu.seed maybe-ubiquity quiet splash nomodeset ---
label ubnentry9
menu label OEM install (for manufacturers)
kernel /casper/vmlinuz
append initrd=/casper/initrd file=/cdrom/preseed/ubuntu.seed only-ubiquity quiet splash oem-config/enable=true ---

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

           GiB - GB             File                                 Fragment(s)
            ?? = ??             boot/grub/grub.cfg                             1

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

           GiB - GB             File                                 Fragment(s)
            ?? = ??             syslinux.cfg                                   1
            ?? = ??             ldlinux.sys                                    1
            ?? = ??             menu.c32                                       1

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

 menu.c32                           :  COM32R module (v4.xx)


=============================== StdErr Messages ================================

/usr/share/boot-sav/b-i-s-functions.sh: ligne 884 : [: 2,73495e+09 : nombre entier attendu comme expression

Suggested repair: ______________________________________________________________

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

Final advice in case of suggested repair: ______________________________________


Please do not forget to make your UEFI firmware boot on the L'OS actuellement utilisé - Ubuntu 20.04.2 LTS CurrentSession entry (sda1/efi/****/shim****.efi (**** will be updated in the final message)  

Hors ligne

#25 Le 16/04/2021, à 18:49

geole

Re : Problème pour faire un rapport boot info

Bonjour
La structure de boot est correcte. On y voit même que tu as oublié de débrancher le support d'installation..


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

En ligne