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 30/04/2023, à 17:04

dmethot

Kernel panic: comment choisir le kernel par défaut au démarrage?

Bonjour, toutes les versions suivant la version 4.4.0-154 ne fonctionnent pas. Depuis quelques années je contourne le problème en choisissant cette version au redémarrage, mais j'aimerais donner l'ordinateur sans ce problème.

Hors ligne

#2 Le 30/04/2023, à 17:06

xubu1957

Re : Kernel panic: comment choisir le kernel par défaut au démarrage?

Bonjour,

Donne les retours de :

sudo apt update

les noyaux présents :

echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"
dpkg -l | grep -v ^ii

et :

df -Th

en te servant du Retour utilisable de commande.


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

#3 Le 30/04/2023, à 17:10

dmethot

Re : Kernel panic: comment choisir le kernel par défaut au démarrage?

retour sudo apt update

Atteint :1 http://ca.archive.ubuntu.com/ubuntu jammy InRelease
Réception de :2 http://ca.archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
Réception de :3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Réception de :4 http://ca.archive.ubuntu.com/ubuntu jammy-backports InRelease [108 kB]
Réception de :5 http://ca.archive.ubuntu.com/ubuntu jammy-updates/main amd64 DEP-11 Metadata [101 kB]
Réception de :6 http://ca.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 DEP-11 Metadata [269 kB]
Réception de :7 http://ca.archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 DEP-11 Metadata [940 B]
Réception de :8 http://ca.archive.ubuntu.com/ubuntu jammy-backports/main amd64 DEP-11 Metadata [7988 B]
Réception de :9 http://ca.archive.ubuntu.com/ubuntu jammy-backports/universe amd64 DEP-11 Metadata [12,9 kB]
Réception de :10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 DEP-11 Metadata [41,6 kB]
Réception de :11 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 DEP-11 Metadata [18,5 kB]
789 ko réceptionnés en 1s (824 ko/s)<font color="#A2734C">           </font>
Lecture des listes de paquets... Fait
Construction de l&apos;arbre des dépendances... Fait
Lecture des informations d&apos;état... Fait     
Tous les paquets sont à jour.

Hors ligne

#4 Le 30/04/2023, à 17:12

xubu1957

Re : Kernel panic: comment choisir le kernel par défaut au démarrage?

Bonjour,

Pour ajouter toi-même les balises code à ton précédent message #3 :

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

  • Sélectionner le texte

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

Balisesmoko138.jpg

sudo apt update

Atteint :1 http://ca.archive.ubuntu.com/ubuntu jammy InRelease
Réception de :2 http://ca.archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
Réception de :3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Réception de :4 http://ca.archive.ubuntu.com/ubuntu jammy-backports InRelease [108 kB]
Réception de :5 http://ca.archive.ubuntu.com/ubuntu jammy-updates/main amd64 DEP-11 Metadata [101 kB]
Réception de :6 http://ca.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 DEP-11 Metadata [269 kB]
Réception de :7 http://ca.archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 DEP-11 Metadata [940 B]
Réception de :8 http://ca.archive.ubuntu.com/ubuntu jammy-backports/main amd64 DEP-11 Metadata [7988 B]
Réception de :9 http://ca.archive.ubuntu.com/ubuntu jammy-backports/universe amd64 DEP-11 Metadata [12,9 kB]
Réception de :10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 DEP-11 Metadata [41,6 kB]
Réception de :11 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 DEP-11 Metadata [18,5 kB]
789 ko réceptionnés en 1s (824 ko/s)<font color="#A2734C">           </font>
Lecture des listes de paquets... Fait
Construction de l&apos;arbre des dépendances... Fait
Lecture des informations d&apos;état... Fait     
Tous les paquets sont à jour.

#4 :

ii  linux-image-4.4.0-154-generic          4.4.0-154.181  amd64
ii  linux-modules-4.4.0-154-generic        4.4.0-154.181  amd64
ii  linux-modules-extra-4.4.0-154-generic  4.4.0-154.181  amd64
ii  linux-image-5.15.0-71-generic          5.15.0-71.78   amd64
ii  linux-modules-5.15.0-71-generic        5.15.0-71.78   amd64
ii  linux-modules-extra-5.15.0-71-generic  5.15.0-71.78   amd64
ii  linux-image-generic                    5.15.0.71.69   amd64

Noyau courant : 4.4.0-154-generic x86_64

Dernière modification par xubu1957 (Le 30/04/2023, à 17:13)


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

#5 Le 30/04/2023, à 17:12

dmethot

Re : Kernel panic: comment choisir le kernel par défaut au démarrage?

ii  linux-image-4.4.0-154-generic          4.4.0-154.181  amd64
ii  linux-modules-4.4.0-154-generic        4.4.0-154.181  amd64
ii  linux-modules-extra-4.4.0-154-generic  4.4.0-154.181  amd64
ii  linux-image-5.15.0-71-generic          5.15.0-71.78   amd64
ii  linux-modules-5.15.0-71-generic        5.15.0-71.78   amd64
ii  linux-modules-extra-5.15.0-71-generic  5.15.0-71.78   amd64
ii  linux-image-generic                    5.15.0.71.69   amd64

Noyau courant : 4.4.0-154-generic x86_64

Hors ligne

#6 Le 30/04/2023, à 17:15

dmethot

Re : Kernel panic: comment choisir le kernel par défaut au démarrage?

Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom                                           Version                                    Architecture Description
+++-=============================================-==========================================-============-================================================================================
rc  account-plugin-twitter                        0.12+16.04.20160126-0ubuntu1               all          GNOME Control Center account plugin for single signon - twitter
rc  app-install-data                              15.10                                      all          Ubuntu applications (data files)
rc  appmenu-qt5                                   0.3.0+16.04.20170216-0ubuntu1              amd64        application menu for Qt5
rc  apt-xapian-index                              0.51ubuntu1                                all          maintenance and search tools for a Xapian index of Debian packages
rc  bsdmainutils                                  12.1.7+nmu3ubuntu2                         all          Transitional package for more utilities from FreeBSD
rc  dvdauthor                                     0.7.2-1build2                              amd64        create DVD-Video file system
rc  fonts-droid                                   1:4.3-3ubuntu1.2                           all          handheld device font with extensive style and language support
rc  fuse                                          2.9.9-3                                    amd64        Filesystem in Userspace
rc  hddtemp                                       0.3-beta15-53                              amd64        hard drive temperature monitoring utility
rc  ippusbxd                                      1.34-2ubuntu1                              amd64        Daemon for IPP USB printer support
rc  kde-runtime                                   4:17.08.3-0ubuntu1                         amd64        runtime components from the official KDE release
rc  kde-runtime-data                              4:17.08.3-0ubuntu1                         all          shared data files for the KDE base runtime module
rc  kdelibs5-data                                 4:4.14.38-0ubuntu3.1                       all          core shared data for all KDE Applications
rc  kerneloops-daemon                             0.12+git20140509-2ubuntu1                  amd64        kernel oops tracker
rc  libapt-inst1.5:amd64                          1.0.1ubuntu2.18                            amd64        deb package format runtime library
rc  libapt-pkg4.12:amd64                          1.0.1ubuntu2.18                            amd64        package management runtime library
rc  libatkmm-1.6-1:amd64                          2.22.7-2ubuntu1                            amd64        C++ wrappers for ATK accessibility toolkit (shared libraries)
rc  libattica0.4:amd64                            0.4.2-2                                    amd64        Qt library that implements the Open Collaboration Services API
rc  libbind9-90                                   1:9.9.5.dfsg-3ubuntu0.17                   amd64        BIND9 Shared Library used by BIND
rc  libboost-date-time1.54.0:amd64                1.54.0-4ubuntu3.1                          amd64        set of date-time libraries based on generic programming concepts
rc  libboost-system1.54.0:amd64                   1.54.0-4ubuntu3.1                          amd64        Operating system (e.g. diagnostics support) library
rc  libcairomm-1.0-1:amd64                        1.10.0-1ubuntu3                            amd64        C++ wrappers for Cairo (shared libraries)
rc  libcamel-1.2-45                               3.10.4-0ubuntu1.6                          amd64        Evolution MIME message handling library
rc  libcdr-0.0-0                                  0.0.15-1ubuntu1                            amd64        library for reading and converting Corel DRAW files
rc  libcheese-gtk23:amd64                         3.10.2-0ubuntu2                            amd64        tool to take pictures and videos from your webcam - widgets
rc  libcheese7:amd64                              3.10.2-0ubuntu2                            amd64        tool to take pictures and videos from your webcam - base library
rc  libclucene-contribs1:amd64                    2.3.3.4-4build1                            amd64        language specific text analyzers (runtime)
rc  libclucene-core1:amd64                        2.3.3.4-4build1                            amd64        core library for full-featured text search engine (runtime)
rc  libcmis-0.4-4                                 0.4.1-3ubuntu4                             amd64        CMIS protocol client library
rc  libcogl-pango15:amd64                         1.16.2-1                                   amd64        Object oriented GL/GLES Abstraction/Utility Layer
rc  libcogl15:amd64                               1.16.2-1                                   amd64        Object oriented GL/GLES Abstraction/Utility Layer
rc  libcolamd2.8.0:amd64                          1:4.2.1-3ubuntu1                           amd64        column approximate minimum degree ordering library for sparse matrices
rc  libcolord1:amd64                              1.0.6-1                                    amd64        system service to manage device colour profiles -- runtime
rc  libcolorhug1:amd64                            1.0.6-1                                    amd64        library to access the ColorHug colourimeter -- runtime
rc  libcolumbus1:amd64                            1.1.0+14.04.20140325.3-0ubuntu1            amd64        error tolerant matching engine - shared library
rc  libdns100                                     1:9.9.5.dfsg-3ubuntu0.17                   amd64        DNS Shared Library used by BIND
rc  libdouble-conversion1v5:amd64                 2.0.1-3ubuntu2                             amd64        routines to convert IEEE floats to and from strings
rc  libebackend-1.2-7                             3.10.4-0ubuntu1.6                          amd64        Utility library for evolution data servers
rc  libebook-1.2-14                               3.10.4-0ubuntu1.6                          amd64        Client library for evolution address books
rc  libebook-contacts-1.2-0                       3.10.4-0ubuntu1.6                          amd64        Client library for evolution contacts books
rc  libecal-1.2-16                                3.10.4-0ubuntu1.6                          amd64        Client library for evolution calendars
rc  libedata-book-1.2-20                          3.10.4-0ubuntu1.6                          amd64        Backend library for evolution address books
rc  libedata-cal-1.2-23                           3.10.4-0ubuntu1.6                          amd64        Backend library for evolution calendars
rc  libedataserver-1.2-18                         3.10.4-0ubuntu1.6                          amd64        Utility library for evolution data servers
rc  libelfg0:amd64                                0.8.13-5                                   amd64        an ELF object file access library
rc  libexiv2-12                                   0.23-1ubuntu2.1                            amd64        EXIF/IPTC metadata manipulation library
rc  libfarstream-0.1-0:amd64                      0.1.2-3ubuntu1                             amd64        Audio/Video communications framework: core library
rc  libfarstream-0.2-2:amd64                      0.2.3-1ubuntu2                             amd64        Audio/Video communications framework: core library
rc  libfreerdp1:amd64                             1.0.2-2ubuntu1.1                           amd64        RDP client for Windows Terminal Services (library)
rc  libfriends0:amd64                             0.1.2+14.04.20131108.1-0ubuntu1            amd64        Provides an API for accessing social networks
rc  libgcrypt11:amd64                             1.5.3-2ubuntu4.6                           amd64        LGPL Crypto library - runtime library
rc  libgdata13                                    0.14.1-1                                   amd64        Library for accessing GData webservices - shared libraries
rc  libgee2:amd64                                 0.6.8-1ubuntu1                             amd64        GObject based collection library
rc  libgl1-mesa-dri-lts-xenial:amd64              3:13                                       amd64        Transitional package for libgl1-mesa-dri-lts-xenial
rc  libglew1.10:amd64                             1.10.0-3                                   amd64        OpenGL Extension Wrangler - runtime environment
rc  libglewmx1.10:amd64                           1.10.0-3                                   amd64        OpenGL Extension Wrangler (Multiple Rendering Contexts)
rc  libglibmm-2.4-1c2a:amd64                      2.39.93-0ubuntu1                           amd64        C++ wrapper for the GLib toolkit (shared libraries)
rc  libgnome-bluetooth11                          3.8.2.1-0ubuntu4.2                         amd64        GNOME Bluetooth tools - support library
rc  libgnome-control-center1                      1:3.6.3-0ubuntu56.1                        amd64        utilities to configure the GNOME desktop
rc  libgnome-desktop-3-7                          3.8.4-0ubuntu3.2                           amd64        Utility library for loading .desktop files - runtime files
rc  libgnutls26:amd64                             2.12.23-12ubuntu2.8                        amd64        GNU TLS library - runtime library
rc  libgphoto2-port10:amd64                       2.5.3.1-1ubuntu2.2                         amd64        gphoto2 digital camera port library
rc  libgrip0                                      0.3.9+15.10.20150729-0ubuntu1              amd64        multitouch gestures for GTK+ apps
rc  libgtkmm-3.0-1:amd64                          3.10.1-0ubuntu2                            amd64        C++ wrappers for GTK+ (shared libraries)
rc  libgtop2-7                                    2.28.5-2                                   amd64        gtop system monitoring library (shared)
rc  libical1                                      1.0-0ubuntu1                               amd64        iCalendar library implementation in C (runtime)
rc  libicu52:amd64                                52.1-3ubuntu0.8                            amd64        International Components for Unicode
rc  libimobiledevice4:amd64                       1.1.5+git20140313.bafe6a9e-0ubuntu1.1      amd64        Library for communicating with the iPhone and iPod Touch
rc  libisc95                                      1:9.9.5.dfsg-3ubuntu0.17                   amd64        ISC Shared Library used by BIND
rc  libisccc90                                    1:9.9.5.dfsg-3ubuntu0.17                   amd64        Command Channel Library used by BIND
rc  libisccfg90                                   1:9.9.5.dfsg-3ubuntu0.17                   amd64        Config File Handling Library used by BIND
rc  libisl10:amd64                                0.12.2-1                                   amd64        manipulating sets and relations of integer points bounded by linear constraints
rc  libkf5su-data                                 5.92.0-0ubuntu1.1                          all          translation files for kdesu
rc  libllvm3.8v4:amd64                            1:3.8-2ubuntu3~trusty5                     amd64        Modular compiler and toolchain technologies, runtime library
rc  liblouis2:amd64                               2.5.3-2ubuntu1.4                           amd64        Braille translation library - shared libs
rc  liblwres90                                    1:9.9.5.dfsg-3ubuntu0.17                   amd64        Lightweight Resolver Library used by BIND
rc  libmbim-glib0:amd64                           1.6.0-2ubuntu0.1                           amd64        Support library to use the MBIM protocol
rc  libmetacity-private0a                         1:2.34.13-0ubuntu4.1                       amd64        library for the Metacity window manager
rc  libminiupnpc8                                 1.6-3ubuntu2.14.04.4                       amd64        UPnP IGD client lightweight library
rc  libmspub-0.0-0                                0.0.6-1ubuntu2                             amd64        library for parsing the mspub file structure
rc  libnettle4:amd64                              2.7.1-1ubuntu0.2                           amd64        low level cryptographic library (symmetric and one-way cryptos)
rc  libnss-myhostname:amd64                       249.11-0ubuntu3.9                          amd64        nss module providing fallback resolution for the current hostname
rc  libntrack-qt4-1                               016-1.3                                    amd64        Qt 4 API for ntrack
rc  libntrack0                                    016-1.3                                    amd64        lightweight connectivity tracking library
rc  libopenobex1                                  1.5-2.1                                    amd64        OBEX protocol library
rc  liborcus-0.6-0                                0.5.1-7                                    amd64        library for processing spreadsheet documents
rc  libpangomm-1.4-1:amd64                        2.34.0-1ubuntu1                            amd64        C++ Wrapper for pango (shared libraries)
rc  libparted0debian1:amd64                       2.3-19ubuntu1.14.04.1                      amd64        disk partition manipulator - shared library
rc  libperl5.22:amd64                             5.22.1-9ubuntu0.6                          amd64        shared Perl library
rc  libplist1:amd64                               1.10-1ubuntu0.1                            amd64        Library for handling Apple binary and XML property lists
rc  libplymouth2:amd64                            0.8.8-0ubuntu17.2                          amd64        graphical boot animation and logger - shared libraries
rc  libpocketsphinx1                              0.8.0+real-0ubuntu6                        amd64        lightweight speech recognition - library
rc  libpoppler44:amd64                            0.24.5-2ubuntu4.12                         amd64        PDF rendering library
rc  libprocps3:amd64                              1:3.3.9-1ubuntu2.3                         amd64        library for accessing process information from /proc
rc  libprotobuf8:amd64                            2.5.0-9ubuntu1                             amd64        protocol buffers C++ library
rc  libproxy1:amd64                               0.4.11-0ubuntu4                            amd64        automatic proxy configuration management library (shared)
rc  libpython2.7-minimal:amd64                    2.7.18-13ubuntu1.1                         amd64        Minimal subset of the Python language (version 2.7)
rc  libpython3.4:amd64                            3.4.3-1ubuntu1~14.04.6                     amd64        Shared Python runtime library (version 3.4)
rc  libpython3.4-minimal:amd64                    3.4.3-1ubuntu1~14.04.6                     amd64        Minimal subset of the Python language (version 3.4)
rc  libpython3.6-minimal:amd64                    3.6.9-1~18.04ubuntu1.12                    amd64        Minimal subset of the Python language (version 3.6)
rc  libpython3.8-minimal:amd64                    3.8.10-0ubuntu1~20.04.7                    amd64        Minimal subset of the Python language (version 3.8)
rc  libpyzy-1.0-0                                 1.0.1-4                                    amd64        Chinese PinYin and Bopomofo conversion library
rc  libqmi-glib0:amd64                            1.4.0-1                                    amd64        Support library to use the Qualcomm MSM Interface (QMI) protocol
rc  libqpdf13:amd64                               5.1.1-1                                    amd64        runtime library for PDF transformation/inspection software
rc  libqtcore4:amd64                              4:4.8.7+dfsg-7ubuntu1                      amd64        Qt 4 core module
rc  libraw9:amd64                                 0.15.4-1ubuntu0.2                          amd64        raw image decoder library
rc  libreoffice-avmedia-backend-gstreamer         1:7.3.7-0ubuntu0.22.04.2                   amd64        transitional package for GStreamer backend for LibreOffice
rc  libreoffice-style-tango                       1:7.3.7-0ubuntu0.22.04.2                   all          transitional package for Tango symbol style
rc  librhythmbox-core8                            3.0.2-0ubuntu2                             amd64        support library for the rhythmbox music player
rc  librtmp0:amd64                                2.4+20121230.gitdf6c518-1ubuntu0.1         amd64        toolkit for RTMP streams (shared library)
rc  libsane:amd64                                 1.1.1-5                                    amd64        API library for scanners [transitional package]
rc  libsensors4:amd64                             1:3.4.0-4ubuntu0.1                         amd64        library to read temperature/voltage/fan sensors
rc  libsigc++-2.0-0c2a:amd64                      2.2.10-0.2ubuntu2                          amd64        type-safe Signal Framework for C++ - runtime
rc  libsphinxbase1                                0.8-0ubuntu10                              amd64        Sphinx base libraries
rc  libsystemd-daemon0:amd64                      204-5ubuntu20.28                           amd64        systemd utility library
rc  libsystemd-journal0:amd64                     204-5ubuntu20.28                           amd64        systemd journal utility library
rc  libsystemd-login0:amd64                       204-5ubuntu20.28                           amd64        systemd login utility library
rc  libt1-5                                       5.1.2-3.6ubuntu1                           amd64        Type 1 font rasterizer library - runtime
rc  libtag1-vanilla:amd64                         1.9.1-2                                    amd64        audio meta-data library - vanilla flavour
rc  libthumbnailer0:amd64                         1.1+14.04.20150205-0ubuntu1                amd64        generate thumbnails from files
rc  libunityvoice1:amd64                          0.1+14.04.20140304-0ubuntu1                amd64        client library for Unity voice service
rc  libupower-glib1:amd64                         0.9.23-2ubuntu1                            amd64        abstraction for power management - shared library
rc  libusbmuxd2                                   1.0.8-2ubuntu1                             amd64        USB multiplexor daemon for iPhone and iPod Touch devices - library
rc  libvisio-0.0-0                                0.0.31-1ubuntu2                            amd64        library for parsing the visio file structure
rc  libvncserver0:amd64                           0.9.9+dfsg-1ubuntu1.3                      amd64        API to write one's own vnc server
rc  libvpx1:amd64                                 1.3.0-2                                    amd64        VP8 video codec (shared library)
rc  libvte-2.90-9                                 1:0.34.9-1ubuntu2                          amd64        Terminal emulator widget for GTK+ 3.0 - runtime files
rc  libvte-2.90-common                            1:0.34.9-1ubuntu2                          all          Terminal emulator widget for GTK+ 3.0 - common files
rc  libwpd-0.9-9                                  0.9.9-1                                    amd64        Library for handling WordPerfect documents (shared library)
rc  libwpg-0.2-2                                  0.2.2-1ubuntu1                             amd64        WordPerfect graphics import/convert library (shared library)
rc  libwps-0.2-2                                  0.2.9-2ubuntu1                             amd64        Works text file format import filter library (shared library)
rc  libxapian22                                   1.2.16-2ubuntu1                            amd64        Search engine library
rc  libxcb-util0:amd64                            0.3.8-2ubuntu1                             amd64        utility libraries for X C Binding -- atom, aux and event
rc  libxp6:amd64                                  1:1.0.2-1ubuntu1                           amd64        X Printing Extension (Xprint) client library
rc  libxtables10                                  1.4.21-1ubuntu1                            amd64        netfilter xtables library
rc  lintian                                       2.114.0ubuntu1.2                           all          Debian package checker
rc  linux-image-4.15.0-210-generic                4.15.0-210.221                             amd64        Signed kernel image generic
rc  linux-image-4.15.0-54-generic                 4.15.0-54.58                               amd64        Signed kernel image generic
rc  linux-image-4.15.0-58-generic                 4.15.0-58.64                               amd64        Signed kernel image generic
rc  linux-image-4.15.0-64-generic                 4.15.0-64.73                               amd64        Signed kernel image generic
rc  linux-image-4.15.0-66-generic                 4.15.0-66.75                               amd64        Signed kernel image generic
rc  linux-image-4.15.0-74-generic                 4.15.0-74.84                               amd64        Signed kernel image generic
rc  linux-image-4.15.0-76-generic                 4.15.0-76.86                               amd64        Signed kernel image generic
rc  linux-image-4.4.0-137-generic                 4.4.0-137.163                              amd64        Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-4.4.0-138-generic                 4.4.0-138.164                              amd64        Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-4.4.0-139-generic                 4.4.0-139.165                              amd64        Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-4.4.0-141-generic                 4.4.0-141.167                              amd64        Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-4.4.0-142-generic                 4.4.0-142.168                              amd64        Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-4.4.0-143-generic                 4.4.0-143.169                              amd64        Signed kernel image generic
rc  linux-image-4.4.0-145-generic                 4.4.0-145.171                              amd64        Signed kernel image generic
rc  linux-image-4.4.0-31-generic                  4.4.0-31.50                                amd64        Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-5.4.0-148-generic                 5.4.0-148.165                              amd64        Signed kernel image generic
rc  linux-image-extra-4.4.0-137-generic           4.4.0-137.163                              amd64        Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-extra-4.4.0-138-generic           4.4.0-138.164                              amd64        Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-extra-4.4.0-139-generic           4.4.0-139.165                              amd64        Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-extra-4.4.0-141-generic           4.4.0-141.167                              amd64        Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-extra-4.4.0-142-generic           4.4.0-142.168                              amd64        Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-extra-4.4.0-31-generic            4.4.0-31.50                                amd64        Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-210-generic              4.15.0-210.221                             amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-54-generic               4.15.0-54.58                               amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-58-generic               4.15.0-58.64                               amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-64-generic               4.15.0-64.73                               amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-66-generic               4.15.0-66.75                               amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-74-generic               4.15.0-74.84                               amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-76-generic               4.15.0-76.86                               amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.4.0-143-generic               4.4.0-143.169                              amd64        Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc  linux-modules-4.4.0-145-generic               4.4.0-145.171                              amd64        Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-148-generic               5.4.0-148.165                              amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-210-generic        4.15.0-210.221                             amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-54-generic         4.15.0-54.58                               amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-58-generic         4.15.0-58.64                               amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-64-generic         4.15.0-64.73                               amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-66-generic         4.15.0-66.75                               amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-74-generic         4.15.0-74.84                               amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-76-generic         4.15.0-76.86                               amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.4.0-143-generic         4.4.0-143.169                              amd64        Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.4.0-145-generic         4.4.0-145.171                              amd64        Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-148-generic         5.4.0-148.165                              amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  ntrack-module-libnl-0                         016-1.3                                    amd64        libnl based ntrack module
rc  obex-data-server                              0.4.6-0ubuntu4                             amd64        D-Bus service for OBEX client and server side functionality
rc  odbcinst                                      2.3.9-5                                    amd64        Helper program for accessing ODBC configuration files
rc  overlay-scrollbar-gtk3:amd64                  0.2.16+r359+14.04.20131129-0ubuntu1        amd64        GTK 3 module for overlay scrollbars
rc  oxygen-icon-theme                             5:5.92.0-0ubuntu1                          all          Oxygen icon theme
rc  perl-modules                                  5.18.2-2ubuntu1.6                          all          Core Perl modules
rc  phonon:amd64                                  4:4.10.0-2                                 amd64        multimedia framework from KDE using Qt 4 - metapackage
rc  phonon4qt5:amd64                              4:4.11.1-4                                 amd64        multimedia framework from KDE using Qt 5 - metapackage
rc  pkg-config                                    0.29.2-1ubuntu3                            amd64        manage compile and link flags for libraries
rc  printer-driver-gutenprint                     5.3.3-9                                    amd64        printer drivers for CUPS
rc  python                                        2.7.15~rc1-1                               amd64        interactive high-level object-oriented language (default version)
rc  python-cupshelpers                            1.4.3+20140219-0ubuntu2.6                  all          Python modules for printer configuration with CUPS
rc  python-twisted-core                           17.9.0-2                                   all          Event-based framework for internet applications
rc  python2.7-minimal                             2.7.18-13ubuntu1.1                         amd64        Minimal subset of the Python language (version 2.7)
rc  python3-aptdaemon.pkcompat                    1.1.1+bzr982-0ubuntu14                     all          PackageKit compatibilty for AptDaemon
rc  python3.4                                     3.4.3-1ubuntu1~14.04.6                     amd64        Interactive high-level object-oriented language (version 3.4)
rc  python3.4-minimal                             3.4.3-1ubuntu1~14.04.6                     amd64        Minimal subset of the Python language (version 3.4)
rc  python3.6-minimal                             3.6.9-1~18.04ubuntu1.12                    amd64        Minimal subset of the Python language (version 3.6)
rc  python3.8-minimal                             3.8.10-0ubuntu1~20.04.7                    amd64        Minimal subset of the Python language (version 3.8)
rc  sni-qt:amd64                                  0.2.7+17.04.20170112-0ubuntu1              amd64        indicator support for Qt
rc  systemd-services                              204-5ubuntu20.28                           amd64        systemd runtime services
rc  systemd-shim                                  9-1bzr4ubuntu1                             amd64        shim for systemd
rc  telepathy-indicator                           0.3.1+14.10.20140908-0ubuntu1              amd64        Desktop service to integrate Telepathy with the messaging menu.
rc  ttf-indic-fonts-core                          1:0.5.14ubuntu1                            all          Core collection of free fonts for languages of India
rc  ttf-punjabi-fonts                             1:0.5.14ubuntu1                            all          Free TrueType fonts for the Punjabi language
rc  unity-lens-applications                       7.1.0+16.10.20160927-0ubuntu5              amd64        Application lens for unity
rc  unity-lens-friends                            0.1.3+14.04.20140317-0ubuntu1              amd64        Friends scope for unity
rc  unity-webapps-common                          2.4.17+15.10.20150616-0ubuntu2             all          Unity WebApp integration scripts
rc  unity-webapps-service                         2.5.0~+16.04.20160201-0ubuntu1             amd64        Service for Web Apps integration with the Unity desktop
rc  upstart                                       1.13.2-0ubuntu21.1                         amd64        event-based init daemon - essential binaries
rc  webaccounts-extension-common                  0.5-0ubuntu2.14.04.1                       amd64        Ubuntu Online Accounts browser extension - common files
rc  webbrowser-app                                0.23+16.04.20161028-0ubuntu2               amd64        Ubuntu web browser
rc  xfonts-mathml                                 6ubuntu1                                   all          Type1 Symbol font for MathML
rc  xserver-xorg-video-vmware-lts-xenial          3:13                                       amd64        Transitional package for xserver-xorg-video-vmware-lts-xenial

Hors ligne

#7 Le 30/04/2023, à 17:17

dmethot

Re : Kernel panic: comment choisir le kernel par défaut au démarrage?

Sys. de fichiers Type  Taille Utilisé Dispo Uti% Monté sur
tmpfs            tmpfs   394M    1,7M  392M   1% /run
/dev/sda1        ext4    143G     30G  107G  22% /
tmpfs            tmpfs   2,0G       0  2,0G   0% /dev/shm
tmpfs            tmpfs   5,0M    4,0K  5,0M   1% /run/lock
tmpfs            tmpfs   4,0M       0  4,0M   0% /sys/fs/cgroup
tmpfs            tmpfs   394M    156K  394M   1% /run/user/1000

Désolée si je ne publie pas de la bonne façon, c'est une première fois pour moi

Hors ligne

#8 Le 30/04/2023, à 17:20

xubu1957

Re : Kernel panic: comment choisir le kernel par défaut au démarrage?

Tu as fait des efforts remarquables dès ton troisième retour.  smile

Pour purger les résidus de configuration marqués "rc" :

sudo apt purge ~c

comme expliqué à la machine à café et rajouté dans ce message

Pour continuer :

le 07/01/2023, ylag a écrit :

Bonjour,

Pour info, donne aussi le résultat de :

apt list ?obsolete

... histoire de vérifier la présence éventuelle de paquets "orphelins".

A+


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

#9 Le 30/04/2023, à 17:24

dmethot

Re : Kernel panic: comment choisir le kernel par défaut au démarrage?

sudo apt purge ~c fait

Hors ligne

#10 Le 30/04/2023, à 17:25

xubu1957

Re : Kernel panic: comment choisir le kernel par défaut au démarrage?

Montre la carte graphique :

lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"

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

#11 Le 30/04/2023, à 17:26

dmethot

Re : Kernel panic: comment choisir le kernel par défaut au démarrage?

app-install-data-partner/now 19.04 all  [installé, local]
crda/now 3.18-1build1 amd64  [installé, local]
e2fslibs/now 1.45.5-2ubuntu1.1 amd64  [installé, local]
gcc-4.8-base/now 4.8.5-4ubuntu8 amd64  [installé, local]
gcc-5-base/now 5.5.0-12ubuntu1 amd64  [installé, local]
gcc-7-base/now 7.5.0-6ubuntu2 amd64  [installé, local]
gcc-8-base/now 8.4.0-3ubuntu2 amd64  [installé, local]
libcomerr2/now 1.45.5-2ubuntu1.1 amd64  [installé, local]
libfam0/now 2.7.0-17.3build2 amd64  [installé, local]
libffi6/now 3.2.1-8 amd64  [installé, local]
libmpdec2/now 2.4.2-3 amd64  [installé, local]
libqpdf21/now 8.0.2-3ubuntu0.1 amd64  [installé, local]
libreadline5/now 5.2+dfsg-3build3 amd64  [installé, local]
libruby2.7/now 2.7.0-5ubuntu1.8 amd64  [installé, local]
libsepol1/now 3.0-1ubuntu0.1 amd64  [installé, local]
libssl1.0.0/now 1.0.2n-1ubuntu5.12 amd64  [installé, local]
libssl1.1/now 1.1.1f-1ubuntu2.18 amd64  [installé, local]
lightworks/now 2020.1.1 amd64  [installé, local]
linux-image-4.4.0-154-generic/now 4.4.0-154.181 amd64  [installé, local]
linux-modules-4.4.0-154-generic/now 4.4.0-154.181 amd64  [installé, local]
linux-modules-extra-4.4.0-154-generic/now 4.4.0-154.181 amd64  [installé, local]
module-init-tools/now 24-1ubuntu3.5 all  [installé, local]
multiarch-support/now 2.27-3ubuntu1.6 amd64  [installé, local]
qtdeclarative5-test-plugin/now 5.9.5-0ubuntu1.1 amd64  [installé, local]
rhythmbox-plugin-magnatune/now 3.4.4-1ubuntu2 all  [installé, local]
system-config-printer-gnome/now 1.5.12-0ubuntu1.1 all  [installé, local]
ttf-ubuntu-font-family/now 1:0.83-4ubuntu1 all  [installé, local]
ubuntu-software/now 3.36.1-0ubuntu0.20.04.1 all  [installé, local]
ubuntu-system-service/now 0.7 all  [installé, local]
ureadahead/now 0.100.0-21 amd64  [installé, local]

Hors ligne

#12 Le 30/04/2023, à 17:30

dmethot

Re : Kernel panic: comment choisir le kernel par défaut au démarrage?

pour la carte graphique

00:02.0 VGA compatible controller [0300]: Intel Corporation 82Q33 Express Integrated Graphics Controller [8086:29d2] (rev 02) (prog-if 00 [VGA controller])
	Kernel modules: i915

Hors ligne

#13 Le 30/04/2023, à 17:33

xubu1957

Re : Kernel panic: comment choisir le kernel par défaut au démarrage?

Je ne sais pas répondre à ta question de départ. Il faudrait le passage d'aidants plus techniques que ton serviteur.


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

#14 Le 30/04/2023, à 17:34

dmethot

Re : Kernel panic: comment choisir le kernel par défaut au démarrage?

Merci pour votre aide,

Hors ligne