#26 Le 02/08/2024, à 06:49
- xubu1957
Re : [résolu] Ecran noir au démarrage de Ubuntu 20.04.06 LTS v.5.15.0.116
Bonjour,
Dans le [Tuto] Pas de Wi-fi ? Éléments importants à vérifier, j'avais conservé cette réponse ancienne de Larry Finger :
Ce référentiel comprend des pilotes pour les cartes suivantes:
RTL8822BE, RTL8822CE, RTL8821CE et RTL8723DE
Si vous recherchez un pilote pour des puces telles que RTL8188EE, RTL8192CE, RTL8192CU, RTL8192DE, RTL8192EE, RTL8192SE, RTL8723AE, RTL8723BE ou RTL8821AE, celles-ci doivent être fournies par votre noyau.
Sinon, vous devez vous rendre sur le projet Backports backports.wiki.kernel.org/index.php/Main_Page pour obtenir le code nécessaire.
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
Hors ligne
#27 Le 02/08/2024, à 08:06
- pcho
Re : [résolu] Ecran noir au démarrage de Ubuntu 20.04.06 LTS v.5.15.0.116
Bonjour,
Donne le retour de :
sudo add-apt-repository -ry ppa:ffdiaporamateam/stable
Le premier ne donne rien. Cela ne me pose pas de problème de supprimer l'appli que je n'utilisais plus car trop instable.
(base) pierre@Tour-ubuntu:~$ sudo add-apt-repository -ry ppa:ffdiaporamateam/stable
[sudo] Mot de passe de pierre :
(base) pierre@Tour-ubuntu:~$
Le second est un dépôt de MediaHuman pour lequel il manque la clé. Le tout est de savoir si tu as réussi à installer un ou des logiciels parmi ceux proposés pour Ubuntu afin de décider de supprimer le dépôt ou d’ajouter la clé.
Pour voir si au moins un des logiciels est installé, donne le retour de :dpkg -l youtube-to-mp3 youtube-downloader lyrics-finder
(base) pierre@Tour-ubuntu:~$ dpkg -l youtube-to-mp3 youtube-downloader lyrics-finder
dpkg-query: aucun paquet ne correspond à youtube-to-mp3
dpkg-query: aucun paquet ne correspond à youtube-downloader
dpkg-query: aucun paquet ne correspond à lyrics-finder
(base) pierre@Tour-ubuntu:~$
Tu es en version 20.04. Il faudra d’abord faire une mise à niveau vers 22.04 puis vers 24.04. Tu auras peut-être plus vite fait de faire une nouvelle installation de la version 24.04.
Est-ce qu'installer sans passer par une mise à jour oblige à réinstaller tous les logiciels ? Est-ce que cela peut résoudre le problème du driver Wifi ?
Hors ligne
#28 Le 02/08/2024, à 08:49
- nany
Re : [résolu] Ecran noir au démarrage de Ubuntu 20.04.06 LTS v.5.15.0.116
Bien, donne le retour de :
find /etc/apt -type f -regex ".*\(list\|sources\).*" -exec bash -c 'echo -e "\n\t$1\n" ; [ "${1##*.}" = "list" -o "${1##*.}" = "sources" ] && cat "$1"' _ '{}' \;
Est-ce qu'installer sans passer par une mise à jour oblige à réinstaller tous les logiciels ?
Oui.
Est-ce que cela peut résoudre le problème du driver Wifi ?
Je ne sais pas.
En ligne
#29 Le 02/08/2024, à 17:41
- pcho
Re : [résolu] Ecran noir au démarrage de Ubuntu 20.04.06 LTS v.5.15.0.116
Re-bonjour,
Bien, donne le retour de :
find /etc/apt -type f -regex ".*\(list\|sources\).*" -exec bash -c 'echo -e "\n\t$1\n" ; [ "${1##*.}" = "list" -o "${1##*.}" = "sources" ] && cat "$1"' _ '{}' \;
Voici :
(base) pierre@Tour-ubuntu:~$ find /etc/apt -type f -regex ".*\(list\|sources\).*" -exec bash -c 'echo -e "\n\t$1\n" ; [ "${1##*.}" = "list" -o "${1##*.}" = "sources" ] && cat "$1"' _ '{}' \;
/etc/apt/sources.list.d/mscore-ubuntu-ubuntu-mscore-stable-focal.list
deb http://ppa.launchpad.net/mscore-ubuntu/mscore-stable/ubuntu focal main
# deb-src http://ppa.launchpad.net/mscore-ubuntu/mscore-stable/ubuntu focal main
/etc/apt/sources.list.d/obsproject-ubuntu-obs-studio-focal.list
deb http://ppa.launchpad.net/obsproject/obs-studio/ubuntu focal main
# deb-src http://ppa.launchpad.net/obsproject/obs-studio/ubuntu focal main
/etc/apt/sources.list.d/obsproject-ubuntu-obs-studio-focal.list.save
/etc/apt/sources.list.d/ffdiaporamateam-ubuntu-stable-focal.list
/etc/apt/sources.list.d/ffdiaporamateam-ubuntu-stable-focal.list.save
/etc/apt/sources.list.d/mscore-ubuntu-ubuntu-mscore-stable-focal.list.save
/etc/apt/sources.list.d/ancestris-ubuntu-ancestris-stable-focal.list
deb http://ppa.launchpad.net/ancestris/ancestris-stable/ubuntu focal main
# deb-src http://ppa.launchpad.net/ancestris/ancestris-stable/ubuntu focal main
/etc/apt/sources.list.d/teamviewer.list
### TeamViewer DEB repository list
### NOTE: Manual changes to this file
### - prevent it from being updated by TeamViewer package updates
### - will be lost after using the 'teamviewer repo' command
### The original file can be restored with this command:
### cp /opt/teamviewer/tv_bin/script/teamviewer.list /etc/apt/sources.list.d/teamviewer.list
### which has the same effect as 'teamviewer repo default'
### NOTE: It is preferred to use the following commands to edit this file:
### teamviewer repo - show current repository configuration
### teamviewer repo default - restore default configuration
### teamviewer repo disable - disable the repository
### teamviewer repo stable - make all regular TeamViewer packages available (default)
### teamviewer repo preview - additionally, make feature preview packages available
### teamviewer repo development - additionally, make the latest development packages available
deb [signed-by=/usr/share/keyrings/teamviewer-keyring.gpg] https://linux.teamviewer.com/deb stable main
# deb [signed-by=/usr/share/keyrings/teamviewer-keyring.gpg] https://linux.teamviewer.com/deb preview main
/etc/apt/sources.list.d/teamviewer.list.save
/etc/apt/sources.list.d/ancestris-ubuntu-ancestris-stable-focal.list.save
/etc/apt/sources.list.save
/etc/apt/sources.list
# deb cdrom:[Ubuntu 20.04 LTS _Focal Fossa_ - Release amd64 (20200423)]/ focal main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ focal universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal universe
deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu focal partner
# deb-src http://archive.canonical.com/ubuntu focal partner
deb http://security.ubuntu.com/ubuntu focal-security main restricted
# deb-src http://security.ubuntu.com/ubuntu focal-security main restricted
deb http://security.ubuntu.com/ubuntu focal-security universe
# deb-src http://security.ubuntu.com/ubuntu focal-security universe
deb http://security.ubuntu.com/ubuntu focal-security multiverse
# deb-src http://security.ubuntu.com/ubuntu focal-security multiverse
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
deb https://www.mediahuman.com/packages/ubuntu focal main
# deb-src https://www.mediahuman.com/packages/ubuntu focal main
(base) pierre@Tour-ubuntu:~$
Hors ligne
#30 Le 02/08/2024, à 18:38
- nany
Re : [résolu] Ecran noir au démarrage de Ubuntu 20.04.06 LTS v.5.15.0.116
OK, donne le retour de :
sudo sed -i '/mediahuman/d' /etc/apt/sources.list && cat /etc/apt/sources.list
En ligne
#31 Le 02/08/2024, à 19:02
- pcho
Re : [résolu] Ecran noir au démarrage de Ubuntu 20.04.06 LTS v.5.15.0.116
OK, donne le retour de :
sudo sed -i '/mediahuman/d' /etc/apt/sources.list && cat /etc/apt/sources.list
(base) pierre@Tour-ubuntu:~$ sudo sed -i '/mediahuman/d' /etc/apt/sources.list && cat /etc/apt/sources.list
[sudo] Mot de passe de pierre :
# deb cdrom:[Ubuntu 20.04 LTS _Focal Fossa_ - Release amd64 (20200423)]/ focal main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ focal universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal universe
deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu focal partner
# deb-src http://archive.canonical.com/ubuntu focal partner
deb http://security.ubuntu.com/ubuntu focal-security main restricted
# deb-src http://security.ubuntu.com/ubuntu focal-security main restricted
deb http://security.ubuntu.com/ubuntu focal-security universe
# deb-src http://security.ubuntu.com/ubuntu focal-security universe
deb http://security.ubuntu.com/ubuntu focal-security multiverse
# deb-src http://security.ubuntu.com/ubuntu focal-security multiverse
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
(base) pierre@Tour-ubuntu:
Hors ligne
#32 Le 02/08/2024, à 19:18
- nany
Re : [résolu] Ecran noir au démarrage de Ubuntu 20.04.06 LTS v.5.15.0.116
Bon maintenant on relance la mise à jour.
Donne le retour de :
sudo apt clean && sudo apt update && sudo apt full-upgrade -y
En ligne
#33 Le 02/08/2024, à 19:41
- pcho
Re : [résolu] Ecran noir au démarrage de Ubuntu 20.04.06 LTS v.5.15.0.116
Voici :
(base) pierre@Tour-ubuntu:~$ sudo apt clean && sudo apt update && sudo apt full-upgrade -y
[sudo] Mot de passe de pierre :
Atteint :1 http://fr.archive.ubuntu.com/ubuntu focal InRelease
Réception de :2 http://fr.archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB]
Atteint :3 http://security.ubuntu.com/ubuntu focal-security InRelease
Atteint :4 http://ppa.launchpad.net/ancestris/ancestris-stable/ubuntu focal InRelease
Atteint :5 http://ppa.launchpad.net/mscore-ubuntu/mscore-stable/ubuntu focal InRelease
Atteint :6 http://ppa.launchpad.net/obsproject/obs-studio/ubuntu focal InRelease
Atteint :7 http://fr.archive.ubuntu.com/ubuntu focal-backports InRelease
Atteint :8 https://linux.teamviewer.com/deb stable InRelease
128 ko réceptionnés en 8s (16,3 ko/s)
Hors ligne
#34 Le 02/08/2024, à 20:34
- nany
Re : [résolu] Ecran noir au démarrage de Ubuntu 20.04.06 LTS v.5.15.0.116
C’est tout ?
Donne le retour de simplement :
sudo apt full-upgrade -y
En ligne
#35 Le 02/08/2024, à 20:45
- pcho
Re : [résolu] Ecran noir au démarrage de Ubuntu 20.04.06 LTS v.5.15.0.116
Voici :
(base) pierre@Tour-ubuntu:~$ sudo apt full-upgrade -y
[sudo] Mot de passe de pierre :
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
Get more security updates through Ubuntu Pro with 'esm-apps' enabled:
libavformat58 librpmsign8 exo-utils libmagick++-6.q16-8 libavfilter7
rpm2cpio libimage-magick-perl ffmpeg libmagickcore-6.q16-6-extra
libimage-magick-q16-perl imagemagick libswresample3 librpmbuild8 libzmq5
python2.7-minimal libmagickwand-6.q16-6 debugedit python2.7 libexo-2-0
libpostproc55 librpmio8 imagemagick-6.q16 rpm-common libgsasl7 rpm
libavcodec-extra librpm8 libexo-common libavutil56 libavdevice58 libswscale5
libopenexr24 libsdl2-2.0-0 libmysofa1 libmagickcore-6.q16-6
libpython2.7-minimal libavcodec-extra58 libpython2.7-stdlib libavresample4
libde265-0 libexo-helpers imagemagick-6-common
Learn more about Ubuntu Pro at https://ubuntu.com/pro
Les paquets suivants seront mis à jour :
python3-update-manager update-manager update-manager-core
3 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 602 ko dans les archives.
Après cette opération, 0 o d'espace disque supplémentaires seront utilisés.
Réception de :1 http://fr.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-update-manager all 1:20.04.10.21 [38,4 kB]
Réception de :2 http://fr.archive.ubuntu.com/ubuntu focal-updates/main amd64 update-manager-core all 1:20.04.10.21 [11,6 kB]
Réception de :3 http://fr.archive.ubuntu.com/ubuntu focal-updates/main amd64 update-manager all 1:20.04.10.21 [552 kB]
602 ko réceptionnés en 0s (4207 ko/s)
(Lecture de la base de données... 251570 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../python3-update-manager_1%3a20.04.10.21_all.deb ...
Dépaquetage de python3-update-manager (1:20.04.10.21) sur (1:20.04.10.20) ...
Préparation du dépaquetage de .../update-manager-core_1%3a20.04.10.21_all.deb ...
Dépaquetage de update-manager-core (1:20.04.10.21) sur (1:20.04.10.20) ...
Préparation du dépaquetage de .../update-manager_1%3a20.04.10.21_all.deb ...
Dépaquetage de update-manager (1:20.04.10.21) sur (1:20.04.10.20) ...
Paramétrage de python3-update-manager (1:20.04.10.21) ...
Paramétrage de update-manager-core (1:20.04.10.21) ...
Paramétrage de update-manager (1:20.04.10.21) ...
Traitement des actions différées (« triggers ») pour desktop-file-utils (0.24-1ubuntu3) ...
Traitement des actions différées (« triggers ») pour mime-support (3.64ubuntu1) ...
Traitement des actions différées (« triggers ») pour gnome-menus (3.36.0-1ubuntu1) ...
Traitement des actions différées (« triggers ») pour libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.7) ...
Traitement des actions différées (« triggers ») pour man-db (2.9.1-1) ...
(base) pierre@Tour-ubuntu:~$
Hors ligne
#36 Le 02/08/2024, à 20:49
- nany
Re : [résolu] Ecran noir au démarrage de Ubuntu 20.04.06 LTS v.5.15.0.116
J’avais espéré voir la version 5.15.0-117 du noyau.
Donne le retour de :
dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|o|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}'
En ligne
#37 Le 02/08/2024, à 20:51
- pcho
Re : [résolu] Ecran noir au démarrage de Ubuntu 20.04.06 LTS v.5.15.0.116
Elle semble là :
(base) pierre@Tour-ubuntu:~$ dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|o|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}'
ii linux-hwe-5.15-headers-5.15.0-116 5.15.0-116.126~20.04.1 all
ii linux-headers-5.15.0-116-generic 5.15.0-116.126~20.04.1 amd64
ii linux-image-5.15.0-116-generic 5.15.0-116.126~20.04.1 amd64
ii linux-modules-5.15.0-116-generic 5.15.0-116.126~20.04.1 amd64
ii linux-modules-extra-5.15.0-116-generic 5.15.0-116.126~20.04.1 amd64
ii linux-hwe-5.15-headers-5.15.0-117 5.15.0-117.127~20.04.1 all
ii linux-headers-5.15.0-117-generic 5.15.0-117.127~20.04.1 amd64
ii linux-image-5.15.0-117-generic 5.15.0-117.127~20.04.1 amd64
ii linux-modules-5.15.0-117-generic 5.15.0-117.127~20.04.1 amd64
ii linux-modules-extra-5.15.0-117-generic 5.15.0-117.127~20.04.1 amd64
ii linux-generic-hwe-20.04 5.15.0.117.127~20.04.1 amd64
ii linux-headers-generic-hwe-20.04 5.15.0.117.127~20.04.1 amd64
ii linux-image-generic-hwe-20.04 5.15.0.117.127~20.04.1 amd64
(base) pierre@Tour-ubuntu:~$
Hors ligne
#38 Le 02/08/2024, à 20:56
- nany
Re : [résolu] Ecran noir au démarrage de Ubuntu 20.04.06 LTS v.5.15.0.116
Ah ben cette version est déjà là !
Donne le retour de :
uname -r
En ligne
#39 Le 02/08/2024, à 21:00
- pcho
Re : [résolu] Ecran noir au démarrage de Ubuntu 20.04.06 LTS v.5.15.0.116
(base) pierre@Tour-ubuntu:~$ uname -r
5.15.0-116-generic
(base) pierre@Tour-ubuntu:
Mon disque est encore très plein. J'ai lancé des transferts sur le cloud mais comme il n'y a pas beaucoup de place, ça rest ene cache.
Par ailleurs mes lés USB ne semblent pas détectées.
Hors ligne
#40 Le 02/08/2024, à 21:06
- nany
Re : [résolu] Ecran noir au démarrage de Ubuntu 20.04.06 LTS v.5.15.0.116
Bien, il faudrait que tu redémarres sur la version 117 pour voir si le wifi revient.
En ligne
#41 Le 02/08/2024, à 21:18
- pcho
Re : [résolu] Ecran noir au démarrage de Ubuntu 20.04.06 LTS v.5.15.0.116
Ouiiii !
Le Wifi refonctionne et mes clés usb sont détectées.
Je vais pouvoir continuer le mébnage plus efficacement
Merci beaucoup Nany et Xubu1957 pour le temps que vous m'avez consacré.
Je crois que je peux mettre la conversation en résolu
Hors ligne
#42 Le 02/08/2024, à 21:25
- xubu1957
Re : [résolu] Ecran noir au démarrage de Ubuntu 20.04.06 LTS v.5.15.0.116
Bonjour,
Pour info > [Tutoriel] ncdu - Repérer les éléments volumineux
Le titre est limité à 70 caractères.
Merci
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
Hors ligne
#43 Le 02/08/2024, à 21:40
- nany
Re : [résolu] Ecran noir au démarrage de Ubuntu 20.04.06 LTS v.5.15.0.116
Bien, tu as une version fonctionnelle du noyau.
Une dernière chose, donne les retours de :
sudo sed -i 's/ amd_iommu=off//g' /etc/default/grub && cat /etc/default/grub
sudo update-grub
En ligne
#44 Le 02/08/2024, à 21:40
- pcho
Re : [résolu] Ecran noir au démarrage de Ubuntu 20.04.06 LTS v.5.15.0.116
Merci beaucoup à vous deux et bonne fin de soirée !
Hors ligne
#45 Le 02/08/2024, à 21:43
- pcho
Re : [résolu] Ecran noir au démarrage de Ubuntu 20.04.06 LTS v.5.15.0.116
Tu n'oublie rien ! Merci encore
(base) pierre@Tour-ubuntu:~$ sudo sed -i 's/ amd_iommu=off//g' /etc/default/grub && cat /etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
(base) pierre@Tour-ubuntu:~$
(base) pierre@Tour-ubuntu:~$ sudo update-grub
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Création du fichier de configuration GRUB…
Image Linux trouvée : /boot/vmlinuz-5.15.0-117-generic
Image mémoire initiale trouvée : /boot/initrd.img-5.15.0-117-generic
Image Linux trouvée : /boot/vmlinuz-5.15.0-116-generic
Image mémoire initiale trouvée : /boot/initrd.img-5.15.0-116-generic
Adding boot menu entry for UEFI Firmware Settings
fait
(base) pierre@Tour-ubuntu:~$
Hors ligne
#46 Le 02/08/2024, à 21:45
- nany
Re : [résolu] Ecran noir au démarrage de Ubuntu 20.04.06 LTS v.5.15.0.116
C’est bon pour moi.
Bonne nuit.
En ligne