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 26/07/2023, à 11:54

PeterV

[Résolu] sudo apt-get update (erreur)

Bonjour, depuis quelques temps, je n'arrive plus à faire mes update, voici le message :

sudo apt-get update
E: Des valeurs entrant en conflit ont été renseignées pour l'option Signed-By à propos de la source https://packages.microsoft.com/repos/edge/ stable: /etc/apt/trusted.gpg.d/microsoft.gpg != 
E: La liste des sources ne peut être lue.

J'ai essayé les différentes méthodes trouvées sur le forum, mais je n'arrive pas à résoudre mon problème.
Il est possible que cela s'est produit suite à l'installation de EDGE après avoir installé EDGE BETA, je voulais retirer Edge Beta et je me retrouve bloqué à cause de cette erreur.

Merci à ceux qui pourront m'aider.

P.
PS : version de ubuntu 22.04.2 LTS 64 bits

Dernière modification par PeterV (Le 27/07/2023, à 09:50)

Hors ligne

#2 Le 26/07/2023, à 12:05

nany

Re : [Résolu] sudo apt-get update (erreur)

Bonjour,



As-tu suivi un tuto en particulier pour l’installation ? Si oui, donne le lien de ce tuto.
Sinon comment as-tu procédé à l’installation ?

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 -n "$1"' _ '{}' \;

En ligne

#3 Le 26/07/2023, à 12:15

PeterV

Re : [Résolu] sudo apt-get update (erreur)

Salut,
J'ai testé les différentes méthodes proposé par la recherche cconversationnelle de Bing qui renvoie sur le site, ainsi que l'autre cas titré sudo apt-get update sur le forum :

Ouvrez un terminal.
Exécutez la commande suivante pour mettre à jour la liste des paquets: sudo apt-get update
Exécutez la commande suivante pour réinstaller Synaptic: sudo apt-get install --reinstall synaptic
Si cela ne fonctionne pas, vous pouvez essayer de supprimer complètement Synaptic et de le réinstaller en utilisant les commandes suivantes: sudo apt-get remove --purge synaptic et sudo apt-get install synaptic

Voici le résultat de la commande :

skalpa@skalpa-All-Series:~$ find /etc/apt -type f -regex ".*\(list\|sources\).*" -exec bash -c 'echo -e "\n\t$1\n" ; [ "${1##*.}" = "list" -o "${1##*.}" = "sources" ] && cat -n "$1"' _ '{}' \;

	/etc/apt/sources.list.save


	/etc/apt/sources.list.distUpgrade


	/etc/apt/sources.list

     1	# deb cdrom:[Ubuntu 14.04 LTS _Trusty Tahr_ - Release amd64 (20140417)]/ trusty 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://mirror.eu-fr.kamatera.com/ubuntu/ jammy main restricted
     6	deb-src http://mirror.eu-fr.kamatera.com/ubuntu/ jammy main restricted
     7	
     8	## Major bug fix updates produced after the final release of the
     9	## distribution.
    10	deb http://mirror.eu-fr.kamatera.com/ubuntu/ jammy-updates main restricted
    11	deb-src http://mirror.eu-fr.kamatera.com/ubuntu/ jammy-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://mirror.eu-fr.kamatera.com/ubuntu/ jammy universe
    17	deb-src http://mirror.eu-fr.kamatera.com/ubuntu/ jammy universe
    18	deb http://mirror.eu-fr.kamatera.com/ubuntu/ jammy-updates universe
    19	deb-src http://mirror.eu-fr.kamatera.com/ubuntu/ jammy-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://mirror.eu-fr.kamatera.com/ubuntu/ jammy multiverse
    27	deb-src http://mirror.eu-fr.kamatera.com/ubuntu/ jammy multiverse
    28	deb http://mirror.eu-fr.kamatera.com/ubuntu/ jammy-updates multiverse
    29	deb-src http://mirror.eu-fr.kamatera.com/ubuntu/ jammy-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://mirror.eu-fr.kamatera.com/ubuntu/ jammy-backports main restricted universe multiverse
    37	deb-src http://mirror.eu-fr.kamatera.com/ubuntu/ jammy-backports main restricted universe multiverse
    38	
    39	deb http://mirror.eu-fr.kamatera.com/ubuntu/ jammy-security main restricted
    40	deb-src http://mirror.eu-fr.kamatera.com/ubuntu/ jammy-security main restricted
    41	deb http://mirror.eu-fr.kamatera.com/ubuntu/ jammy-security universe
    42	deb-src http://mirror.eu-fr.kamatera.com/ubuntu/ jammy-security universe
    43	deb http://mirror.eu-fr.kamatera.com/ubuntu/ jammy-security multiverse
    44	deb-src http://mirror.eu-fr.kamatera.com/ubuntu/ jammy-security multiverse
    45	
    46	
    47	# deb http://repository.spotify.com trusty stable non-free
    48	# deb-src http://repository.spotify.com trusty stable non-free
    49	# deb http://ppa.streamstudio.me/ xenial main # désactivé pour la mise à niveau vers xenial
    50	# deb-src http://ppa.streamstudio.me/ wily main
    51	# deb-src http://ppa.streamstudio.me/ wily main
    52	# deb https://dl.winehq.org/wine-builds/ubuntu/ jammy main # désactivé pour la mise à niveau vers jammy
    53	# deb-src https://dl.winehq.org/wine-builds/ubuntu/ focal main

	/etc/apt/sources.list.d/gezakovacs-ubuntu-ppa-bionic.list.distUpgrade


	/etc/apt/sources.list.d/kdenlive-ubuntu-kdenlive-testing-wily.list

     1	# deb http://ppa.launchpad.net/kdenlive/kdenlive-testing/ubuntu xenial main # désactivé pour la mise à niveau vers xenial

	/etc/apt/sources.list.d/getdeb.list

     1	# deb http://archive.getdeb.net/ubuntu trusty-getdeb apps # désactivé pour la mise à niveau vers vivid désactivé pour la mise à niveau vers wily désactivé pour la mise à niveau vers xenial

	/etc/apt/sources.list.d/google.list.save


	/etc/apt/sources.list.d/alexlarsson-ubuntu-flatpak-xenial.list.save


	/etc/apt/sources.list.d/kirillshkrogalev-ubuntu-ffmpeg-next-xenial.list.distUpgrade


	/etc/apt/sources.list.d/fossfreedom-rhythmbox-trusty.list.distUpgrade


	/etc/apt/sources.list.d/ubuntuhandbook1-ubuntu-audacity-xenial.list

     1	# deb http://ppa.launchpad.net/ubuntuhandbook1/audacity/ubuntu bionic main # désactivé pour la mise à niveau vers bionic
     2	# deb-src http://ppa.launchpad.net/ubuntuhandbook1/audacity/ubuntu xenial main

	/etc/apt/sources.list.d/clipgrab-team-ubuntu-ppa-wily.list

     1	# deb http://ppa.launchpad.net/clipgrab-team/ppa/ubuntu wily main
     2	# deb-src http://ppa.launchpad.net/clipgrab-team/ppa/ubuntu wily main

	/etc/apt/sources.list.d/qtcam-ubuntu-precise.list.distUpgrade


	/etc/apt/sources.list.d/google-talkplugin.list.save


	/etc/apt/sources.list.d/microsoft-edge-dev.list

     1	deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/microsoft.gpg] https://packages.microsoft.com/repos/edge stable main

	/etc/apt/sources.list.d/brousselle-ubuntu-slowmovideo-xenial.list.distUpgrade


	/etc/apt/sources.list.d/scootersoftware.list.distUpgrade


	/etc/apt/sources.list.d/noobslab-ubuntu-apps-dependencies-xenial.list

     1	# deb http://ppa.launchpad.net/noobslab/apps-dependencies/ubuntu xenial main
     2	# deb-src http://ppa.launchpad.net/noobslab/apps-dependencies/ubuntu xenial main

	/etc/apt/sources.list.d/clipgrab-team-ubuntu-ppa-wily.list.distUpgrade


	/etc/apt/sources.list.d/kdenlive-ubuntu-kdenlive-testing-wily.list.distUpgrade


	/etc/apt/sources.list.d/pipelight-stable-trusty.list

     1	# deb-src http://ppa.launchpad.net/pipelight/stable/ubuntu trusty main

	/etc/apt/sources.list.d/google-earth-pro.list.save


	/etc/apt/sources.list.d/microsoft-edge.list

     1	### THIS FILE IS AUTOMATICALLY CONFIGURED ###
     2	# You may comment out this entry, but any other modifications may be lost.
     3	deb [arch=amd64] https://packages.microsoft.com/repos/edge/ stable main

	/etc/apt/sources.list.d/alexlarsson-ubuntu-flatpak-xenial.list

     1	# deb http://ppa.launchpad.net/alexlarsson/flatpak/ubuntu bionic main # désactivé pour la mise à niveau vers bionic
     2	# deb-src http://ppa.launchpad.net/alexlarsson/flatpak/ubuntu xenial main

	/etc/apt/sources.list.d/yoggic-dpluzz-trusty.list

     1	# deb http://ppa.launchpad.net/yoggic/dpluzz/ubuntu bionic main # désactivé pour la mise à niveau vers vivid désactivé pour la mise à niveau vers wily désactivé pour la mise à niveau vers xenial désactivé pour la mise à niveau vers bionic
     2	# deb-src http://ppa.launchpad.net/yoggic/dpluzz/ubuntu trusty main # désactivé pour la mise à niveau vers xenial

	/etc/apt/sources.list.d/sunab-ubuntu-kdenlive-release-wily.list

     1	# deb-src http://ppa.launchpad.net/sunab/kdenlive-release/ubuntu xenial main # désactivé pour la mise à niveau vers xenial

	/etc/apt/sources.list.d/inkscape_dev-ubuntu-stable-xenial.list.save


	/etc/apt/sources.list.d/webupd8team-java-trusty.list.distUpgrade


	/etc/apt/sources.list.d/noobslab-ubuntu-apps-dependencies-xenial.list.save


	/etc/apt/sources.list.d/kirillshkrogalev-ubuntu-ffmpeg-next-xenial.list

     1	# deb http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu xenial main
     2	# deb-src http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu xenial main

	/etc/apt/sources.list.d/peek-developers-ubuntu-stable-bionic.list.save


	/etc/apt/sources.list.d/peek-developers-ubuntu-stable-bionic.list

     1	# deb http://ppa.launchpad.net/peek-developers/stable/ubuntu focal main # désactivé pour la mise à niveau vers focal
     2	# deb-src http://ppa.launchpad.net/peek-developers/stable/ubuntu bionic main
     3	# deb-src http://ppa.launchpad.net/peek-developers/stable/ubuntu bionic main

	/etc/apt/sources.list.d/alexlarsson-ubuntu-flatpak-xenial.list.distUpgrade


	/etc/apt/sources.list.d/sunab-ubuntu-kdenlive-release-wily.list.save


	/etc/apt/sources.list.d/google-talkplugin.list

     1	### THIS FILE IS AUTOMATICALLY CONFIGURED ###
     2	# You may comment out this entry, but any other modifications may be lost.
     3	# deb http://dl.google.com/linux/talkplugin/deb/ stable main # désactivé pour la mise à niveau vers vivid désactivé pour la mise à niveau vers wily

	/etc/apt/sources.list.d/stebbins-ubuntu-handbrake-releases-xenial.list.save


	/etc/apt/sources.list.d/noobslab-ubuntu-themes-xenial.list.save


	/etc/apt/sources.list.d/spotify.list

     1	# deb http://repository.spotify.com stable non-free # désactivé pour la mise à niveau vers jammy

	/etc/apt/sources.list.d/obsproject-ubuntu-obs-studio-xenial.list.distUpgrade


	/etc/apt/sources.list.d/kirillshkrogalev-ubuntu-ffmpeg-next-xenial.list.save


	/etc/apt/sources.list.d/chaoswizard-tvdownloader-trusty.list

     1	# deb http://ppa.launchpad.net/chaoswizard/tvdownloader/ubuntu trusty main
     2	# deb-src http://ppa.launchpad.net/chaoswizard/tvdownloader/ubuntu trusty main

	/etc/apt/sources.list.d/gnome-split-team-ppa-trusty.list

     1	# deb-src http://ppa.launchpad.net/gnome-split-team/ppa/ubuntu trusty main

	/etc/apt/sources.list.d/stebbins-ubuntu-handbrake-releases-wily.list

     1	# deb-src http://ppa.launchpad.net/stebbins/handbrake-releases/ubuntu wily main

	/etc/apt/sources.list.d/gnome-split-team-ppa-trusty.list.distUpgrade


	/etc/apt/sources.list.d/obsproject-ubuntu-obs-studio-bionic.list.save


	/etc/apt/sources.list.d/gezakovacs-ubuntu-ppa-bionic.list

     1	# deb http://ppa.launchpad.net/gezakovacs/ppa/ubuntu focal main # désactivé pour la mise à niveau vers focal
     2	# deb-src http://ppa.launchpad.net/gezakovacs/ppa/ubuntu bionic main

	/etc/apt/sources.list.d/google-earth-pro.list.distUpgrade


	/etc/apt/sources.list.d/daniel_p-ubuntu-dpscreenocr-focal.list

     1	# deb http://ppa.launchpad.net/daniel.p/dpscreenocr/ubuntu jammy main # désactivé pour la mise à niveau vers jammy
     2	# deb-src http://ppa.launchpad.net/daniel.p/dpscreenocr/ubuntu focal main

	/etc/apt/sources.list.d/stebbins-ubuntu-handbrake-releases-wily.list.distUpgrade


	/etc/apt/sources.list.d/obsproject-ubuntu-obs-studio-xenial.list

     1	# deb http://ppa.launchpad.net/obsproject/obs-studio/ubuntu focal main # désactivé pour la mise à niveau vers bionic désactivé pour la mise à niveau vers focal
     2	# deb-src http://ppa.launchpad.net/obsproject/obs-studio/ubuntu xenial main

	/etc/apt/sources.list.d/cinelerra-ppa-ubuntu-ppa-xenial.list.distUpgrade


	/etc/apt/sources.list.d/spotify.list.distUpgrade


	/etc/apt/sources.list.d/nilarimogard-ubuntu-webupd8-xenial.list.save


	/etc/apt/sources.list.d/qtcam-ubuntu-precise.list.save


	/etc/apt/sources.list.d/getdeb.list.save


	/etc/apt/sources.list.d/kazam-team-stable-series-trusty.list.save


	/etc/apt/sources.list.d/skype-stable.list.save


	/etc/apt/sources.list.d/microsoft-edge-beta.list

     1	### THIS FILE IS AUTOMATICALLY CONFIGURED ###
     2	# You may comment out this entry, but any other modifications may be lost.
     3	deb [arch=amd64] https://packages.microsoft.com/repos/edge/ stable main 
	/etc/apt/sources.list.d/ubuntu-wine-ppa-trusty.list.save


	/etc/apt/sources.list.d/qtcam-ubuntu-precise.list

     1	# deb http://ppa.launchpad.net/qtcam/precise/ubuntu bionic main # désactivé pour la mise à niveau vers bionic
     2	# deb-src http://ppa.launchpad.net/qtcam/precise/ubuntu xenial main

	/etc/apt/sources.list.d/skype-stable.list.distUpgrade


	/etc/apt/sources.list.d/scootersoftware.list.save


	/etc/apt/sources.list.d/gezakovacs-ubuntu-ppa-bionic.list.save


	/etc/apt/sources.list.d/kdenlive-ubuntu-kdenlive-stable-bionic.list.distUpgrade


	/etc/apt/sources.list.d/google-chrome.list

     1	### THIS FILE IS AUTOMATICALLY CONFIGURED ###
     2	# You may comment out this entry, but any other modifications may be lost.
     3	# deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main

	/etc/apt/sources.list.d/cinelerra-ppa-ubuntu-ppa-xenial.list.save


	/etc/apt/sources.list.d/fossfreedom-rhythmbox-trusty.list

     1	# deb http://ppa.launchpad.net/fossfreedom/rhythmbox/ubuntu wily main # désactivé pour la mise à niveau vers vivid désactivé pour la mise à niveau vers wily
     2	# deb-src http://ppa.launchpad.net/fossfreedom/rhythmbox/ubuntu trusty main

	/etc/apt/sources.list.d/notepadqq-team-ubuntu-notepadqq-xenial.list

     1	# deb http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu bionic main # désactivé pour la mise à niveau vers bionic
     2	# deb-src http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu xenial main

	/etc/apt/sources.list.d/microsoft-edge-beta.list.distUpgrade


	/etc/apt/sources.list.d/sunab-kdenlive-release-trusty.list.distUpgrade


	/etc/apt/sources.list.d/webupd8team-java-trusty.list.save


	/etc/apt/sources.list.d/yoggic-dpluzz-trusty.list.distUpgrade


	/etc/apt/sources.list.d/google-chrome.list.distUpgrade


	/etc/apt/sources.list.d/notepadqq-team-ubuntu-notepadqq-xenial.list.distUpgrade


	/etc/apt/sources.list.d/gnome-split-team-ppa-trusty.list.save


	/etc/apt/sources.list.d/scootersoftware.list


	/etc/apt/sources.list.d/daniel_p-ubuntu-dpscreenocr-focal.list.save


	/etc/apt/sources.list.d/obsproject-ubuntu-obs-studio-bionic.list.distUpgrade


	/etc/apt/sources.list.d/getdeb.list.distUpgrade


	/etc/apt/sources.list.d/ubuntuhandbook1-ubuntu-audacity-xenial.list.save


	/etc/apt/sources.list.d/kdenlive-ubuntu-kdenlive-stable-xenial.list.save


	/etc/apt/sources.list.d/chaoswizard-ubuntu-tvdownloader-wily.list

     1	# deb http://ppa.launchpad.net/chaoswizard/tvdownloader/ubuntu wily main
     2	# deb-src http://ppa.launchpad.net/chaoswizard/tvdownloader/ubuntu wily main

	/etc/apt/sources.list.d/brousselle-ubuntu-slowmovideo-xenial.list

     1	# deb http://ppa.launchpad.net/brousselle/slowmovideo/ubuntu xenial main
     2	# deb-src http://ppa.launchpad.net/brousselle/slowmovideo/ubuntu xenial main

	/etc/apt/sources.list.d/cinelerra-ppa-ubuntu-ppa-xenial.list

     1	# deb http://ppa.launchpad.net/cinelerra-ppa/ppa/ubuntu bionic main # désactivé pour la mise à niveau vers bionic
     2	# deb-src http://ppa.launchpad.net/cinelerra-ppa/ppa/ubuntu xenial main

	/etc/apt/sources.list.d/notepadqq-team-ubuntu-notepadqq-xenial.list.save


	/etc/apt/sources.list.d/sunab-ubuntu-kdenlive-release-wily.list.distUpgrade


	/etc/apt/sources.list.d/pipelight-stable-trusty.list.distUpgrade


	/etc/apt/sources.list.d/fossfreedom-rhythmbox-trusty.list.save


	/etc/apt/sources.list.d/yoggic-ubuntu-dpluzz-xenial.list.save


	/etc/apt/sources.list.d/ubuntu-wine-ppa-trusty.list

     1	# deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu wily main # désactivé pour la mise à niveau vers vivid désactivé pour la mise à niveau vers wily
     2	# deb-src http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu trusty main

	/etc/apt/sources.list.d/kdenlive-ubuntu-kdenlive-stable-xenial.list

     1	# deb-src http://ppa.launchpad.net/kdenlive/kdenlive-stable/ubuntu xenial main
     2	# deb-src http://ppa.launchpad.net/kdenlive/kdenlive-stable/ubuntu xenial main
     3	# deb-src http://ppa.launchpad.net/kdenlive/kdenlive-stable/ubuntu xenial main

	/etc/apt/sources.list.d/pipelight-stable-trusty.list.save


	/etc/apt/sources.list.d/kdenlive-ubuntu-kdenlive-stable-bionic.list.save


	/etc/apt/sources.list.d/ubuntu-wine-ppa-trusty.list.distUpgrade


	/etc/apt/sources.list.d/kdenlive-ubuntu-kdenlive-testing-wily.list.save


	/etc/apt/sources.list.d/google.list.distUpgrade


	/etc/apt/sources.list.d/kazam-team-stable-series-trusty.list.distUpgrade


	/etc/apt/sources.list.d/sunab-kdenlive-release-trusty.list

     1	# deb http://ppa.launchpad.net/sunab/kdenlive-release/ubuntu xenial main # désactivé pour la mise à niveau vers vivid désactivé pour la mise à niveau vers wily désactivé pour la mise à niveau vers xenial

	/etc/apt/sources.list.d/noobslab-ubuntu-apps-dependencies-xenial.list.distUpgrade


	/etc/apt/sources.list.d/peek-developers-ubuntu-stable-bionic.list.distUpgrade


	/etc/apt/sources.list.d/danielrichter2007-ubuntu-grub-customizer-jammy.list

     1	deb https://ppa.launchpadcontent.net/danielrichter2007/grub-customizer/ubuntu/ jammy main
     2	# deb-src https://ppa.launchpadcontent.net/danielrichter2007/grub-customizer/ubuntu/ jammy main

	/etc/apt/sources.list.d/webupd8team-ubuntu-java-xenial.list.distUpgrade


	/etc/apt/sources.list.d/chaoswizard-ubuntu-tvdownloader-wily.list.distUpgrade


	/etc/apt/sources.list.d/stebbins-ubuntu-handbrake-releases-xenial.list.distUpgrade


	/etc/apt/sources.list.d/skype-stable.list

     1	# deb [arch=amd64] https://repo.skype.com/deb stable main # désactivé pour la mise à niveau vers bionic

	/etc/apt/sources.list.d/google-chrome.list.save


	/etc/apt/sources.list.d/webupd8team-ubuntu-java-xenial.list.save


	/etc/apt/sources.list.d/obsproject-ubuntu-obs-studio-bionic.list

     1	# deb-src http://ppa.launchpad.net/obsproject/obs-studio/ubuntu bionic main

	/etc/apt/sources.list.d/kdenlive-ubuntu-kdenlive-stable-xenial.list.distUpgrade


	/etc/apt/sources.list.d/google-earth-pro.list

     1	### THIS FILE IS AUTOMATICALLY CONFIGURED ###
     2	# You may comment out this entry, but any other modifications may be lost.
     3	# deb http://dl.google.com/linux/earth/deb/ stable main # désactivé pour la mise à niveau vers bionic

	/etc/apt/sources.list.d/stebbins-ubuntu-handbrake-releases-wily.list.save


	/etc/apt/sources.list.d/daniel_p-ubuntu-dpscreenocr-focal.list.distUpgrade


	/etc/apt/sources.list.d/yoggic-dpluzz-trusty.list.save


	/etc/apt/sources.list.d/inkscape_dev-ubuntu-stable-xenial.list.distUpgrade


	/etc/apt/sources.list.d/noobslab-ubuntu-themes-xenial.list.distUpgrade


	/etc/apt/sources.list.d/google.list

     1	# deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main # désactivé pour la mise à niveau vers focal
     2	# deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main # désactivé pour la mise à niveau vers jammy

	/etc/apt/sources.list.d/google-talkplugin.list.distUpgrade


	/etc/apt/sources.list.d/signal-xenial.list.distUpgrade


	/etc/apt/sources.list.d/brousselle-ubuntu-slowmovideo-xenial.list.save


	/etc/apt/sources.list.d/ubuntuhandbook1-ubuntu-audacity-xenial.list.distUpgrade


	/etc/apt/sources.list.d/webupd8team-ubuntu-java-xenial.list

     1	# deb http://ppa.launchpad.net/webupd8team/java/ubuntu bionic main # désactivé pour la mise à niveau vers bionic
     2	# deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main

	/etc/apt/sources.list.d/obsproject-ubuntu-obs-studio-xenial.list.save


	/etc/apt/sources.list.d/kdenlive-ubuntu-kdenlive-stable-bionic.list

     1	# deb-src http://ppa.launchpad.net/kdenlive/kdenlive-stable/ubuntu bionic main

	/etc/apt/sources.list.d/webcamstudio-ubuntu-webcamstudio-dailybuilds-xenial.list.distUpgrade


	/etc/apt/sources.list.d/nilarimogard-ubuntu-webupd8-xenial.list

     1	# deb http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu bionic main # désactivé pour la mise à niveau vers bionic
     2	# deb-src http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu xenial main

	/etc/apt/sources.list.d/chaoswizard-tvdownloader-trusty.list.save


	/etc/apt/sources.list.d/spotify.list.save


	/etc/apt/sources.list.d/webcamstudio-ubuntu-webcamstudio-dailybuilds-xenial.list.save


	/etc/apt/sources.list.d/chaoswizard-tvdownloader-trusty.list.distUpgrade


	/etc/apt/sources.list.d/yoggic-ubuntu-dpluzz-xenial.list.distUpgrade


	/etc/apt/sources.list.d/chaoswizard-ubuntu-tvdownloader-wily.list.save


	/etc/apt/sources.list.d/nilarimogard-ubuntu-webupd8-xenial.list.distUpgrade


	/etc/apt/sources.list.d/clipgrab-team-ubuntu-ppa-wily.list.save


	/etc/apt/sources.list.d/sunab-kdenlive-release-trusty.list.save


	/etc/apt/sources.list.d/yoggic-ubuntu-dpluzz-xenial.list

     1	# deb-src http://ppa.launchpad.net/yoggic/dpluzz/ubuntu xenial main

	/etc/apt/sources.list.d/signal-xenial.list

     1	deb [arch=amd64 signed-by=/usr/share/keyrings/signal-desktop-keyring.gpg] https://updates.signal.org/desktop/apt xenial main

	/etc/apt/sources.list.d/kazam-team-stable-series-trusty.list

     1	# deb-src http://ppa.launchpad.net/kazam-team/stable-series/ubuntu trusty main

	/etc/apt/sources.list.d/noobslab-ubuntu-themes-xenial.list

     1	# deb http://ppa.launchpad.net/noobslab/themes/ubuntu bionic main # désactivé pour la mise à niveau vers bionic
     2	# deb-src http://ppa.launchpad.net/noobslab/themes/ubuntu xenial main

	/etc/apt/sources.list.d/inkscape_dev-ubuntu-stable-xenial.list

     1	# deb http://ppa.launchpad.net/inkscape.dev/stable/ubuntu bionic main # désactivé pour la mise à niveau vers bionic
     2	# deb-src http://ppa.launchpad.net/inkscape.dev/stable/ubuntu xenial main

	/etc/apt/sources.list.d/stebbins-ubuntu-handbrake-releases-xenial.list

     1	# deb-src http://ppa.launchpad.net/stebbins/handbrake-releases/ubuntu xenial main

	/etc/apt/sources.list.d/webcamstudio-ubuntu-webcamstudio-dailybuilds-xenial.list

     1	# deb http://ppa.launchpad.net/webcamstudio/webcamstudio-dailybuilds/ubuntu bionic main # désactivé pour la mise à niveau vers bionic
     2	# deb-src http://ppa.launchpad.net/webcamstudio/webcamstudio-dailybuilds/ubuntu xenial main

	/etc/apt/sources.list.d/webupd8team-java-trusty.list

     1	# deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main

Dernière modification par PeterV (Le 26/07/2023, à 12:23)

Hors ligne

#4 Le 26/07/2023, à 12:26

nany

Re : [Résolu] sudo apt-get update (erreur)

Bien, tu as une foultitude de ppa tous désactivés. Alors on va faire le ménage par le vide.

Mais avant, donne le retour de :

dpkg -l | grep -i "edge"

En ligne

#5 Le 26/07/2023, à 12:28

PeterV

Re : [Résolu] sudo apt-get update (erreur)

Merci, je veux bien.

skalpa@skalpa-All-Series:~$ dpkg -l | grep -i "edge"
ii  microsoft-edge-beta                                   99.0.1150.38-1                                    amd64        The web browser from Microsoft
ii  microsoft-edge-stable                                 114.0.1823.67-1                                   amd64        The web browser from Microsoft

Hors ligne

#6 Le 26/07/2023, à 12:46

nany

Re : [Résolu] sudo apt-get update (erreur)

Bien alors allons-y. Donne les retours de :

sudo apt purge microsoft-edge-beta microsoft-edge-stable
cd /etc/apt && sudo rm -v *.list.{distUpgrade,save} ; cd
cd /etc/apt/sources.list.d && sudo rm -v * ; cd
wget -qO- https://raw.githubusercontent.com/canonical/cloud-init/master/templates/sources.list.ubuntu.tmpl | sed -e "1,8d;s#{{mirror}}#http://fr.archive.ubuntu.com/ubuntu/#;s#{{codename}}#$(lsb_release -sc)#;s#{{security}}#http://security.ubuntu.com/ubuntu#;9i\\$(test -s /var/log/installer/media-info && awk -F'[ "]' '{if ( $3 ) {cn = $5} else {cn = $4};gsub("\"","_",$0);print "# deb-cdrom:["$0"]/ "tolower(cn)" main restricted"}' /var/log/installer/media-info)" -e '$a\\n# This system was installed using small removable media\n# (e.g. netinst, live or single CD). The matching \"deb cdrom\"\n# entries were disabled at the end of the installation process.\n# For information about how to configure apt package sources,\n# see the sources.list(5) manual.' | sudo tee /etc/apt/sources.list
sudo apt clean && sudo apt update

En ligne

#7 Le 26/07/2023, à 12:55

PeterV

Re : [Résolu] sudo apt-get update (erreur)

Première commande, un erreur :

skalpa@skalpa-All-Series:~$ sudo apt purge microsoft-edge-beta microsoft-edge-stable
[sudo] Mot de passe de s*** : 
E: Des valeurs entrant en conflit ont été renseignées pour l'option Signed-By à propos de la source https://packages.microsoft.com/repos/edge/ stable: /etc/apt/trusted.gpg.d/microsoft.gpg != 
E: La liste des sources ne peut être lue.

Hors ligne

#8 Le 26/07/2023, à 13:01

nany

Re : [Résolu] sudo apt-get update (erreur)

PeterV a écrit :

Première commande, un erreur

Pas grave, donne alors le retour de :

sudo dpkg -P microsoft-edge-beta microsoft-edge-stable

Et passe à la suite.

En ligne

#9 Le 26/07/2023, à 13:02

PeterV

Re : [Résolu] sudo apt-get update (erreur)

pas d'erreur

skalpa@skalpa-All-Series:~$ sudo dpkg -P microsoft-edge-beta microsoft-edge-stable
(Lecture de la base de données... 1327067 fichiers et répertoires déjà installés.)
Suppression de microsoft-edge-beta (99.0.1150.38-1) ...
Purge des fichiers de configuration de microsoft-edge-beta (99.0.1150.38-1) ...
Suppression de microsoft-edge-stable (114.0.1823.67-1) ...
Purge des fichiers de configuration de microsoft-edge-stable (114.0.1823.67-1) ...
Traitement des actions différées (« triggers ») pour menu (2.1.47ubuntu4) ...
Traitement des actions différées (« triggers ») pour man-db (2.10.2-1) ...
Traitement des actions différées (« triggers ») pour gnome-menus (3.36.0-1ubuntu3) ...
Traitement des actions différées (« triggers ») pour desktop-file-utils (0.26-1ubuntu3) ...
Traitement des actions différées (« triggers ») pour bamfdaemon (0.5.6+22.04.20220217-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Traitement des actions différées (« triggers ») pour mailcap (3.70+nmu1ubuntu1) ...

Hors ligne

#10 Le 26/07/2023, à 13:03

nany

En ligne

#11 Le 26/07/2023, à 13:05

PeterV

Re : [Résolu] sudo apt-get update (erreur)

voila :

skalpa@skalpa-All-Series:~$ ls -l /etc/apt/trusted.gpg.d
total 164
-rw-r--r-- 1 root   root   1140 sept.  2  2016 alexlarsson_ubuntu_flatpak.gpg
-rw-r--r-- 1 root   root      0 sept.  2  2016 alexlarsson_ubuntu_flatpak.gpg~
-rw-r--r-- 1 root   root    359 sept.  5  2016 brousselle_ubuntu_slowmovideo.gpg
-rw-r--r-- 1 root   root      0 sept.  5  2016 brousselle_ubuntu_slowmovideo.gpg~
-rw-r--r-- 1 root   root    355 juil. 27  2015 chaoswizard-tvdownloader.gpg
-rw-r--r-- 1 root   root      0 juil. 27  2015 chaoswizard-tvdownloader.gpg~
-rw-r--r-- 1 root   root    355 mars  16  2016 chaoswizard_ubuntu_tvdownloader.gpg
-rw-r--r-- 1 root   root      0 mars  16  2016 chaoswizard_ubuntu_tvdownloader.gpg~
-rw-r--r-- 1 root   root    362 août  30  2016 cinelerra-ppa_ubuntu_ppa.gpg
-rw-r--r-- 1 root   root      0 août  30  2016 cinelerra-ppa_ubuntu_ppa.gpg~
-rw-r--r-- 1 root   root    355 nov.  12  2015 clipgrab-team_ubuntu_ppa.gpg
-rw-r--r-- 1 root   root      0 nov.  12  2015 clipgrab-team_ubuntu_ppa.gpg~
-rw-r--r-- 1 root   root   1125 juin  27  2020 daniel_p_ubuntu_dpscreenocr.gpg
-rw-r--r-- 1 root   root    798 nov.   7  2022 danielrichter2007-ubuntu-grub-customizer.gpg
-rw-r--r-- 1 root   root    798 nov.   7  2022 danielrichter2007-ubuntu-grub-customizer.gpg~
-rw-r--r-- 1 root   root    364 avril 26  2015 fossfreedom-rhythmbox.gpg
-rw-r--r-- 1 root   root      0 avril 26  2015 fossfreedom-rhythmbox.gpg~
-rw-r--r-- 1 root   root    358 avril  1  2020 gezakovacs_ubuntu_ppa.gpg
-rw-r--r-- 1 root   root    362 févr. 17  2015 gnome-split-team-ppa.gpg
-rw-r--r-- 1 root   root      0 févr. 17  2015 gnome-split-team-ppa.gpg~
-rw-r--r-- 1 root   root   7821 juil. 26 09:34 google-chrome.gpg
-rw-r--r-- 1 root   root    372 juin   1  2017 inkscape_dev_ubuntu_stable.gpg
-rw-r--r-- 1 root   root      0 juin   1  2017 inkscape_dev_ubuntu_stable.gpg~
-rw-r--r-- 1 root   root    363 sept.  1  2014 kazam-team-stable-series.gpg
-rw-r--r-- 1 root   root      0 sept.  1  2014 kazam-team-stable-series.gpg~
-rw-r--r-- 1 root   root   1127 août  17  2018 kdenlive_ubuntu_kdenlive-stable.gpg
-rw-r--r-- 1 root   root      0 févr. 15  2017 kdenlive_ubuntu_kdenlive-stable.gpg~
-rw-r--r-- 1 root   root   1131 mai   10  2016 kdenlive_ubuntu_kdenlive-testing.gpg
-rw-r--r-- 1 root   root      0 mai   10  2016 kdenlive_ubuntu_kdenlive-testing.gpg~
-rw-r--r-- 1 root   root    359 sept.  5  2016 kirillshkrogalev_ubuntu_ffmpeg-next.gpg
-rw-r--r-- 1 root   root      0 sept.  5  2016 kirillshkrogalev_ubuntu_ffmpeg-next.gpg~
-rw-rw-r-- 1 skalpa skalpa  641 juil. 26 11:20 microsoft.gpg
-rw-r--r-- 1 root   root    350 mai   18  2017 nilarimogard_ubuntu_webupd8.gpg
-rw-r--r-- 1 root   root      0 mai   18  2017 nilarimogard_ubuntu_webupd8.gpg~
-rw-r--r-- 1 root   root    943 sept. 29  2017 noobslab_ubuntu_apps-dependencies.gpg
-rw-r--r-- 1 root   root      0 sept. 29  2017 noobslab_ubuntu_apps-dependencies.gpg~
-rw-r--r-- 1 root   root    943 juin  20  2017 noobslab_ubuntu_themes.gpg
-rw-r--r-- 1 root   root      0 juin  20  2017 noobslab_ubuntu_themes.gpg~
-rw-r--r-- 1 root   root    367 mars  22  2018 notepadqq-team_ubuntu_notepadqq.gpg
-rw-r--r-- 1 root   root      0 mars  22  2018 notepadqq-team_ubuntu_notepadqq.gpg~
-rw-r--r-- 1 root   root   1129 août  18  2018 obsproject_ubuntu_obs-studio.gpg
-rw-r--r-- 1 root   root      0 nov.  10  2016 obsproject_ubuntu_obs-studio.gpg~
-rw-r--r-- 1 root   root   1134 mai   15  2020 peek-developers_ubuntu_stable.gpg
-rw-r--r-- 1 root   root    371 août  24  2014 pipelight-stable.gpg
-rw-r--r-- 1 root   root      0 août  24  2014 pipelight-stable.gpg~
-rw-r--r-- 1 root   root   1135 mars  15  2018 qtcam_ubuntu_precise.gpg
-rw-r--r-- 1 root   root      0 mars  15  2018 qtcam_ubuntu_precise.gpg~
-rw-r--r-- 1 root   root    362 déc.  14  2015 stebbins_ubuntu_handbrake-releases.gpg
-rw-r--r-- 1 root   root      0 déc.  14  2015 stebbins_ubuntu_handbrake-releases.gpg~
-rw-r--r-- 1 root   root    362 mai    2  2015 sunab-kdenlive-release.gpg
-rw-r--r-- 1 root   root      0 mai    2  2015 sunab-kdenlive-release.gpg~
-rw-r--r-- 1 root   root    362 janv. 19  2016 sunab_ubuntu_kdenlive-release.gpg
-rw-r--r-- 1 root   root      0 janv. 19  2016 sunab_ubuntu_kdenlive-release.gpg~
-rw-r--r-- 1 root   root    362 mai   20  2017 ubuntuhandbook1_ubuntu_audacity.gpg
-rw-r--r-- 1 root   root      0 mai   20  2017 ubuntuhandbook1_ubuntu_audacity.gpg~
-rw-r--r-- 1 root   root   2794 mars  27  2021 ubuntu-keyring-2012-cdimage.gpg
-rw-r--r-- 1 root   root   1733 mars  27  2021 ubuntu-keyring-2018-archive.gpg
-rw-r--r-- 1 root   root   1509 oct.  15  2015 ubuntu-wine-ppa.gpg
-rw-r--r-- 1 root   root      0 oct.  15  2015 ubuntu-wine-ppa.gpg~
-rw-r--r-- 1 root   root    369 nov.  18  2016 webcamstudio_ubuntu_webcamstudio-dailybuilds.gpg
-rw-r--r-- 1 root   root      0 nov.  18  2016 webcamstudio_ubuntu_webcamstudio-dailybuilds.gpg~
-rw-r--r-- 1 root   root    507 déc.  31  2017 webupd8team-java.gpg
-rw-r--r-- 1 root   root    346 mai    5  2014 webupd8team-java.gpg~
-rw-r--r-- 1 root   root    507 nov.  18  2016 webupd8team_ubuntu_java.gpg
-rw-r--r-- 1 root   root      0 nov.  18  2016 webupd8team_ubuntu_java.gpg~
-rw-r--r-- 1 root   root   1128 avril  2  2015 yoggic-dpluzz.gpg
-rw-r--r-- 1 root   root      0 avril  2  2015 yoggic-dpluzz.gpg~
-rw-r--r-- 1 root   root   1128 mai   28  2016 yoggic_ubuntu_dpluzz.gpg
-rw-r--r-- 1 root   root      0 mai   28  2016 yoggic_ubuntu_dpluzz.gpg~

Hors ligne

#13 Le 26/07/2023, à 13:16

PeterV

Re : [Résolu] sudo apt-get update (erreur)

Quelle est donc cette magie roll

  • sudo apt purge microsoft-edge-beta microsoft-edge-stable

skalpa@skalpa-All-Series:~$ sudo apt purge microsoft-edge-beta microsoft-edge-stable
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
Le paquet « microsoft-edge-stable » n'est pas installé, et ne peut donc être supprimé
Le paquet « microsoft-edge-beta » n'est pas installé, et ne peut donc être supprimé
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
  libllvm13 libllvm13:i386 linux-headers-5.15.0-70 linux-headers-5.15.0-70-generic linux-image-5.15.0-70-generic linux-modules-5.15.0-70-generic linux-modules-extra-5.15.0-70-generic
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 5 non mis à jour.
  • cd /etc/apt && sudo rm -v *.list.{distUpgrade,save} ; cd

skalpa@skalpa-All-Series:~$ cd /etc/apt && sudo rm -v *.list.{distUpgrade,save} ; cd
'sources.list.distUpgrade' supprimé
'sources.list.save' supprimé
  • cd /etc/apt/sources.list.d && sudo rm -v * ; cd

skalpa@skalpa-All-Series:~$ cd /etc/apt/sources.list.d && sudo rm -v * ; cd
'alexlarsson-ubuntu-flatpak-xenial.list' supprimé
'alexlarsson-ubuntu-flatpak-xenial.list.distUpgrade' supprimé
'alexlarsson-ubuntu-flatpak-xenial.list.save' supprimé
'brousselle-ubuntu-slowmovideo-xenial.list' supprimé
'brousselle-ubuntu-slowmovideo-xenial.list.distUpgrade' supprimé
'brousselle-ubuntu-slowmovideo-xenial.list.save' supprimé
'chaoswizard-tvdownloader-trusty.list' supprimé
'chaoswizard-tvdownloader-trusty.list.distUpgrade' supprimé
'chaoswizard-tvdownloader-trusty.list.save' supprimé
'chaoswizard-ubuntu-tvdownloader-wily.list' supprimé
'chaoswizard-ubuntu-tvdownloader-wily.list.distUpgrade' supprimé
'chaoswizard-ubuntu-tvdownloader-wily.list.save' supprimé
'cinelerra-ppa-ubuntu-ppa-xenial.list' supprimé
'cinelerra-ppa-ubuntu-ppa-xenial.list.distUpgrade' supprimé
'cinelerra-ppa-ubuntu-ppa-xenial.list.save' supprimé
'clipgrab-team-ubuntu-ppa-wily.list' supprimé
'clipgrab-team-ubuntu-ppa-wily.list.distUpgrade' supprimé
'clipgrab-team-ubuntu-ppa-wily.list.save' supprimé
'daniel_p-ubuntu-dpscreenocr-focal.list' supprimé
'daniel_p-ubuntu-dpscreenocr-focal.list.distUpgrade' supprimé
'daniel_p-ubuntu-dpscreenocr-focal.list.save' supprimé
'danielrichter2007-ubuntu-grub-customizer-jammy.list' supprimé
'fossfreedom-rhythmbox-trusty.list' supprimé
'fossfreedom-rhythmbox-trusty.list.distUpgrade' supprimé
'fossfreedom-rhythmbox-trusty.list.save' supprimé
'getdeb.list' supprimé
'getdeb.list.distUpgrade' supprimé
'getdeb.list.save' supprimé
'gezakovacs-ubuntu-ppa-bionic.list' supprimé
'gezakovacs-ubuntu-ppa-bionic.list.distUpgrade' supprimé
'gezakovacs-ubuntu-ppa-bionic.list.save' supprimé
'gnome-split-team-ppa-trusty.list' supprimé
'gnome-split-team-ppa-trusty.list.distUpgrade' supprimé
'gnome-split-team-ppa-trusty.list.save' supprimé
'google-chrome.list' supprimé
'google-chrome.list.distUpgrade' supprimé
'google-chrome.list.save' supprimé
'google-earth-pro.list' supprimé
'google-earth-pro.list.distUpgrade' supprimé
'google-earth-pro.list.save' supprimé
'google.list' supprimé
'google.list.distUpgrade' supprimé
'google.list.save' supprimé
'google-talkplugin.list' supprimé
'google-talkplugin.list.distUpgrade' supprimé
'google-talkplugin.list.save' supprimé
'inkscape_dev-ubuntu-stable-xenial.list' supprimé
'inkscape_dev-ubuntu-stable-xenial.list.distUpgrade' supprimé
'inkscape_dev-ubuntu-stable-xenial.list.save' supprimé
'kazam-team-stable-series-trusty.list' supprimé
'kazam-team-stable-series-trusty.list.distUpgrade' supprimé
'kazam-team-stable-series-trusty.list.save' supprimé
'kdenlive-ubuntu-kdenlive-stable-bionic.list' supprimé
'kdenlive-ubuntu-kdenlive-stable-bionic.list.distUpgrade' supprimé
'kdenlive-ubuntu-kdenlive-stable-bionic.list.save' supprimé
'kdenlive-ubuntu-kdenlive-stable-xenial.list' supprimé
'kdenlive-ubuntu-kdenlive-stable-xenial.list.distUpgrade' supprimé
'kdenlive-ubuntu-kdenlive-stable-xenial.list.save' supprimé
'kdenlive-ubuntu-kdenlive-testing-wily.list' supprimé
'kdenlive-ubuntu-kdenlive-testing-wily.list.distUpgrade' supprimé
'kdenlive-ubuntu-kdenlive-testing-wily.list.save' supprimé
'kirillshkrogalev-ubuntu-ffmpeg-next-xenial.list' supprimé
'kirillshkrogalev-ubuntu-ffmpeg-next-xenial.list.distUpgrade' supprimé
'kirillshkrogalev-ubuntu-ffmpeg-next-xenial.list.save' supprimé
'microsoft-edge-beta.list.distUpgrade' supprimé
'microsoft-edge-dev.list' supprimé
'nilarimogard-ubuntu-webupd8-xenial.list' supprimé
'nilarimogard-ubuntu-webupd8-xenial.list.distUpgrade' supprimé
'nilarimogard-ubuntu-webupd8-xenial.list.save' supprimé
'noobslab-ubuntu-apps-dependencies-xenial.list' supprimé
'noobslab-ubuntu-apps-dependencies-xenial.list.distUpgrade' supprimé
'noobslab-ubuntu-apps-dependencies-xenial.list.save' supprimé
'noobslab-ubuntu-themes-xenial.list' supprimé
'noobslab-ubuntu-themes-xenial.list.distUpgrade' supprimé
'noobslab-ubuntu-themes-xenial.list.save' supprimé
'notepadqq-team-ubuntu-notepadqq-xenial.list' supprimé
'notepadqq-team-ubuntu-notepadqq-xenial.list.distUpgrade' supprimé
'notepadqq-team-ubuntu-notepadqq-xenial.list.save' supprimé
'obsproject-ubuntu-obs-studio-bionic.list' supprimé
'obsproject-ubuntu-obs-studio-bionic.list.distUpgrade' supprimé
'obsproject-ubuntu-obs-studio-bionic.list.save' supprimé
'obsproject-ubuntu-obs-studio-xenial.list' supprimé
'obsproject-ubuntu-obs-studio-xenial.list.distUpgrade' supprimé
'obsproject-ubuntu-obs-studio-xenial.list.save' supprimé
'peek-developers-ubuntu-stable-bionic.list' supprimé
'peek-developers-ubuntu-stable-bionic.list.distUpgrade' supprimé
'peek-developers-ubuntu-stable-bionic.list.save' supprimé
'pipelight-stable-trusty.list' supprimé
'pipelight-stable-trusty.list.distUpgrade' supprimé
'pipelight-stable-trusty.list.save' supprimé
'qtcam-ubuntu-precise.list' supprimé
'qtcam-ubuntu-precise.list.distUpgrade' supprimé
'qtcam-ubuntu-precise.list.save' supprimé
'scootersoftware.list' supprimé
'scootersoftware.list.distUpgrade' supprimé
'scootersoftware.list.save' supprimé
'signal-xenial.list' supprimé
'signal-xenial.list.distUpgrade' supprimé
'skype-stable.list' supprimé
'skype-stable.list.distUpgrade' supprimé
'skype-stable.list.save' supprimé
'spotify.list' supprimé
'spotify.list.distUpgrade' supprimé
'spotify.list.save' supprimé
'stebbins-ubuntu-handbrake-releases-wily.list' supprimé
'stebbins-ubuntu-handbrake-releases-wily.list.distUpgrade' supprimé
'stebbins-ubuntu-handbrake-releases-wily.list.save' supprimé
'stebbins-ubuntu-handbrake-releases-xenial.list' supprimé
'stebbins-ubuntu-handbrake-releases-xenial.list.distUpgrade' supprimé
'stebbins-ubuntu-handbrake-releases-xenial.list.save' supprimé
'sunab-kdenlive-release-trusty.list' supprimé
'sunab-kdenlive-release-trusty.list.distUpgrade' supprimé
'sunab-kdenlive-release-trusty.list.save' supprimé
'sunab-ubuntu-kdenlive-release-wily.list' supprimé
'sunab-ubuntu-kdenlive-release-wily.list.distUpgrade' supprimé
'sunab-ubuntu-kdenlive-release-wily.list.save' supprimé
'ubuntuhandbook1-ubuntu-audacity-xenial.list' supprimé
'ubuntuhandbook1-ubuntu-audacity-xenial.list.distUpgrade' supprimé
'ubuntuhandbook1-ubuntu-audacity-xenial.list.save' supprimé
'ubuntu-wine-ppa-trusty.list' supprimé
'ubuntu-wine-ppa-trusty.list.distUpgrade' supprimé
'ubuntu-wine-ppa-trusty.list.save' supprimé
'webcamstudio-ubuntu-webcamstudio-dailybuilds-xenial.list' supprimé
'webcamstudio-ubuntu-webcamstudio-dailybuilds-xenial.list.distUpgrade' supprimé
'webcamstudio-ubuntu-webcamstudio-dailybuilds-xenial.list.save' supprimé
'webupd8team-java-trusty.list' supprimé
'webupd8team-java-trusty.list.distUpgrade' supprimé
'webupd8team-java-trusty.list.save' supprimé
'webupd8team-ubuntu-java-xenial.list' supprimé
'webupd8team-ubuntu-java-xenial.list.distUpgrade' supprimé
'webupd8team-ubuntu-java-xenial.list.save' supprimé
'yoggic-dpluzz-trusty.list' supprimé
'yoggic-dpluzz-trusty.list.distUpgrade' supprimé
'yoggic-dpluzz-trusty.list.save' supprimé
'yoggic-ubuntu-dpluzz-xenial.list' supprimé
'yoggic-ubuntu-dpluzz-xenial.list.distUpgrade' supprimé
'yoggic-ubuntu-dpluzz-xenial.list.save' supprimé
  • wget -qO- https://raw.githubusercontent.com/canon … buntu.tmpl | sed -e "1,8d;s#{{mirror}}#http://fr.archive.ubuntu.com/ubuntu/#;s#{{codename}}#$(lsb_release -sc)#;s#{{security}}#http://security.ubuntu.com/ubuntu#;9i\\$(test -s /var/log/installer/media-info && awk -F'[ "]' '{if ( $3 ) {cn = $5} else {cn = $4};gsub(""","_",$0);print "# deb-cdrom:["$0"]/ "tolower(cn)" main restricted"}' /var/log/installer/media-info)" -e '$a\\n# This system was installed using small removable media\n# (e.g. netinst, live or single CD). The matching "deb cdrom"\n# entries were disabled at the end of the installation process.\n# For information about how to configure apt package sources,\n# see the sources.list(5) manual.' | sudo tee /etc/apt/sources.list

skalpa@skalpa-All-Series:~$ wget -qO- https://raw.githubusercontent.com/canonical/cloud-init/master/templates/sources.list.ubuntu.tmpl | sed -e "1,8d;s#{{mirror}}#http://fr.archive.ubuntu.com/ubuntu/#;s#{{codename}}#$(lsb_release -sc)#;s#{{security}}#http://security.ubuntu.com/ubuntu#;9i\\$(test -s /var/log/installer/media-info && awk -F'[ "]' '{if ( $3 ) {cn = $5} else {cn = $4};gsub("\"","_",$0);print "# deb-cdrom:["$0"]/ "tolower(cn)" main restricted"}' /var/log/installer/media-info)" -e '$a\\n# This system was installed using small removable media\n# (e.g. netinst, live or single CD). The matching \"deb cdrom\"\n# entries were disabled at the end of the installation process.\n# For information about how to configure apt package sources,\n# see the sources.list(5) manual.' | sudo tee /etc/apt/sources.list
# deb-cdrom:[Ubuntu 14.04 LTS _Trusty Tahr_ - Release amd64 (20140417)]/ trusty 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/ jammy main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-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/ jammy universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy universe
deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-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/ jammy multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-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/ jammy-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu jammy-security main restricted
# deb-src http://security.ubuntu.com/ubuntu jammy-security main restricted
deb http://security.ubuntu.com/ubuntu jammy-security universe
# deb-src http://security.ubuntu.com/ubuntu jammy-security universe
deb http://security.ubuntu.com/ubuntu jammy-security multiverse
# deb-src http://security.ubuntu.com/ubuntu jammy-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.
  • sudo apt clean && sudo apt update

skalpa@skalpa-All-Series:~$ sudo apt clean && sudo apt update
Réception de :1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Réception de :2 http://fr.archive.ubuntu.com/ubuntu jammy InRelease [270 kB]
Réception de :3 http://fr.archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
Réception de :4 http://fr.archive.ubuntu.com/ubuntu jammy-backports InRelease [108 kB]
Réception de :5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [277 kB]
Réception de :6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [631 kB]
Réception de :7 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [148 kB]
Réception de :8 http://security.ubuntu.com/ubuntu jammy-security/main amd64 DEP-11 Metadata [41,5 kB]
Réception de :9 http://security.ubuntu.com/ubuntu jammy-security/main DEP-11 48x48 Icons [13,8 kB]
Réception de :10 http://security.ubuntu.com/ubuntu jammy-security/main DEP-11 64x64 Icons [22,7 kB]
Réception de :11 http://security.ubuntu.com/ubuntu jammy-security/main DEP-11 64x64@2 Icons [29 B]
Réception de :12 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11,0 kB]
Réception de :13 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [29,7 kB]
Réception de :14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [651 kB]
Réception de :15 http://fr.archive.ubuntu.com/ubuntu jammy/main i386 Packages [1040 kB]
Réception de :16 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [104 kB]                   
Réception de :17 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [532 B]   
Réception de :18 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [544 kB]     
Réception de :19 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [756 kB]
Réception de :20 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1395 kB]               
Réception de :21 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [136 kB]
Réception de :22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 DEP-11 Metadata [22,0 kB]
Réception de :23 http://security.ubuntu.com/ubuntu jammy-security/universe DEP-11 48x48 Icons [19,7 kB]  
Réception de :24 http://security.ubuntu.com/ubuntu jammy-security/universe DEP-11 64x64 Icons [31,7 kB]
Réception de :25 http://security.ubuntu.com/ubuntu jammy-security/universe DEP-11 64x64@2 Icons [29 B]
Réception de :26 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [15,9 kB]
Réception de :27 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1032 B]    
Réception de :28 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [36,5 kB]
Réception de :29 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7060 B]
Réception de :30 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 
Réception de :31 http://fr.archive.ubuntu.com/ubuntu jammy/main Translation-en [510 kB]
Réception de :32 http://fr.archive.ubuntu.com/ubuntu jammy/main Translation-fr [486 kB]
Réception de :33 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 DEP-11 Metadata [423 kB]
Réception de :34 http://fr.archive.ubuntu.com/ubuntu jammy/main DEP-11 48x48 Icons [100,0 kB]
Réception de :35 http://fr.archive.ubuntu.com/ubuntu jammy/main DEP-11 64x64 Icons [148 kB]
Réception de :36 http://fr.archive.ubuntu.com/ubuntu jammy/main DEP-11 64x64@2 Icons [15,8 kB]
Réception de :37 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 c-n-f Metadata [30,3 kB]
Réception de :38 http://fr.archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [129 kB]
Réception de :39 http://fr.archive.ubuntu.com/ubuntu jammy/restricted i386 Packages [30,4 kB]
Réception de :40 http://fr.archive.ubuntu.com/ubuntu jammy/restricted Translation-fr [4760 B]
Réception de :41 http://fr.archive.ubuntu.com/ubuntu jammy/restricted Translation-en [18,6 kB]
Réception de :42 http://fr.archive.ubuntu.com/ubuntu jammy/restricted amd64 c-n-f Metadata [488 B]
Réception de :43 http://fr.archive.ubuntu.com/ubuntu jammy/universe i386 Packages [7474 kB]
Réception de :44 http://fr.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [14,1 MB]
Réception de :45 http://fr.archive.ubuntu.com/ubuntu jammy/universe Translation-fr [3564 kB]
Réception de :46 http://fr.archive.ubuntu.com/ubuntu jammy/universe Translation-en [5652 kB]
Réception de :47 http://fr.archive.ubuntu.com/ubuntu jammy/universe amd64 DEP-11 Metadata [3559 kB]
Réception de :48 http://fr.archive.ubuntu.com/ubuntu jammy/universe DEP-11 48x48 Icons [3447 kB]
Réception de :49 http://fr.archive.ubuntu.com/ubuntu jammy/universe DEP-11 64x64 Icons [7609 kB]
Réception de :50 http://fr.archive.ubuntu.com/ubuntu jammy/universe DEP-11 64x64@2 Icons [69,3 kB]
Réception de :51 http://fr.archive.ubuntu.com/ubuntu jammy/universe amd64 c-n-f Metadata [286 kB]
Réception de :52 http://fr.archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [217 kB]
Réception de :53 http://fr.archive.ubuntu.com/ubuntu jammy/multiverse i386 Packages [112 kB]
Réception de :54 http://fr.archive.ubuntu.com/ubuntu jammy/multiverse Translation-fr [93,5 kB]
Réception de :55 http://fr.archive.ubuntu.com/ubuntu jammy/multiverse Translation-en [112 kB]
Réception de :56 http://fr.archive.ubuntu.com/ubuntu jammy/multiverse amd64 DEP-11 Metadata [42,1 kB]
Réception de :57 http://fr.archive.ubuntu.com/ubuntu jammy/multiverse DEP-11 48x48 Icons [42,7 kB]
Réception de :58 http://fr.archive.ubuntu.com/ubuntu jammy/multiverse DEP-11 64x64 Icons [193 kB]
Réception de :59 http://fr.archive.ubuntu.com/ubuntu jammy/multiverse DEP-11 64x64@2 Icons [214 B]
Réception de :60 http://fr.archive.ubuntu.com/ubuntu jammy/multiverse amd64 c-n-f Metadata [8372 B]
Réception de :61 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [454 kB]
Réception de :62 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [851 kB]
Réception de :63 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [208 kB]
Réception de :64 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 DEP-11 Metadata [99,5 kB]
Réception de :65 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main DEP-11 48x48 Icons [33,0 kB]
Réception de :66 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main DEP-11 64x64 Icons [51,3 kB]
Réception de :67 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main DEP-11 64x64@2 Icons [29 B]
Réception de :68 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [15,4 kB]
Réception de :69 http://fr.archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [663 kB]
Réception de :70 http://fr.archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [30,0 kB]
Réception de :71 http://fr.archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [106 kB]
Réception de :72 http://fr.archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [528 B]
Réception de :73 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [951 kB]
Réception de :74 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [638 kB]
Réception de :75 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [205 kB]
Réception de :76 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 DEP-11 Metadata [274 kB]
Réception de :77 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe DEP-11 48x48 Icons [185 kB]
Réception de :78 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe DEP-11 64x64 Icons [284 kB]
Réception de :79 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe DEP-11 64x64@2 Icons [29 B]
Réception de :80 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [20,8 kB]
Réception de :81 http://fr.archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [3888 B]
Réception de :82 http://fr.archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [41,6 kB]
Réception de :83 http://fr.archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [9768 B]
Réception de :84 http://fr.archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 DEP-11 Metadata [940 B]
Réception de :85 http://fr.archive.ubuntu.com/ubuntu jammy-updates/multiverse DEP-11 48x48 Icons [1867 B]
Réception de :86 http://fr.archive.ubuntu.com/ubuntu jammy-updates/multiverse DEP-11 64x64 Icons [2497 B]
Réception de :87 http://fr.archive.ubuntu.com/ubuntu jammy-updates/multiverse DEP-11 64x64@2 Icons [29 B]
Réception de :88 http://fr.archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [476 B]
Réception de :89 http://fr.archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [40,9 kB]
Réception de :90 http://fr.archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [33,7 kB]
Réception de :91 http://fr.archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [10,2 kB]
Réception de :92 http://fr.archive.ubuntu.com/ubuntu jammy-backports/main amd64 DEP-11 Metadata [7976 B]
Réception de :93 http://fr.archive.ubuntu.com/ubuntu jammy-backports/main DEP-11 48x48 Icons [7156 B]
Réception de :94 http://fr.archive.ubuntu.com/ubuntu jammy-backports/main DEP-11 64x64 Icons [10,7 kB]
Réception de :95 http://fr.archive.ubuntu.com/ubuntu jammy-backports/main DEP-11 64x64@2 Icons [29 B]
Réception de :96 http://fr.archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B]
Réception de :97 http://fr.archive.ubuntu.com/ubuntu jammy-backports/restricted amd64 c-n-f Metadata [116 B]
Réception de :98 http://fr.archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [22,2 kB]
Réception de :99 http://fr.archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [12,8 kB]
Réception de :100 http://fr.archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [15,4 kB]
Réception de :101 http://fr.archive.ubuntu.com/ubuntu jammy-backports/universe amd64 DEP-11 Metadata [15,4 kB]
Réception de :102 http://fr.archive.ubuntu.com/ubuntu jammy-backports/universe DEP-11 48x48 Icons [13,3 kB]
Réception de :103 http://fr.archive.ubuntu.com/ubuntu jammy-backports/universe DEP-11 64x64 Icons [22,2 kB]
Réception de :104 http://fr.archive.ubuntu.com/ubuntu jammy-backports/universe DEP-11 64x64@2 Icons [29 B]
Réception de :105 http://fr.archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [580 B]
Réception de :106 http://fr.archive.ubuntu.com/ubuntu jammy-backports/multiverse amd64 c-n-f Metadata [116 B]
60,4 Mo réceptionnés en 7s (8057 ko/s)                                                                                                                                                                                                                          
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
87 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.

Hors ligne

#14 Le 26/07/2023, à 13:22

nany

Re : [Résolu] sudo apt-get update (erreur)

Bien on va commencer par faire les mises à jour, donne le retour de :

sudo apt full-upgrade -y

Puis donne les retours de :

apt-key list
apt list ?obsolete

En ligne

#15 Le 26/07/2023, à 13:33

PeterV

Re : [Résolu] sudo apt-get update (erreur)

  • sudo apt full-upgrade -y

Erreur à la fin

skalpa@skalpa-All-Series:~$ sudo apt full-upgrade -y
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
Calcul de la mise à jour... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
  libllvm13 libllvm13:i386 linux-headers-5.15.0-70
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
Get more security updates through Ubuntu Pro with 'esm-apps' enabled:
  vlc-plugin-qt libvlc5 python2.7-minimal libimage-magick-perl vlc-data
  libvlccore9 vlc imagemagick libavcodec-extra vlc-bin vlc-l10n libavdevice58
  ffmpeg libopenexr25 libmagick++-6.q16-8 libpostproc55
  libmagickcore-6.q16-6-extra vlc-plugin-samba libswscale-dev
  libimage-magick-q16-perl libmagickwand-6.q16-6 libavcodec-extra58
  libpython2.7 vlc-plugin-notify libavutil56 imagemagick-6.q16 libswscale5
  libmagickcore-6.q16-6 vlc-plugin-access-extra libavutil-dev
  vlc-plugin-skins2 vlc-plugin-video-splitter libswresample3
  imagemagick-6-common vlc-plugin-video-output libavformat58 python2.7-dev
  libvlccore-dev libpython2.7-dev python2.7 libavformat-dev libavcodec-dev
  libpython2.7-minimal libvlc-bin libpython2.7-stdlib libvlc-dev
  libswresample-dev vlc-plugin-base vlc-plugin-visualization libavfilter7
Learn more about Ubuntu Pro at https://ubuntu.com/pro
#
# An OpenSSL vulnerability has recently been fixed with USN-6188-1 & 6119-1:
# CVE-2023-2650: possible DoS translating ASN.1 object identifiers.
# Ensure you have updated the package to its latest version.
#
Les paquets suivants seront ENLEVÉS :
  linux-headers-5.15.0-70-generic linux-image-5.15.0-70-generic linux-modules-5.15.0-70-generic linux-modules-extra-5.15.0-70-generic
Les NOUVEAUX paquets suivants seront installés :
  linux-headers-5.15.0-78 linux-headers-5.15.0-78-generic linux-image-5.15.0-78-generic linux-modules-5.15.0-78-generic linux-modules-extra-5.15.0-78-generic
Les paquets suivants ont été conservés :
  gcc-10-base gcc-10-base:i386 gjs gnome-remote-desktop libgjs0g libmysqlclient21 yaru-theme-gnome-shell yaru-theme-gtk yaru-theme-icon yaru-theme-sound
Les paquets suivants seront mis à jour :
  alsa-ucm-conf amd64-microcode curl dkms ghostscript ghostscript-x gir1.2-adw-1 gir1.2-gnomedesktop-3.0 gir1.2-mutter-10 gnome-desktop3-data gnome-shell gnome-shell-common initramfs-tools initramfs-tools-bin initramfs-tools-core libadwaita-1-0
  libcurl3-gnutls libcurl3-gnutls:i386 libcurl4 libcurl4:i386 libgnome-bg-4-1 libgnome-desktop-3-19 libgnome-desktop-4-1 libgs9 libgs9-common libidn12 libinput-bin libinput10 libllvm15 libllvm15:i386 libmutter-10-0 libnih-dbus1 libnih1 libruby3.0
  libsmbclient libspeechd2 libwbclient0 linux-firmware linux-generic linux-headers-generic linux-image-generic linux-libc-dev mutter mutter-common openssh-client python3-debian python3-renderpm python3-reportlab python3-reportlab-accel python3-samba
  python3-speechd ruby3.0 samba samba-common samba-common-bin samba-dsdb-modules samba-libs samba-vfs-modules speech-dispatcher speech-dispatcher-audio-plugins speech-dispatcher-espeak-ng ssh-askpass-gnome thunderbird thunderbird-gnome-support
  thunderbird-locale-de thunderbird-locale-en thunderbird-locale-en-gb thunderbird-locale-en-us thunderbird-locale-fr ubuntu-advantage-tools ubuntu-desktop ubuntu-desktop-minimal ubuntu-minimal ubuntu-standard vim-common vim-tiny xxd
77 mis à jour, 5 nouvellement installés, 4 à enlever et 10 non mis à jour.
43 standard LTS security updates
Il est nécessaire de prendre 519 Mo dans les archives.
Après cette opération, 77,9 Mo d'espace disque supplémentaires seront utilisés.
Réception de :1 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 dkms all 2.8.7-2ubuntu2.2 [70,1 kB]
Réception de :2 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 samba-vfs-modules amd64 2:4.15.13+dfsg-0ubuntu1.2 [419 kB]
Réception de :3 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 samba-dsdb-modules amd64 2:4.15.13+dfsg-0ubuntu1.2 [313 kB]
Réception de :4 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-samba amd64 2:4.15.13+dfsg-0ubuntu1.2 [3115 kB]
Réception de :5 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 samba amd64 2:4.15.13+dfsg-0ubuntu1.2 [1192 kB]
Réception de :6 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 samba-common-bin amd64 2:4.15.13+dfsg-0ubuntu1.2 [619 kB]
Réception de :7 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 samba-common all 2:4.15.13+dfsg-0ubuntu1.2 [75,5 kB]
Réception de :8 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsmbclient amd64 2:4.15.13+dfsg-0ubuntu1.2 [65,9 kB]
Réception de :9 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libwbclient0 amd64 2:4.15.13+dfsg-0ubuntu1.2 [267 kB]
Réception de :10 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 samba-libs amd64 2:4.15.13+dfsg-0ubuntu1.2 [6277 kB]
Réception de :11 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 ubuntu-advantage-tools amd64 28.1~22.04 [178 kB]
Réception de :12 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 xxd amd64 2:8.2.3995-1ubuntu2.9 [53,8 kB]
Réception de :13 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 vim-tiny amd64 2:8.2.3995-1ubuntu2.9 [708 kB]
Réception de :14 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 vim-common all 2:8.2.3995-1ubuntu2.9 [81,5 kB]
Réception de :15 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 ubuntu-minimal amd64 1.481.1 [2792 B]
Réception de :16 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-client amd64 1:8.9p1-3ubuntu0.3 [910 kB]
Réception de :17 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 ubuntu-standard amd64 1.481.1 [2818 B]
Réception de :18 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 alsa-ucm-conf all 1.2.6.3-1ubuntu1.7 [41,8 kB]
Réception de :19 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 curl amd64 7.81.0-1ubuntu1.13 [194 kB]
Réception de :20 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main i386 libcurl4 i386 7.81.0-1ubuntu1.13 [321 kB]
Réception de :21 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.13 [290 kB]
Réception de :22 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 ghostscript-x amd64 9.55.0~dfsg1-0ubuntu5.3 [48,6 kB]
Réception de :23 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 ghostscript amd64 9.55.0~dfsg1-0ubuntu5.3 [49,5 kB]
Réception de :24 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgs9 amd64 9.55.0~dfsg1-0ubuntu5.3 [5039 kB]
Réception de :25 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgs9-common all 9.55.0~dfsg1-0ubuntu5.3 [751 kB]
Réception de :26 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libidn12 amd64 1.38-4ubuntu1 [60,0 kB]
Réception de :27 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libadwaita-1-0 amd64 1.1.7-0ubuntu0.22.04.1 [255 kB]
Réception de :28 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 gir1.2-adw-1 amd64 1.1.7-0ubuntu0.22.04.1 [28,4 kB]
Réception de :29 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnome-desktop3-data all 42.9-0ubuntu1 [23,3 kB]
Réception de :30 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnome-desktop-3-19 amd64 42.9-0ubuntu1 [120 kB]
Réception de :31 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 gir1.2-gnomedesktop-3.0 amd64 42.9-0ubuntu1 [9878 B]
Réception de :32 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 mutter-common all 42.9-0ubuntu1 [13,8 kB]
Réception de :33 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libinput-bin amd64 1.20.0-1ubuntu0.3 [19,9 kB]
Réception de :34 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libinput10 amd64 1.20.0-1ubuntu0.3 [131 kB]
Réception de :35 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 gir1.2-mutter-10 amd64 42.9-0ubuntu1 [132 kB]
Réception de :36 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmutter-10-0 amd64 42.9-0ubuntu1 [1378 kB]
Réception de :37 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnome-shell amd64 42.9-0ubuntu2 [877 kB]
Réception de :38 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnome-shell-common all 42.9-0ubuntu2 [183 kB]
Réception de :39 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 initramfs-tools all 0.140ubuntu13.2 [9048 B]
Réception de :40 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 initramfs-tools-core all 0.140ubuntu13.2 [47,7 kB]
Réception de :41 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 initramfs-tools-bin amd64 0.140ubuntu13.2 [9176 B]
Réception de :42 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main i386 libcurl3-gnutls i386 7.81.0-1ubuntu1.13 [313 kB]
Réception de :43 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl3-gnutls amd64 7.81.0-1ubuntu1.13 [284 kB]
Réception de :44 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnome-desktop-4-1 amd64 42.9-0ubuntu1 [78,0 kB]
Réception de :45 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnome-bg-4-1 amd64 42.9-0ubuntu1 [23,0 kB]
Réception de :46 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main i386 libllvm15 i386 1:15.0.7-0ubuntu0.22.04.2 [29,0 MB]
Réception de :47 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libllvm15 amd64 1:15.0.7-0ubuntu0.22.04.2 [25,4 MB]
Réception de :48 http://fr.archive.ubuntu.com/ubuntu jammy/universe amd64 libnih-dbus1 amd64 1.0.3-12build1 [14,5 kB]                                                                                                                                            
Réception de :49 http://fr.archive.ubuntu.com/ubuntu jammy/universe amd64 libnih1 amd64 1.0.3-12build1 [48,5 kB]                                                                                                                                                 
Réception de :50 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libruby3.0 amd64 3.0.2-7ubuntu2.4 [5113 kB]                                                                                                                                       
Réception de :51 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-firmware all 20220329.git681281e4-0ubuntu3.14 [249 MB]                                                                                                                       
Réception de :52 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-78-generic amd64 5.15.0-78.85 [23,2 MB]                                                                                                                       
Réception de :53 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-78-generic amd64 5.15.0-78.85 [11,4 MB]                                                                                                                         
Réception de :54 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-78-generic amd64 5.15.0-78.85 [64,2 MB]                                                                                                                 
Réception de :55 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 amd64-microcode amd64 3.20191218.1ubuntu2.1 [38,3 kB]                                                                                                                              
Réception de :56 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.78.75 [1698 B]                                                                                                                                         
Réception de :57 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.78.75 [2498 B]                                                                                                                                   
Réception de :58 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-78 all 5.15.0-78.85 [12,3 MB]                                                                                                                                 
Réception de :59 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-78-generic amd64 5.15.0-78.85 [2869 kB]                                                                                                                      
Réception de :60 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.78.75 [2348 B]                                                                                                                                 
Réception de :61 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-libc-dev amd64 5.15.0-78.85 [1307 kB]                                                                                                                                       
Réception de :62 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-debian all 0.1.43ubuntu1.1 [107 kB]                                                                                                                                        
Réception de :63 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-renderpm amd64 3.6.8-1ubuntu0.1 [64,9 kB]                                                                                                                                  
Réception de :64 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-reportlab-accel amd64 3.6.8-1ubuntu0.1 [20,5 kB]                                                                                                                           
Réception de :65 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-reportlab all 3.6.8-1ubuntu0.1 [561 kB]                                                                                                                                    
Réception de :66 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 ruby3.0 amd64 3.0.2-7ubuntu2.4 [50,1 kB]                                                                                                                                           
Réception de :67 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 speech-dispatcher-espeak-ng amd64 0.11.1-1ubuntu3 [27,5 kB]                                                                                                                        
Réception de :68 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 speech-dispatcher amd64 0.11.1-1ubuntu3 [3655 kB]                                                                                                                                 
Réception de :69 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libspeechd2 amd64 0.11.1-1ubuntu3 [20,0 kB]                                                                                                                                        
Réception de :70 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 speech-dispatcher-audio-plugins amd64 0.11.1-1ubuntu3 [27,8 kB]                                                                                                                    
Réception de :71 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 ssh-askpass-gnome amd64 1:8.9p1-3ubuntu0.3 [18,0 kB]                                                                                                                           
Réception de :72 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 thunderbird-locale-de amd64 1:102.13.0+build1-0ubuntu0.22.04.1 [650 kB]                                                                                                            
Réception de :73 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 thunderbird-locale-fr amd64 1:102.13.0+build1-0ubuntu0.22.04.1 [656 kB]                                                                                                            
Réception de :74 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 thunderbird-locale-en amd64 1:102.13.0+build1-0ubuntu0.22.04.1 [952 kB]                                                                                                            
Réception de :75 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 thunderbird amd64 1:102.13.0+build1-0ubuntu0.22.04.1 [62,4 MB]                                                                                                                     
Réception de :76 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 thunderbird-gnome-support amd64 1:102.13.0+build1-0ubuntu0.22.04.1 [8630 B]                                                                                                       
Réception de :77 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 thunderbird-locale-en-gb all 1:102.13.0+build1-0ubuntu0.22.04.1 [9242 B]                                                                                                          
Réception de :78 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 thunderbird-locale-en-us all 1:102.13.0+build1-0ubuntu0.22.04.1 [9250 B]                                                                                                          
Réception de :79 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 ubuntu-desktop-minimal amd64 1.481.1 [3674 B]                                                                                                                                     
Réception de :80 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 ubuntu-desktop amd64 1.481.1 [2604 B]                                                                                                                                             
Réception de :81 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 mutter amd64 42.9-0ubuntu1 [108 kB]                                                                                                                                            
Réception de :82 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-speechd all 0.11.1-1ubuntu3 [44,2 kB]                                                                                                                                      
519 Mo réceptionnés en 47s (11,0 Mo/s)                                                                                                                                                                                                                           
Extraction des modèles depuis les paquets : 100%
Préconfiguration des paquets...
(Lecture de la base de données... 1326773 fichiers et répertoires déjà installés.)
Suppression de linux-headers-5.15.0-70-generic (5.15.0-70.77) ...
Suppression de linux-modules-extra-5.15.0-70-generic (5.15.0-70.77) ...
Suppression de linux-modules-5.15.0-70-generic (5.15.0-70.77) ...
Suppression de linux-image-5.15.0-70-generic (5.15.0-70.77) ...
/etc/kernel/prerm.d/dkms:
dkms: removing: virtualbox 6.1.38 (5.15.0-70-generic) (x86_64)
Module virtualbox-6.1.38 for kernel 5.15.0-70-generic (x86_64).
Before uninstall, this module version was ACTIVE on this kernel.

vboxdrv.ko:
 - Uninstallation
   - Deleting from: /lib/modules/5.15.0-70-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


vboxnetadp.ko:
 - Uninstallation
   - Deleting from: /lib/modules/5.15.0-70-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


vboxnetflt.ko:
 - Uninstallation
   - Deleting from: /lib/modules/5.15.0-70-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-5.15.0-70-generic
/etc/kernel/postrm.d/zz-update-grub:
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-46-generic
Found initrd image: /boot/initrd.img-3.13.0-46-generic
Found linux image: /boot/vmlinuz-3.13.0-45-generic
Found initrd image: /boot/initrd.img-3.13.0-45-generic
Found linux image: /boot/vmlinuz-3.13.0-44-generic
Found initrd image: /boot/initrd.img-3.13.0-44-generic
Found linux image: /boot/vmlinuz-3.13.0-43-generic
Found initrd image: /boot/initrd.img-3.13.0-43-generic
Found linux image: /boot/vmlinuz-3.13.0-40-generic
Found initrd image: /boot/initrd.img-3.13.0-40-generic
Found linux image: /boot/vmlinuz-3.13.0-39-generic
Found initrd image: /boot/initrd.img-3.13.0-39-generic
Found linux image: /boot/vmlinuz-3.13.0-37-generic
Found initrd image: /boot/initrd.img-3.13.0-37-generic
Found linux image: /boot/vmlinuz-3.13.0-35-generic
Found initrd image: /boot/initrd.img-3.13.0-35-generic
Found linux image: /boot/vmlinuz-3.13.0-34-generic
Found initrd image: /boot/initrd.img-3.13.0-34-generic
Found linux image: /boot/vmlinuz-3.13.0-32-generic
Found initrd image: /boot/initrd.img-3.13.0-32-generic
Found linux image: /boot/vmlinuz-3.13.0-30-generic
Found initrd image: /boot/initrd.img-3.13.0-30-generic
Found linux image: /boot/vmlinuz-3.13.0-29-generic
Found initrd image: /boot/initrd.img-3.13.0-29-generic
Found linux image: /boot/vmlinuz-3.13.0-27-generic
Found initrd image: /boot/initrd.img-3.13.0-27-generic
Found linux image: /boot/vmlinuz-3.13.0-24-generic
Found initrd image: /boot/initrd.img-3.13.0-24-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
(Lecture de la base de données... 1310001 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../00-dkms_2.8.7-2ubuntu2.2_all.deb ...
Dépaquetage de dkms (2.8.7-2ubuntu2.2) sur (2.8.7-2ubuntu2.1) ...
Préparation du dépaquetage de .../01-samba-vfs-modules_2%3a4.15.13+dfsg-0ubuntu1.2_amd64.deb ...
Dépaquetage de samba-vfs-modules:amd64 (2:4.15.13+dfsg-0ubuntu1.2) sur (2:4.15.13+dfsg-0ubuntu1.1) ...
Préparation du dépaquetage de .../02-samba-dsdb-modules_2%3a4.15.13+dfsg-0ubuntu1.2_amd64.deb ...
Dépaquetage de samba-dsdb-modules:amd64 (2:4.15.13+dfsg-0ubuntu1.2) sur (2:4.15.13+dfsg-0ubuntu1.1) ...
Préparation du dépaquetage de .../03-python3-samba_2%3a4.15.13+dfsg-0ubuntu1.2_amd64.deb ...
Dépaquetage de python3-samba (2:4.15.13+dfsg-0ubuntu1.2) sur (2:4.15.13+dfsg-0ubuntu1.1) ...
Préparation du dépaquetage de .../04-samba_2%3a4.15.13+dfsg-0ubuntu1.2_amd64.deb ...
Dépaquetage de samba (2:4.15.13+dfsg-0ubuntu1.2) sur (2:4.15.13+dfsg-0ubuntu1.1) ...
Préparation du dépaquetage de .../05-samba-common-bin_2%3a4.15.13+dfsg-0ubuntu1.2_amd64.deb ...
Dépaquetage de samba-common-bin (2:4.15.13+dfsg-0ubuntu1.2) sur (2:4.15.13+dfsg-0ubuntu1.1) ...
Préparation du dépaquetage de .../06-samba-common_2%3a4.15.13+dfsg-0ubuntu1.2_all.deb ...
Dépaquetage de samba-common (2:4.15.13+dfsg-0ubuntu1.2) sur (2:4.15.13+dfsg-0ubuntu1.1) ...
Préparation du dépaquetage de .../07-libsmbclient_2%3a4.15.13+dfsg-0ubuntu1.2_amd64.deb ...
Dépaquetage de libsmbclient:amd64 (2:4.15.13+dfsg-0ubuntu1.2) sur (2:4.15.13+dfsg-0ubuntu1.1) ...
Préparation du dépaquetage de .../08-libwbclient0_2%3a4.15.13+dfsg-0ubuntu1.2_amd64.deb ...
Dépaquetage de libwbclient0:amd64 (2:4.15.13+dfsg-0ubuntu1.2) sur (2:4.15.13+dfsg-0ubuntu1.1) ...
Préparation du dépaquetage de .../09-samba-libs_2%3a4.15.13+dfsg-0ubuntu1.2_amd64.deb ...
Dépaquetage de samba-libs:amd64 (2:4.15.13+dfsg-0ubuntu1.2) sur (2:4.15.13+dfsg-0ubuntu1.1) ...
Préparation du dépaquetage de .../10-ubuntu-advantage-tools_28.1~22.04_amd64.deb ...
Dépaquetage de ubuntu-advantage-tools (28.1~22.04) sur (27.14.4~22.04) ...
Préparation du dépaquetage de .../11-xxd_2%3a8.2.3995-1ubuntu2.9_amd64.deb ...
Dépaquetage de xxd (2:8.2.3995-1ubuntu2.9) sur (2:8.2.3995-1ubuntu2.8) ...
Préparation du dépaquetage de .../12-vim-tiny_2%3a8.2.3995-1ubuntu2.9_amd64.deb ...
Dépaquetage de vim-tiny (2:8.2.3995-1ubuntu2.9) sur (2:8.2.3995-1ubuntu2.8) ...
Préparation du dépaquetage de .../13-vim-common_2%3a8.2.3995-1ubuntu2.9_all.deb ...
Dépaquetage de vim-common (2:8.2.3995-1ubuntu2.9) sur (2:8.2.3995-1ubuntu2.8) ...
Préparation du dépaquetage de .../14-ubuntu-minimal_1.481.1_amd64.deb ...
Dépaquetage de ubuntu-minimal (1.481.1) sur (1.481) ...
Préparation du dépaquetage de .../15-openssh-client_1%3a8.9p1-3ubuntu0.3_amd64.deb ...
Dépaquetage de openssh-client (1:8.9p1-3ubuntu0.3) sur (1:8.9p1-3ubuntu0.1) ...
Préparation du dépaquetage de .../16-ubuntu-standard_1.481.1_amd64.deb ...
Dépaquetage de ubuntu-standard (1.481.1) sur (1.481) ...
Préparation du dépaquetage de .../17-alsa-ucm-conf_1.2.6.3-1ubuntu1.7_all.deb ...
Dépaquetage de alsa-ucm-conf (1.2.6.3-1ubuntu1.7) sur (1.2.6.3-1ubuntu1.6) ...
Préparation du dépaquetage de .../18-curl_7.81.0-1ubuntu1.13_amd64.deb ...
Dépaquetage de curl (7.81.0-1ubuntu1.13) sur (7.81.0-1ubuntu1.10) ...
Préparation du dépaquetage de .../19-libcurl4_7.81.0-1ubuntu1.13_amd64.deb ...
Déconfiguration de libcurl4:i386 (7.81.0-1ubuntu1.10), pour permettre la configuration de libcurl4:amd64 (7.81.0-1ubuntu1.10) ...
Dépaquetage de libcurl4:amd64 (7.81.0-1ubuntu1.13) sur (7.81.0-1ubuntu1.10) ...
Préparation du dépaquetage de .../20-libcurl4_7.81.0-1ubuntu1.13_i386.deb ...
Dépaquetage de libcurl4:i386 (7.81.0-1ubuntu1.13) sur (7.81.0-1ubuntu1.10) ...
Préparation du dépaquetage de .../21-ghostscript-x_9.55.0~dfsg1-0ubuntu5.3_amd64.deb ...
Dépaquetage de ghostscript-x (9.55.0~dfsg1-0ubuntu5.3) sur (9.55.0~dfsg1-0ubuntu5.2) ...
Préparation du dépaquetage de .../22-ghostscript_9.55.0~dfsg1-0ubuntu5.3_amd64.deb ...
Dépaquetage de ghostscript (9.55.0~dfsg1-0ubuntu5.3) sur (9.55.0~dfsg1-0ubuntu5.2) ...
Préparation du dépaquetage de .../23-libgs9_9.55.0~dfsg1-0ubuntu5.3_amd64.deb ...
Dépaquetage de libgs9:amd64 (9.55.0~dfsg1-0ubuntu5.3) sur (9.55.0~dfsg1-0ubuntu5.2) ...
Préparation du dépaquetage de .../24-libgs9-common_9.55.0~dfsg1-0ubuntu5.3_all.deb ...
Dépaquetage de libgs9-common (9.55.0~dfsg1-0ubuntu5.3) sur (9.55.0~dfsg1-0ubuntu5.2) ...
Préparation du dépaquetage de .../25-libidn12_1.38-4ubuntu1_amd64.deb ...
Dépaquetage de libidn12:amd64 (1.38-4ubuntu1) sur (1.38-4build1) ...
Préparation du dépaquetage de .../26-libadwaita-1-0_1.1.7-0ubuntu0.22.04.1_amd64.deb ...
Dépaquetage de libadwaita-1-0:amd64 (1.1.7-0ubuntu0.22.04.1) sur (1.1.0-1ubuntu2) ...
Préparation du dépaquetage de .../27-gir1.2-adw-1_1.1.7-0ubuntu0.22.04.1_amd64.deb ...
Dépaquetage de gir1.2-adw-1:amd64 (1.1.7-0ubuntu0.22.04.1) sur (1.1.0-1ubuntu2) ...
Préparation du dépaquetage de .../28-gnome-desktop3-data_42.9-0ubuntu1_all.deb ...
Dépaquetage de gnome-desktop3-data (42.9-0ubuntu1) sur (42.5-0ubuntu1) ...
Préparation du dépaquetage de .../29-libgnome-desktop-3-19_42.9-0ubuntu1_amd64.deb ...
Dépaquetage de libgnome-desktop-3-19:amd64 (42.9-0ubuntu1) sur (42.5-0ubuntu1) ...
Préparation du dépaquetage de .../30-gir1.2-gnomedesktop-3.0_42.9-0ubuntu1_amd64.deb ...
Dépaquetage de gir1.2-gnomedesktop-3.0:amd64 (42.9-0ubuntu1) sur (42.5-0ubuntu1) ...
Préparation du dépaquetage de .../31-mutter-common_42.9-0ubuntu1_all.deb ...
Dépaquetage de mutter-common (42.9-0ubuntu1) sur (42.5-0ubuntu1) ...
Préparation du dépaquetage de .../32-libinput-bin_1.20.0-1ubuntu0.3_amd64.deb ...
Dépaquetage de libinput-bin (1.20.0-1ubuntu0.3) sur (1.20.0-1ubuntu0.2) ...
Préparation du dépaquetage de .../33-libinput10_1.20.0-1ubuntu0.3_amd64.deb ...
Dépaquetage de libinput10:amd64 (1.20.0-1ubuntu0.3) sur (1.20.0-1ubuntu0.2) ...
Préparation du dépaquetage de .../34-gir1.2-mutter-10_42.9-0ubuntu1_amd64.deb ...
Dépaquetage de gir1.2-mutter-10:amd64 (42.9-0ubuntu1) sur (42.5-0ubuntu1) ...
Préparation du dépaquetage de .../35-libmutter-10-0_42.9-0ubuntu1_amd64.deb ...
Dépaquetage de libmutter-10-0:amd64 (42.9-0ubuntu1) sur (42.5-0ubuntu1) ...
Préparation du dépaquetage de .../36-gnome-shell_42.9-0ubuntu2_amd64.deb ...
Dépaquetage de gnome-shell (42.9-0ubuntu2) sur (42.5-0ubuntu1) ...
Préparation du dépaquetage de .../37-gnome-shell-common_42.9-0ubuntu2_all.deb ...
Dépaquetage de gnome-shell-common (42.9-0ubuntu2) sur (42.5-0ubuntu1) ...
Préparation du dépaquetage de .../38-initramfs-tools_0.140ubuntu13.2_all.deb ...
Dépaquetage de initramfs-tools (0.140ubuntu13.2) sur (0.140ubuntu13.1) ...
Préparation du dépaquetage de .../39-initramfs-tools-core_0.140ubuntu13.2_all.deb ...
Dépaquetage de initramfs-tools-core (0.140ubuntu13.2) sur (0.140ubuntu13.1) ...
Préparation du dépaquetage de .../40-initramfs-tools-bin_0.140ubuntu13.2_amd64.deb ...
Dépaquetage de initramfs-tools-bin (0.140ubuntu13.2) sur (0.140ubuntu13.1) ...
Préparation du dépaquetage de .../41-libcurl3-gnutls_7.81.0-1ubuntu1.13_amd64.deb ...
Déconfiguration de libcurl3-gnutls:i386 (7.81.0-1ubuntu1.10), pour permettre la configuration de libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.10) ...
Dépaquetage de libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.13) sur (7.81.0-1ubuntu1.10) ...
Préparation du dépaquetage de .../42-libcurl3-gnutls_7.81.0-1ubuntu1.13_i386.deb ...
Dépaquetage de libcurl3-gnutls:i386 (7.81.0-1ubuntu1.13) sur (7.81.0-1ubuntu1.10) ...
Préparation du dépaquetage de .../43-libgnome-desktop-4-1_42.9-0ubuntu1_amd64.deb ...
Dépaquetage de libgnome-desktop-4-1:amd64 (42.9-0ubuntu1) sur (42.5-0ubuntu1) ...
Préparation du dépaquetage de .../44-libgnome-bg-4-1_42.9-0ubuntu1_amd64.deb ...
Dépaquetage de libgnome-bg-4-1:amd64 (42.9-0ubuntu1) sur (42.5-0ubuntu1) ...
Préparation du dépaquetage de .../45-libllvm15_1%3a15.0.7-0ubuntu0.22.04.2_i386.deb ...
Déconfiguration de libllvm15:amd64 (1:15.0.7-0ubuntu0.22.04.1), pour permettre la configuration de libllvm15:i386 (1:15.0.7-0ubuntu0.22.04.1) ...
Dépaquetage de libllvm15:i386 (1:15.0.7-0ubuntu0.22.04.2) sur (1:15.0.7-0ubuntu0.22.04.1) ...
Préparation du dépaquetage de .../46-libllvm15_1%3a15.0.7-0ubuntu0.22.04.2_amd64.deb ...
Dépaquetage de libllvm15:amd64 (1:15.0.7-0ubuntu0.22.04.2) sur (1:15.0.7-0ubuntu0.22.04.1) ...
dpkg: erreur de traitement de l'archive /tmp/apt-dpkg-install-mIrQo3/47-libnih-dbus1_1.0.3-12build1_amd64.deb (--unpack) :
 le paquet libnih-dbus1:amd64 (1.0.3-12build1) avec le champ « Multi-Arch » : « no » n'est pas co-installable avec libnih-dbus1 qui a plusieurs instances installées
dpkg: erreur de traitement de l'archive /tmp/apt-dpkg-install-mIrQo3/48-libnih1_1.0.3-12build1_amd64.deb (--unpack) :
 le paquet libnih1:amd64 (1.0.3-12build1) avec le champ « Multi-Arch » : « no » n'est pas co-installable avec libnih1 qui a plusieurs instances installées
Préparation du dépaquetage de .../49-libruby3.0_3.0.2-7ubuntu2.4_amd64.deb ...
Dépaquetage de libruby3.0:amd64 (3.0.2-7ubuntu2.4) sur (3.0.2-7ubuntu2.3) ...
Préparation du dépaquetage de .../50-linux-firmware_20220329.git681281e4-0ubuntu3.14_all.deb ...
Dépaquetage de linux-firmware (20220329.git681281e4-0ubuntu3.14) sur (20220329.git681281e4-0ubuntu3.13) ...
Sélection du paquet linux-modules-5.15.0-78-generic précédemment désélectionné.
Préparation du dépaquetage de .../51-linux-modules-5.15.0-78-generic_5.15.0-78.85_amd64.deb ...
Dépaquetage de linux-modules-5.15.0-78-generic (5.15.0-78.85) ...
Sélection du paquet linux-image-5.15.0-78-generic précédemment désélectionné.
Préparation du dépaquetage de .../52-linux-image-5.15.0-78-generic_5.15.0-78.85_amd64.deb ...
Dépaquetage de linux-image-5.15.0-78-generic (5.15.0-78.85) ...
Sélection du paquet linux-modules-extra-5.15.0-78-generic précédemment désélectionné.
Préparation du dépaquetage de .../53-linux-modules-extra-5.15.0-78-generic_5.15.0-78.85_amd64.deb ...
Dépaquetage de linux-modules-extra-5.15.0-78-generic (5.15.0-78.85) ...
Préparation du dépaquetage de .../54-amd64-microcode_3.20191218.1ubuntu2.1_amd64.deb ...
Dépaquetage de amd64-microcode (3.20191218.1ubuntu2.1) sur (3.20191218.1ubuntu2) ...
Préparation du dépaquetage de .../55-linux-generic_5.15.0.78.75_amd64.deb ...
Dépaquetage de linux-generic (5.15.0.78.75) sur (5.15.0.76.74) ...
Préparation du dépaquetage de .../56-linux-image-generic_5.15.0.78.75_amd64.deb ...
Dépaquetage de linux-image-generic (5.15.0.78.75) sur (5.15.0.76.74) ...
Sélection du paquet linux-headers-5.15.0-78 précédemment désélectionné.
Préparation du dépaquetage de .../57-linux-headers-5.15.0-78_5.15.0-78.85_all.deb ...
Dépaquetage de linux-headers-5.15.0-78 (5.15.0-78.85) ...
Sélection du paquet linux-headers-5.15.0-78-generic précédemment désélectionné.
Préparation du dépaquetage de .../58-linux-headers-5.15.0-78-generic_5.15.0-78.85_amd64.deb ...
Dépaquetage de linux-headers-5.15.0-78-generic (5.15.0-78.85) ...
Préparation du dépaquetage de .../59-linux-headers-generic_5.15.0.78.75_amd64.deb ...
Dépaquetage de linux-headers-generic (5.15.0.78.75) sur (5.15.0.76.74) ...
Préparation du dépaquetage de .../60-linux-libc-dev_5.15.0-78.85_amd64.deb ...
Dépaquetage de linux-libc-dev:amd64 (5.15.0-78.85) sur (5.15.0-76.83) ...
Préparation du dépaquetage de .../61-python3-debian_0.1.43ubuntu1.1_all.deb ...
Dépaquetage de python3-debian (0.1.43ubuntu1.1) sur (0.1.43ubuntu1) ...
Préparation du dépaquetage de .../62-python3-renderpm_3.6.8-1ubuntu0.1_amd64.deb ...
Dépaquetage de python3-renderpm:amd64 (3.6.8-1ubuntu0.1) sur (3.6.8-1) ...
Préparation du dépaquetage de .../63-python3-reportlab-accel_3.6.8-1ubuntu0.1_amd64.deb ...
Dépaquetage de python3-reportlab-accel:amd64 (3.6.8-1ubuntu0.1) sur (3.6.8-1) ...
Préparation du dépaquetage de .../64-python3-reportlab_3.6.8-1ubuntu0.1_all.deb ...
Dépaquetage de python3-reportlab (3.6.8-1ubuntu0.1) sur (3.6.8-1) ...
Préparation du dépaquetage de .../65-ruby3.0_3.0.2-7ubuntu2.4_amd64.deb ...
Dépaquetage de ruby3.0 (3.0.2-7ubuntu2.4) sur (3.0.2-7ubuntu2.3) ...
Préparation du dépaquetage de .../66-speech-dispatcher-espeak-ng_0.11.1-1ubuntu3_amd64.deb ...
Dépaquetage de speech-dispatcher-espeak-ng (0.11.1-1ubuntu3) sur (0.11.1-1ubuntu2) ...
Préparation du dépaquetage de .../67-speech-dispatcher_0.11.1-1ubuntu3_amd64.deb ...
Dépaquetage de speech-dispatcher (0.11.1-1ubuntu3) sur (0.11.1-1ubuntu2) ...
Préparation du dépaquetage de .../68-libspeechd2_0.11.1-1ubuntu3_amd64.deb ...
Dépaquetage de libspeechd2:amd64 (0.11.1-1ubuntu3) sur (0.11.1-1ubuntu2) ...
Préparation du dépaquetage de .../69-speech-dispatcher-audio-plugins_0.11.1-1ubuntu3_amd64.deb ...
Dépaquetage de speech-dispatcher-audio-plugins:amd64 (0.11.1-1ubuntu3) sur (0.11.1-1ubuntu2) ...
Préparation du dépaquetage de .../70-ssh-askpass-gnome_1%3a8.9p1-3ubuntu0.3_amd64.deb ...
Dépaquetage de ssh-askpass-gnome (1:8.9p1-3ubuntu0.3) sur (1:8.9p1-3ubuntu0.1) ...
Préparation du dépaquetage de .../71-thunderbird-locale-de_1%3a102.13.0+build1-0ubuntu0.22.04.1_amd64.deb ...
Dépaquetage de thunderbird-locale-de (1:102.13.0+build1-0ubuntu0.22.04.1) sur (1:102.11.0+build1-0ubuntu0.22.04.1) ...
Préparation du dépaquetage de .../72-thunderbird-locale-fr_1%3a102.13.0+build1-0ubuntu0.22.04.1_amd64.deb ...
Dépaquetage de thunderbird-locale-fr (1:102.13.0+build1-0ubuntu0.22.04.1) sur (1:102.11.0+build1-0ubuntu0.22.04.1) ...
Préparation du dépaquetage de .../73-thunderbird-locale-en_1%3a102.13.0+build1-0ubuntu0.22.04.1_amd64.deb ...
Dépaquetage de thunderbird-locale-en (1:102.13.0+build1-0ubuntu0.22.04.1) sur (1:102.11.0+build1-0ubuntu0.22.04.1) ...
Préparation du dépaquetage de .../74-thunderbird_1%3a102.13.0+build1-0ubuntu0.22.04.1_amd64.deb ...
Dépaquetage de thunderbird (1:102.13.0+build1-0ubuntu0.22.04.1) sur (1:102.11.0+build1-0ubuntu0.22.04.1) ...
Préparation du dépaquetage de .../75-thunderbird-gnome-support_1%3a102.13.0+build1-0ubuntu0.22.04.1_amd64.deb ...
Dépaquetage de thunderbird-gnome-support (1:102.13.0+build1-0ubuntu0.22.04.1) sur (1:102.11.0+build1-0ubuntu0.22.04.1) ...
Préparation du dépaquetage de .../76-thunderbird-locale-en-gb_1%3a102.13.0+build1-0ubuntu0.22.04.1_all.deb ...
Dépaquetage de thunderbird-locale-en-gb (1:102.13.0+build1-0ubuntu0.22.04.1) sur (1:102.11.0+build1-0ubuntu0.22.04.1) ...
Préparation du dépaquetage de .../77-thunderbird-locale-en-us_1%3a102.13.0+build1-0ubuntu0.22.04.1_all.deb ...
Dépaquetage de thunderbird-locale-en-us (1:102.13.0+build1-0ubuntu0.22.04.1) sur (1:102.11.0+build1-0ubuntu0.22.04.1) ...
Préparation du dépaquetage de .../78-ubuntu-desktop-minimal_1.481.1_amd64.deb ...
Dépaquetage de ubuntu-desktop-minimal (1.481.1) sur (1.481) ...
Préparation du dépaquetage de .../79-ubuntu-desktop_1.481.1_amd64.deb ...
Dépaquetage de ubuntu-desktop (1.481.1) sur (1.481) ...
Préparation du dépaquetage de .../80-mutter_42.9-0ubuntu1_amd64.deb ...
Dépaquetage de mutter (42.9-0ubuntu1) sur (42.5-0ubuntu1) ...
Préparation du dépaquetage de .../81-python3-speechd_0.11.1-1ubuntu3_all.deb ...
Dépaquetage de python3-speechd (0.11.1-1ubuntu3) sur (0.11.1-1ubuntu2) ...
Des erreurs ont été rencontrées pendant l'exécution :
 /tmp/apt-dpkg-install-mIrQo3/47-libnih-dbus1_1.0.3-12build1_amd64.deb
 /tmp/apt-dpkg-install-mIrQo3/48-libnih1_1.0.3-12build1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
  • apt-key list

skalpa@skalpa-All-Series:~$ apt-key list
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
/etc/apt/trusted.gpg
--------------------
pub   dsa1024 2010-09-20 [SC]
      C474 15DF F48C 0964 5B78  6094 1612 6D3A 3E5C 1192
uid          [ inconnue] Ubuntu Extras Archive Automatic Signing Key <ftpmaster@ubuntu.com>

pub   dsa1024 2007-03-08 [SC]
      4CCA 1EAF 950C EE4A B839  76DC A040 830F 7FAC 5991
uid          [ inconnue] Google, Inc. Linux Package Signing Key <linux-packages-keymaster@google.com>
sub   elg2048 2007-03-08 [E]

pub   rsa4096 2009-05-15 [SC]
      1958 A549 614C E21C FC27  F4BA A8A5 15F0 46D7 E7CF
uid          [ inconnue] GetDeb Archive Automatic Signing Key <archive@getdeb.net>

pub   rsa4096 2016-04-12 [SC]
      EB4C 1BFD 4F04 2F6D DDCC  EC91 7721 F63B D38B 4796
uid          [ inconnue] Google Inc. (Linux Packages Signing Authority) <linux-packages-keymaster@google.com>
sub   rsa4096 2021-10-26 [S] [expire : 2024-10-25]

pub   rsa4096 2015-02-10 [SC]
      D919 9745 B054 5F2E 8197  062B 0F92 290A 445B 9007
uid          [ inconnue] Moritz Bunkus <moritz@bunkus.org>
uid          [ inconnue] Moritz Bunkus <m.bunkus@linet-services.de>
uid          [ inconnue] Moritz Bunkus <mbunkus@linet-services.de>
sub   rsa4096 2015-02-10 [E]
sub   rsa4096 2015-02-10 [S]

pub   rsa2048 2016-06-22 [SC] [expirée : 2021-06-21]
      D404 0146 BE39 7250 9FD5  7FC7 1F30 45A5 DF75 87C3
uid          [ expirée ] Skype Linux Client Repository <se-um@microsoft.com>

pub   rsa3072 2018-12-10 [SC]
      D43F 6401 4536 9C51 D786  DDEA 76F1 A20F F987 672F
uid          [ inconnue] WineHQ packages <wine-devel@winehq.org>

pub   rsa4096 2021-10-27 [SC] [expirée : 2023-01-20]
      F9A2 1197 6ED6 62F0 0E59  361E 5E3C 45D7 B312 C643
uid          [ expirée ] Spotify Public Repository Signing Key <tux@spotify.com>

/etc/apt/trusted.gpg.d/alexlarsson_ubuntu_flatpak.gpg
-----------------------------------------------------
pub   rsa4096 2015-10-01 [SC]
      6909 51F1 A4DE 0F90 5496  E8C6 C793 BFA2 FA57 7F07
uid          [ inconnue] Launchpad PPA for Alexander Larsson

/etc/apt/trusted.gpg.d/brousselle_ubuntu_slowmovideo.gpg
--------------------------------------------------------
pub   rsa1024 2013-04-16 [SC]
      3DCC A519 ECB0 A3AC 47DD  B1E7 144E 9283 5FEF D904
uid          [ inconnue] Launchpad PPA for Benoit

/etc/apt/trusted.gpg.d/chaoswizard-tvdownloader.gpg
---------------------------------------------------
pub   rsa1024 2010-08-28 [SC]
      AC66 2FD0 1A1A C2BC 90DE  B6D5 3864 00DF B4C4 219E
uid          [ inconnue] Launchpad TVDownloader

/etc/apt/trusted.gpg.d/chaoswizard_ubuntu_tvdownloader.gpg
----------------------------------------------------------
pub   rsa1024 2010-08-28 [SC]
      AC66 2FD0 1A1A C2BC 90DE  B6D5 3864 00DF B4C4 219E
uid          [ inconnue] Launchpad TVDownloader

/etc/apt/trusted.gpg.d/cinelerra-ppa_ubuntu_ppa.gpg
---------------------------------------------------
pub   rsa1024 2010-11-28 [SC]
      60DB 64FA 8E89 3E57 7651  CF3D CBDF A02B 432B B368
uid          [ inconnue] Launchpad PPA for Cinelerra

/etc/apt/trusted.gpg.d/clipgrab-team_ubuntu_ppa.gpg
---------------------------------------------------
pub   rsa1024 2009-11-29 [SC]
      4496 BE64 A6BE E4CD 4BEE  E744 D8AD 4DE7 8EEB B0CA
uid          [ inconnue] Launchpad ClipGrab PPA

/etc/apt/trusted.gpg.d/daniel_p_ubuntu_dpscreenocr.gpg
------------------------------------------------------
pub   rsa4096 2019-02-01 [SC]
      581B 97C5 4D3F 1C0E AEB2  BFE2 2CFA 0880 A9E5 3725
uid          [ inconnue] Launchpad PPA for Daniel

/etc/apt/trusted.gpg.d/danielrichter2007-ubuntu-grub-customizer.gpg
-------------------------------------------------------------------
pub   rsa1024 2010-10-08 [SC]
      59DA D276 B942 642B 1BBD  0EAC A8AA 1FAA 3F05 5C03
uid          [ inconnue] Launchpad PPA for Daniel Richter

/etc/apt/trusted.gpg.d/fossfreedom-rhythmbox.gpg
------------------------------------------------
pub   rsa1024 2012-01-05 [SC]
      0D87 EE08 4E8D B990 ADD3  899C 82EB 5823 F4FE 239D
uid          [ inconnue] Launchpad PPA for fossfreedom

/etc/apt/trusted.gpg.d/gezakovacs_ubuntu_ppa.gpg
------------------------------------------------
pub   rsa1024 2009-01-21 [SC]
      BCCC C1E2 8354 33FA 7DB8  5D51 D45D F2E8 FC91 AE7E
uid          [ inconnue] Launchpad PPA for Geza Kovacs

/etc/apt/trusted.gpg.d/gnome-split-team-ppa.gpg
-----------------------------------------------
pub   rsa1024 2009-12-19 [SC]
      71D8 4E5D AB80 DCF7 234E  1A0F 175B 8842 92C4 BEFD
uid          [ inconnue] Launchpad PPA for GNOME Split

/etc/apt/trusted.gpg.d/google-chrome.gpg
----------------------------------------
pub   rsa4096 2016-04-12 [SC]
      EB4C 1BFD 4F04 2F6D DDCC  EC91 7721 F63B D38B 4796
uid          [ inconnue] Google Inc. (Linux Packages Signing Authority) <linux-packages-keymaster@google.com>
sub   rsa4096 2021-10-26 [S] [expire : 2024-10-25]

/etc/apt/trusted.gpg.d/inkscape_dev_ubuntu_stable.gpg
-----------------------------------------------------
pub   rsa1024 2011-06-13 [SC]
      22C4 8501 4660 3F3D B0ED  0047 9DA4 BD18 B9A0 6DE3
uid          [ inconnue] Launchpad PPA for Inkscape Developers

/etc/apt/trusted.gpg.d/kazam-team-stable-series.gpg
---------------------------------------------------
pub   rsa1024 2012-01-01 [SC]
      062E 7894 AE80 E2E0 D917  5913 18E7 5645 3BB0 BCFA
uid          [ inconnue] Launchpad PPA for Kazam Team

/etc/apt/trusted.gpg.d/kdenlive_ubuntu_kdenlive-stable.gpg
----------------------------------------------------------
pub   rsa4096 2016-01-19 [SC]
      A59E 5EBF CCC6 1564 D6D4  365B 2763 B0EE 7709 FE97
uid          [ inconnue] Launchpad PPA for Kdenlive

/etc/apt/trusted.gpg.d/kdenlive_ubuntu_kdenlive-testing.gpg
-----------------------------------------------------------
pub   rsa4096 2016-01-19 [SC]
      A59E 5EBF CCC6 1564 D6D4  365B 2763 B0EE 7709 FE97
uid          [ inconnue] Launchpad PPA for Kdenlive

/etc/apt/trusted.gpg.d/kirillshkrogalev_ubuntu_ffmpeg-next.gpg
--------------------------------------------------------------
pub   rsa1024 2013-08-18 [SC]
      1EC6 DBC9 AA41 BD34 B32C  C5A1 5C50 E96D 8EFE 5982
uid          [ inconnue] Launchpad PPA for Kyrill

/etc/apt/trusted.gpg.d/microsoft.gpg
------------------------------------
pub   rsa2048 2015-10-28 [SC]
      BC52 8686 B50D 79E3 39D3  721C EB3E 94AD BE12 29CF
uid          [ inconnue] Microsoft (Release signing) <gpgsecurity@microsoft.com>

/etc/apt/trusted.gpg.d/nilarimogard_ubuntu_webupd8.gpg
------------------------------------------------------
pub   rsa1024 2010-01-20 [SC]
      1DB2 9AFF F6C7 0907 B57A  A31F 531E E72F 4C9D 234C
uid          [ inconnue] Launchpad webupd8

/etc/apt/trusted.gpg.d/noobslab_ubuntu_apps-dependencies.gpg
------------------------------------------------------------
pub   rsa1024 2012-04-01 [SC]
      4FA4 4A47 8284 A18C 1BA4  A9CA D530 E028 F59E AE4D
uid          [ inconnue] Launchpad PPA for NoobsLab

/etc/apt/trusted.gpg.d/noobslab_ubuntu_themes.gpg
-------------------------------------------------
pub   rsa1024 2012-04-01 [SC]
      4FA4 4A47 8284 A18C 1BA4  A9CA D530 E028 F59E AE4D
uid          [ inconnue] Launchpad PPA for NoobsLab

/etc/apt/trusted.gpg.d/notepadqq-team_ubuntu_notepadqq.gpg
----------------------------------------------------------
pub   rsa1024 2011-04-13 [SC]
      A05B 7C0A 2774 E64B A349  5331 2E30 EE62 63DE 9CD4
uid          [ inconnue] Launchpad PPA for Notepadqq Team

/etc/apt/trusted.gpg.d/obsproject_ubuntu_obs-studio.gpg
-------------------------------------------------------
pub   rsa4096 2014-10-19 [SC]
      BC73 45F5 2207 9769 F5BB  E987 EFC7 1127 F425 E228
uid          [ inconnue] Launchpad PPA for obsproject

/etc/apt/trusted.gpg.d/peek-developers_ubuntu_stable.gpg
--------------------------------------------------------
pub   rsa4096 2017-02-14 [SC]
      8C95 3129 9E7D F2DC F681  B499 9578 5391 76BA FBC6
uid          [ inconnue] Launchpad PPA for Peek Developers

/etc/apt/trusted.gpg.d/pipelight-stable.gpg
-------------------------------------------
pub   rsa1024 2013-11-24 [SC]
      37D5 1985 6DA1 7931 CD11  23FB FB5D F269 2539 6B8E
uid          [ inconnue] Launchpad PPA for Pipelight Dev Team

/etc/apt/trusted.gpg.d/qtcam_ubuntu_precise.gpg
-----------------------------------------------
pub   rsa4096 2015-09-25 [SC]
      A08F D553 1DFB A8EA EF91  7125 35BA B965 5CA3 3CD4
uid          [ inconnue] Launchpad PPA for econsysqtcam

/etc/apt/trusted.gpg.d/stebbins_ubuntu_handbrake-releases.gpg
-------------------------------------------------------------
pub   rsa1024 2010-04-14 [SC]
      43D3 A9F6 0C58 A716 9778  E6FB 8771 ADB0 8169 50D8
uid          [ inconnue] Launchpad HandBrake Snapshots

/etc/apt/trusted.gpg.d/sunab-kdenlive-release.gpg
-------------------------------------------------
pub   rsa1024 2009-04-20 [SC]
      6976 C1CE B065 8606 1C2C  0472 B511 5B98 AA83 6CA8
uid          [ inconnue] Launchpad PPA for C.A.B/sunab

/etc/apt/trusted.gpg.d/sunab_ubuntu_kdenlive-release.gpg
--------------------------------------------------------
pub   rsa1024 2009-04-20 [SC]
      6976 C1CE B065 8606 1C2C  0472 B511 5B98 AA83 6CA8
uid          [ inconnue] Launchpad PPA for C.A.B/sunab

/etc/apt/trusted.gpg.d/ubuntuhandbook1_ubuntu_audacity.gpg
----------------------------------------------------------
pub   rsa1024 2013-12-03 [SC]
      A006 2203 196C A448 2DDB  859E 4C1C BE14 8525 41CB
uid          [ inconnue] Launchpad PPA for Panda Jim

/etc/apt/trusted.gpg.d/ubuntu-keyring-2012-cdimage.gpg
------------------------------------------------------
pub   rsa4096 2012-05-11 [SC]
      8439 38DF 228D 22F7 B374  2BC0 D94A A3F0 EFE2 1092
uid          [ inconnue] Ubuntu CD Image Automatic Signing Key (2012) <cdimage@ubuntu.com>

/etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg
------------------------------------------------------
pub   rsa4096 2018-09-17 [SC]
      F6EC B376 2474 EDA9 D21B  7022 8719 20D1 991B C93C
uid          [ inconnue] Ubuntu Archive Automatic Signing Key (2018) <ftpmaster@ubuntu.com>

/etc/apt/trusted.gpg.d/ubuntu-wine-ppa.gpg
------------------------------------------
pub   rsa1024 2009-01-20 [SC]
      883E 8688 3975 76B6 C509  DF49 5A9A 06AE F9CB 8DB0
uid          [ inconnue] Launchpad PPA for Ubuntu Wine Team

/etc/apt/trusted.gpg.d/webcamstudio_ubuntu_webcamstudio-dailybuilds.gpg
-----------------------------------------------------------------------
pub   rsa1024 2013-03-23 [SC]
      C4F6 1F45 3B8E 42C7 3998  3352 6B8B C37A F59C 9AC8
uid          [ inconnue] Launchpad PPA for WebcamStudio Team

/etc/apt/trusted.gpg.d/webupd8team-java.gpg
-------------------------------------------
pub   rsa1024 2010-05-04 [SC]
      7B2C 3B08 89BF 5709 A105  D03A C251 8248 EEA1 4886
uid          [ inconnue] Launchpad VLC

/etc/apt/trusted.gpg.d/webupd8team_ubuntu_java.gpg
--------------------------------------------------
pub   rsa1024 2010-05-04 [SC]
      7B2C 3B08 89BF 5709 A105  D03A C251 8248 EEA1 4886
uid          [ inconnue] Launchpad VLC

/etc/apt/trusted.gpg.d/yoggic-dpluzz.gpg
----------------------------------------
pub   rsa4096 2014-06-10 [SC]
      16CC D97B 7EA3 0CC3 66E9  12F7 14B6 10D2 9268 66D5
uid          [ inconnue] Launchpad PPA for gaara

/etc/apt/trusted.gpg.d/yoggic_ubuntu_dpluzz.gpg
-----------------------------------------------
pub   rsa4096 2014-06-10 [SC]
      16CC D97B 7EA3 0CC3 66E9  12F7 14B6 10D2 9268 66D5
uid          [ inconnue] Launchpad PPA for gaara
  • apt list ?obsolete

skalpa@skalpa-All-Series:~$ apt list ?obsolete
En train de lister... Fait
adobe-flash-properties-kde/now 1:20201231.1-0ubuntu0.20.04.1 amd64  [installé, local]
adobe-flashplugin/now 1:20201231.1-0ubuntu0.20.04.1 amd64  [installé, local]
android-tools-adb/now 1:8.1.0+r23-5ubuntu2 all  [installé, local]
app-install-data-partner/now 19.04 all  [installé, local]
bcompare/now 3.3.8-16340 i386  [installé, local]
cpp-7/now 7.5.0-6ubuntu2 amd64  [installé, local]
cpp-8/now 8.4.0-3ubuntu2 amd64  [installé, local]
crda/now 3.18-1build1 amd64  [installé, local]
dconf-tools/now 0.26.0-2ubuntu3 all  [installé, local]
discord/now 0.0.10 amd64  [installé, local]
dpscreenocr/now 1.2.0-1~focal1 amd64  [installé, local]
e2fslibs/now 1.45.5-2ubuntu1.1 amd64  [installé, local]
enchant/now 1.6.0-11.3build1 amd64  [installé, local]
fvd-module/now 1.0.8-1 amd64  [installé, local]
gadmin-rsync/now 0.1.7-1build1 amd64  [installé, local]
gambas2-runtime/now 2.23.1-1ubuntu3 amd64  [installé, local]
gcc-7-base/now 7.5.0-6ubuntu2 amd64  [installé, local]
gcc-7/now 7.5.0-6ubuntu2 amd64  [installé, local]
gcc-8-base/now 8.4.0-3ubuntu2 amd64  [installé, local]
gcc-8/now 8.4.0-3ubuntu2 amd64  [installé, local]
get-flash-videos/now 1.25.99.03-1 all  [installé, local]
gir1.2-gnomebluetooth-1.0/now 3.34.3-0ubuntu1 amd64  [installé, local]
gir1.2-signon-1.0/now 1.14+17.04.20161117-0ubuntu5 amd64  [installé, local]
gnome-user-guide/now 3.36.2+git20200704-0ubuntu0.1 all  [installé, local]
gnome-web-photo/now 0.10.6-1 amd64  [installé, local]
google-chrome-stable/now 107.0.5304.87-1 amd64  [installé, local]
google-talkplugin/now 5.41.0.0-1 amd64  [installé, local]
grilo-plugins-0.2-mediascanner/now 0.3.93+14.04.20131024.1-0ubuntu1 amd64  [installé, local]
grub-customizer/now 5.2.3-0ubuntu1~ppa1j amd64  [installé, local]
gstreamer-tools/now 0.10.36-1.5ubuntu1 amd64  [installé, local]
gstreamer0.10-plugins-base/now 0.10.36-2ubuntu0.1 amd64  [installé, local]
gstreamer0.10-pulseaudio/now 0.10.31-3+nmu4ubuntu2.16.04.3 amd64  [installé, local]
gstreamer0.10-tools/now 0.10.36-1.5ubuntu1 amd64  [installé, local]
gstreamer1.0-fluendo-mp3/now 0.10.32.debian-1 amd64  [installé, local]
libasan4/now 7.5.0-6ubuntu2 amd64  [installé, local]
libavutil52/now 6:9.18-0ubuntu0.14.04.1 amd64  [installé, local]
libboost-date-time1.54.0/now 1.54.0-4ubuntu3.1 amd64  [installé, local]
libboost-filesystem1.54.0/now 1.54.0-4ubuntu3.1 amd64  [installé, local]
libboost-filesystem1.55.0/now 1.55.0+dfsg-3ubuntu2 amd64  [installé, local]
libboost-iostreams1.55.0/now 1.55.0+dfsg-3ubuntu2 amd64  [installé, local]
libboost-locale1.54.0/now 1.54.0-4ubuntu3.1 amd64  [installé, local]
libboost-regex1.54.0/now 1.54.0-4ubuntu3.1 amd64  [installé, local]
libboost-regex1.55.0/now 1.55.0+dfsg-3ubuntu2 amd64  [installé, local]
libboost-system1.54.0/now 1.54.0-4ubuntu3.1 amd64  [installé, local]
libboost-system1.55.0/now 1.55.0+dfsg-3ubuntu2 amd64  [installé, local]
libboost-thread1.54.0/now 1.54.0-4ubuntu3.1 amd64  [installé, local]
libboost-thread1.55.0/now 1.55.0+dfsg-3ubuntu2 amd64  [installé, local]
libcamel-1.2-45/now 3.10.4-0ubuntu1.5 amd64  [installé, local]
libcdio-cdda1/now 0.83-4.2ubuntu1 amd64  [installé, local]
libcdio-paranoia1/now 0.83-4.2ubuntu1 amd64  [installé, local]
libcdio13/now 0.83-4.2ubuntu1 amd64  [installé, local]
libcdr-0.0-0/now 0.0.15-1ubuntu1 amd64  [installé, local]
libcgmanager0/now 0.39-2ubuntu5 amd64  [installé, local]
libcilkrts5/now 7.5.0-6ubuntu2 amd64  [installé, local]
libcmis-0.4-4/now 0.4.1-3ubuntu4 amd64  [installé, local]
libcolord1/now 1.0.6-1 amd64  [installé, local]
libcolorhug1/now 1.0.6-1 amd64  [installé, local]
libcomerr2/now 1.45.5-2ubuntu1.1 amd64  [installé, local]
libcroco3/now 0.6.13-1 amd64  [installé, local]
libdata-amf-perl/now 0.09+dfsg-2 all  [installé, local]
libenchant1c2a/now 1.6.0-11.3build1 amd64  [installé, local]
libexiv2-12/now 0.23-1ubuntu2 amd64  [installé, local]
libfam0/now 2.7.0-17.3build2 amd64  [installé, local]
libffi6/now 3.2.1-8 amd64  [installé, local]
libgcc-7-dev/now 7.5.0-6ubuntu2 amd64  [installé, local]
libgcc-8-dev/now 8.4.0-3ubuntu2 amd64  [installé, local]
libgcc1/now 1:10.3.0-1ubuntu1~20.04 amd64  [installé, local]
libgcrypt11/now 1.5.3-2ubuntu4.2 amd64  [installé, local]
libgcrypt11/now 1.5.3-2ubuntu4.2 i386  [installé, local]
libgdata13/now 0.14.1-1 amd64  [installé, local]
libglamor0/now 0.6.0-0ubuntu4 amd64  [installé, local]
libgmime-2.6-0/now 2.6.23+dfsg1-4 amd64  [installé, local]
libgnome-desktop-3-7/now 3.8.4-0ubuntu3.1 amd64  [installé, local]
libgnutls26/now 2.12.23-12ubuntu2.2 amd64  [installé, local]
libgnutls26/now 2.12.23-12ubuntu2.2 i386  [installé, local]
libgoocanvas-common/now 1.0.0-1 all  [installé, local]
libgoocanvas3/now 1.0.0-1 amd64  [installé, local]
libgphoto2-port10/now 2.5.4-1.1ubuntu1 amd64  [installé, local]
libgrilo-0.2-1/now 0.2.15-1 amd64  [installé, local]
libgssdp-1.0-3/now 1.0.2-2 amd64  [installé, local]
libgstreamer-plugins-base0.10-0/now 0.10.36-2ubuntu0.1 amd64  [installé, local]
libgstreamer0.10-0/now 0.10.36-1.5ubuntu1 amd64  [installé, local]
libgtop2-7/now 2.28.5-2 amd64  [installé, local]
libicu52/now 52.1-8ubuntu0.2 amd64  [installé, local]
libicu60/now 60.2-3ubuntu3.1 amd64  [installé, local]
libidn11/now 1.33-2.2ubuntu2 amd64  [installé, local]
libisl10/now 0.12.2-1 amd64  [installé, local]
libisl22/now 0.22.1-1 amd64  [installé, local]
libjasper1/now 1.900.1-debian1-2.4ubuntu1.2 amd64  [installé, local]
libjavascriptcoregtk-3.0-0/now 2.4.11-3ubuntu3 amd64  [installé, local]
libjson-c2/now 0.11-4ubuntu2 amd64  [installé, local]
libjte1/now 1.20-2ubuntu2 amd64  [installé, local]
libldap-2.4-2/now 2.4.49+dfsg-2ubuntu1.9 amd64  [installé, local]
libldap-2.4-2/now 2.4.49+dfsg-2ubuntu1.9 i386  [installé, local]
liblua50-dev/now 5.0.3-8build1 amd64  [installé, local]
liblua50/now 5.0.3-8build1 amd64  [installé, local]
liblualib50/now 5.0.3-8build1 amd64  [installé, local]
liblucene++0/now 3.0.7-1 amd64  [installé, local]
libmbim-glib0/now 1.6.0-2 amd64  [installé, local]
libmediascanner-1.0-1/now 0.3.93+14.04.20131024.1-0ubuntu1 amd64  [installé, local]
libminiupnpc8/now 1.6-3ubuntu2.14.04.2 amd64  [installé, local]
libmpdec2/now 2.4.2-3 amd64  [installé, local]
libmpx2/now 8.4.0-3ubuntu2 amd64  [installé, local]
libmspub-0.0-0/now 0.0.6-1ubuntu2 amd64  [installé, local]
libntdb1/now 1.0-9build1 amd64  [installé, local]
libopenvg1-mesa/now 10.1.3-0ubuntu0.5 amd64  [installé, local]
liborcus-0.6-0/now 0.5.1-7 amd64  [installé, local]
libp11-kit-gnome-keyring/now 3.28.0.2-1ubuntu1.18.04.1 amd64  [installé, local]
libpangox-1.0-0/now 0.0.2-5ubuntu1 amd64  [installé, local]
libparse-debianchangelog-perl/now 1.2.0-13 all  [installé, local]
libparted0debian1/now 2.3-19ubuntu1.14.04.1 amd64  [installé, local]
libplist1/now 1.10-1 amd64  [installé, local]
libprotobuf8/now 2.5.0-9ubuntu1 amd64  [installé, local]
libqmi-glib0/now 1.4.0-1 amd64  [installé, local]
libraw9/now 0.15.4-1 amd64  [installé, local]
libreadline5/now 5.2+dfsg-3build3 amd64  [installé, local]
libreadline6/now 6.3-8ubuntu2 amd64  [installé, local]
libreoffice-presentation-minimizer/now 1:4.2.8-0ubuntu3 all  [installé, local]
librtmp0/now 2.4+20121230.gitdf6c518-1 amd64  [installé, local]
libruby2.7/now 2.7.0-5ubuntu1.7 amd64  [installé, local]
libsepol1/now 3.0-1ubuntu0.1 amd64  [installé, local]
libsignon-glib1/now 1.14+17.04.20161117-0ubuntu5 amd64  [installé, local]
libsndio6.1/now 1.1.0-3 amd64  [installé, local]
libssl1.0.0/now 1.0.2n-1ubuntu5.3 amd64  [installé, local]
libssl1.1/now 1.1.1f-1ubuntu2.16 amd64  [installé, local]
libsystemd-daemon0/now 204-5ubuntu20.15 amd64  [installé, local]
libsystemd-journal0/now 204-5ubuntu20.15 amd64  [installé, local]
libsystemd-login0/now 204-5ubuntu20.15 amd64  [installé, local]
libt1-5/now 5.1.2-3.6ubuntu1 amd64  [installé, local]
libubsan0/now 7.5.0-6ubuntu2 amd64  [installé, local]
libupower-glib1/now 0.9.23-2ubuntu1 amd64  [installé, local]
liburl-dispatcher1/now 0.1+17.04.20170328-0ubuntu4 amd64  [installé, local]
libva1/now 1.7.0-1ubuntu0.1 amd64  [installé, local]
libvidstab1.0/now 2:0.98b-0ubuntu0~sunab~wily1 amd64  [installé, local]
libvisio-0.0-0/now 0.0.31-1ubuntu2 amd64  [installé, local]
libvkd3d-shader1/now 1.3~focal-1 amd64  [installé, local]
libvkd3d-shader1/now 1.3~focal-1 i386  [installé, local]
libvpx1/now 1.3.0-3ubuntu1 amd64  [installé, local]
libwebkitgtk-3.0-0/now 2.4.11-3ubuntu3 amd64  [installé, local]
libwebp5/now 0.4.4-1 amd64  [installé, local]
libwebp6/now 0.6.1-2ubuntu0.20.04.1 amd64  [installé, local]
libwpd-0.9-9/now 0.9.9-1 amd64  [installé, local]
libwpg-0.2-2/now 0.2.2-1ubuntu1 amd64  [installé, local]
libwps-0.2-2/now 0.2.9-2ubuntu1 amd64  [installé, local]
libx264-142/now 2:0.142.2495+git6a301b6-1ubuntu1 amd64  [installé, local]
linux-headers-3.13.0-24-generic/now 3.13.0-24.47 amd64  [installé, local]
linux-headers-3.13.0-24/now 3.13.0-24.47 all  [installé, local]
linux-headers-3.13.0-27-generic/now 3.13.0-27.50 amd64  [installé, local]
linux-headers-3.13.0-27/now 3.13.0-27.50 all  [installé, local]
linux-headers-3.13.0-29-generic/now 3.13.0-29.53 amd64  [installé, local]
linux-headers-3.13.0-29/now 3.13.0-29.53 all  [installé, local]
linux-headers-3.13.0-30-generic/now 3.13.0-30.55 amd64  [installé, local]
linux-headers-3.13.0-30/now 3.13.0-30.55 all  [installé, local]
linux-headers-3.13.0-32-generic/now 3.13.0-32.57 amd64  [installé, local]
linux-headers-3.13.0-32/now 3.13.0-32.57 all  [installé, local]
linux-headers-3.13.0-34-generic/now 3.13.0-34.60 amd64  [installé, local]
linux-headers-3.13.0-34/now 3.13.0-34.60 all  [installé, local]
linux-headers-3.13.0-35-generic/now 3.13.0-35.62 amd64  [installé, local]
linux-headers-3.13.0-35/now 3.13.0-35.62 all  [installé, local]
linux-headers-3.13.0-37-generic/now 3.13.0-37.64 amd64  [installé, local]
linux-headers-3.13.0-37/now 3.13.0-37.64 all  [installé, local]
linux-headers-3.13.0-39-generic/now 3.13.0-39.66 amd64  [installé, local]
linux-headers-3.13.0-39/now 3.13.0-39.66 all  [installé, local]
linux-headers-3.13.0-40-generic/now 3.13.0-40.69 amd64  [installé, local]
linux-headers-3.13.0-40/now 3.13.0-40.69 all  [installé, local]
linux-headers-3.13.0-43-generic/now 3.13.0-43.72 amd64  [installé, local]
linux-headers-3.13.0-43/now 3.13.0-43.72 all  [installé, local]
linux-headers-3.13.0-44-generic/now 3.13.0-44.73 amd64  [installé, local]
linux-headers-3.13.0-44/now 3.13.0-44.73 all  [installé, local]
linux-headers-3.13.0-45-generic/now 3.13.0-45.74 amd64  [installé, local]
linux-headers-3.13.0-45/now 3.13.0-45.74 all  [installé, local]
linux-headers-3.13.0-46-generic/now 3.13.0-46.79 amd64  [installé, local]
linux-headers-3.13.0-46/now 3.13.0-46.79 all  [installé, local]
linux-headers-3.13.0-48-generic/now 3.13.0-48.80 amd64  [installé, local]
linux-headers-3.13.0-48/now 3.13.0-48.80 all  [installé, local]
linux-headers-3.13.0-49-generic/now 3.13.0-49.83 amd64  [installé, local]
linux-headers-3.13.0-49/now 3.13.0-49.83 all  [installé, local]
linux-headers-3.13.0-51-generic/now 3.13.0-51.84 amd64  [installé, local]
linux-headers-3.13.0-51/now 3.13.0-51.84 all  [installé, local]
linux-headers-3.13.0-52-generic/now 3.13.0-52.86 amd64  [installé, local]
linux-headers-3.13.0-52/now 3.13.0-52.86 all  [installé, local]
linux-headers-3.13.0-53-generic/now 3.13.0-53.89 amd64  [installé, local]
linux-headers-3.13.0-53/now 3.13.0-53.89 all  [installé, local]
linux-headers-3.13.0-54-generic/now 3.13.0-54.91 amd64  [installé, local]
linux-headers-3.13.0-54/now 3.13.0-54.91 all  [installé, local]
linux-headers-3.13.0-55-generic/now 3.13.0-55.94 amd64  [installé, local]
linux-headers-3.13.0-55/now 3.13.0-55.94 all  [installé, local]
linux-headers-3.13.0-57-generic/now 3.13.0-57.95 amd64  [installé, local]
linux-headers-3.13.0-57/now 3.13.0-57.95 all  [installé, local]
linux-headers-3.13.0-58-generic/now 3.13.0-58.97 amd64  [installé, local]
linux-headers-3.13.0-58/now 3.13.0-58.97 all  [installé, local]
linux-headers-3.13.0-59-generic/now 3.13.0-59.98 amd64  [installé, local]
linux-headers-3.13.0-59/now 3.13.0-59.98 all  [installé, local]
linux-headers-3.13.0-61-generic/now 3.13.0-61.100 amd64  [installé, local]
linux-headers-3.13.0-61/now 3.13.0-61.100 all  [installé, local]
linux-headers-3.13.0-63-generic/now 3.13.0-63.103 amd64  [installé, local]
linux-headers-3.13.0-63/now 3.13.0-63.103 all  [installé, local]
linux-headers-3.13.0-65-generic/now 3.13.0-65.106 amd64  [installé, local]
linux-headers-3.13.0-65/now 3.13.0-65.106 all  [installé, local]
linux-headers-3.13.0-66-generic/now 3.13.0-66.108 amd64  [installé, local]
linux-headers-3.13.0-66/now 3.13.0-66.108 all  [installé, local]
linux-headers-3.13.0-67-generic/now 3.13.0-67.110 amd64  [installé, local]
linux-headers-3.13.0-67/now 3.13.0-67.110 all  [installé, local]
linux-headers-5.15.0-70/now 5.15.0-70.77 all  [installé, local]
linux-headers-5.15.0-71-generic/now 5.15.0-71.78 amd64  [installé, local]
linux-headers-5.15.0-71/now 5.15.0-71.78 all  [installé, local]
linux-image-3.13.0-24-generic/now 3.13.0-24.47 amd64  [installé, local]
linux-image-3.13.0-27-generic/now 3.13.0-27.50 amd64  [installé, local]
linux-image-3.13.0-29-generic/now 3.13.0-29.53 amd64  [installé, local]
linux-image-3.13.0-30-generic/now 3.13.0-30.55 amd64  [installé, local]
linux-image-3.13.0-32-generic/now 3.13.0-32.57 amd64  [installé, local]
linux-image-3.13.0-34-generic/now 3.13.0-34.60 amd64  [installé, local]
linux-image-3.13.0-35-generic/now 3.13.0-35.62 amd64  [installé, local]
linux-image-3.13.0-37-generic/now 3.13.0-37.64 amd64  [installé, local]
linux-image-3.13.0-39-generic/now 3.13.0-39.66 amd64  [installé, local]
linux-image-3.13.0-40-generic/now 3.13.0-40.69 amd64  [installé, local]
linux-image-3.13.0-43-generic/now 3.13.0-43.72 amd64  [installé, local]
linux-image-3.13.0-44-generic/now 3.13.0-44.73 amd64  [installé, local]
linux-image-3.13.0-45-generic/now 3.13.0-45.74 amd64  [installé, local]
linux-image-3.13.0-46-generic/now 3.13.0-46.79 amd64  [installé, local]
linux-image-3.13.0-48-generic/now 3.13.0-48.80 amd64  [installé, local]
linux-image-3.13.0-49-generic/now 3.13.0-49.83 amd64  [installé, local]
linux-image-3.13.0-51-generic/now 3.13.0-51.84 amd64  [installé, local]
linux-image-3.13.0-52-generic/now 3.13.0-52.86 amd64  [installé, local]
linux-image-3.13.0-53-generic/now 3.13.0-53.89 amd64  [installé, local]
linux-image-3.13.0-54-generic/now 3.13.0-54.91 amd64  [installé, local]
linux-image-3.13.0-55-generic/now 3.13.0-55.94 amd64  [installé, local]
linux-image-3.13.0-57-generic/now 3.13.0-57.95 amd64  [installé, local]
linux-image-3.13.0-58-generic/now 3.13.0-58.97 amd64  [installé, local]
linux-image-3.13.0-59-generic/now 3.13.0-59.98 amd64  [installé, local]
linux-image-3.13.0-61-generic/now 3.13.0-61.100 amd64  [installé, local]
linux-image-3.13.0-63-generic/now 3.13.0-63.103 amd64  [installé, local]
linux-image-3.13.0-65-generic/now 3.13.0-65.106 amd64  [installé, local]
linux-image-3.13.0-66-generic/now 3.13.0-66.108 amd64  [installé, local]
linux-image-3.13.0-67-generic/now 3.13.0-67.110 amd64  [installé, local]
linux-image-3.19.0-33-generic/now 3.19.0-33.38 amd64  [installé, local]
linux-image-5.15.0-71-generic/now 5.15.0-71.78 amd64  [installé, local]
linux-image-extra-3.13.0-24-generic/now 3.13.0-24.47 amd64  [installé, local]
linux-image-extra-3.13.0-27-generic/now 3.13.0-27.50 amd64  [installé, local]
linux-image-extra-3.13.0-29-generic/now 3.13.0-29.53 amd64  [installé, local]
linux-image-extra-3.13.0-30-generic/now 3.13.0-30.55 amd64  [installé, local]
linux-image-extra-3.13.0-32-generic/now 3.13.0-32.57 amd64  [installé, local]
linux-image-extra-3.13.0-34-generic/now 3.13.0-34.60 amd64  [installé, local]
linux-image-extra-3.13.0-35-generic/now 3.13.0-35.62 amd64  [installé, local]
linux-image-extra-3.13.0-37-generic/now 3.13.0-37.64 amd64  [installé, local]
linux-image-extra-3.13.0-39-generic/now 3.13.0-39.66 amd64  [installé, local]
linux-image-extra-3.13.0-40-generic/now 3.13.0-40.69 amd64  [installé, local]
linux-image-extra-3.13.0-43-generic/now 3.13.0-43.72 amd64  [installé, local]
linux-image-extra-3.13.0-44-generic/now 3.13.0-44.73 amd64  [installé, local]
linux-image-extra-3.13.0-45-generic/now 3.13.0-45.74 amd64  [installé, local]
linux-image-extra-3.13.0-46-generic/now 3.13.0-46.79 amd64  [installé, local]
linux-image-extra-3.13.0-48-generic/now 3.13.0-48.80 amd64  [installé, local]
linux-image-extra-3.13.0-49-generic/now 3.13.0-49.83 amd64  [installé, local]
linux-image-extra-3.13.0-51-generic/now 3.13.0-51.84 amd64  [installé, local]
linux-image-extra-3.13.0-52-generic/now 3.13.0-52.86 amd64  [installé, local]
linux-image-extra-3.13.0-53-generic/now 3.13.0-53.89 amd64  [installé, local]
linux-image-extra-3.13.0-54-generic/now 3.13.0-54.91 amd64  [installé, local]
linux-image-extra-3.13.0-55-generic/now 3.13.0-55.94 amd64  [installé, local]
linux-image-extra-3.13.0-57-generic/now 3.13.0-57.95 amd64  [installé, local]
linux-image-extra-3.13.0-58-generic/now 3.13.0-58.97 amd64  [installé, local]
linux-image-extra-3.13.0-59-generic/now 3.13.0-59.98 amd64  [installé, local]
linux-image-extra-3.13.0-61-generic/now 3.13.0-61.100 amd64  [installé, local]
linux-image-extra-3.13.0-63-generic/now 3.13.0-63.103 amd64  [installé, local]
linux-image-extra-3.13.0-65-generic/now 3.13.0-65.106 amd64  [installé, local]
linux-image-extra-3.13.0-66-generic/now 3.13.0-66.108 amd64  [installé, local]
linux-image-extra-3.13.0-67-generic/now 3.13.0-67.110 amd64  [installé, local]
linux-image-extra-3.19.0-33-generic/now 3.19.0-33.38 amd64  [installé, local]
linux-modules-5.15.0-71-generic/now 5.15.0-71.78 amd64  [installé, local]
linux-modules-extra-5.15.0-71-generic/now 5.15.0-71.78 amd64  [installé, local]
lua50/now 5.0.3-8build1 amd64  [installé, local]
module-init-tools/now 24-1ubuntu3.3 all  [installé, local]
multiarch-support/now 2.27-3ubuntu1 amd64  [installé, local]
natron/now 2.2.5 amd64  [installé, local]
net.downloadhelper.coapp/now 1.3.0 amd64  [installé, local]
nootka/now 1.2.0-0ubuntu3 amd64  [installé, local]
oracle-java7-installer/now 7u80+7u60arm-0~webupd8~1 all  [installé, local]
oracle-java8-installer/now 8u181-1~webupd8~1 all  [installé, local]
oracle-java8-set-default/now 8u181-1~webupd8~1 all  [installé, local]
pepperflashplugin-nonfree/now 1.8.8~ubuntu20.04.1 amd64  [installé, local]
pipelight-multi/now 0.2.8.2~ubuntu15.10.1 amd64  [installé, local]
qtdeclarative5-ubuntu-ui-extras-browser-plugin-assets/now 0.23+14.04.20140428-0ubuntu1 all  [installé, local]
rhythmbox-plugin-magnatune/now 3.4.4-1ubuntu2 all  [installé, local]
signal-desktop/now 6.23.0 amd64  [installé, local]
skypeforlinux/now 8.28.0.41 amd64  [installé, local]
syslinux-legacy/now 2:3.63+dfsg-2ubuntu9 amd64  [installé, local]
system-config-printer-gnome/now 1.5.12-0ubuntu1.1 all  [installé, local]
tixati/now 2.72-1 amd64  [installé, local]
ttf-dejavu-core/now 2.37-1 all  [installé, local]
ttf-dejavu-extra/now 2.37-1 all  [installé, local]
ttf-dejavu/now 2.37-1 all  [installé, local]
ttf-ubuntu-font-family/now 1:0.83-4ubuntu1 all  [installé, local]
ubuntu-extras-keyring/now 2010.09.27 all  [installé, local]
ubuntu-system-service/now 0.7 all  [installé, local]
ureadahead/now 0.100.0-21 amd64  [installé, local]
vkd3d-compiler/now 1.3~focal-1 i386  [installé, local]
wickr/now 2.2.2-1 amd64  [installé, local]
wine-stable-amd64/now 7.0.0.0~focal-1 amd64  [installé, local]
wine-stable-i386/now 7.0.0.0~focal-1 i386  [installé, local]
wine-staging-amd64/now 7.20~focal-1 amd64  [installé, local]
wine-staging-i386/now 7.20~focal-1 i386  [installé, local]
wine-staging/now 7.20~focal-1 amd64  [installé, local]
winehq-staging/now 7.20~focal-1 amd64  [installé, local]
xnconvert/now 1.75 amd64  [installé, local]
xnview/now 0.87 amd64  [installé, local]
zoom/now 5.7.31792.0820 amd64  [installé, local]

Hors ligne

#16 Le 26/07/2023, à 13:55

nany

Re : [Résolu] sudo apt-get update (erreur)

PeterV a écrit :

Erreur à la fin

Pas grave, donne les retours de :

sudo dpkg --configure -a
sudo apt install -fy

Donne aussi les retours de :

apt-mark showmanual | awk '/linux-.*[0-9]/ && ! /hwe-[0-9][02468].04/{print}' | xargs -r sudo apt-mark auto
sudo apt autopurge -y

En ligne

#17 Le 26/07/2023, à 14:22

PeterV

Re : [Résolu] sudo apt-get update (erreur)

  • sudo dpkg --configure -a

skalpa@skalpa-All-Series:~$ sudo dpkg --configure -a
[sudo] Mot de passe de skalpa : 
Paramétrage de libgs9-common (9.55.0~dfsg1-0ubuntu5.3) ...
Paramétrage de speech-dispatcher-audio-plugins:amd64 (0.11.1-1ubuntu3) ...
Paramétrage de python3-renderpm:amd64 (3.6.8-1ubuntu0.1) ...
Paramétrage de libruby3.0:amd64 (3.0.2-7ubuntu2.4) ...
Paramétrage de alsa-ucm-conf (1.2.6.3-1ubuntu1.7) ...
Paramétrage de python3-speechd (0.11.1-1ubuntu3) ...
Paramétrage de linux-firmware (20220329.git681281e4-0ubuntu3.14) ...
update-initramfs: Generating /boot/initrd.img-5.15.0-76-generic
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
update-initramfs: Generating /boot/initrd.img-5.15.0-71-generic
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
update-initramfs: Generating /boot/initrd.img-3.19.0-33-generic
modinfo: ERROR: could not get modinfo from 'crc32': No such file or directory
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
update-initramfs: Generating /boot/initrd.img-3.13.0-67-generic
modinfo: ERROR: could not get modinfo from 'crc32': No such file or directory
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
update-initramfs: Generating /boot/initrd.img-3.13.0-66-generic
modinfo: ERROR: could not get modinfo from 'crc32': No such file or directory
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
update-initramfs: Generating /boot/initrd.img-3.13.0-65-generic
modinfo: ERROR: could not get modinfo from 'crc32': No such file or directory
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
update-initramfs: Generating /boot/initrd.img-3.13.0-63-generic
modinfo: ERROR: could not get modinfo from 'crc32': No such file or directory
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
update-initramfs: Generating /boot/initrd.img-3.13.0-61-generic
modinfo: ERROR: could not get modinfo from 'crc32': No such file or directory
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
update-initramfs: Generating /boot/initrd.img-3.13.0-59-generic
modinfo: ERROR: could not get modinfo from 'crc32': No such file or directory
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
update-initramfs: Generating /boot/initrd.img-3.13.0-58-generic
modinfo: ERROR: could not get modinfo from 'crc32': No such file or directory
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
update-initramfs: Generating /boot/initrd.img-3.13.0-57-generic
modinfo: ERROR: could not get modinfo from 'crc32': No such file or directory
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
update-initramfs: Generating /boot/initrd.img-3.13.0-55-generic
modinfo: ERROR: could not get modinfo from 'crc32': No such file or directory
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
update-initramfs: Generating /boot/initrd.img-3.13.0-54-generic
modinfo: ERROR: could not get modinfo from 'crc32': No such file or directory
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
update-initramfs: Generating /boot/initrd.img-3.13.0-53-generic
modinfo: ERROR: could not get modinfo from 'crc32': No such file or directory
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
update-initramfs: Generating /boot/initrd.img-3.13.0-52-generic
modinfo: ERROR: could not get modinfo from 'crc32': No such file or directory
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
update-initramfs: Generating /boot/initrd.img-3.13.0-51-generic
modinfo: ERROR: could not get modinfo from 'crc32': No such file or directory
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
update-initramfs: Generating /boot/initrd.img-3.13.0-49-generic
modinfo: ERROR: could not get modinfo from 'crc32': No such file or directory
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
update-initramfs: Generating /boot/initrd.img-3.13.0-48-generic
modinfo: ERROR: could not get modinfo from 'crc32': No such file or directory
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
update-initramfs: Generating /boot/initrd.img-3.13.0-46-generic
modinfo: ERROR: could not get modinfo from 'crc32': No such file or directory
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
update-initramfs: Generating /boot/initrd.img-3.13.0-45-generic
modinfo: ERROR: could not get modinfo from 'crc32': No such file or directory
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
update-initramfs: Generating /boot/initrd.img-3.13.0-44-generic
modinfo: ERROR: could not get modinfo from 'crc32': No such file or directory
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
update-initramfs: Generating /boot/initrd.img-3.13.0-43-generic
modinfo: ERROR: could not get modinfo from 'crc32': No such file or directory
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
update-initramfs: Generating /boot/initrd.img-3.13.0-40-generic
modinfo: ERROR: could not get modinfo from 'crc32': No such file or directory
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
update-initramfs: Generating /boot/initrd.img-3.13.0-39-generic
modinfo: ERROR: could not get modinfo from 'crc32': No such file or directory
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
update-initramfs: Generating /boot/initrd.img-3.13.0-37-generic
modinfo: ERROR: could not get modinfo from 'crc32': No such file or directory
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
update-initramfs: Generating /boot/initrd.img-3.13.0-35-generic
modinfo: ERROR: could not get modinfo from 'crc32': No such file or directory
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
update-initramfs: Generating /boot/initrd.img-3.13.0-34-generic
modinfo: ERROR: could not get modinfo from 'crc32': No such file or directory
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
update-initramfs: Generating /boot/initrd.img-3.13.0-32-generic
modinfo: ERROR: could not get modinfo from 'crc32': No such file or directory
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
update-initramfs: Generating /boot/initrd.img-3.13.0-30-generic
modinfo: ERROR: could not get modinfo from 'crc32': No such file or directory
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
update-initramfs: Generating /boot/initrd.img-3.13.0-29-generic
modinfo: ERROR: could not get modinfo from 'crc32': No such file or directory
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
update-initramfs: Generating /boot/initrd.img-3.13.0-27-generic
modinfo: ERROR: could not get modinfo from 'crc32': No such file or directory
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
update-initramfs: Generating /boot/initrd.img-3.13.0-24-generic
modinfo: ERROR: could not get modinfo from 'crc32': No such file or directory
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
Paramétrage de openssh-client (1:8.9p1-3ubuntu0.3) ...
Paramétrage de linux-libc-dev:amd64 (5.15.0-78.85) ...
Paramétrage de gnome-shell-common (42.9-0ubuntu2) ...
Paramétrage de libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.13) ...
Paramétrage de libcurl3-gnutls:i386 (7.81.0-1ubuntu1.13) ...
Paramétrage de samba-common (2:4.15.13+dfsg-0ubuntu1.2) ...
Paramétrage de ubuntu-standard (1.481.1) ...
Paramétrage de libadwaita-1-0:amd64 (1.1.7-0ubuntu0.22.04.1) ...
Paramétrage de ssh-askpass-gnome (1:8.9p1-3ubuntu0.3) ...
Paramétrage de amd64-microcode (3.20191218.1ubuntu2.1) ...
update-initramfs: deferring update (trigger activated)
amd64-microcode: microcode will be updated at next boot
Paramétrage de libwbclient0:amd64 (2:4.15.13+dfsg-0ubuntu1.2) ...
Paramétrage de xxd (2:8.2.3995-1ubuntu2.9) ...
Paramétrage de dkms (2.8.7-2ubuntu2.2) ...
Paramétrage de libinput-bin (1.20.0-1ubuntu0.3) ...
Paramétrage de gnome-desktop3-data (42.9-0ubuntu1) ...
Paramétrage de libspeechd2:amd64 (0.11.1-1ubuntu3) ...
Paramétrage de mutter-common (42.9-0ubuntu1) ...
Paramétrage de vim-common (2:8.2.3995-1ubuntu2.9) ...
Paramétrage de python3-debian (0.1.43ubuntu1.1) ...
Paramétrage de python3-reportlab-accel:amd64 (3.6.8-1ubuntu0.1) ...
Paramétrage de libidn12:amd64 (1.38-4ubuntu1) ...
Paramétrage de ruby3.0 (3.0.2-7ubuntu2.4) ...
Paramétrage de python3-reportlab (3.6.8-1ubuntu0.1) ...
Paramétrage de libgnome-desktop-4-1:amd64 (42.9-0ubuntu1) ...
Paramétrage de libllvm15:amd64 (1:15.0.7-0ubuntu0.22.04.2) ...
Paramétrage de libllvm15:i386 (1:15.0.7-0ubuntu0.22.04.2) ...
Paramétrage de linux-headers-5.15.0-78 (5.15.0-78.85) ...
Paramétrage de libcurl4:amd64 (7.81.0-1ubuntu1.13) ...
Paramétrage de libcurl4:i386 (7.81.0-1ubuntu1.13) ...
Paramétrage de thunderbird (1:102.13.0+build1-0ubuntu0.22.04.1) ...
Paramétrage de curl (7.81.0-1ubuntu1.13) ...
Paramétrage de ubuntu-advantage-tools (28.1~22.04) ...
Paramétrage de libgnome-desktop-3-19:amd64 (42.9-0ubuntu1) ...
Paramétrage de initramfs-tools-bin (0.140ubuntu13.2) ...
Paramétrage de libinput10:amd64 (1.20.0-1ubuntu0.3) ...
Paramétrage de libgs9:amd64 (9.55.0~dfsg1-0ubuntu5.3) ...
Paramétrage de thunderbird-locale-fr (1:102.13.0+build1-0ubuntu0.22.04.1) ...
Paramétrage de samba-libs:amd64 (2:4.15.13+dfsg-0ubuntu1.2) ...
Paramétrage de vim-tiny (2:8.2.3995-1ubuntu2.9) ...
Paramétrage de gir1.2-adw-1:amd64 (1.1.7-0ubuntu0.22.04.1) ...
Paramétrage de ghostscript (9.55.0~dfsg1-0ubuntu5.3) ...
Paramétrage de thunderbird-locale-en (1:102.13.0+build1-0ubuntu0.22.04.1) ...
Paramétrage de speech-dispatcher (0.11.1-1ubuntu3) ...
Created symlink /etc/systemd/user/sockets.target.wants/speech-dispatcher.socket → /usr/lib/systemd/user/speech-dispatcher.socket.
speech-dispatcherd.service is a disabled or a static unit not running, not starting it.
Paramétrage de linux-headers-5.15.0-78-generic (5.15.0-78.85) ...
/etc/kernel/header_postinst.d/dkms:
 * dkms: running auto installation service for kernel 5.15.0-78-generic

Kernel preparation unnecessary for this kernel. Skipping...

Building module:
cleaning build area...
make -j8 KERNELRELEASE=5.15.0-78-generic -C /lib/modules/5.15.0-78-generic/build M=/var/lib/dkms/virtualbox/6.1.38/build.......
Signing module:
 - /var/lib/dkms/virtualbox/6.1.38/5.15.0-78-generic/x86_64/module/vboxnetflt.ko
 - /var/lib/dkms/virtualbox/6.1.38/5.15.0-78-generic/x86_64/module/vboxdrv.ko
 - /var/lib/dkms/virtualbox/6.1.38/5.15.0-78-generic/x86_64/module/vboxnetadp.ko
Secure Boot not enabled on this system.
cleaning build area...

vboxdrv.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/5.15.0-78-generic/updates/dkms/

vboxnetadp.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/5.15.0-78-generic/updates/dkms/

vboxnetflt.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/5.15.0-78-generic/updates/dkms/

depmod....
   ...done.
Paramétrage de thunderbird-locale-en-us (1:102.13.0+build1-0ubuntu0.22.04.1) ...
Paramétrage de gir1.2-gnomedesktop-3.0:amd64 (42.9-0ubuntu1) ...
Paramétrage de thunderbird-gnome-support (1:102.13.0+build1-0ubuntu0.22.04.1) ...
Paramétrage de thunderbird-locale-de (1:102.13.0+build1-0ubuntu0.22.04.1) ...
Paramétrage de speech-dispatcher-espeak-ng (0.11.1-1ubuntu3) ...
Paramétrage de libsmbclient:amd64 (2:4.15.13+dfsg-0ubuntu1.2) ...
Paramétrage de libgnome-bg-4-1:amd64 (42.9-0ubuntu1) ...
Paramétrage de samba-dsdb-modules:amd64 (2:4.15.13+dfsg-0ubuntu1.2) ...
Paramétrage de initramfs-tools-core (0.140ubuntu13.2) ...
Paramétrage de python3-samba (2:4.15.13+dfsg-0ubuntu1.2) ...
Paramétrage de thunderbird-locale-en-gb (1:102.13.0+build1-0ubuntu0.22.04.1) ...
Paramétrage de initramfs-tools (0.140ubuntu13.2) ...
update-initramfs: deferring update (trigger activated)
Paramétrage de ubuntu-minimal (1.481.1) ...
Paramétrage de samba-vfs-modules:amd64 (2:4.15.13+dfsg-0ubuntu1.2) ...
Paramétrage de ghostscript-x (9.55.0~dfsg1-0ubuntu5.3) ...
Paramétrage de linux-headers-generic (5.15.0.78.75) ...
Paramétrage de samba-common-bin (2:4.15.13+dfsg-0ubuntu1.2) ...
Checking smb.conf with testparm
Load smb config files from /etc/samba/smb.conf
Loaded services file OK.
Weak crypto is allowed

WARNING: The 'netbios name' is too long (max. 15 chars).

Server role: ROLE_STANDALONE

Done
Paramétrage de samba (2:4.15.13+dfsg-0ubuntu1.2) ...
Samba is not being run as an AD Domain Controller: Masking samba-ad-dc.service
Please ignore the following error about deb-systemd-helper not finding those services.
(samba-ad-dc.service already masked)
Failed to preset unit: Unit file /etc/systemd/system/samba-ad-dc.service is masked.
/usr/bin/deb-systemd-helper: error: systemctl preset failed on samba-ad-dc.service: No such file or directory
samba-ad-dc.service is a disabled or a static unit not running, not starting it.
Paramétrage de linux-image-5.15.0-78-generic (5.15.0-78.85) ...
I: /boot/vmlinuz.old is now a symlink to vmlinuz-5.15.0-76-generic
I: /boot/initrd.img.old is now a symlink to initrd.img-5.15.0-76-generic
I: /boot/vmlinuz is now a symlink to vmlinuz-5.15.0-78-generic
I: /boot/initrd.img is now a symlink to initrd.img-5.15.0-78-generic
Paramétrage de linux-modules-5.15.0-78-generic (5.15.0-78.85) ...
Paramétrage de linux-modules-extra-5.15.0-78-generic (5.15.0-78.85) ...
Paramétrage de linux-image-generic (5.15.0.78.75) ...
Paramétrage de linux-generic (5.15.0.78.75) ...
Traitement des actions différées (« triggers ») pour libc-bin (2.35-0ubuntu3.1) ...
Traitement des actions différées (« triggers ») pour ufw (0.36.1-4build1) ...
Traitement des actions différées (« triggers ») pour gconf2 (3.2.6-7ubuntu2) ...
Traitement des actions différées (« triggers ») pour man-db (2.10.2-1) ...
Traitement des actions différées (« triggers ») pour ureadahead (0.100.0-21) ...
Traitement des actions différées (« triggers ») pour install-info (6.8-4build1) ...
Traitement des actions différées (« triggers ») pour mailcap (3.70+nmu1ubuntu1) ...
Traitement des actions différées (« triggers ») pour bamfdaemon (0.5.6+22.04.20220217-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Traitement des actions différées (« triggers ») pour desktop-file-utils (0.26-1ubuntu3) ...
Traitement des actions différées (« triggers ») pour hicolor-icon-theme (0.17-2) ...
Traitement des actions différées (« triggers ») pour gnome-menus (3.36.0-1ubuntu3) ...
Traitement des actions différées (« triggers ») pour libglib2.0-0:i386 (2.72.4-0ubuntu2.2) ...
Traitement des actions différées (« triggers ») pour libglib2.0-0:amd64 (2.72.4-0ubuntu2.2) ...
Paramétrage de libmutter-10-0:amd64 (42.9-0ubuntu1) ...
Paramétrage de gir1.2-mutter-10:amd64 (42.9-0ubuntu1) ...
Paramétrage de mutter (42.9-0ubuntu1) ...
Paramétrage de gnome-shell (42.9-0ubuntu2) ...
Paramétrage de ubuntu-desktop-minimal (1.481.1) ...
Paramétrage de ubuntu-desktop (1.481.1) ...
Traitement des actions différées (« triggers ») pour initramfs-tools (0.140ubuntu13.2) ...
update-initramfs: Generating /boot/initrd.img-5.15.0-76-generic
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
Traitement des actions différées (« triggers ») pour linux-image-5.15.0-78-generic (5.15.0-78.85) ...
/etc/kernel/postinst.d/dkms:
 * dkms: running auto installation service for kernel 5.15.0-78-generic
   ...done.
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-5.15.0-78-generic
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
/etc/kernel/postinst.d/zz-update-grub:
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-46-generic
Found initrd image: /boot/initrd.img-3.13.0-46-generic
Found linux image: /boot/vmlinuz-3.13.0-45-generic
Found initrd image: /boot/initrd.img-3.13.0-45-generic
Found linux image: /boot/vmlinuz-3.13.0-44-generic
Found initrd image: /boot/initrd.img-3.13.0-44-generic
Found linux image: /boot/vmlinuz-3.13.0-43-generic
Found initrd image: /boot/initrd.img-3.13.0-43-generic
Found linux image: /boot/vmlinuz-3.13.0-40-generic
Found initrd image: /boot/initrd.img-3.13.0-40-generic
Found linux image: /boot/vmlinuz-3.13.0-39-generic
Found initrd image: /boot/initrd.img-3.13.0-39-generic
Found linux image: /boot/vmlinuz-3.13.0-37-generic
Found initrd image: /boot/initrd.img-3.13.0-37-generic
Found linux image: /boot/vmlinuz-3.13.0-35-generic
Found initrd image: /boot/initrd.img-3.13.0-35-generic
Found linux image: /boot/vmlinuz-3.13.0-34-generic
Found initrd image: /boot/initrd.img-3.13.0-34-generic
Found linux image: /boot/vmlinuz-3.13.0-32-generic
Found initrd image: /boot/initrd.img-3.13.0-32-generic
Found linux image: /boot/vmlinuz-3.13.0-30-generic
Found initrd image: /boot/initrd.img-3.13.0-30-generic
Found linux image: /boot/vmlinuz-3.13.0-29-generic
Found initrd image: /boot/initrd.img-3.13.0-29-generic
Found linux image: /boot/vmlinuz-3.13.0-27-generic
Found initrd image: /boot/initrd.img-3.13.0-27-generic
Found linux image: /boot/vmlinuz-3.13.0-24-generic
Found initrd image: /boot/initrd.img-3.13.0-24-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Traitement des actions différées (« triggers ») pour libc-bin (2.35-0ubuntu3.1) ...
  • sudo apt install -fy

kalpa@skalpa-All-Series:~$ sudo apt install -fy
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
  libllvm13 libllvm13:i386 linux-headers-5.15.0-70 linux-headers-5.15.0-71 linux-headers-5.15.0-71-generic linux-image-5.15.0-71-generic linux-modules-5.15.0-71-generic linux-modules-extra-5.15.0-71-generic
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 12 non mis à jour.
  • apt-mark showmanual | awk '/linux-.*[0-9]/ && ! /hwe-[0-9][02468].04/{print}' | xargs -r sudo apt-mark auto

skalpa@skalpa-All-Series:~$ apt-mark showmanual | awk '/linux-.*[0-9]/ && ! /hwe-[0-9][02468].04/{print}' | xargs -r sudo apt-mark auto
linux-headers-3.13.0-24 passé en « installé automatiquement ».
linux-headers-3.13.0-24-generic passé en « installé automatiquement ».
linux-headers-3.13.0-27 passé en « installé automatiquement ».
linux-headers-3.13.0-27-generic passé en « installé automatiquement ».
linux-headers-3.13.0-29 passé en « installé automatiquement ».
linux-headers-3.13.0-29-generic passé en « installé automatiquement ».
linux-headers-3.13.0-30 passé en « installé automatiquement ».
linux-headers-3.13.0-30-generic passé en « installé automatiquement ».
linux-headers-3.13.0-32 passé en « installé automatiquement ».
linux-headers-3.13.0-32-generic passé en « installé automatiquement ».
linux-headers-3.13.0-34 passé en « installé automatiquement ».
linux-headers-3.13.0-34-generic passé en « installé automatiquement ».
linux-headers-3.13.0-35 passé en « installé automatiquement ».
linux-headers-3.13.0-35-generic passé en « installé automatiquement ».
linux-headers-3.13.0-37 passé en « installé automatiquement ».
linux-headers-3.13.0-37-generic passé en « installé automatiquement ».
linux-headers-3.13.0-39 passé en « installé automatiquement ».
linux-headers-3.13.0-39-generic passé en « installé automatiquement ».
linux-headers-3.13.0-40 passé en « installé automatiquement ».
linux-headers-3.13.0-40-generic passé en « installé automatiquement ».
linux-headers-3.13.0-43 passé en « installé automatiquement ».
linux-headers-3.13.0-43-generic passé en « installé automatiquement ».
linux-headers-3.13.0-44 passé en « installé automatiquement ».
linux-headers-3.13.0-44-generic passé en « installé automatiquement ».
linux-headers-3.13.0-45 passé en « installé automatiquement ».
linux-headers-3.13.0-45-generic passé en « installé automatiquement ».
linux-headers-3.13.0-46 passé en « installé automatiquement ».
linux-headers-3.13.0-46-generic passé en « installé automatiquement ».
linux-headers-3.13.0-48 passé en « installé automatiquement ».
linux-headers-3.13.0-48-generic passé en « installé automatiquement ».
linux-headers-3.13.0-49 passé en « installé automatiquement ».
linux-headers-3.13.0-49-generic passé en « installé automatiquement ».
linux-headers-3.13.0-51 passé en « installé automatiquement ».
linux-headers-3.13.0-51-generic passé en « installé automatiquement ».
linux-headers-3.13.0-52 passé en « installé automatiquement ».
linux-headers-3.13.0-52-generic passé en « installé automatiquement ».
linux-headers-3.13.0-53 passé en « installé automatiquement ».
linux-headers-3.13.0-53-generic passé en « installé automatiquement ».
linux-headers-3.13.0-54 passé en « installé automatiquement ».
linux-headers-3.13.0-54-generic passé en « installé automatiquement ».
linux-headers-3.13.0-55 passé en « installé automatiquement ».
linux-headers-3.13.0-55-generic passé en « installé automatiquement ».
linux-headers-3.13.0-57 passé en « installé automatiquement ».
linux-headers-3.13.0-57-generic passé en « installé automatiquement ».
linux-headers-3.13.0-58 passé en « installé automatiquement ».
linux-headers-3.13.0-58-generic passé en « installé automatiquement ».
linux-headers-3.13.0-59 passé en « installé automatiquement ».
linux-headers-3.13.0-59-generic passé en « installé automatiquement ».
linux-headers-3.13.0-61 passé en « installé automatiquement ».
linux-headers-3.13.0-61-generic passé en « installé automatiquement ».
linux-headers-3.13.0-63 passé en « installé automatiquement ».
linux-headers-3.13.0-63-generic passé en « installé automatiquement ».
linux-headers-3.13.0-65 passé en « installé automatiquement ».
linux-headers-3.13.0-65-generic passé en « installé automatiquement ».
linux-headers-3.13.0-66 passé en « installé automatiquement ».
linux-headers-3.13.0-66-generic passé en « installé automatiquement ».
linux-headers-3.13.0-67 passé en « installé automatiquement ».
linux-headers-3.13.0-67-generic passé en « installé automatiquement ».
linux-image-3.13.0-24-generic passé en « installé automatiquement ».
linux-image-3.13.0-27-generic passé en « installé automatiquement ».
linux-image-3.13.0-29-generic passé en « installé automatiquement ».
linux-image-3.13.0-30-generic passé en « installé automatiquement ».
linux-image-3.13.0-32-generic passé en « installé automatiquement ».
linux-image-3.13.0-34-generic passé en « installé automatiquement ».
linux-image-3.13.0-35-generic passé en « installé automatiquement ».
linux-image-3.13.0-37-generic passé en « installé automatiquement ».
linux-image-3.13.0-39-generic passé en « installé automatiquement ».
linux-image-3.13.0-40-generic passé en « installé automatiquement ».
linux-image-3.13.0-43-generic passé en « installé automatiquement ».
linux-image-3.13.0-44-generic passé en « installé automatiquement ».
linux-image-3.13.0-45-generic passé en « installé automatiquement ».
linux-image-3.13.0-46-generic passé en « installé automatiquement ».
linux-image-3.13.0-48-generic passé en « installé automatiquement ».
linux-image-3.13.0-49-generic passé en « installé automatiquement ».
linux-image-3.13.0-51-generic passé en « installé automatiquement ».
linux-image-3.13.0-52-generic passé en « installé automatiquement ».
linux-image-3.13.0-53-generic passé en « installé automatiquement ».
linux-image-3.13.0-54-generic passé en « installé automatiquement ».
linux-image-3.13.0-55-generic passé en « installé automatiquement ».
linux-image-3.13.0-57-generic passé en « installé automatiquement ».
linux-image-3.13.0-58-generic passé en « installé automatiquement ».
linux-image-3.13.0-59-generic passé en « installé automatiquement ».
linux-image-3.13.0-61-generic passé en « installé automatiquement ».
linux-image-3.13.0-63-generic passé en « installé automatiquement ».
linux-image-3.13.0-65-generic passé en « installé automatiquement ».
linux-image-3.13.0-66-generic passé en « installé automatiquement ».
linux-image-3.13.0-67-generic passé en « installé automatiquement ».
linux-image-3.19.0-33-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-24-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-27-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-29-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-30-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-32-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-34-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-35-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-37-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-39-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-40-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-43-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-44-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-45-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-46-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-48-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-49-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-51-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-52-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-53-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-54-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-55-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-57-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-58-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-59-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-61-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-63-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-65-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-66-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-67-generic passé en « installé automatiquement ».
linux-image-extra-3.19.0-33-generic passé en « installé automatiquement ».
  • sudo apt autopurge -y

skalpa@skalpa-All-Series:~$ sudo apt autopurge -y
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
Les paquets suivants seront ENLEVÉS :
  libllvm13* libllvm13:i386* linux-headers-3.13.0-24* linux-headers-3.13.0-24-generic* linux-headers-3.13.0-27* linux-headers-3.13.0-27-generic* linux-headers-3.13.0-29* linux-headers-3.13.0-29-generic* linux-headers-3.13.0-30*
  linux-headers-3.13.0-30-generic* linux-headers-3.13.0-32* linux-headers-3.13.0-32-generic* linux-headers-3.13.0-34* linux-headers-3.13.0-34-generic* linux-headers-3.13.0-35* linux-headers-3.13.0-35-generic* linux-headers-3.13.0-37*
  linux-headers-3.13.0-37-generic* linux-headers-3.13.0-39* linux-headers-3.13.0-39-generic* linux-headers-3.13.0-40* linux-headers-3.13.0-40-generic* linux-headers-3.13.0-43* linux-headers-3.13.0-43-generic* linux-headers-3.13.0-44*
  linux-headers-3.13.0-44-generic* linux-headers-3.13.0-45* linux-headers-3.13.0-45-generic* linux-headers-3.13.0-46* linux-headers-3.13.0-46-generic* linux-headers-3.13.0-48* linux-headers-3.13.0-48-generic* linux-headers-3.13.0-49*
  linux-headers-3.13.0-49-generic* linux-headers-3.13.0-51* linux-headers-3.13.0-51-generic* linux-headers-3.13.0-52* linux-headers-3.13.0-52-generic* linux-headers-3.13.0-53* linux-headers-3.13.0-53-generic* linux-headers-3.13.0-54*
  linux-headers-3.13.0-54-generic* linux-headers-3.13.0-55* linux-headers-3.13.0-55-generic* linux-headers-3.13.0-57* linux-headers-3.13.0-57-generic* linux-headers-3.13.0-58* linux-headers-3.13.0-58-generic* linux-headers-3.13.0-59*
  linux-headers-3.13.0-59-generic* linux-headers-3.13.0-61* linux-headers-3.13.0-61-generic* linux-headers-3.13.0-63* linux-headers-3.13.0-63-generic* linux-headers-3.13.0-65* linux-headers-3.13.0-65-generic* linux-headers-3.13.0-66*
  linux-headers-3.13.0-66-generic* linux-headers-3.13.0-67* linux-headers-3.13.0-67-generic* linux-headers-5.15.0-70* linux-headers-5.15.0-71* linux-headers-5.15.0-71-generic* linux-image-3.13.0-24-generic* linux-image-3.13.0-27-generic*
  linux-image-3.13.0-29-generic* linux-image-3.13.0-30-generic* linux-image-3.13.0-32-generic* linux-image-3.13.0-34-generic* linux-image-3.13.0-35-generic* linux-image-3.13.0-37-generic* linux-image-3.13.0-39-generic* linux-image-3.13.0-40-generic*
  linux-image-3.13.0-43-generic* linux-image-3.13.0-44-generic* linux-image-3.13.0-45-generic* linux-image-3.13.0-46-generic* linux-image-3.13.0-48-generic* linux-image-3.13.0-49-generic* linux-image-3.13.0-51-generic* linux-image-3.13.0-52-generic*
  linux-image-3.13.0-53-generic* linux-image-3.13.0-54-generic* linux-image-3.13.0-55-generic* linux-image-3.13.0-57-generic* linux-image-3.13.0-58-generic* linux-image-3.13.0-59-generic* linux-image-3.13.0-61-generic* linux-image-3.13.0-63-generic*
  linux-image-3.13.0-65-generic* linux-image-3.13.0-66-generic* linux-image-3.13.0-67-generic* linux-image-3.19.0-33-generic* linux-image-5.15.0-71-generic* linux-image-extra-3.13.0-24-generic* linux-image-extra-3.13.0-27-generic*
  linux-image-extra-3.13.0-29-generic* linux-image-extra-3.13.0-30-generic* linux-image-extra-3.13.0-32-generic* linux-image-extra-3.13.0-34-generic* linux-image-extra-3.13.0-35-generic* linux-image-extra-3.13.0-37-generic*
  linux-image-extra-3.13.0-39-generic* linux-image-extra-3.13.0-40-generic* linux-image-extra-3.13.0-43-generic* linux-image-extra-3.13.0-44-generic* linux-image-extra-3.13.0-45-generic* linux-image-extra-3.13.0-46-generic*
  linux-image-extra-3.13.0-48-generic* linux-image-extra-3.13.0-49-generic* linux-image-extra-3.13.0-51-generic* linux-image-extra-3.13.0-52-generic* linux-image-extra-3.13.0-53-generic* linux-image-extra-3.13.0-54-generic*
  linux-image-extra-3.13.0-55-generic* linux-image-extra-3.13.0-57-generic* linux-image-extra-3.13.0-58-generic* linux-image-extra-3.13.0-59-generic* linux-image-extra-3.13.0-61-generic* linux-image-extra-3.13.0-63-generic*
  linux-image-extra-3.13.0-65-generic* linux-image-extra-3.13.0-66-generic* linux-image-extra-3.13.0-67-generic* linux-image-extra-3.19.0-33-generic* linux-modules-5.15.0-71-generic* linux-modules-extra-5.15.0-71-generic*
0 mis à jour, 0 nouvellement installés, 126 à enlever et 12 non mis à jour.
Après cette opération, 8929 Mo d'espace disque seront libérés.
(Lecture de la base de données... 1345511 fichiers et répertoires déjà installés.)
Suppression de libllvm13:amd64 (1:13.0.1-2ubuntu2.1) ...
Suppression de libllvm13:i386 (1:13.0.1-2ubuntu2.1) ...
Suppression de linux-headers-3.13.0-24-generic (3.13.0-24.47) ...
Suppression de linux-headers-3.13.0-24 (3.13.0-24.47) ...
Suppression de linux-headers-3.13.0-27-generic (3.13.0-27.50) ...
Suppression de linux-headers-3.13.0-27 (3.13.0-27.50) ...
Suppression de linux-headers-3.13.0-29-generic (3.13.0-29.53) ...
Suppression de linux-headers-3.13.0-29 (3.13.0-29.53) ...
Suppression de linux-headers-3.13.0-30-generic (3.13.0-30.55) ...
Suppression de linux-headers-3.13.0-30 (3.13.0-30.55) ...
Suppression de linux-headers-3.13.0-32-generic (3.13.0-32.57) ...
Suppression de linux-headers-3.13.0-32 (3.13.0-32.57) ...
Suppression de linux-headers-3.13.0-34-generic (3.13.0-34.60) ...
Suppression de linux-headers-3.13.0-34 (3.13.0-34.60) ...
Suppression de linux-headers-3.13.0-35-generic (3.13.0-35.62) ...
Suppression de linux-headers-3.13.0-35 (3.13.0-35.62) ...
Suppression de linux-headers-3.13.0-37-generic (3.13.0-37.64) ...
Suppression de linux-headers-3.13.0-37 (3.13.0-37.64) ...
Suppression de linux-headers-3.13.0-39-generic (3.13.0-39.66) ...
Suppression de linux-headers-3.13.0-39 (3.13.0-39.66) ...
Suppression de linux-headers-3.13.0-40-generic (3.13.0-40.69) ...
Suppression de linux-headers-3.13.0-40 (3.13.0-40.69) ...
Suppression de linux-headers-3.13.0-43-generic (3.13.0-43.72) ...
Suppression de linux-headers-3.13.0-43 (3.13.0-43.72) ...
Suppression de linux-headers-3.13.0-44-generic (3.13.0-44.73) ...
Suppression de linux-headers-3.13.0-44 (3.13.0-44.73) ...
Suppression de linux-headers-3.13.0-45-generic (3.13.0-45.74) ...
Suppression de linux-headers-3.13.0-45 (3.13.0-45.74) ...
Suppression de linux-headers-3.13.0-46-generic (3.13.0-46.79) ...
Suppression de linux-headers-3.13.0-46 (3.13.0-46.79) ...
Suppression de linux-headers-3.13.0-48-generic (3.13.0-48.80) ...
Suppression de linux-headers-3.13.0-48 (3.13.0-48.80) ...
Suppression de linux-headers-3.13.0-49-generic (3.13.0-49.83) ...
Suppression de linux-headers-3.13.0-49 (3.13.0-49.83) ...
Suppression de linux-headers-3.13.0-51-generic (3.13.0-51.84) ...
Suppression de linux-headers-3.13.0-51 (3.13.0-51.84) ...
Suppression de linux-headers-3.13.0-52-generic (3.13.0-52.86) ...
Suppression de linux-headers-3.13.0-52 (3.13.0-52.86) ...
Suppression de linux-headers-3.13.0-53-generic (3.13.0-53.89) ...
Suppression de linux-headers-3.13.0-53 (3.13.0-53.89) ...
Suppression de linux-headers-3.13.0-54-generic (3.13.0-54.91) ...
Suppression de linux-headers-3.13.0-54 (3.13.0-54.91) ...
Suppression de linux-headers-3.13.0-55-generic (3.13.0-55.94) ...
Suppression de linux-headers-3.13.0-55 (3.13.0-55.94) ...
Suppression de linux-headers-3.13.0-57-generic (3.13.0-57.95) ...
Suppression de linux-headers-3.13.0-57 (3.13.0-57.95) ...
Suppression de linux-headers-3.13.0-58-generic (3.13.0-58.97) ...
Suppression de linux-headers-3.13.0-58 (3.13.0-58.97) ...
Suppression de linux-headers-3.13.0-59-generic (3.13.0-59.98) ...
Suppression de linux-headers-3.13.0-59 (3.13.0-59.98) ...
Suppression de linux-headers-3.13.0-61-generic (3.13.0-61.100) ...
Suppression de linux-headers-3.13.0-61 (3.13.0-61.100) ...
Suppression de linux-headers-3.13.0-63-generic (3.13.0-63.103) ...
Suppression de linux-headers-3.13.0-63 (3.13.0-63.103) ...
Suppression de linux-headers-3.13.0-65-generic (3.13.0-65.106) ...
Suppression de linux-headers-3.13.0-65 (3.13.0-65.106) ...
Suppression de linux-headers-3.13.0-66-generic (3.13.0-66.108) ...
Suppression de linux-headers-3.13.0-66 (3.13.0-66.108) ...
Suppression de linux-headers-3.13.0-67-generic (3.13.0-67.110) ...
Suppression de linux-headers-3.13.0-67 (3.13.0-67.110) ...
Suppression de linux-headers-5.15.0-70 (5.15.0-70.77) ...
Suppression de linux-headers-5.15.0-71-generic (5.15.0-71.78) ...
Suppression de linux-headers-5.15.0-71 (5.15.0-71.78) ...
Suppression de linux-image-extra-3.13.0-24-generic (3.13.0-24.47) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-24-generic /boot/vmlinuz-3.13.0-24-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-24-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-24-generic /boot/vmlinuz-3.13.0-24-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-46-generic
Found initrd image: /boot/initrd.img-3.13.0-46-generic
Found linux image: /boot/vmlinuz-3.13.0-45-generic
Found initrd image: /boot/initrd.img-3.13.0-45-generic
Found linux image: /boot/vmlinuz-3.13.0-44-generic
Found initrd image: /boot/initrd.img-3.13.0-44-generic
Found linux image: /boot/vmlinuz-3.13.0-43-generic
Found initrd image: /boot/initrd.img-3.13.0-43-generic
Found linux image: /boot/vmlinuz-3.13.0-40-generic
Found initrd image: /boot/initrd.img-3.13.0-40-generic
Found linux image: /boot/vmlinuz-3.13.0-39-generic
Found initrd image: /boot/initrd.img-3.13.0-39-generic
Found linux image: /boot/vmlinuz-3.13.0-37-generic
Found initrd image: /boot/initrd.img-3.13.0-37-generic
Found linux image: /boot/vmlinuz-3.13.0-35-generic
Found initrd image: /boot/initrd.img-3.13.0-35-generic
Found linux image: /boot/vmlinuz-3.13.0-34-generic
Found initrd image: /boot/initrd.img-3.13.0-34-generic
Found linux image: /boot/vmlinuz-3.13.0-32-generic
Found initrd image: /boot/initrd.img-3.13.0-32-generic
Found linux image: /boot/vmlinuz-3.13.0-30-generic
Found initrd image: /boot/initrd.img-3.13.0-30-generic
Found linux image: /boot/vmlinuz-3.13.0-29-generic
Found initrd image: /boot/initrd.img-3.13.0-29-generic
Found linux image: /boot/vmlinuz-3.13.0-27-generic
Found initrd image: /boot/initrd.img-3.13.0-27-generic
Found linux image: /boot/vmlinuz-3.13.0-24-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
The link /vmlinuz is a damaged link
Removing symbolic link vmlinuz 
 you may need to re-run your boot loader[grub]
The link /vmlinuz.old is a damaged link
Removing symbolic link vmlinuz.old 
 you may need to re-run your boot loader[grub]
The link /initrd.img is a damaged link
Removing symbolic link initrd.img 
 you may need to re-run your boot loader[grub]
The link /initrd.img.old is a damaged link
Removing symbolic link initrd.img.old 
 you may need to re-run your boot loader[grub]
Suppression de linux-image-3.13.0-24-generic (3.13.0-24.47) ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.13.0-24-generic /boot/vmlinuz-3.13.0-24-generic
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-24-generic /boot/vmlinuz-3.13.0-24-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-24-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-24-generic /boot/vmlinuz-3.13.0-24-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-46-generic
Found initrd image: /boot/initrd.img-3.13.0-46-generic
Found linux image: /boot/vmlinuz-3.13.0-45-generic
Found initrd image: /boot/initrd.img-3.13.0-45-generic
Found linux image: /boot/vmlinuz-3.13.0-44-generic
Found initrd image: /boot/initrd.img-3.13.0-44-generic
Found linux image: /boot/vmlinuz-3.13.0-43-generic
Found initrd image: /boot/initrd.img-3.13.0-43-generic
Found linux image: /boot/vmlinuz-3.13.0-40-generic
Found initrd image: /boot/initrd.img-3.13.0-40-generic
Found linux image: /boot/vmlinuz-3.13.0-39-generic
Found initrd image: /boot/initrd.img-3.13.0-39-generic
Found linux image: /boot/vmlinuz-3.13.0-37-generic
Found initrd image: /boot/initrd.img-3.13.0-37-generic
Found linux image: /boot/vmlinuz-3.13.0-35-generic
Found initrd image: /boot/initrd.img-3.13.0-35-generic
Found linux image: /boot/vmlinuz-3.13.0-34-generic
Found initrd image: /boot/initrd.img-3.13.0-34-generic
Found linux image: /boot/vmlinuz-3.13.0-32-generic
Found initrd image: /boot/initrd.img-3.13.0-32-generic
Found linux image: /boot/vmlinuz-3.13.0-30-generic
Found initrd image: /boot/initrd.img-3.13.0-30-generic
Found linux image: /boot/vmlinuz-3.13.0-29-generic
Found initrd image: /boot/initrd.img-3.13.0-29-generic
Found linux image: /boot/vmlinuz-3.13.0-27-generic
Found initrd image: /boot/initrd.img-3.13.0-27-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-extra-3.13.0-27-generic (3.13.0-27.50) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-27-generic /boot/vmlinuz-3.13.0-27-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-27-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-27-generic /boot/vmlinuz-3.13.0-27-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-46-generic
Found initrd image: /boot/initrd.img-3.13.0-46-generic
Found linux image: /boot/vmlinuz-3.13.0-45-generic
Found initrd image: /boot/initrd.img-3.13.0-45-generic
Found linux image: /boot/vmlinuz-3.13.0-44-generic
Found initrd image: /boot/initrd.img-3.13.0-44-generic
Found linux image: /boot/vmlinuz-3.13.0-43-generic
Found initrd image: /boot/initrd.img-3.13.0-43-generic
Found linux image: /boot/vmlinuz-3.13.0-40-generic
Found initrd image: /boot/initrd.img-3.13.0-40-generic
Found linux image: /boot/vmlinuz-3.13.0-39-generic
Found initrd image: /boot/initrd.img-3.13.0-39-generic
Found linux image: /boot/vmlinuz-3.13.0-37-generic
Found initrd image: /boot/initrd.img-3.13.0-37-generic
Found linux image: /boot/vmlinuz-3.13.0-35-generic
Found initrd image: /boot/initrd.img-3.13.0-35-generic
Found linux image: /boot/vmlinuz-3.13.0-34-generic
Found initrd image: /boot/initrd.img-3.13.0-34-generic
Found linux image: /boot/vmlinuz-3.13.0-32-generic
Found initrd image: /boot/initrd.img-3.13.0-32-generic
Found linux image: /boot/vmlinuz-3.13.0-30-generic
Found initrd image: /boot/initrd.img-3.13.0-30-generic
Found linux image: /boot/vmlinuz-3.13.0-29-generic
Found initrd image: /boot/initrd.img-3.13.0-29-generic
Found linux image: /boot/vmlinuz-3.13.0-27-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-3.13.0-27-generic (3.13.0-27.50) ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.13.0-27-generic /boot/vmlinuz-3.13.0-27-generic
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-27-generic /boot/vmlinuz-3.13.0-27-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-27-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-27-generic /boot/vmlinuz-3.13.0-27-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-46-generic
Found initrd image: /boot/initrd.img-3.13.0-46-generic
Found linux image: /boot/vmlinuz-3.13.0-45-generic
Found initrd image: /boot/initrd.img-3.13.0-45-generic
Found linux image: /boot/vmlinuz-3.13.0-44-generic
Found initrd image: /boot/initrd.img-3.13.0-44-generic
Found linux image: /boot/vmlinuz-3.13.0-43-generic
Found initrd image: /boot/initrd.img-3.13.0-43-generic
Found linux image: /boot/vmlinuz-3.13.0-40-generic
Found initrd image: /boot/initrd.img-3.13.0-40-generic
Found linux image: /boot/vmlinuz-3.13.0-39-generic
Found initrd image: /boot/initrd.img-3.13.0-39-generic
Found linux image: /boot/vmlinuz-3.13.0-37-generic
Found initrd image: /boot/initrd.img-3.13.0-37-generic
Found linux image: /boot/vmlinuz-3.13.0-35-generic
Found initrd image: /boot/initrd.img-3.13.0-35-generic
Found linux image: /boot/vmlinuz-3.13.0-34-generic
Found initrd image: /boot/initrd.img-3.13.0-34-generic
Found linux image: /boot/vmlinuz-3.13.0-32-generic
Found initrd image: /boot/initrd.img-3.13.0-32-generic
Found linux image: /boot/vmlinuz-3.13.0-30-generic
Found initrd image: /boot/initrd.img-3.13.0-30-generic
Found linux image: /boot/vmlinuz-3.13.0-29-generic
Found initrd image: /boot/initrd.img-3.13.0-29-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-extra-3.13.0-29-generic (3.13.0-29.53) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-29-generic /boot/vmlinuz-3.13.0-29-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-29-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-29-generic /boot/vmlinuz-3.13.0-29-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-46-generic
Found initrd image: /boot/initrd.img-3.13.0-46-generic
Found linux image: /boot/vmlinuz-3.13.0-45-generic
Found initrd image: /boot/initrd.img-3.13.0-45-generic
Found linux image: /boot/vmlinuz-3.13.0-44-generic
Found initrd image: /boot/initrd.img-3.13.0-44-generic
Found linux image: /boot/vmlinuz-3.13.0-43-generic
Found initrd image: /boot/initrd.img-3.13.0-43-generic
Found linux image: /boot/vmlinuz-3.13.0-40-generic
Found initrd image: /boot/initrd.img-3.13.0-40-generic
Found linux image: /boot/vmlinuz-3.13.0-39-generic
Found initrd image: /boot/initrd.img-3.13.0-39-generic
Found linux image: /boot/vmlinuz-3.13.0-37-generic
Found initrd image: /boot/initrd.img-3.13.0-37-generic
Found linux image: /boot/vmlinuz-3.13.0-35-generic
Found initrd image: /boot/initrd.img-3.13.0-35-generic
Found linux image: /boot/vmlinuz-3.13.0-34-generic
Found initrd image: /boot/initrd.img-3.13.0-34-generic
Found linux image: /boot/vmlinuz-3.13.0-32-generic
Found initrd image: /boot/initrd.img-3.13.0-32-generic
Found linux image: /boot/vmlinuz-3.13.0-30-generic
Found initrd image: /boot/initrd.img-3.13.0-30-generic
Found linux image: /boot/vmlinuz-3.13.0-29-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-3.13.0-29-generic (3.13.0-29.53) ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.13.0-29-generic /boot/vmlinuz-3.13.0-29-generic
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-29-generic /boot/vmlinuz-3.13.0-29-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-29-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-29-generic /boot/vmlinuz-3.13.0-29-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-46-generic
Found initrd image: /boot/initrd.img-3.13.0-46-generic
Found linux image: /boot/vmlinuz-3.13.0-45-generic
Found initrd image: /boot/initrd.img-3.13.0-45-generic
Found linux image: /boot/vmlinuz-3.13.0-44-generic
Found initrd image: /boot/initrd.img-3.13.0-44-generic
Found linux image: /boot/vmlinuz-3.13.0-43-generic
Found initrd image: /boot/initrd.img-3.13.0-43-generic
Found linux image: /boot/vmlinuz-3.13.0-40-generic
Found initrd image: /boot/initrd.img-3.13.0-40-generic
Found linux image: /boot/vmlinuz-3.13.0-39-generic
Found initrd image: /boot/initrd.img-3.13.0-39-generic
Found linux image: /boot/vmlinuz-3.13.0-37-generic
Found initrd image: /boot/initrd.img-3.13.0-37-generic
Found linux image: /boot/vmlinuz-3.13.0-35-generic
Found initrd image: /boot/initrd.img-3.13.0-35-generic
Found linux image: /boot/vmlinuz-3.13.0-34-generic
Found initrd image: /boot/initrd.img-3.13.0-34-generic
Found linux image: /boot/vmlinuz-3.13.0-32-generic
Found initrd image: /boot/initrd.img-3.13.0-32-generic
Found linux image: /boot/vmlinuz-3.13.0-30-generic
Found initrd image: /boot/initrd.img-3.13.0-30-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-extra-3.13.0-30-generic (3.13.0-30.55) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-30-generic /boot/vmlinuz-3.13.0-30-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-30-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-30-generic /boot/vmlinuz-3.13.0-30-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-46-generic
Found initrd image: /boot/initrd.img-3.13.0-46-generic
Found linux image: /boot/vmlinuz-3.13.0-45-generic
Found initrd image: /boot/initrd.img-3.13.0-45-generic
Found linux image: /boot/vmlinuz-3.13.0-44-generic
Found initrd image: /boot/initrd.img-3.13.0-44-generic
Found linux image: /boot/vmlinuz-3.13.0-43-generic
Found initrd image: /boot/initrd.img-3.13.0-43-generic
Found linux image: /boot/vmlinuz-3.13.0-40-generic
Found initrd image: /boot/initrd.img-3.13.0-40-generic
Found linux image: /boot/vmlinuz-3.13.0-39-generic
Found initrd image: /boot/initrd.img-3.13.0-39-generic
Found linux image: /boot/vmlinuz-3.13.0-37-generic
Found initrd image: /boot/initrd.img-3.13.0-37-generic
Found linux image: /boot/vmlinuz-3.13.0-35-generic
Found initrd image: /boot/initrd.img-3.13.0-35-generic
Found linux image: /boot/vmlinuz-3.13.0-34-generic
Found initrd image: /boot/initrd.img-3.13.0-34-generic
Found linux image: /boot/vmlinuz-3.13.0-32-generic
Found initrd image: /boot/initrd.img-3.13.0-32-generic
Found linux image: /boot/vmlinuz-3.13.0-30-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-3.13.0-30-generic (3.13.0-30.55) ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.13.0-30-generic /boot/vmlinuz-3.13.0-30-generic
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-30-generic /boot/vmlinuz-3.13.0-30-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-30-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-30-generic /boot/vmlinuz-3.13.0-30-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-46-generic
Found initrd image: /boot/initrd.img-3.13.0-46-generic
Found linux image: /boot/vmlinuz-3.13.0-45-generic
Found initrd image: /boot/initrd.img-3.13.0-45-generic
Found linux image: /boot/vmlinuz-3.13.0-44-generic
Found initrd image: /boot/initrd.img-3.13.0-44-generic
Found linux image: /boot/vmlinuz-3.13.0-43-generic
Found initrd image: /boot/initrd.img-3.13.0-43-generic
Found linux image: /boot/vmlinuz-3.13.0-40-generic
Found initrd image: /boot/initrd.img-3.13.0-40-generic
Found linux image: /boot/vmlinuz-3.13.0-39-generic
Found initrd image: /boot/initrd.img-3.13.0-39-generic
Found linux image: /boot/vmlinuz-3.13.0-37-generic
Found initrd image: /boot/initrd.img-3.13.0-37-generic
Found linux image: /boot/vmlinuz-3.13.0-35-generic
Found initrd image: /boot/initrd.img-3.13.0-35-generic
Found linux image: /boot/vmlinuz-3.13.0-34-generic
Found initrd image: /boot/initrd.img-3.13.0-34-generic
Found linux image: /boot/vmlinuz-3.13.0-32-generic
Found initrd image: /boot/initrd.img-3.13.0-32-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-extra-3.13.0-32-generic (3.13.0-32.57) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-32-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-46-generic
Found initrd image: /boot/initrd.img-3.13.0-46-generic
Found linux image: /boot/vmlinuz-3.13.0-45-generic
Found initrd image: /boot/initrd.img-3.13.0-45-generic
Found linux image: /boot/vmlinuz-3.13.0-44-generic
Found initrd image: /boot/initrd.img-3.13.0-44-generic
Found linux image: /boot/vmlinuz-3.13.0-43-generic
Found initrd image: /boot/initrd.img-3.13.0-43-generic
Found linux image: /boot/vmlinuz-3.13.0-40-generic
Found initrd image: /boot/initrd.img-3.13.0-40-generic
Found linux image: /boot/vmlinuz-3.13.0-39-generic
Found initrd image: /boot/initrd.img-3.13.0-39-generic
Found linux image: /boot/vmlinuz-3.13.0-37-generic
Found initrd image: /boot/initrd.img-3.13.0-37-generic
Found linux image: /boot/vmlinuz-3.13.0-35-generic
Found initrd image: /boot/initrd.img-3.13.0-35-generic
Found linux image: /boot/vmlinuz-3.13.0-34-generic
Found initrd image: /boot/initrd.img-3.13.0-34-generic
Found linux image: /boot/vmlinuz-3.13.0-32-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-3.13.0-32-generic (3.13.0-32.57) ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-32-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-46-generic
Found initrd image: /boot/initrd.img-3.13.0-46-generic
Found linux image: /boot/vmlinuz-3.13.0-45-generic
Found initrd image: /boot/initrd.img-3.13.0-45-generic
Found linux image: /boot/vmlinuz-3.13.0-44-generic
Found initrd image: /boot/initrd.img-3.13.0-44-generic
Found linux image: /boot/vmlinuz-3.13.0-43-generic
Found initrd image: /boot/initrd.img-3.13.0-43-generic
Found linux image: /boot/vmlinuz-3.13.0-40-generic
Found initrd image: /boot/initrd.img-3.13.0-40-generic
Found linux image: /boot/vmlinuz-3.13.0-39-generic
Found initrd image: /boot/initrd.img-3.13.0-39-generic
Found linux image: /boot/vmlinuz-3.13.0-37-generic
Found initrd image: /boot/initrd.img-3.13.0-37-generic
Found linux image: /boot/vmlinuz-3.13.0-35-generic
Found initrd image: /boot/initrd.img-3.13.0-35-generic
Found linux image: /boot/vmlinuz-3.13.0-34-generic
Found initrd image: /boot/initrd.img-3.13.0-34-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-extra-3.13.0-34-generic (3.13.0-34.60) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-34-generic /boot/vmlinuz-3.13.0-34-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-34-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-34-generic /boot/vmlinuz-3.13.0-34-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-46-generic
Found initrd image: /boot/initrd.img-3.13.0-46-generic
Found linux image: /boot/vmlinuz-3.13.0-45-generic
Found initrd image: /boot/initrd.img-3.13.0-45-generic
Found linux image: /boot/vmlinuz-3.13.0-44-generic
Found initrd image: /boot/initrd.img-3.13.0-44-generic
Found linux image: /boot/vmlinuz-3.13.0-43-generic
Found initrd image: /boot/initrd.img-3.13.0-43-generic
Found linux image: /boot/vmlinuz-3.13.0-40-generic
Found initrd image: /boot/initrd.img-3.13.0-40-generic
Found linux image: /boot/vmlinuz-3.13.0-39-generic
Found initrd image: /boot/initrd.img-3.13.0-39-generic
Found linux image: /boot/vmlinuz-3.13.0-37-generic
Found initrd image: /boot/initrd.img-3.13.0-37-generic
Found linux image: /boot/vmlinuz-3.13.0-35-generic
Found initrd image: /boot/initrd.img-3.13.0-35-generic
Found linux image: /boot/vmlinuz-3.13.0-34-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-3.13.0-34-generic (3.13.0-34.60) ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.13.0-34-generic /boot/vmlinuz-3.13.0-34-generic
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-34-generic /boot/vmlinuz-3.13.0-34-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-34-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-34-generic /boot/vmlinuz-3.13.0-34-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-46-generic
Found initrd image: /boot/initrd.img-3.13.0-46-generic
Found linux image: /boot/vmlinuz-3.13.0-45-generic
Found initrd image: /boot/initrd.img-3.13.0-45-generic
Found linux image: /boot/vmlinuz-3.13.0-44-generic
Found initrd image: /boot/initrd.img-3.13.0-44-generic
Found linux image: /boot/vmlinuz-3.13.0-43-generic
Found initrd image: /boot/initrd.img-3.13.0-43-generic
Found linux image: /boot/vmlinuz-3.13.0-40-generic
Found initrd image: /boot/initrd.img-3.13.0-40-generic
Found linux image: /boot/vmlinuz-3.13.0-39-generic
Found initrd image: /boot/initrd.img-3.13.0-39-generic
Found linux image: /boot/vmlinuz-3.13.0-37-generic
Found initrd image: /boot/initrd.img-3.13.0-37-generic
Found linux image: /boot/vmlinuz-3.13.0-35-generic
Found initrd image: /boot/initrd.img-3.13.0-35-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-extra-3.13.0-35-generic (3.13.0-35.62) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-35-generic /boot/vmlinuz-3.13.0-35-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-35-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-35-generic /boot/vmlinuz-3.13.0-35-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-46-generic
Found initrd image: /boot/initrd.img-3.13.0-46-generic
Found linux image: /boot/vmlinuz-3.13.0-45-generic
Found initrd image: /boot/initrd.img-3.13.0-45-generic
Found linux image: /boot/vmlinuz-3.13.0-44-generic
Found initrd image: /boot/initrd.img-3.13.0-44-generic
Found linux image: /boot/vmlinuz-3.13.0-43-generic
Found initrd image: /boot/initrd.img-3.13.0-43-generic
Found linux image: /boot/vmlinuz-3.13.0-40-generic
Found initrd image: /boot/initrd.img-3.13.0-40-generic
Found linux image: /boot/vmlinuz-3.13.0-39-generic
Found initrd image: /boot/initrd.img-3.13.0-39-generic
Found linux image: /boot/vmlinuz-3.13.0-37-generic
Found initrd image: /boot/initrd.img-3.13.0-37-generic
Found linux image: /boot/vmlinuz-3.13.0-35-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-3.13.0-35-generic (3.13.0-35.62) ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.13.0-35-generic /boot/vmlinuz-3.13.0-35-generic
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-35-generic /boot/vmlinuz-3.13.0-35-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-35-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-35-generic /boot/vmlinuz-3.13.0-35-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-46-generic
Found initrd image: /boot/initrd.img-3.13.0-46-generic
Found linux image: /boot/vmlinuz-3.13.0-45-generic
Found initrd image: /boot/initrd.img-3.13.0-45-generic
Found linux image: /boot/vmlinuz-3.13.0-44-generic
Found initrd image: /boot/initrd.img-3.13.0-44-generic
Found linux image: /boot/vmlinuz-3.13.0-43-generic
Found initrd image: /boot/initrd.img-3.13.0-43-generic
Found linux image: /boot/vmlinuz-3.13.0-40-generic
Found initrd image: /boot/initrd.img-3.13.0-40-generic
Found linux image: /boot/vmlinuz-3.13.0-39-generic
Found initrd image: /boot/initrd.img-3.13.0-39-generic
Found linux image: /boot/vmlinuz-3.13.0-37-generic
Found initrd image: /boot/initrd.img-3.13.0-37-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-extra-3.13.0-37-generic (3.13.0-37.64) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-37-generic /boot/vmlinuz-3.13.0-37-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-37-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-37-generic /boot/vmlinuz-3.13.0-37-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-46-generic
Found initrd image: /boot/initrd.img-3.13.0-46-generic
Found linux image: /boot/vmlinuz-3.13.0-45-generic
Found initrd image: /boot/initrd.img-3.13.0-45-generic
Found linux image: /boot/vmlinuz-3.13.0-44-generic
Found initrd image: /boot/initrd.img-3.13.0-44-generic
Found linux image: /boot/vmlinuz-3.13.0-43-generic
Found initrd image: /boot/initrd.img-3.13.0-43-generic
Found linux image: /boot/vmlinuz-3.13.0-40-generic
Found initrd image: /boot/initrd.img-3.13.0-40-generic
Found linux image: /boot/vmlinuz-3.13.0-39-generic
Found initrd image: /boot/initrd.img-3.13.0-39-generic
Found linux image: /boot/vmlinuz-3.13.0-37-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-3.13.0-37-generic (3.13.0-37.64) ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.13.0-37-generic /boot/vmlinuz-3.13.0-37-generic
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-37-generic /boot/vmlinuz-3.13.0-37-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-37-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-37-generic /boot/vmlinuz-3.13.0-37-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-46-generic
Found initrd image: /boot/initrd.img-3.13.0-46-generic
Found linux image: /boot/vmlinuz-3.13.0-45-generic
Found initrd image: /boot/initrd.img-3.13.0-45-generic
Found linux image: /boot/vmlinuz-3.13.0-44-generic
Found initrd image: /boot/initrd.img-3.13.0-44-generic
Found linux image: /boot/vmlinuz-3.13.0-43-generic
Found initrd image: /boot/initrd.img-3.13.0-43-generic
Found linux image: /boot/vmlinuz-3.13.0-40-generic
Found initrd image: /boot/initrd.img-3.13.0-40-generic
Found linux image: /boot/vmlinuz-3.13.0-39-generic
Found initrd image: /boot/initrd.img-3.13.0-39-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-extra-3.13.0-39-generic (3.13.0-39.66) ...
run-parts: executing /etc/kernel/postinst.d/dkms 3.13.0-39-generic /boot/vmlinuz-3.13.0-39-generic
 * dkms: running auto installation service for kernel 3.13.0-39-generic                                                                                                                                                                                           
Error! Your kernel headers for kernel 3.13.0-39-generic cannot be found.
Please install the linux-headers-3.13.0-39-generic package or use the --kernelsourcedir option to tell DKMS where it's located.
                                                                                                                                                                                                                                                           [ OK ]
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-39-generic /boot/vmlinuz-3.13.0-39-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-39-generic
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-39-generic /boot/vmlinuz-3.13.0-39-generic
run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 3.13.0-39-generic /boot/vmlinuz-3.13.0-39-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-39-generic /boot/vmlinuz-3.13.0-39-generic
run-parts: executing /etc/kernel/postinst.d/xx-update-initrd-links 3.13.0-39-generic /boot/vmlinuz-3.13.0-39-generic
I: /boot/vmlinuz.old is now a symlink to vmlinuz-5.15.0-78-generic
I: /boot/initrd.img.old is now a symlink to initrd.img-5.15.0-78-generic
I: /boot/vmlinuz is now a symlink to vmlinuz-3.13.0-39-generic
I: /boot/initrd.img is now a symlink to initrd.img-3.13.0-39-generic
run-parts: executing /etc/kernel/postinst.d/zz-shim 3.13.0-39-generic /boot/vmlinuz-3.13.0-39-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-39-generic /boot/vmlinuz-3.13.0-39-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-46-generic
Found initrd image: /boot/initrd.img-3.13.0-46-generic
Found linux image: /boot/vmlinuz-3.13.0-45-generic
Found initrd image: /boot/initrd.img-3.13.0-45-generic
Found linux image: /boot/vmlinuz-3.13.0-44-generic
Found initrd image: /boot/initrd.img-3.13.0-44-generic
Found linux image: /boot/vmlinuz-3.13.0-43-generic
Found initrd image: /boot/initrd.img-3.13.0-43-generic
Found linux image: /boot/vmlinuz-3.13.0-40-generic
Found initrd image: /boot/initrd.img-3.13.0-40-generic
Found linux image: /boot/vmlinuz-3.13.0-39-generic
Found initrd image: /boot/initrd.img-3.13.0-39-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-3.13.0-39-generic (3.13.0-39.66) ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.13.0-39-generic /boot/vmlinuz-3.13.0-39-generic
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-39-generic /boot/vmlinuz-3.13.0-39-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-39-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-39-generic /boot/vmlinuz-3.13.0-39-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-46-generic
Found initrd image: /boot/initrd.img-3.13.0-46-generic
Found linux image: /boot/vmlinuz-3.13.0-45-generic
Found initrd image: /boot/initrd.img-3.13.0-45-generic
Found linux image: /boot/vmlinuz-3.13.0-44-generic
Found initrd image: /boot/initrd.img-3.13.0-44-generic
Found linux image: /boot/vmlinuz-3.13.0-43-generic
Found initrd image: /boot/initrd.img-3.13.0-43-generic
Found linux image: /boot/vmlinuz-3.13.0-40-generic
Found initrd image: /boot/initrd.img-3.13.0-40-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-extra-3.13.0-40-generic (3.13.0-40.69) ...
run-parts: executing /etc/kernel/postinst.d/dkms 3.13.0-40-generic /boot/vmlinuz-3.13.0-40-generic
 * dkms: running auto installation service for kernel 3.13.0-40-generic                                                                                                                                                                                           
Error! Your kernel headers for kernel 3.13.0-40-generic cannot be found.
Please install the linux-headers-3.13.0-40-generic package or use the --kernelsourcedir option to tell DKMS where it's located.
                                                                                                                                                                                                                                                           [ OK ]
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-40-generic /boot/vmlinuz-3.13.0-40-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-40-generic
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-40-generic /boot/vmlinuz-3.13.0-40-generic
run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 3.13.0-40-generic /boot/vmlinuz-3.13.0-40-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-40-generic /boot/vmlinuz-3.13.0-40-generic
run-parts: executing /etc/kernel/postinst.d/xx-update-initrd-links 3.13.0-40-generic /boot/vmlinuz-3.13.0-40-generic
I: /boot/vmlinuz is now a symlink to vmlinuz-3.13.0-40-generic
I: /boot/initrd.img is now a symlink to initrd.img-3.13.0-40-generic
run-parts: executing /etc/kernel/postinst.d/zz-shim 3.13.0-40-generic /boot/vmlinuz-3.13.0-40-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-40-generic /boot/vmlinuz-3.13.0-40-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-46-generic
Found initrd image: /boot/initrd.img-3.13.0-46-generic
Found linux image: /boot/vmlinuz-3.13.0-45-generic
Found initrd image: /boot/initrd.img-3.13.0-45-generic
Found linux image: /boot/vmlinuz-3.13.0-44-generic
Found initrd image: /boot/initrd.img-3.13.0-44-generic
Found linux image: /boot/vmlinuz-3.13.0-43-generic
Found initrd image: /boot/initrd.img-3.13.0-43-generic
Found linux image: /boot/vmlinuz-3.13.0-40-generic
Found initrd image: /boot/initrd.img-3.13.0-40-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-3.13.0-40-generic (3.13.0-40.69) ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.13.0-40-generic /boot/vmlinuz-3.13.0-40-generic
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-40-generic /boot/vmlinuz-3.13.0-40-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-40-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-40-generic /boot/vmlinuz-3.13.0-40-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-46-generic
Found initrd image: /boot/initrd.img-3.13.0-46-generic
Found linux image: /boot/vmlinuz-3.13.0-45-generic
Found initrd image: /boot/initrd.img-3.13.0-45-generic
Found linux image: /boot/vmlinuz-3.13.0-44-generic
Found initrd image: /boot/initrd.img-3.13.0-44-generic
Found linux image: /boot/vmlinuz-3.13.0-43-generic
Found initrd image: /boot/initrd.img-3.13.0-43-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-extra-3.13.0-43-generic (3.13.0-43.72) ...
run-parts: executing /etc/kernel/postinst.d/dkms 3.13.0-43-generic /boot/vmlinuz-3.13.0-43-generic
 * dkms: running auto installation service for kernel 3.13.0-43-generic                                                                                                                                                                                           
Error! Your kernel headers for kernel 3.13.0-43-generic cannot be found.
Please install the linux-headers-3.13.0-43-generic package or use the --kernelsourcedir option to tell DKMS where it's located.
                                                                                                                                                                                                                                                           [ OK ]
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-43-generic /boot/vmlinuz-3.13.0-43-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-43-generic
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-43-generic /boot/vmlinuz-3.13.0-43-generic
run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 3.13.0-43-generic /boot/vmlinuz-3.13.0-43-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-43-generic /boot/vmlinuz-3.13.0-43-generic
run-parts: executing /etc/kernel/postinst.d/xx-update-initrd-links 3.13.0-43-generic /boot/vmlinuz-3.13.0-43-generic
I: /boot/vmlinuz is now a symlink to vmlinuz-3.13.0-43-generic
I: /boot/initrd.img is now a symlink to initrd.img-3.13.0-43-generic
run-parts: executing /etc/kernel/postinst.d/zz-shim 3.13.0-43-generic /boot/vmlinuz-3.13.0-43-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-43-generic /boot/vmlinuz-3.13.0-43-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-46-generic
Found initrd image: /boot/initrd.img-3.13.0-46-generic
Found linux image: /boot/vmlinuz-3.13.0-45-generic
Found initrd image: /boot/initrd.img-3.13.0-45-generic
Found linux image: /boot/vmlinuz-3.13.0-44-generic
Found initrd image: /boot/initrd.img-3.13.0-44-generic
Found linux image: /boot/vmlinuz-3.13.0-43-generic
Found initrd image: /boot/initrd.img-3.13.0-43-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-3.13.0-43-generic (3.13.0-43.72) ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.13.0-43-generic /boot/vmlinuz-3.13.0-43-generic
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-43-generic /boot/vmlinuz-3.13.0-43-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-43-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-43-generic /boot/vmlinuz-3.13.0-43-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-46-generic
Found initrd image: /boot/initrd.img-3.13.0-46-generic
Found linux image: /boot/vmlinuz-3.13.0-45-generic
Found initrd image: /boot/initrd.img-3.13.0-45-generic
Found linux image: /boot/vmlinuz-3.13.0-44-generic
Found initrd image: /boot/initrd.img-3.13.0-44-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-extra-3.13.0-44-generic (3.13.0-44.73) ...
run-parts: executing /etc/kernel/postinst.d/dkms 3.13.0-44-generic /boot/vmlinuz-3.13.0-44-generic
 * dkms: running auto installation service for kernel 3.13.0-44-generic                                                                                                                                                                                           
Error! Your kernel headers for kernel 3.13.0-44-generic cannot be found.
Please install the linux-headers-3.13.0-44-generic package or use the --kernelsourcedir option to tell DKMS where it's located.
                                                                                                                                                                                                                                                           [ OK ]
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-44-generic /boot/vmlinuz-3.13.0-44-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-44-generic
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-44-generic /boot/vmlinuz-3.13.0-44-generic
run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 3.13.0-44-generic /boot/vmlinuz-3.13.0-44-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-44-generic /boot/vmlinuz-3.13.0-44-generic
run-parts: executing /etc/kernel/postinst.d/xx-update-initrd-links 3.13.0-44-generic /boot/vmlinuz-3.13.0-44-generic
I: /boot/vmlinuz is now a symlink to vmlinuz-3.13.0-44-generic
I: /boot/initrd.img is now a symlink to initrd.img-3.13.0-44-generic
run-parts: executing /etc/kernel/postinst.d/zz-shim 3.13.0-44-generic /boot/vmlinuz-3.13.0-44-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-44-generic /boot/vmlinuz-3.13.0-44-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-46-generic
Found initrd image: /boot/initrd.img-3.13.0-46-generic
Found linux image: /boot/vmlinuz-3.13.0-45-generic
Found initrd image: /boot/initrd.img-3.13.0-45-generic
Found linux image: /boot/vmlinuz-3.13.0-44-generic
Found initrd image: /boot/initrd.img-3.13.0-44-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-3.13.0-44-generic (3.13.0-44.73) ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.13.0-44-generic /boot/vmlinuz-3.13.0-44-generic
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-44-generic /boot/vmlinuz-3.13.0-44-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-44-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-44-generic /boot/vmlinuz-3.13.0-44-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-46-generic
Found initrd image: /boot/initrd.img-3.13.0-46-generic
Found linux image: /boot/vmlinuz-3.13.0-45-generic
Found initrd image: /boot/initrd.img-3.13.0-45-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-extra-3.13.0-45-generic (3.13.0-45.74) ...
run-parts: executing /etc/kernel/postinst.d/dkms 3.13.0-45-generic /boot/vmlinuz-3.13.0-45-generic
 * dkms: running auto installation service for kernel 3.13.0-45-generic                                                                                                                                                                                           
Error! Your kernel headers for kernel 3.13.0-45-generic cannot be found.
Please install the linux-headers-3.13.0-45-generic package or use the --kernelsourcedir option to tell DKMS where it's located.
                                                                                                                                                                                                                                                           [ OK ]
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-45-generic /boot/vmlinuz-3.13.0-45-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-45-generic
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-45-generic /boot/vmlinuz-3.13.0-45-generic
run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 3.13.0-45-generic /boot/vmlinuz-3.13.0-45-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-45-generic /boot/vmlinuz-3.13.0-45-generic
run-parts: executing /etc/kernel/postinst.d/xx-update-initrd-links 3.13.0-45-generic /boot/vmlinuz-3.13.0-45-generic
I: /boot/vmlinuz is now a symlink to vmlinuz-3.13.0-45-generic
I: /boot/initrd.img is now a symlink to initrd.img-3.13.0-45-generic
run-parts: executing /etc/kernel/postinst.d/zz-shim 3.13.0-45-generic /boot/vmlinuz-3.13.0-45-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-45-generic /boot/vmlinuz-3.13.0-45-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-46-generic
Found initrd image: /boot/initrd.img-3.13.0-46-generic
Found linux image: /boot/vmlinuz-3.13.0-45-generic
Found initrd image: /boot/initrd.img-3.13.0-45-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-3.13.0-45-generic (3.13.0-45.74) ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.13.0-45-generic /boot/vmlinuz-3.13.0-45-generic
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-45-generic /boot/vmlinuz-3.13.0-45-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-45-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-45-generic /boot/vmlinuz-3.13.0-45-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-46-generic
Found initrd image: /boot/initrd.img-3.13.0-46-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-extra-3.13.0-46-generic (3.13.0-46.79) ...
run-parts: executing /etc/kernel/postinst.d/dkms 3.13.0-46-generic /boot/vmlinuz-3.13.0-46-generic
 * dkms: running auto installation service for kernel 3.13.0-46-generic                                                                                                                                                                                           
Error! Your kernel headers for kernel 3.13.0-46-generic cannot be found.
Please install the linux-headers-3.13.0-46-generic package or use the --kernelsourcedir option to tell DKMS where it's located.
                                                                                                                                                                                                                                                           [ OK ]
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-46-generic /boot/vmlinuz-3.13.0-46-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-46-generic
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-46-generic /boot/vmlinuz-3.13.0-46-generic
run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 3.13.0-46-generic /boot/vmlinuz-3.13.0-46-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-46-generic /boot/vmlinuz-3.13.0-46-generic
run-parts: executing /etc/kernel/postinst.d/xx-update-initrd-links 3.13.0-46-generic /boot/vmlinuz-3.13.0-46-generic
I: /boot/vmlinuz is now a symlink to vmlinuz-3.13.0-46-generic
I: /boot/initrd.img is now a symlink to initrd.img-3.13.0-46-generic
run-parts: executing /etc/kernel/postinst.d/zz-shim 3.13.0-46-generic /boot/vmlinuz-3.13.0-46-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-46-generic /boot/vmlinuz-3.13.0-46-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-46-generic
Found initrd image: /boot/initrd.img-3.13.0-46-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-3.13.0-46-generic (3.13.0-46.79) ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.13.0-46-generic /boot/vmlinuz-3.13.0-46-generic
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-46-generic /boot/vmlinuz-3.13.0-46-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-46-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-46-generic /boot/vmlinuz-3.13.0-46-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-extra-3.13.0-48-generic (3.13.0-48.80) ...
run-parts: executing /etc/kernel/postinst.d/dkms 3.13.0-48-generic /boot/vmlinuz-3.13.0-48-generic
 * dkms: running auto installation service for kernel 3.13.0-48-generic                                                                                                                                                                                           
Error! Your kernel headers for kernel 3.13.0-48-generic cannot be found.
Please install the linux-headers-3.13.0-48-generic package or use the --kernelsourcedir option to tell DKMS where it's located.
                                                                                                                                                                                                                                                           [ OK ]
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-48-generic /boot/vmlinuz-3.13.0-48-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-48-generic
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-48-generic /boot/vmlinuz-3.13.0-48-generic
run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 3.13.0-48-generic /boot/vmlinuz-3.13.0-48-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-48-generic /boot/vmlinuz-3.13.0-48-generic
run-parts: executing /etc/kernel/postinst.d/xx-update-initrd-links 3.13.0-48-generic /boot/vmlinuz-3.13.0-48-generic
I: /boot/vmlinuz is now a symlink to vmlinuz-3.13.0-48-generic
I: /boot/initrd.img is now a symlink to initrd.img-3.13.0-48-generic
run-parts: executing /etc/kernel/postinst.d/zz-shim 3.13.0-48-generic /boot/vmlinuz-3.13.0-48-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-48-generic /boot/vmlinuz-3.13.0-48-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-3.13.0-48-generic (3.13.0-48.80) ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.13.0-48-generic /boot/vmlinuz-3.13.0-48-generic
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-48-generic /boot/vmlinuz-3.13.0-48-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-48-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-48-generic /boot/vmlinuz-3.13.0-48-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-extra-3.13.0-49-generic (3.13.0-49.83) ...
run-parts: executing /etc/kernel/postinst.d/dkms 3.13.0-49-generic /boot/vmlinuz-3.13.0-49-generic
 * dkms: running auto installation service for kernel 3.13.0-49-generic                                                                                                                                                                                           
Error! Your kernel headers for kernel 3.13.0-49-generic cannot be found.
Please install the linux-headers-3.13.0-49-generic package or use the --kernelsourcedir option to tell DKMS where it's located.
                                                                                                                                                                                                                                                           [ OK ]
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-49-generic /boot/vmlinuz-3.13.0-49-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-49-generic
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-49-generic /boot/vmlinuz-3.13.0-49-generic
run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 3.13.0-49-generic /boot/vmlinuz-3.13.0-49-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-49-generic /boot/vmlinuz-3.13.0-49-generic
run-parts: executing /etc/kernel/postinst.d/xx-update-initrd-links 3.13.0-49-generic /boot/vmlinuz-3.13.0-49-generic
I: /boot/vmlinuz is now a symlink to vmlinuz-3.13.0-49-generic
I: /boot/initrd.img is now a symlink to initrd.img-3.13.0-49-generic
run-parts: executing /etc/kernel/postinst.d/zz-shim 3.13.0-49-generic /boot/vmlinuz-3.13.0-49-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-49-generic /boot/vmlinuz-3.13.0-49-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-3.13.0-49-generic (3.13.0-49.83) ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.13.0-49-generic /boot/vmlinuz-3.13.0-49-generic
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-49-generic /boot/vmlinuz-3.13.0-49-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-49-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-49-generic /boot/vmlinuz-3.13.0-49-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-extra-3.13.0-51-generic (3.13.0-51.84) ...
run-parts: executing /etc/kernel/postinst.d/dkms 3.13.0-51-generic /boot/vmlinuz-3.13.0-51-generic
 * dkms: running auto installation service for kernel 3.13.0-51-generic                                                                                                                                                                                           
Error! Your kernel headers for kernel 3.13.0-51-generic cannot be found.
Please install the linux-headers-3.13.0-51-generic package or use the --kernelsourcedir option to tell DKMS where it's located.
                                                                                                                                                                                                                                                           [ OK ]
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-51-generic /boot/vmlinuz-3.13.0-51-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-51-generic
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-51-generic /boot/vmlinuz-3.13.0-51-generic
run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 3.13.0-51-generic /boot/vmlinuz-3.13.0-51-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-51-generic /boot/vmlinuz-3.13.0-51-generic
run-parts: executing /etc/kernel/postinst.d/xx-update-initrd-links 3.13.0-51-generic /boot/vmlinuz-3.13.0-51-generic
I: /boot/vmlinuz is now a symlink to vmlinuz-3.13.0-51-generic
I: /boot/initrd.img is now a symlink to initrd.img-3.13.0-51-generic
run-parts: executing /etc/kernel/postinst.d/zz-shim 3.13.0-51-generic /boot/vmlinuz-3.13.0-51-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-51-generic /boot/vmlinuz-3.13.0-51-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-3.13.0-51-generic (3.13.0-51.84) ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.13.0-51-generic /boot/vmlinuz-3.13.0-51-generic
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-51-generic /boot/vmlinuz-3.13.0-51-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-51-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-51-generic /boot/vmlinuz-3.13.0-51-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-extra-3.13.0-52-generic (3.13.0-52.86) ...
run-parts: executing /etc/kernel/postinst.d/dkms 3.13.0-52-generic /boot/vmlinuz-3.13.0-52-generic
 * dkms: running auto installation service for kernel 3.13.0-52-generic                                                                                                                                                                                           
Error! Your kernel headers for kernel 3.13.0-52-generic cannot be found.
Please install the linux-headers-3.13.0-52-generic package or use the --kernelsourcedir option to tell DKMS where it's located.
                                                                                                                                                                                                                                                           [ OK ]
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-52-generic /boot/vmlinuz-3.13.0-52-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-52-generic
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-52-generic /boot/vmlinuz-3.13.0-52-generic
run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 3.13.0-52-generic /boot/vmlinuz-3.13.0-52-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-52-generic /boot/vmlinuz-3.13.0-52-generic
run-parts: executing /etc/kernel/postinst.d/xx-update-initrd-links 3.13.0-52-generic /boot/vmlinuz-3.13.0-52-generic
I: /boot/vmlinuz is now a symlink to vmlinuz-3.13.0-52-generic
I: /boot/initrd.img is now a symlink to initrd.img-3.13.0-52-generic
run-parts: executing /etc/kernel/postinst.d/zz-shim 3.13.0-52-generic /boot/vmlinuz-3.13.0-52-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-52-generic /boot/vmlinuz-3.13.0-52-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-3.13.0-52-generic (3.13.0-52.86) ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.13.0-52-generic /boot/vmlinuz-3.13.0-52-generic
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-52-generic /boot/vmlinuz-3.13.0-52-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-52-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-52-generic /boot/vmlinuz-3.13.0-52-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-extra-3.13.0-53-generic (3.13.0-53.89) ...
run-parts: executing /etc/kernel/postinst.d/dkms 3.13.0-53-generic /boot/vmlinuz-3.13.0-53-generic
 * dkms: running auto installation service for kernel 3.13.0-53-generic                                                                                                                                                                                           
Error! Your kernel headers for kernel 3.13.0-53-generic cannot be found.
Please install the linux-headers-3.13.0-53-generic package or use the --kernelsourcedir option to tell DKMS where it's located.
                                                                                                                                                                                                                                                           [ OK ]
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-53-generic /boot/vmlinuz-3.13.0-53-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-53-generic
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-53-generic /boot/vmlinuz-3.13.0-53-generic
run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 3.13.0-53-generic /boot/vmlinuz-3.13.0-53-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-53-generic /boot/vmlinuz-3.13.0-53-generic
run-parts: executing /etc/kernel/postinst.d/xx-update-initrd-links 3.13.0-53-generic /boot/vmlinuz-3.13.0-53-generic
I: /boot/vmlinuz is now a symlink to vmlinuz-3.13.0-53-generic
I: /boot/initrd.img is now a symlink to initrd.img-3.13.0-53-generic
run-parts: executing /etc/kernel/postinst.d/zz-shim 3.13.0-53-generic /boot/vmlinuz-3.13.0-53-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-53-generic /boot/vmlinuz-3.13.0-53-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-3.13.0-53-generic (3.13.0-53.89) ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.13.0-53-generic /boot/vmlinuz-3.13.0-53-generic
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-53-generic /boot/vmlinuz-3.13.0-53-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-53-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-53-generic /boot/vmlinuz-3.13.0-53-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-extra-3.13.0-54-generic (3.13.0-54.91) ...
run-parts: executing /etc/kernel/postinst.d/dkms 3.13.0-54-generic /boot/vmlinuz-3.13.0-54-generic
 * dkms: running auto installation service for kernel 3.13.0-54-generic                                                                                                                                                                                           
Error! Your kernel headers for kernel 3.13.0-54-generic cannot be found.
Please install the linux-headers-3.13.0-54-generic package or use the --kernelsourcedir option to tell DKMS where it's located.
                                                                                                                                                                                                                                                           [ OK ]
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-54-generic /boot/vmlinuz-3.13.0-54-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-54-generic
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-54-generic /boot/vmlinuz-3.13.0-54-generic
run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 3.13.0-54-generic /boot/vmlinuz-3.13.0-54-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-54-generic /boot/vmlinuz-3.13.0-54-generic
run-parts: executing /etc/kernel/postinst.d/xx-update-initrd-links 3.13.0-54-generic /boot/vmlinuz-3.13.0-54-generic
I: /boot/vmlinuz is now a symlink to vmlinuz-3.13.0-54-generic
I: /boot/initrd.img is now a symlink to initrd.img-3.13.0-54-generic
run-parts: executing /etc/kernel/postinst.d/zz-shim 3.13.0-54-generic /boot/vmlinuz-3.13.0-54-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-54-generic /boot/vmlinuz-3.13.0-54-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-54-generic
Found initrd image: /boot/initrd.img-3.13.0-54-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-3.13.0-54-generic (3.13.0-54.91) ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.13.0-54-generic /boot/vmlinuz-3.13.0-54-generic
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-54-generic /boot/vmlinuz-3.13.0-54-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-54-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-54-generic /boot/vmlinuz-3.13.0-54-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-extra-3.13.0-55-generic (3.13.0-55.94) ...
run-parts: executing /etc/kernel/postinst.d/dkms 3.13.0-55-generic /boot/vmlinuz-3.13.0-55-generic
 * dkms: running auto installation service for kernel 3.13.0-55-generic                                                                                                                                                                                           
Error! Your kernel headers for kernel 3.13.0-55-generic cannot be found.
Please install the linux-headers-3.13.0-55-generic package or use the --kernelsourcedir option to tell DKMS where it's located.
                                                                                                                                                                                                                                                           [ OK ]
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-55-generic /boot/vmlinuz-3.13.0-55-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-55-generic
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-55-generic /boot/vmlinuz-3.13.0-55-generic
run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 3.13.0-55-generic /boot/vmlinuz-3.13.0-55-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-55-generic /boot/vmlinuz-3.13.0-55-generic
run-parts: executing /etc/kernel/postinst.d/xx-update-initrd-links 3.13.0-55-generic /boot/vmlinuz-3.13.0-55-generic
I: /boot/vmlinuz is now a symlink to vmlinuz-3.13.0-55-generic
I: /boot/initrd.img is now a symlink to initrd.img-3.13.0-55-generic
run-parts: executing /etc/kernel/postinst.d/zz-shim 3.13.0-55-generic /boot/vmlinuz-3.13.0-55-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-55-generic /boot/vmlinuz-3.13.0-55-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-3.13.0-55-generic (3.13.0-55.94) ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.13.0-55-generic /boot/vmlinuz-3.13.0-55-generic
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-55-generic /boot/vmlinuz-3.13.0-55-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-55-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-55-generic /boot/vmlinuz-3.13.0-55-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-extra-3.13.0-57-generic (3.13.0-57.95) ...
run-parts: executing /etc/kernel/postinst.d/dkms 3.13.0-57-generic /boot/vmlinuz-3.13.0-57-generic
 * dkms: running auto installation service for kernel 3.13.0-57-generic                                                                                                                                                                                           
Error! Your kernel headers for kernel 3.13.0-57-generic cannot be found.
Please install the linux-headers-3.13.0-57-generic package or use the --kernelsourcedir option to tell DKMS where it's located.
                                                                                                                                                                                                                                                           [ OK ]
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-57-generic /boot/vmlinuz-3.13.0-57-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-57-generic
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-57-generic /boot/vmlinuz-3.13.0-57-generic
run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 3.13.0-57-generic /boot/vmlinuz-3.13.0-57-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-57-generic /boot/vmlinuz-3.13.0-57-generic
run-parts: executing /etc/kernel/postinst.d/xx-update-initrd-links 3.13.0-57-generic /boot/vmlinuz-3.13.0-57-generic
I: /boot/vmlinuz is now a symlink to vmlinuz-3.13.0-57-generic
I: /boot/initrd.img is now a symlink to initrd.img-3.13.0-57-generic
run-parts: executing /etc/kernel/postinst.d/zz-shim 3.13.0-57-generic /boot/vmlinuz-3.13.0-57-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-57-generic /boot/vmlinuz-3.13.0-57-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-57-generic
Found initrd image: /boot/initrd.img-3.13.0-57-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-3.13.0-57-generic (3.13.0-57.95) ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.13.0-57-generic /boot/vmlinuz-3.13.0-57-generic
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-57-generic /boot/vmlinuz-3.13.0-57-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-57-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-57-generic /boot/vmlinuz-3.13.0-57-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-extra-3.13.0-58-generic (3.13.0-58.97) ...
run-parts: executing /etc/kernel/postinst.d/dkms 3.13.0-58-generic /boot/vmlinuz-3.13.0-58-generic
 * dkms: running auto installation service for kernel 3.13.0-58-generic                                                                                                                                                                                           
Error! Your kernel headers for kernel 3.13.0-58-generic cannot be found.
Please install the linux-headers-3.13.0-58-generic package or use the --kernelsourcedir option to tell DKMS where it's located.
                                                                                                                                                                                                                                                           [ OK ]
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-58-generic /boot/vmlinuz-3.13.0-58-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-58-generic
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-58-generic /boot/vmlinuz-3.13.0-58-generic
run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 3.13.0-58-generic /boot/vmlinuz-3.13.0-58-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-58-generic /boot/vmlinuz-3.13.0-58-generic
run-parts: executing /etc/kernel/postinst.d/xx-update-initrd-links 3.13.0-58-generic /boot/vmlinuz-3.13.0-58-generic
I: /boot/vmlinuz is now a symlink to vmlinuz-3.13.0-58-generic
I: /boot/initrd.img is now a symlink to initrd.img-3.13.0-58-generic
run-parts: executing /etc/kernel/postinst.d/zz-shim 3.13.0-58-generic /boot/vmlinuz-3.13.0-58-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-58-generic /boot/vmlinuz-3.13.0-58-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-3.13.0-58-generic (3.13.0-58.97) ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.13.0-58-generic /boot/vmlinuz-3.13.0-58-generic
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-58-generic /boot/vmlinuz-3.13.0-58-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-58-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-58-generic /boot/vmlinuz-3.13.0-58-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-extra-3.13.0-59-generic (3.13.0-59.98) ...
run-parts: executing /etc/kernel/postinst.d/dkms 3.13.0-59-generic /boot/vmlinuz-3.13.0-59-generic
 * dkms: running auto installation service for kernel 3.13.0-59-generic                                                                                                                                                                                           
Error! Your kernel headers for kernel 3.13.0-59-generic cannot be found.
Please install the linux-headers-3.13.0-59-generic package or use the --kernelsourcedir option to tell DKMS where it's located.
                                                                                                                                                                                                                                                           [ OK ]
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-59-generic /boot/vmlinuz-3.13.0-59-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-59-generic
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-59-generic /boot/vmlinuz-3.13.0-59-generic
run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 3.13.0-59-generic /boot/vmlinuz-3.13.0-59-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-59-generic /boot/vmlinuz-3.13.0-59-generic
run-parts: executing /etc/kernel/postinst.d/xx-update-initrd-links 3.13.0-59-generic /boot/vmlinuz-3.13.0-59-generic
I: /boot/vmlinuz is now a symlink to vmlinuz-3.13.0-59-generic
I: /boot/initrd.img is now a symlink to initrd.img-3.13.0-59-generic
run-parts: executing /etc/kernel/postinst.d/zz-shim 3.13.0-59-generic /boot/vmlinuz-3.13.0-59-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-59-generic /boot/vmlinuz-3.13.0-59-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-59-generic
Found initrd image: /boot/initrd.img-3.13.0-59-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-3.13.0-59-generic (3.13.0-59.98) ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.13.0-59-generic /boot/vmlinuz-3.13.0-59-generic
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-59-generic /boot/vmlinuz-3.13.0-59-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-59-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-59-generic /boot/vmlinuz-3.13.0-59-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-extra-3.13.0-61-generic (3.13.0-61.100) ...
run-parts: executing /etc/kernel/postinst.d/dkms 3.13.0-61-generic /boot/vmlinuz-3.13.0-61-generic
 * dkms: running auto installation service for kernel 3.13.0-61-generic                                                                                                                                                                                           
Error! Your kernel headers for kernel 3.13.0-61-generic cannot be found.
Please install the linux-headers-3.13.0-61-generic package or use the --kernelsourcedir option to tell DKMS where it's located.
                                                                                                                                                                                                                                                           [ OK ]
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-61-generic /boot/vmlinuz-3.13.0-61-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-61-generic
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-61-generic /boot/vmlinuz-3.13.0-61-generic
run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 3.13.0-61-generic /boot/vmlinuz-3.13.0-61-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-61-generic /boot/vmlinuz-3.13.0-61-generic
run-parts: executing /etc/kernel/postinst.d/xx-update-initrd-links 3.13.0-61-generic /boot/vmlinuz-3.13.0-61-generic
I: /boot/vmlinuz is now a symlink to vmlinuz-3.13.0-61-generic
I: /boot/initrd.img is now a symlink to initrd.img-3.13.0-61-generic
run-parts: executing /etc/kernel/postinst.d/zz-shim 3.13.0-61-generic /boot/vmlinuz-3.13.0-61-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-61-generic /boot/vmlinuz-3.13.0-61-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-3.13.0-61-generic (3.13.0-61.100) ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.13.0-61-generic /boot/vmlinuz-3.13.0-61-generic
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-61-generic /boot/vmlinuz-3.13.0-61-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-61-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-61-generic /boot/vmlinuz-3.13.0-61-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-extra-3.13.0-63-generic (3.13.0-63.103) ...
run-parts: executing /etc/kernel/postinst.d/dkms 3.13.0-63-generic /boot/vmlinuz-3.13.0-63-generic
 * dkms: running auto installation service for kernel 3.13.0-63-generic                                                                                                                                                                                           
Error! Your kernel headers for kernel 3.13.0-63-generic cannot be found.
Please install the linux-headers-3.13.0-63-generic package or use the --kernelsourcedir option to tell DKMS where it's located.
                                                                                                                                                                                                                                                           [ OK ]
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-63-generic /boot/vmlinuz-3.13.0-63-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-63-generic
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-63-generic /boot/vmlinuz-3.13.0-63-generic
run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 3.13.0-63-generic /boot/vmlinuz-3.13.0-63-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-63-generic /boot/vmlinuz-3.13.0-63-generic
run-parts: executing /etc/kernel/postinst.d/xx-update-initrd-links 3.13.0-63-generic /boot/vmlinuz-3.13.0-63-generic
I: /boot/vmlinuz is now a symlink to vmlinuz-3.13.0-63-generic
I: /boot/initrd.img is now a symlink to initrd.img-3.13.0-63-generic
run-parts: executing /etc/kernel/postinst.d/zz-shim 3.13.0-63-generic /boot/vmlinuz-3.13.0-63-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-63-generic /boot/vmlinuz-3.13.0-63-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-3.13.0-63-generic (3.13.0-63.103) ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.13.0-63-generic /boot/vmlinuz-3.13.0-63-generic
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-63-generic /boot/vmlinuz-3.13.0-63-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-63-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-63-generic /boot/vmlinuz-3.13.0-63-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-extra-3.13.0-65-generic (3.13.0-65.106) ...
run-parts: executing /etc/kernel/postinst.d/dkms 3.13.0-65-generic /boot/vmlinuz-3.13.0-65-generic
 * dkms: running auto installation service for kernel 3.13.0-65-generic                                                                                                                                                                                           
Error! Your kernel headers for kernel 3.13.0-65-generic cannot be found.
Please install the linux-headers-3.13.0-65-generic package or use the --kernelsourcedir option to tell DKMS where it's located.
                                                                                                                                                                                                                                                           [ OK ]
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-65-generic /boot/vmlinuz-3.13.0-65-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-65-generic
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-65-generic /boot/vmlinuz-3.13.0-65-generic
run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 3.13.0-65-generic /boot/vmlinuz-3.13.0-65-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-65-generic /boot/vmlinuz-3.13.0-65-generic
run-parts: executing /etc/kernel/postinst.d/xx-update-initrd-links 3.13.0-65-generic /boot/vmlinuz-3.13.0-65-generic
I: /boot/vmlinuz is now a symlink to vmlinuz-3.13.0-65-generic
I: /boot/initrd.img is now a symlink to initrd.img-3.13.0-65-generic
run-parts: executing /etc/kernel/postinst.d/zz-shim 3.13.0-65-generic /boot/vmlinuz-3.13.0-65-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-65-generic /boot/vmlinuz-3.13.0-65-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-3.13.0-65-generic (3.13.0-65.106) ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.13.0-65-generic /boot/vmlinuz-3.13.0-65-generic
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-65-generic /boot/vmlinuz-3.13.0-65-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-65-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-65-generic /boot/vmlinuz-3.13.0-65-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-extra-3.13.0-66-generic (3.13.0-66.108) ...
run-parts: executing /etc/kernel/postinst.d/dkms 3.13.0-66-generic /boot/vmlinuz-3.13.0-66-generic
 * dkms: running auto installation service for kernel 3.13.0-66-generic                                                                                                                                                                                           
Error! Your kernel headers for kernel 3.13.0-66-generic cannot be found.
Please install the linux-headers-3.13.0-66-generic package or use the --kernelsourcedir option to tell DKMS where it's located.
                                                                                                                                                                                                                                                           [ OK ]
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-66-generic /boot/vmlinuz-3.13.0-66-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-66-generic
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-66-generic /boot/vmlinuz-3.13.0-66-generic
run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 3.13.0-66-generic /boot/vmlinuz-3.13.0-66-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-66-generic /boot/vmlinuz-3.13.0-66-generic
run-parts: executing /etc/kernel/postinst.d/xx-update-initrd-links 3.13.0-66-generic /boot/vmlinuz-3.13.0-66-generic
I: /boot/vmlinuz is now a symlink to vmlinuz-3.13.0-66-generic
I: /boot/initrd.img is now a symlink to initrd.img-3.13.0-66-generic
run-parts: executing /etc/kernel/postinst.d/zz-shim 3.13.0-66-generic /boot/vmlinuz-3.13.0-66-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-66-generic /boot/vmlinuz-3.13.0-66-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-3.13.0-66-generic (3.13.0-66.108) ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.13.0-66-generic /boot/vmlinuz-3.13.0-66-generic
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-66-generic /boot/vmlinuz-3.13.0-66-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-66-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-66-generic /boot/vmlinuz-3.13.0-66-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-extra-3.13.0-67-generic (3.13.0-67.110) ...
run-parts: executing /etc/kernel/postinst.d/dkms 3.13.0-67-generic /boot/vmlinuz-3.13.0-67-generic
 * dkms: running auto installation service for kernel 3.13.0-67-generic                                                                                                                                                                                           
Error! Your kernel headers for kernel 3.13.0-67-generic cannot be found.
Please install the linux-headers-3.13.0-67-generic package or use the --kernelsourcedir option to tell DKMS where it's located.
                                                                                                                                                                                                                                                           [ OK ]
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-67-generic /boot/vmlinuz-3.13.0-67-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-67-generic
E: amd64-microcode: unsupported kernel version!
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-67-generic /boot/vmlinuz-3.13.0-67-generic
run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 3.13.0-67-generic /boot/vmlinuz-3.13.0-67-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-67-generic /boot/vmlinuz-3.13.0-67-generic
run-parts: executing /etc/kernel/postinst.d/xx-update-initrd-links 3.13.0-67-generic /boot/vmlinuz-3.13.0-67-generic
I: /boot/vmlinuz is now a symlink to vmlinuz-3.13.0-67-generic
I: /boot/initrd.img is now a symlink to initrd.img-3.13.0-67-generic
run-parts: executing /etc/kernel/postinst.d/zz-shim 3.13.0-67-generic /boot/vmlinuz-3.13.0-67-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-67-generic /boot/vmlinuz-3.13.0-67-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-3.13.0-67-generic (3.13.0-67.110) ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.13.0-67-generic /boot/vmlinuz-3.13.0-67-generic
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-67-generic /boot/vmlinuz-3.13.0-67-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-67-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-67-generic /boot/vmlinuz-3.13.0-67-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-extra-3.19.0-33-generic (3.19.0-33.38) ...
run-parts: executing /etc/kernel/postinst.d/dkms 3.19.0-33-generic /boot/vmlinuz-3.19.0-33-generic
 * dkms: running auto installation service for kernel 3.19.0-33-generic                                                                                                                                                                                           
Error! Your kernel headers for kernel 3.19.0-33-generic cannot be found.
Please install the linux-headers-3.19.0-33-generic package or use the --kernelsourcedir option to tell DKMS where it's located.
                                                                                                                                                                                                                                                           [ OK ]
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-33-generic /boot/vmlinuz-3.19.0-33-generic
update-initramfs: Generating /boot/initrd.img-3.19.0-33-generic
W: initramfs-tools configuration sets RESUME=UUID=93713424-8ade-4c3b-a050-733a6f519e0c
W: but no matching swap device is available.
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.19.0-33-generic /boot/vmlinuz-3.19.0-33-generic
run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 3.19.0-33-generic /boot/vmlinuz-3.19.0-33-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-33-generic /boot/vmlinuz-3.19.0-33-generic
run-parts: executing /etc/kernel/postinst.d/xx-update-initrd-links 3.19.0-33-generic /boot/vmlinuz-3.19.0-33-generic
I: /boot/vmlinuz is now a symlink to vmlinuz-3.19.0-33-generic
I: /boot/initrd.img is now a symlink to initrd.img-3.19.0-33-generic
run-parts: executing /etc/kernel/postinst.d/zz-shim 3.19.0-33-generic /boot/vmlinuz-3.19.0-33-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-33-generic /boot/vmlinuz-3.19.0-33-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Found linux image: /boot/vmlinuz-3.19.0-33-generic
Found initrd image: /boot/initrd.img-3.19.0-33-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-image-3.19.0-33-generic (3.19.0-33.38) ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.19.0-33-generic /boot/vmlinuz-3.19.0-33-generic
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.19.0-33-generic /boot/vmlinuz-3.19.0-33-generic
update-initramfs: Deleting /boot/initrd.img-3.19.0-33-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.19.0-33-generic /boot/vmlinuz-3.19.0-33-generic
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Suppression de linux-modules-extra-5.15.0-71-generic (5.15.0-71.78) ...
Suppression de linux-modules-5.15.0-71-generic (5.15.0-71.78) ...
Suppression de linux-image-5.15.0-71-generic (5.15.0-71.78) ...
/etc/kernel/prerm.d/dkms:
dkms: removing: virtualbox 6.1.38 (5.15.0-71-generic) (x86_64)
Module virtualbox-6.1.38 for kernel 5.15.0-71-generic (x86_64).
Before uninstall, this module version was ACTIVE on this kernel.

vboxdrv.ko:
 - Uninstallation
   - Deleting from: /lib/modules/5.15.0-71-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


vboxnetadp.ko:
 - Uninstallation
   - Deleting from: /lib/modules/5.15.0-71-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


vboxnetflt.ko:
 - Uninstallation
   - Deleting from: /lib/modules/5.15.0-71-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod...
I: /boot/vmlinuz.old is now a symlink to vmlinuz-5.15.0-76-generic
I: /boot/initrd.img.old is now a symlink to initrd.img-5.15.0-76-generic
I: /boot/vmlinuz is now a symlink to vmlinuz-5.15.0-78-generic
I: /boot/initrd.img is now a symlink to initrd.img-5.15.0-78-generic
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-5.15.0-71-generic
/etc/kernel/postrm.d/zz-update-grub:
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Found linux image: /boot/vmlinuz-5.15.0-76-generic
Found initrd image: /boot/initrd.img-5.15.0-76-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Traitement des actions différées (« triggers ») pour libc-bin (2.35-0ubuntu3.1) ...
(Lecture de la base de données... 426879 fichiers et répertoires déjà installés.)
Purge des fichiers de configuration de linux-image-extra-3.13.0-46-generic (3.13.0-46.79) ...
Purge des fichiers de configuration de linux-image-3.19.0-33-generic (3.19.0-33.38) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.19.0-33-generic /boot/vmlinuz-3.19.0-33-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.19.0-33-generic /boot/vmlinuz-3.19.0-33-generic
Purge des fichiers de configuration de linux-image-extra-3.13.0-66-generic (3.13.0-66.108) ...
Purge des fichiers de configuration de linux-modules-extra-5.15.0-71-generic (5.15.0-71.78) ...
Purge des fichiers de configuration de linux-image-3.13.0-43-generic (3.13.0-43.72) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-43-generic /boot/vmlinuz-3.13.0-43-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-43-generic /boot/vmlinuz-3.13.0-43-generic
Purge des fichiers de configuration de linux-image-3.13.0-53-generic (3.13.0-53.89) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-53-generic /boot/vmlinuz-3.13.0-53-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-53-generic /boot/vmlinuz-3.13.0-53-generic
Purge des fichiers de configuration de linux-image-3.13.0-34-generic (3.13.0-34.60) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-34-generic /boot/vmlinuz-3.13.0-34-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-34-generic /boot/vmlinuz-3.13.0-34-generic
Purge des fichiers de configuration de linux-image-extra-3.13.0-35-generic (3.13.0-35.62) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-35-generic /boot/vmlinuz-3.13.0-35-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-35-generic /boot/vmlinuz-3.13.0-35-generic
Purge des fichiers de configuration de linux-image-extra-3.13.0-37-generic (3.13.0-37.64) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-37-generic /boot/vmlinuz-3.13.0-37-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-37-generic /boot/vmlinuz-3.13.0-37-generic
Purge des fichiers de configuration de linux-image-3.13.0-30-generic (3.13.0-30.55) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-30-generic /boot/vmlinuz-3.13.0-30-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-30-generic /boot/vmlinuz-3.13.0-30-generic
Purge des fichiers de configuration de linux-image-extra-3.13.0-24-generic (3.13.0-24.47) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-24-generic /boot/vmlinuz-3.13.0-24-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-24-generic /boot/vmlinuz-3.13.0-24-generic
Purge des fichiers de configuration de linux-image-3.13.0-24-generic (3.13.0-24.47) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-24-generic /boot/vmlinuz-3.13.0-24-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-24-generic /boot/vmlinuz-3.13.0-24-generic
Purge des fichiers de configuration de linux-image-3.13.0-51-generic (3.13.0-51.84) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-51-generic /boot/vmlinuz-3.13.0-51-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-51-generic /boot/vmlinuz-3.13.0-51-generic
Purge des fichiers de configuration de linux-image-3.13.0-44-generic (3.13.0-44.73) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-44-generic /boot/vmlinuz-3.13.0-44-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-44-generic /boot/vmlinuz-3.13.0-44-generic
Purge des fichiers de configuration de linux-image-3.13.0-46-generic (3.13.0-46.79) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-46-generic /boot/vmlinuz-3.13.0-46-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-46-generic /boot/vmlinuz-3.13.0-46-generic
Purge des fichiers de configuration de linux-image-extra-3.13.0-32-generic (3.13.0-32.57) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic
Purge des fichiers de configuration de linux-image-extra-3.13.0-65-generic (3.13.0-65.106) ...
Purge des fichiers de configuration de linux-image-3.13.0-37-generic (3.13.0-37.64) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-37-generic /boot/vmlinuz-3.13.0-37-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-37-generic /boot/vmlinuz-3.13.0-37-generic
Purge des fichiers de configuration de linux-image-3.13.0-65-generic (3.13.0-65.106) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-65-generic /boot/vmlinuz-3.13.0-65-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-65-generic /boot/vmlinuz-3.13.0-65-generic
Purge des fichiers de configuration de linux-image-5.15.0-71-generic (5.15.0-71.78) ...
Purge des fichiers de configuration de linux-image-3.13.0-29-generic (3.13.0-29.53) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-29-generic /boot/vmlinuz-3.13.0-29-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-29-generic /boot/vmlinuz-3.13.0-29-generic
Purge des fichiers de configuration de linux-image-extra-3.13.0-51-generic (3.13.0-51.84) ...
Purge des fichiers de configuration de linux-image-extra-3.13.0-34-generic (3.13.0-34.60) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-34-generic /boot/vmlinuz-3.13.0-34-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-34-generic /boot/vmlinuz-3.13.0-34-generic
Purge des fichiers de configuration de linux-image-extra-3.13.0-43-generic (3.13.0-43.72) ...
Purge des fichiers de configuration de linux-image-extra-3.13.0-45-generic (3.13.0-45.74) ...
Purge des fichiers de configuration de linux-image-3.13.0-67-generic (3.13.0-67.110) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-67-generic /boot/vmlinuz-3.13.0-67-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-67-generic /boot/vmlinuz-3.13.0-67-generic
Purge des fichiers de configuration de linux-image-3.13.0-66-generic (3.13.0-66.108) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-66-generic /boot/vmlinuz-3.13.0-66-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-66-generic /boot/vmlinuz-3.13.0-66-generic
Purge des fichiers de configuration de linux-image-extra-3.13.0-59-generic (3.13.0-59.98) ...
Purge des fichiers de configuration de linux-image-extra-3.13.0-29-generic (3.13.0-29.53) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-29-generic /boot/vmlinuz-3.13.0-29-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-29-generic /boot/vmlinuz-3.13.0-29-generic
Purge des fichiers de configuration de linux-image-3.13.0-61-generic (3.13.0-61.100) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-61-generic /boot/vmlinuz-3.13.0-61-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-61-generic /boot/vmlinuz-3.13.0-61-generic
Purge des fichiers de configuration de linux-image-3.13.0-40-generic (3.13.0-40.69) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-40-generic /boot/vmlinuz-3.13.0-40-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-40-generic /boot/vmlinuz-3.13.0-40-generic
Purge des fichiers de configuration de linux-image-extra-3.13.0-48-generic (3.13.0-48.80) ...
Purge des fichiers de configuration de linux-image-extra-3.13.0-39-generic (3.13.0-39.66) ...
Purge des fichiers de configuration de linux-image-3.13.0-55-generic (3.13.0-55.94) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-55-generic /boot/vmlinuz-3.13.0-55-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-55-generic /boot/vmlinuz-3.13.0-55-generic
Purge des fichiers de configuration de linux-image-extra-3.13.0-63-generic (3.13.0-63.103) ...
Purge des fichiers de configuration de linux-image-3.13.0-54-generic (3.13.0-54.91) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-54-generic /boot/vmlinuz-3.13.0-54-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-54-generic /boot/vmlinuz-3.13.0-54-generic
Purge des fichiers de configuration de linux-image-extra-3.13.0-52-generic (3.13.0-52.86) ...
Purge des fichiers de configuration de linux-image-3.13.0-59-generic (3.13.0-59.98) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-59-generic /boot/vmlinuz-3.13.0-59-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-59-generic /boot/vmlinuz-3.13.0-59-generic
Purge des fichiers de configuration de linux-image-extra-3.13.0-40-generic (3.13.0-40.69) ...
Purge des fichiers de configuration de linux-modules-5.15.0-71-generic (5.15.0-71.78) ...
Purge des fichiers de configuration de linux-image-extra-3.13.0-61-generic (3.13.0-61.100) ...
Purge des fichiers de configuration de linux-image-extra-3.13.0-57-generic (3.13.0-57.95) ...
Purge des fichiers de configuration de linux-image-3.13.0-27-generic (3.13.0-27.50) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-27-generic /boot/vmlinuz-3.13.0-27-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-27-generic /boot/vmlinuz-3.13.0-27-generic
Purge des fichiers de configuration de linux-image-3.13.0-52-generic (3.13.0-52.86) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-52-generic /boot/vmlinuz-3.13.0-52-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-52-generic /boot/vmlinuz-3.13.0-52-generic
Purge des fichiers de configuration de linux-image-3.13.0-39-generic (3.13.0-39.66) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-39-generic /boot/vmlinuz-3.13.0-39-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-39-generic /boot/vmlinuz-3.13.0-39-generic
Purge des fichiers de configuration de linux-image-3.13.0-45-generic (3.13.0-45.74) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-45-generic /boot/vmlinuz-3.13.0-45-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-45-generic /boot/vmlinuz-3.13.0-45-generic
Purge des fichiers de configuration de linux-image-3.13.0-32-generic (3.13.0-32.57) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic
Purge des fichiers de configuration de linux-image-3.13.0-63-generic (3.13.0-63.103) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-63-generic /boot/vmlinuz-3.13.0-63-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-63-generic /boot/vmlinuz-3.13.0-63-generic
Purge des fichiers de configuration de linux-image-extra-3.13.0-30-generic (3.13.0-30.55) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-30-generic /boot/vmlinuz-3.13.0-30-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-30-generic /boot/vmlinuz-3.13.0-30-generic
Purge des fichiers de configuration de linux-image-3.13.0-35-generic (3.13.0-35.62) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-35-generic /boot/vmlinuz-3.13.0-35-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-35-generic /boot/vmlinuz-3.13.0-35-generic
Purge des fichiers de configuration de linux-image-extra-3.13.0-55-generic (3.13.0-55.94) ...
Purge des fichiers de configuration de linux-image-extra-3.13.0-54-generic (3.13.0-54.91) ...
Purge des fichiers de configuration de linux-image-extra-3.13.0-67-generic (3.13.0-67.110) ...
Purge des fichiers de configuration de linux-image-3.13.0-58-generic (3.13.0-58.97) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-58-generic /boot/vmlinuz-3.13.0-58-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-58-generic /boot/vmlinuz-3.13.0-58-generic
Purge des fichiers de configuration de linux-image-3.13.0-57-generic (3.13.0-57.95) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-57-generic /boot/vmlinuz-3.13.0-57-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-57-generic /boot/vmlinuz-3.13.0-57-generic
Purge des fichiers de configuration de linux-image-extra-3.13.0-49-generic (3.13.0-49.83) ...
Purge des fichiers de configuration de linux-image-extra-3.13.0-44-generic (3.13.0-44.73) ...
Purge des fichiers de configuration de linux-image-extra-3.13.0-27-generic (3.13.0-27.50) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-27-generic /boot/vmlinuz-3.13.0-27-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-27-generic /boot/vmlinuz-3.13.0-27-generic
Purge des fichiers de configuration de linux-image-3.13.0-49-generic (3.13.0-49.83) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-49-generic /boot/vmlinuz-3.13.0-49-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-49-generic /boot/vmlinuz-3.13.0-49-generic
Purge des fichiers de configuration de linux-image-extra-3.13.0-53-generic (3.13.0-53.89) ...
Purge des fichiers de configuration de linux-image-extra-3.19.0-33-generic (3.19.0-33.38) ...
Purge des fichiers de configuration de linux-image-3.13.0-48-generic (3.13.0-48.80) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-48-generic /boot/vmlinuz-3.13.0-48-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-48-generic /boot/vmlinuz-3.13.0-48-generic
Purge des fichiers de configuration de linux-image-extra-3.13.0-58-generic (3.13.0-58.97) ...

Hors ligne

#18 Le 26/07/2023, à 15:13

nany

Re : [Résolu] sudo apt-get update (erreur)

Voilà du bon ménage de fait dans les noyaux. Maintenant donne les retours de :

for keyid in 3E5C1192 7FAC5991 46D7E7CF D38B4796 445B9007 DF7587C3 F987672F B312C643 FA577F07 5FEFD904 B4C4219E B4C4219E 432BB368 8EEBB0CA A9E53725 3F055C03 F4FE239D FC91AE7E 92C4BEFD D38B4796 B9A06DE33BB0BCFA 7709FE97 8EFE5982 BE1229CF 4C9D234C F59EAE4D 63DE9CD4 F425E228 76BAFBC6 25396B8E 5CA33CD4 816950D8 AA836CA8 852541CB F9CB8DB0 F59C9AC8 EEA14886 EEA14886 926866D5 ; do sudo apt-key del $keyid ; done
ls -l /etc/apt/trusted.gpg.d
cd ~/Téléchargements ; wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb https://repo.skype.com/latest/skypeforlinux-64.deb https://cdn.zoom.us/prod/5.15.5.5603/zoom_amd64.deb ; cd
sudo apt install -y ~/téléchargements/{google-chrome-stable_current_amd64.deb,skypeforlinux-64.deb,zoom_amd64.deb}
wget -O- https://updates.signal.org/desktop/apt/keys.asc | gpg --dearmor > signal-desktop-keyring.gpg
cat signal-desktop-keyring.gpg | sudo tee /usr/share/keyrings/signal-desktop-keyring.gpg > /dev/null
echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/signal-desktop-keyring.gpg] https://updates.signal.org/desktop/apt xenial main' | sudo tee /etc/apt/sources.list.d/signal-xenial.list
sudo mkdir -pm755 /etc/apt/keyrings
sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources
sudo apt update
apt list ?obsolete

Dernière modification par nany (Le 26/07/2023, à 15:39)

En ligne

#19 Le 26/07/2023, à 15:47

PeterV

Re : [Résolu] sudo apt-get update (erreur)

  • for keyid in 3E5C1192...

skalpa@skalpa-All-Series:~$ for keyid in 3E5C1192 7FAC5991 46D7E7CF D38B4796 445B9007 DF7587C3 F987672F B312C643 FA577F07 5FEFD904 B4C4219E B4C4219E 432BB368 8EEBB0CA A9E53725 3F055C03 F4FE239D FC91AE7E 92C4BEFD D38B4796 B9A06DE33BB0BCFA 7709FE97 8EFE5982 BE1229CF 4C9D234C F59EAE4D 63DE9CD4 F425E228 76BAFBC6 25396B8E 5CA33CD4 816950D8 AA836CA8 852541CB F9CB8DB0 F59C9AC8 EEA14886 EEA14886 926866D5 ; do sudo apt-key del $keyid ; done
[sudo] Mot de passe de skalpa : 
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
  • ls -l /etc/apt/trusted.gpg.d

skalpa@skalpa-All-Series:~$ ls -l /etc/apt/trusted.gpg.d
total 156
-rw-r--r-- 1 root   root   1140 sept.  2  2016 alexlarsson_ubuntu_flatpak.gpg~
-rw-r--r-- 1 root   root    359 sept.  5  2016 brousselle_ubuntu_slowmovideo.gpg~
-rw-r--r-- 1 root   root    355 juil. 27  2015 chaoswizard-tvdownloader.gpg~
-rw-r--r-- 1 root   root    355 mars  16  2016 chaoswizard_ubuntu_tvdownloader.gpg~
-rw-r--r-- 1 root   root    362 août  30  2016 cinelerra-ppa_ubuntu_ppa.gpg~
-rw-r--r-- 1 root   root    355 nov.  12  2015 clipgrab-team_ubuntu_ppa.gpg~
-rw-r--r-- 1 root   root   1125 juin  27  2020 daniel_p_ubuntu_dpscreenocr.gpg~
-rw-r--r-- 1 root   root    798 nov.   7  2022 danielrichter2007-ubuntu-grub-customizer.gpg~
-rw-r--r-- 1 root   root    364 avril 26  2015 fossfreedom-rhythmbox.gpg~
-rw-r--r-- 1 root   root    358 avril  1  2020 gezakovacs_ubuntu_ppa.gpg~
-rw-r--r-- 1 root   root    362 févr. 17  2015 gnome-split-team-ppa.gpg~
-rw-r--r-- 1 root   root   7821 juil. 26 09:34 google-chrome.gpg~
-rw-r--r-- 1 root   root    372 juin   1  2017 inkscape_dev_ubuntu_stable.gpg
-rw-r--r-- 1 root   root      0 juin   1  2017 inkscape_dev_ubuntu_stable.gpg~
-rw-r--r-- 1 root   root    363 sept.  1  2014 kazam-team-stable-series.gpg
-rw-r--r-- 1 root   root      0 sept.  1  2014 kazam-team-stable-series.gpg~
-rw-r--r-- 1 root   root   1127 août  17  2018 kdenlive_ubuntu_kdenlive-stable.gpg~
-rw-r--r-- 1 root   root   1131 mai   10  2016 kdenlive_ubuntu_kdenlive-testing.gpg~
-rw-r--r-- 1 root   root    359 sept.  5  2016 kirillshkrogalev_ubuntu_ffmpeg-next.gpg~
-rw-rw-r-- 1 skalpa skalpa  641 juil. 26 11:20 microsoft.gpg~
-rw-r--r-- 1 root   root    350 mai   18  2017 nilarimogard_ubuntu_webupd8.gpg~
-rw-r--r-- 1 root   root    943 sept. 29  2017 noobslab_ubuntu_apps-dependencies.gpg~
-rw-r--r-- 1 root   root    943 juin  20  2017 noobslab_ubuntu_themes.gpg~
-rw-r--r-- 1 root   root    367 mars  22  2018 notepadqq-team_ubuntu_notepadqq.gpg~
-rw-r--r-- 1 root   root   1129 août  18  2018 obsproject_ubuntu_obs-studio.gpg~
-rw-r--r-- 1 root   root   1134 mai   15  2020 peek-developers_ubuntu_stable.gpg~
-rw-r--r-- 1 root   root    371 août  24  2014 pipelight-stable.gpg~
-rw-r--r-- 1 root   root   1135 mars  15  2018 qtcam_ubuntu_precise.gpg~
-rw-r--r-- 1 root   root    362 déc.  14  2015 stebbins_ubuntu_handbrake-releases.gpg~
-rw-r--r-- 1 root   root    362 mai    2  2015 sunab-kdenlive-release.gpg~
-rw-r--r-- 1 root   root    362 janv. 19  2016 sunab_ubuntu_kdenlive-release.gpg~
-rw-r--r-- 1 root   root    362 mai   20  2017 ubuntuhandbook1_ubuntu_audacity.gpg~
-rw-r--r-- 1 root   root   2794 mars  27  2021 ubuntu-keyring-2012-cdimage.gpg
-rw-r--r-- 1 root   root   1733 mars  27  2021 ubuntu-keyring-2018-archive.gpg
-rw-r--r-- 1 root   root   1509 oct.  15  2015 ubuntu-wine-ppa.gpg~
-rw-r--r-- 1 root   root    369 nov.  18  2016 webcamstudio_ubuntu_webcamstudio-dailybuilds.gpg~
-rw-r--r-- 1 root   root    507 déc.  31  2017 webupd8team-java.gpg~
-rw-r--r-- 1 root   root    507 nov.  18  2016 webupd8team_ubuntu_java.gpg~
-rw-r--r-- 1 root   root   1128 avril  2  2015 yoggic-dpluzz.gpg~
-rw-r--r-- 1 root   root   1128 mai   28  2016 yoggic_ubuntu_dpluzz.gpg~
skalpa@skalpa-All-Series:~$ cd ~/Téléchargements ; wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb https://repo.skype.com/latest/skypeforlinux-64.deb https://cdn.zoom.us/prod/5.15.5.5603/zoom_amd64.deb ; cd
--2023-07-26 15:40:31--  https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Résolution de dl.google.com (dl.google.com)… 2a00:1450:4007:818::200e, 172.217.20.174
Connexion à dl.google.com (dl.google.com)|2a00:1450:4007:818::200e|:443… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : 95889816 (91M) [application/x-debian-package]
Enregistre : ‘google-chrome-stable_current_amd64.deb’

google-chrome-stable_current_amd64.deb                           100%[========================================================================================================================================================>]  91,45M  10,5MB/s    ds 8,5s    

2023-07-26 15:40:39 (10,7 MB/s) - ‘google-chrome-stable_current_amd64.deb’ enregistré [95889816/95889816]

--2023-07-26 15:40:39--  https://repo.skype.com/latest/skypeforlinux-64.deb
Résolution de repo.skype.com (repo.skype.com)… 2a02:26f0:2b00:997::1263, 2a02:26f0:2b00:999::1263, 104.124.108.166
Connexion à repo.skype.com (repo.skype.com)|2a02:26f0:2b00:997::1263|:443… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : 126346450 (120M) [application/x-debian-package]
Enregistre : ‘skypeforlinux-64.deb’

skypeforlinux-64.deb                                             100%[========================================================================================================================================================>] 120,49M  10,8MB/s    ds 11s     

2023-07-26 15:40:51 (10,9 MB/s) - ‘skypeforlinux-64.deb’ enregistré [126346450/126346450]

--2023-07-26 15:40:51--  https://cdn.zoom.us/prod/5.15.5.5603/zoom_amd64.deb
Résolution de cdn.zoom.us (cdn.zoom.us)… 52.84.151.7, 52.84.151.30, 52.84.151.10, ...
Connexion à cdn.zoom.us (cdn.zoom.us)|52.84.151.7|:443… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : 177977214 (170M) [application/vnd.debian.binary-package]
Enregistre : ‘zoom_amd64.deb.1’

zoom_amd64.deb.1                                                 100%[========================================================================================================================================================>] 169,73M  11,1MB/s    ds 15s     

2023-07-26 15:41:06 (11,2 MB/s) - ‘zoom_amd64.deb.1’ enregistré [177977214/177977214]

Terminé — 2023-07-26 15:41:06 —
Temps total effectif : 35s
Téléchargés : 3 fichiers, 382M en 35s (11,0 MB/s)
  • sudo apt install -y ~/téléchargements/{google-chrome-stable_current_amd64.deb,skypeforlinux-64.deb,zoom_amd64.deb}

skalpa@skalpa-All-Series:~$ sudo apt install -y ~/téléchargements/{google-chrome-stable_current_amd64.deb,skypeforlinux-64.deb,zoom_amd64.deb}
Lecture des listes de paquets... Fait
E: Le fichier donné /home/skalpa/téléchargements/google-chrome-stable_current_amd64.deb n'est pas compris sur la ligne de commande
E: Le fichier donné /home/skalpa/téléchargements/skypeforlinux-64.deb n'est pas compris sur la ligne de commande
E: Le fichier donné /home/skalpa/téléchargements/zoom_amd64.deb n'est pas compris sur la ligne de commande
skalpa@skalpa-All-Series:~$ wget -O- https://updates.signal.org/desktop/apt/keys.asc | gpg --dearmor > signal-desktop-keyring.gpg
--2023-07-26 15:42:48--  https://updates.signal.org/desktop/apt/keys.asc
Résolution de updates.signal.org (updates.signal.org)… 2606:4700::6812:14c1, 2606:4700::6812:15c1, 104.18.21.193, ...
Connexion à updates.signal.org (updates.signal.org)|2606:4700::6812:14c1|:443… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : 3090 (3,0K) [application/pgp-signature]
Enregistre : ‘STDOUT’

-                                                                100%[========================================================================================================================================================>]   3,02K  --.-KB/s    ds 0s      

2023-07-26 15:42:48 (37,6 MB/s) — envoi vers sortie standard [3090/3090]
  • cat signal-desktop-keyring.gpg | sudo tee /usr/share/keyrings/signal-desktop-keyring.gpg > /dev/null

rien
skalpa@skalpa-All-Series:~$ cat signal-desktop-keyring.gpg | sudo tee /usr/share/keyrings/signal-desktop-keyring.gpg > /dev/null
skalpa@skalpa-All-Series:~$ echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/signal-desktop-keyring.gpg] https://updates.signal.org/desktop/apt xenial main' | sudo tee /etc/apt/sources.list.d/signal-xenial.list
deb [arch=amd64 signed-by=/usr/share/keyrings/signal-desktop-keyring.gpg] https://updates.signal.org/desktop/apt xenial main
skalpa@skalpa-All-Series:~$ echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/signal-desktop-keyring.gpg] https://updates.signal.org/desktop/apt xenial main' | sudo tee /etc/apt/sources.list.d/signal-xenial.list
deb [arch=amd64 signed-by=/usr/share/keyrings/signal-desktop-keyring.gpg] https://updates.signal.org/desktop/apt xenial main
  • sudo apt update

skalpa@skalpa-All-Series:~$ sudo apt update
Atteint :1 http://fr.archive.ubuntu.com/ubuntu jammy InRelease
Réception de :2 http://fr.archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
Réception de :3 http://fr.archive.ubuntu.com/ubuntu jammy-backports InRelease [108 kB]                   
Réception de :4 https://updates.signal.org/desktop/apt xenial InRelease [5888 B]                                            
Réception de :5 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]        
Réception de :6 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [853 kB]
Réception de :7 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [208 kB]
Réception de :8 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 DEP-11 Metadata [99,6 kB]
Réception de :9 http://fr.archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [668 kB]
Réception de :10 https://updates.signal.org/desktop/apt xenial/main amd64 Packages [39,3 kB]                               
Réception de :11 http://fr.archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [106 kB]                             
Réception de :12 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [638 kB]                                         
Réception de :13 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [952 kB]                                   
Réception de :14 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [205 kB]
Réception de :15 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 DEP-11 Metadata [274 kB]
Réception de :16 http://fr.archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 DEP-11 Metadata [940 B]
Réception de :17 http://fr.archive.ubuntu.com/ubuntu jammy-backports/main amd64 DEP-11 Metadata [8004 B]
Réception de :18 http://fr.archive.ubuntu.com/ubuntu jammy-backports/universe amd64 DEP-11 Metadata [15,4 kB]
Réception de :19 http://security.ubuntu.com/ubuntu jammy-security/main amd64 DEP-11 Metadata [41,4 kB]   
Réception de :20 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 DEP-11 Metadata [21,9 kB]
4473 ko réceptionnés en 1s (4641 ko/s)                               
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
13 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
  • apt list ?obsolete

skalpa@skalpa-All-Series:~$ apt list ?obsolete
En train de lister... Fait
adobe-flash-properties-kde/now 1:20201231.1-0ubuntu0.20.04.1 amd64  [installé, local]
adobe-flashplugin/now 1:20201231.1-0ubuntu0.20.04.1 amd64  [installé, local]
android-tools-adb/now 1:8.1.0+r23-5ubuntu2 all  [installé, local]
app-install-data-partner/now 19.04 all  [installé, local]
bcompare/now 3.3.8-16340 i386  [installé, local]
cpp-7/now 7.5.0-6ubuntu2 amd64  [installé, local]
cpp-8/now 8.4.0-3ubuntu2 amd64  [installé, local]
crda/now 3.18-1build1 amd64  [installé, local]
dconf-tools/now 0.26.0-2ubuntu3 all  [installé, local]
discord/now 0.0.10 amd64  [installé, local]
dpscreenocr/now 1.2.0-1~focal1 amd64  [installé, local]
e2fslibs/now 1.45.5-2ubuntu1.1 amd64  [installé, local]
enchant/now 1.6.0-11.3build1 amd64  [installé, local]
fvd-module/now 1.0.8-1 amd64  [installé, local]
gadmin-rsync/now 0.1.7-1build1 amd64  [installé, local]
gambas2-runtime/now 2.23.1-1ubuntu3 amd64  [installé, local]
gcc-7-base/now 7.5.0-6ubuntu2 amd64  [installé, local]
gcc-7/now 7.5.0-6ubuntu2 amd64  [installé, local]
gcc-8-base/now 8.4.0-3ubuntu2 amd64  [installé, local]
gcc-8/now 8.4.0-3ubuntu2 amd64  [installé, local]
get-flash-videos/now 1.25.99.03-1 all  [installé, local]
gir1.2-gnomebluetooth-1.0/now 3.34.3-0ubuntu1 amd64  [installé, local]
gir1.2-signon-1.0/now 1.14+17.04.20161117-0ubuntu5 amd64  [installé, local]
gnome-user-guide/now 3.36.2+git20200704-0ubuntu0.1 all  [installé, local]
gnome-web-photo/now 0.10.6-1 amd64  [installé, local]
google-chrome-stable/now 107.0.5304.87-1 amd64  [installé, local]
google-talkplugin/now 5.41.0.0-1 amd64  [installé, local]
grilo-plugins-0.2-mediascanner/now 0.3.93+14.04.20131024.1-0ubuntu1 amd64  [installé, local]
grub-customizer/now 5.2.3-0ubuntu1~ppa1j amd64  [installé, local]
gstreamer-tools/now 0.10.36-1.5ubuntu1 amd64  [installé, local]
gstreamer0.10-plugins-base/now 0.10.36-2ubuntu0.1 amd64  [installé, local]
gstreamer0.10-pulseaudio/now 0.10.31-3+nmu4ubuntu2.16.04.3 amd64  [installé, local]
gstreamer0.10-tools/now 0.10.36-1.5ubuntu1 amd64  [installé, local]
gstreamer1.0-fluendo-mp3/now 0.10.32.debian-1 amd64  [installé, local]
libasan4/now 7.5.0-6ubuntu2 amd64  [installé, local]
libavutil52/now 6:9.18-0ubuntu0.14.04.1 amd64  [installé, local]
libboost-date-time1.54.0/now 1.54.0-4ubuntu3.1 amd64  [installé, local]
libboost-filesystem1.54.0/now 1.54.0-4ubuntu3.1 amd64  [installé, local]
libboost-filesystem1.55.0/now 1.55.0+dfsg-3ubuntu2 amd64  [installé, local]
libboost-iostreams1.55.0/now 1.55.0+dfsg-3ubuntu2 amd64  [installé, local]
libboost-locale1.54.0/now 1.54.0-4ubuntu3.1 amd64  [installé, local]
libboost-regex1.54.0/now 1.54.0-4ubuntu3.1 amd64  [installé, local]
libboost-regex1.55.0/now 1.55.0+dfsg-3ubuntu2 amd64  [installé, local]
libboost-system1.54.0/now 1.54.0-4ubuntu3.1 amd64  [installé, local]
libboost-system1.55.0/now 1.55.0+dfsg-3ubuntu2 amd64  [installé, local]
libboost-thread1.54.0/now 1.54.0-4ubuntu3.1 amd64  [installé, local]
libboost-thread1.55.0/now 1.55.0+dfsg-3ubuntu2 amd64  [installé, local]
libcamel-1.2-45/now 3.10.4-0ubuntu1.5 amd64  [installé, local]
libcdio-cdda1/now 0.83-4.2ubuntu1 amd64  [installé, local]
libcdio-paranoia1/now 0.83-4.2ubuntu1 amd64  [installé, local]
libcdio13/now 0.83-4.2ubuntu1 amd64  [installé, local]
libcdr-0.0-0/now 0.0.15-1ubuntu1 amd64  [installé, local]
libcgmanager0/now 0.39-2ubuntu5 amd64  [installé, local]
libcilkrts5/now 7.5.0-6ubuntu2 amd64  [installé, local]
libcmis-0.4-4/now 0.4.1-3ubuntu4 amd64  [installé, local]
libcolord1/now 1.0.6-1 amd64  [installé, local]
libcolorhug1/now 1.0.6-1 amd64  [installé, local]
libcomerr2/now 1.45.5-2ubuntu1.1 amd64  [installé, local]
libcroco3/now 0.6.13-1 amd64  [installé, local]
libdata-amf-perl/now 0.09+dfsg-2 all  [installé, local]
libenchant1c2a/now 1.6.0-11.3build1 amd64  [installé, local]
libexiv2-12/now 0.23-1ubuntu2 amd64  [installé, local]
libfam0/now 2.7.0-17.3build2 amd64  [installé, local]
libffi6/now 3.2.1-8 amd64  [installé, local]
libgcc-7-dev/now 7.5.0-6ubuntu2 amd64  [installé, local]
libgcc-8-dev/now 8.4.0-3ubuntu2 amd64  [installé, local]
libgcc1/now 1:10.3.0-1ubuntu1~20.04 amd64  [installé, local]
libgcrypt11/now 1.5.3-2ubuntu4.2 amd64  [installé, local]
libgcrypt11/now 1.5.3-2ubuntu4.2 i386  [installé, local]
libgdata13/now 0.14.1-1 amd64  [installé, local]
libglamor0/now 0.6.0-0ubuntu4 amd64  [installé, local]
libgmime-2.6-0/now 2.6.23+dfsg1-4 amd64  [installé, local]
libgnome-desktop-3-7/now 3.8.4-0ubuntu3.1 amd64  [installé, local]
libgnutls26/now 2.12.23-12ubuntu2.2 amd64  [installé, local]
libgnutls26/now 2.12.23-12ubuntu2.2 i386  [installé, local]
libgoocanvas-common/now 1.0.0-1 all  [installé, local]
libgoocanvas3/now 1.0.0-1 amd64  [installé, local]
libgphoto2-port10/now 2.5.4-1.1ubuntu1 amd64  [installé, local]
libgrilo-0.2-1/now 0.2.15-1 amd64  [installé, local]
libgssdp-1.0-3/now 1.0.2-2 amd64  [installé, local]
libgstreamer-plugins-base0.10-0/now 0.10.36-2ubuntu0.1 amd64  [installé, local]
libgstreamer0.10-0/now 0.10.36-1.5ubuntu1 amd64  [installé, local]
libgtop2-7/now 2.28.5-2 amd64  [installé, local]
libicu52/now 52.1-8ubuntu0.2 amd64  [installé, local]
libicu60/now 60.2-3ubuntu3.1 amd64  [installé, local]
libidn11/now 1.33-2.2ubuntu2 amd64  [installé, local]
libisl10/now 0.12.2-1 amd64  [installé, local]
libisl22/now 0.22.1-1 amd64  [installé, local]
libjasper1/now 1.900.1-debian1-2.4ubuntu1.2 amd64  [installé, local]
libjavascriptcoregtk-3.0-0/now 2.4.11-3ubuntu3 amd64  [installé, local]
libjson-c2/now 0.11-4ubuntu2 amd64  [installé, local]
libjte1/now 1.20-2ubuntu2 amd64  [installé, local]
libldap-2.4-2/now 2.4.49+dfsg-2ubuntu1.9 amd64  [installé, local]
libldap-2.4-2/now 2.4.49+dfsg-2ubuntu1.9 i386  [installé, local]
liblua50-dev/now 5.0.3-8build1 amd64  [installé, local]
liblua50/now 5.0.3-8build1 amd64  [installé, local]
liblualib50/now 5.0.3-8build1 amd64  [installé, local]
liblucene++0/now 3.0.7-1 amd64  [installé, local]
libmbim-glib0/now 1.6.0-2 amd64  [installé, local]
libmediascanner-1.0-1/now 0.3.93+14.04.20131024.1-0ubuntu1 amd64  [installé, local]
libminiupnpc8/now 1.6-3ubuntu2.14.04.2 amd64  [installé, local]
libmpdec2/now 2.4.2-3 amd64  [installé, local]
libmpx2/now 8.4.0-3ubuntu2 amd64  [installé, local]
libmspub-0.0-0/now 0.0.6-1ubuntu2 amd64  [installé, local]
libntdb1/now 1.0-9build1 amd64  [installé, local]
libopenvg1-mesa/now 10.1.3-0ubuntu0.5 amd64  [installé, local]
liborcus-0.6-0/now 0.5.1-7 amd64  [installé, local]
libp11-kit-gnome-keyring/now 3.28.0.2-1ubuntu1.18.04.1 amd64  [installé, local]
libpangox-1.0-0/now 0.0.2-5ubuntu1 amd64  [installé, local]
libparse-debianchangelog-perl/now 1.2.0-13 all  [installé, local]
libparted0debian1/now 2.3-19ubuntu1.14.04.1 amd64  [installé, local]
libplist1/now 1.10-1 amd64  [installé, local]
libprotobuf8/now 2.5.0-9ubuntu1 amd64  [installé, local]
libqmi-glib0/now 1.4.0-1 amd64  [installé, local]
libraw9/now 0.15.4-1 amd64  [installé, local]
libreadline5/now 5.2+dfsg-3build3 amd64  [installé, local]
libreadline6/now 6.3-8ubuntu2 amd64  [installé, local]
libreoffice-presentation-minimizer/now 1:4.2.8-0ubuntu3 all  [installé, local]
librtmp0/now 2.4+20121230.gitdf6c518-1 amd64  [installé, local]
libruby2.7/now 2.7.0-5ubuntu1.7 amd64  [installé, local]
libsepol1/now 3.0-1ubuntu0.1 amd64  [installé, local]
libsignon-glib1/now 1.14+17.04.20161117-0ubuntu5 amd64  [installé, local]
libsndio6.1/now 1.1.0-3 amd64  [installé, local]
libssl1.0.0/now 1.0.2n-1ubuntu5.3 amd64  [installé, local]
libssl1.1/now 1.1.1f-1ubuntu2.16 amd64  [installé, local]
libsystemd-daemon0/now 204-5ubuntu20.15 amd64  [installé, local]
libsystemd-journal0/now 204-5ubuntu20.15 amd64  [installé, local]
libsystemd-login0/now 204-5ubuntu20.15 amd64  [installé, local]
libt1-5/now 5.1.2-3.6ubuntu1 amd64  [installé, local]
libubsan0/now 7.5.0-6ubuntu2 amd64  [installé, local]
libupower-glib1/now 0.9.23-2ubuntu1 amd64  [installé, local]
liburl-dispatcher1/now 0.1+17.04.20170328-0ubuntu4 amd64  [installé, local]
libva1/now 1.7.0-1ubuntu0.1 amd64  [installé, local]
libvidstab1.0/now 2:0.98b-0ubuntu0~sunab~wily1 amd64  [installé, local]
libvisio-0.0-0/now 0.0.31-1ubuntu2 amd64  [installé, local]
libvkd3d-shader1/now 1.3~focal-1 amd64  [installé, local]
libvkd3d-shader1/now 1.3~focal-1 i386  [installé, local]
libvpx1/now 1.3.0-3ubuntu1 amd64  [installé, local]
libwebkitgtk-3.0-0/now 2.4.11-3ubuntu3 amd64  [installé, local]
libwebp5/now 0.4.4-1 amd64  [installé, local]
libwebp6/now 0.6.1-2ubuntu0.20.04.1 amd64  [installé, local]
libwpd-0.9-9/now 0.9.9-1 amd64  [installé, local]
libwpg-0.2-2/now 0.2.2-1ubuntu1 amd64  [installé, local]
libwps-0.2-2/now 0.2.9-2ubuntu1 amd64  [installé, local]
libx264-142/now 2:0.142.2495+git6a301b6-1ubuntu1 amd64  [installé, local]
lua50/now 5.0.3-8build1 amd64  [installé, local]
module-init-tools/now 24-1ubuntu3.3 all  [installé, local]
multiarch-support/now 2.27-3ubuntu1 amd64  [installé, local]
natron/now 2.2.5 amd64  [installé, local]
net.downloadhelper.coapp/now 1.3.0 amd64  [installé, local]
nootka/now 1.2.0-0ubuntu3 amd64  [installé, local]
oracle-java7-installer/now 7u80+7u60arm-0~webupd8~1 all  [installé, local]
oracle-java8-installer/now 8u181-1~webupd8~1 all  [installé, local]
oracle-java8-set-default/now 8u181-1~webupd8~1 all  [installé, local]
pepperflashplugin-nonfree/now 1.8.8~ubuntu20.04.1 amd64  [installé, local]
pipelight-multi/now 0.2.8.2~ubuntu15.10.1 amd64  [installé, local]
qtdeclarative5-ubuntu-ui-extras-browser-plugin-assets/now 0.23+14.04.20140428-0ubuntu1 all  [installé, local]
rhythmbox-plugin-magnatune/now 3.4.4-1ubuntu2 all  [installé, local]
skypeforlinux/now 8.28.0.41 amd64  [installé, local]
syslinux-legacy/now 2:3.63+dfsg-2ubuntu9 amd64  [installé, local]
system-config-printer-gnome/now 1.5.12-0ubuntu1.1 all  [installé, local]
tixati/now 2.72-1 amd64  [installé, local]
ttf-dejavu-core/now 2.37-1 all  [installé, local]
ttf-dejavu-extra/now 2.37-1 all  [installé, local]
ttf-dejavu/now 2.37-1 all  [installé, local]
ttf-ubuntu-font-family/now 1:0.83-4ubuntu1 all  [installé, local]
ubuntu-extras-keyring/now 2010.09.27 all  [installé, local]
ubuntu-system-service/now 0.7 all  [installé, local]
ureadahead/now 0.100.0-21 amd64  [installé, local]
vkd3d-compiler/now 1.3~focal-1 i386  [installé, local]
wickr/now 2.2.2-1 amd64  [installé, local]
wine-stable-amd64/now 7.0.0.0~focal-1 amd64  [installé, local]
wine-stable-i386/now 7.0.0.0~focal-1 i386  [installé, local]
wine-staging-amd64/now 7.20~focal-1 amd64  [installé, local]
wine-staging-i386/now 7.20~focal-1 i386  [installé, local]
wine-staging/now 7.20~focal-1 amd64  [installé, local]
winehq-staging/now 7.20~focal-1 amd64  [installé, local]
xnconvert/now 1.75 amd64  [installé, local]
xnview/now 0.87 amd64  [installé, local]
zoom/now 5.7.31792.0820 amd64  [installé, local]

Hors ligne

#20 Le 26/07/2023, à 16:21

nany

Re : [Résolu] sudo apt-get update (erreur)

J’ai fait une faute (téléchargements au lieu de Téléchargements).
Redonne :

sudo apt install -y ~/Téléchargements/{google-chrome-stable_current_amd64.deb,skypeforlinux-64.deb,zoom_amd64.deb}

Puis donne les retours de :

rm -v signal-desktop-keyring.gpg
cd /etc/apt/trusted.gpg.d && sudo rm -v *.gpg~

Et redonne les retours de :

sudo apt update
apt list ?obsolete

Dernière modification par nany (Le 26/07/2023, à 16:22)

En ligne

#21 Le 26/07/2023, à 16:40

PeterV

Re : [Résolu] sudo apt-get update (erreur)

  • sudo apt install -y ~/Téléchargements/{google-chrome-stable_current_amd64.deb,skypeforlinux-64.deb,zoom_amd64.deb}

Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
Note : sélection de « google-chrome-stable » au lieu de « /home/skalpa/Téléchargements/google-chrome-stable_current_amd64.deb »
Note : sélection de « skypeforlinux » au lieu de « /home/skalpa/Téléchargements/skypeforlinux-64.deb »
Note : sélection de « zoom » au lieu de « /home/skalpa/Téléchargements/zoom_amd64.deb »
Les paquets suivants seront mis à jour :
  google-chrome-stable skypeforlinux
Les paquets suivants seront mis à une VERSION INFÉRIEURE :
  zoom
2 mis à jour, 0 nouvellement installés, 1 remis à une version inférieure, 0 à enlever et 13 non mis à jour.
E: Des paquets ont été rétrogradés et -y a été employé sans --allow-downgrades.
  • rm -v signal-desktop-keyring.gpg

skalpa@skalpa-All-Series:~$ rm -v signal-desktop-keyring.gpg
'signal-desktop-keyring.gpg' supprimé
  • cd /etc/apt/trusted.gpg.d && sudo rm -v *.gpg~

skalpa@skalpa-All-Series:~$ cd /etc/apt/trusted.gpg.d && sudo rm -v *.gpg~
'alexlarsson_ubuntu_flatpak.gpg~' supprimé
'brousselle_ubuntu_slowmovideo.gpg~' supprimé
'chaoswizard-tvdownloader.gpg~' supprimé
'chaoswizard_ubuntu_tvdownloader.gpg~' supprimé
'cinelerra-ppa_ubuntu_ppa.gpg~' supprimé
'clipgrab-team_ubuntu_ppa.gpg~' supprimé
'daniel_p_ubuntu_dpscreenocr.gpg~' supprimé
'danielrichter2007-ubuntu-grub-customizer.gpg~' supprimé
'fossfreedom-rhythmbox.gpg~' supprimé
'gezakovacs_ubuntu_ppa.gpg~' supprimé
'gnome-split-team-ppa.gpg~' supprimé
'google-chrome.gpg~' supprimé
'inkscape_dev_ubuntu_stable.gpg~' supprimé
'kazam-team-stable-series.gpg~' supprimé
'kdenlive_ubuntu_kdenlive-stable.gpg~' supprimé
'kdenlive_ubuntu_kdenlive-testing.gpg~' supprimé
'kirillshkrogalev_ubuntu_ffmpeg-next.gpg~' supprimé
'microsoft.gpg~' supprimé
'nilarimogard_ubuntu_webupd8.gpg~' supprimé
'noobslab_ubuntu_apps-dependencies.gpg~' supprimé
'noobslab_ubuntu_themes.gpg~' supprimé
'notepadqq-team_ubuntu_notepadqq.gpg~' supprimé
'obsproject_ubuntu_obs-studio.gpg~' supprimé
'peek-developers_ubuntu_stable.gpg~' supprimé
'pipelight-stable.gpg~' supprimé
'qtcam_ubuntu_precise.gpg~' supprimé
'stebbins_ubuntu_handbrake-releases.gpg~' supprimé
'sunab-kdenlive-release.gpg~' supprimé
'sunab_ubuntu_kdenlive-release.gpg~' supprimé
'ubuntuhandbook1_ubuntu_audacity.gpg~' supprimé
'ubuntu-wine-ppa.gpg~' supprimé
'webcamstudio_ubuntu_webcamstudio-dailybuilds.gpg~' supprimé
'webupd8team-java.gpg~' supprimé
'webupd8team_ubuntu_java.gpg~' supprimé
'yoggic-dpluzz.gpg~' supprimé
'yoggic_ubuntu_dpluzz.gpg~' supprimé
  • sudo apt update

skalpa@skalpa-All-Series:/etc/apt/trusted.gpg.d$ sudo apt update
Réception de :1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Atteint :2 http://fr.archive.ubuntu.com/ubuntu jammy InRelease                                                                 
Réception de :3 http://fr.archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]                                           
Atteint :4 https://updates.signal.org/desktop/apt xenial InRelease                                     
Réception de :5 http://fr.archive.ubuntu.com/ubuntu jammy-backports InRelease [108 kB]
Réception de :6 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [853 kB]
Réception de :7 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [454 kB]
Réception de :8 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [952 kB]
Réception de :9 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [638 kB]
Réception de :10 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [20,8 kB]
3255 ko réceptionnés en 1s (3814 ko/s)                            
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
13 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
  • apt list ?obsolete

skalpa@skalpa-All-Series:/etc/apt/trusted.gpg.d$ apt list ?obsolete
En train de lister... Fait
adobe-flash-properties-kde/now 1:20201231.1-0ubuntu0.20.04.1 amd64  [installé, local]
adobe-flashplugin/now 1:20201231.1-0ubuntu0.20.04.1 amd64  [installé, local]
android-tools-adb/now 1:8.1.0+r23-5ubuntu2 all  [installé, local]
app-install-data-partner/now 19.04 all  [installé, local]
bcompare/now 3.3.8-16340 i386  [installé, local]
cpp-7/now 7.5.0-6ubuntu2 amd64  [installé, local]
cpp-8/now 8.4.0-3ubuntu2 amd64  [installé, local]
crda/now 3.18-1build1 amd64  [installé, local]
dconf-tools/now 0.26.0-2ubuntu3 all  [installé, local]
discord/now 0.0.10 amd64  [installé, local]
dpscreenocr/now 1.2.0-1~focal1 amd64  [installé, local]
e2fslibs/now 1.45.5-2ubuntu1.1 amd64  [installé, local]
enchant/now 1.6.0-11.3build1 amd64  [installé, local]
fvd-module/now 1.0.8-1 amd64  [installé, local]
gadmin-rsync/now 0.1.7-1build1 amd64  [installé, local]
gambas2-runtime/now 2.23.1-1ubuntu3 amd64  [installé, local]
gcc-7-base/now 7.5.0-6ubuntu2 amd64  [installé, local]
gcc-7/now 7.5.0-6ubuntu2 amd64  [installé, local]
gcc-8-base/now 8.4.0-3ubuntu2 amd64  [installé, local]
gcc-8/now 8.4.0-3ubuntu2 amd64  [installé, local]
get-flash-videos/now 1.25.99.03-1 all  [installé, local]
gir1.2-gnomebluetooth-1.0/now 3.34.3-0ubuntu1 amd64  [installé, local]
gir1.2-signon-1.0/now 1.14+17.04.20161117-0ubuntu5 amd64  [installé, local]
gnome-user-guide/now 3.36.2+git20200704-0ubuntu0.1 all  [installé, local]
gnome-web-photo/now 0.10.6-1 amd64  [installé, local]
google-chrome-stable/now 107.0.5304.87-1 amd64  [installé, local]
google-talkplugin/now 5.41.0.0-1 amd64  [installé, local]
grilo-plugins-0.2-mediascanner/now 0.3.93+14.04.20131024.1-0ubuntu1 amd64  [installé, local]
grub-customizer/now 5.2.3-0ubuntu1~ppa1j amd64  [installé, local]
gstreamer-tools/now 0.10.36-1.5ubuntu1 amd64  [installé, local]
gstreamer0.10-plugins-base/now 0.10.36-2ubuntu0.1 amd64  [installé, local]
gstreamer0.10-pulseaudio/now 0.10.31-3+nmu4ubuntu2.16.04.3 amd64  [installé, local]
gstreamer0.10-tools/now 0.10.36-1.5ubuntu1 amd64  [installé, local]
gstreamer1.0-fluendo-mp3/now 0.10.32.debian-1 amd64  [installé, local]
libasan4/now 7.5.0-6ubuntu2 amd64  [installé, local]
libavutil52/now 6:9.18-0ubuntu0.14.04.1 amd64  [installé, local]
libboost-date-time1.54.0/now 1.54.0-4ubuntu3.1 amd64  [installé, local]
libboost-filesystem1.54.0/now 1.54.0-4ubuntu3.1 amd64  [installé, local]
libboost-filesystem1.55.0/now 1.55.0+dfsg-3ubuntu2 amd64  [installé, local]
libboost-iostreams1.55.0/now 1.55.0+dfsg-3ubuntu2 amd64  [installé, local]
libboost-locale1.54.0/now 1.54.0-4ubuntu3.1 amd64  [installé, local]
libboost-regex1.54.0/now 1.54.0-4ubuntu3.1 amd64  [installé, local]
libboost-regex1.55.0/now 1.55.0+dfsg-3ubuntu2 amd64  [installé, local]
libboost-system1.54.0/now 1.54.0-4ubuntu3.1 amd64  [installé, local]
libboost-system1.55.0/now 1.55.0+dfsg-3ubuntu2 amd64  [installé, local]
libboost-thread1.54.0/now 1.54.0-4ubuntu3.1 amd64  [installé, local]
libboost-thread1.55.0/now 1.55.0+dfsg-3ubuntu2 amd64  [installé, local]
libcamel-1.2-45/now 3.10.4-0ubuntu1.5 amd64  [installé, local]
libcdio-cdda1/now 0.83-4.2ubuntu1 amd64  [installé, local]
libcdio-paranoia1/now 0.83-4.2ubuntu1 amd64  [installé, local]
libcdio13/now 0.83-4.2ubuntu1 amd64  [installé, local]
libcdr-0.0-0/now 0.0.15-1ubuntu1 amd64  [installé, local]
libcgmanager0/now 0.39-2ubuntu5 amd64  [installé, local]
libcilkrts5/now 7.5.0-6ubuntu2 amd64  [installé, local]
libcmis-0.4-4/now 0.4.1-3ubuntu4 amd64  [installé, local]
libcolord1/now 1.0.6-1 amd64  [installé, local]
libcolorhug1/now 1.0.6-1 amd64  [installé, local]
libcomerr2/now 1.45.5-2ubuntu1.1 amd64  [installé, local]
libcroco3/now 0.6.13-1 amd64  [installé, local]
libdata-amf-perl/now 0.09+dfsg-2 all  [installé, local]
libenchant1c2a/now 1.6.0-11.3build1 amd64  [installé, local]
libexiv2-12/now 0.23-1ubuntu2 amd64  [installé, local]
libfam0/now 2.7.0-17.3build2 amd64  [installé, local]
libffi6/now 3.2.1-8 amd64  [installé, local]
libgcc-7-dev/now 7.5.0-6ubuntu2 amd64  [installé, local]
libgcc-8-dev/now 8.4.0-3ubuntu2 amd64  [installé, local]
libgcc1/now 1:10.3.0-1ubuntu1~20.04 amd64  [installé, local]
libgcrypt11/now 1.5.3-2ubuntu4.2 amd64  [installé, local]
libgcrypt11/now 1.5.3-2ubuntu4.2 i386  [installé, local]
libgdata13/now 0.14.1-1 amd64  [installé, local]
libglamor0/now 0.6.0-0ubuntu4 amd64  [installé, local]
libgmime-2.6-0/now 2.6.23+dfsg1-4 amd64  [installé, local]
libgnome-desktop-3-7/now 3.8.4-0ubuntu3.1 amd64  [installé, local]
libgnutls26/now 2.12.23-12ubuntu2.2 amd64  [installé, local]
libgnutls26/now 2.12.23-12ubuntu2.2 i386  [installé, local]
libgoocanvas-common/now 1.0.0-1 all  [installé, local]
libgoocanvas3/now 1.0.0-1 amd64  [installé, local]
libgphoto2-port10/now 2.5.4-1.1ubuntu1 amd64  [installé, local]
libgrilo-0.2-1/now 0.2.15-1 amd64  [installé, local]
libgssdp-1.0-3/now 1.0.2-2 amd64  [installé, local]
libgstreamer-plugins-base0.10-0/now 0.10.36-2ubuntu0.1 amd64  [installé, local]
libgstreamer0.10-0/now 0.10.36-1.5ubuntu1 amd64  [installé, local]
libgtop2-7/now 2.28.5-2 amd64  [installé, local]
libicu52/now 52.1-8ubuntu0.2 amd64  [installé, local]
libicu60/now 60.2-3ubuntu3.1 amd64  [installé, local]
libidn11/now 1.33-2.2ubuntu2 amd64  [installé, local]
libisl10/now 0.12.2-1 amd64  [installé, local]
libisl22/now 0.22.1-1 amd64  [installé, local]
libjasper1/now 1.900.1-debian1-2.4ubuntu1.2 amd64  [installé, local]
libjavascriptcoregtk-3.0-0/now 2.4.11-3ubuntu3 amd64  [installé, local]
libjson-c2/now 0.11-4ubuntu2 amd64  [installé, local]
libjte1/now 1.20-2ubuntu2 amd64  [installé, local]
libldap-2.4-2/now 2.4.49+dfsg-2ubuntu1.9 amd64  [installé, local]
libldap-2.4-2/now 2.4.49+dfsg-2ubuntu1.9 i386  [installé, local]
liblua50-dev/now 5.0.3-8build1 amd64  [installé, local]
liblua50/now 5.0.3-8build1 amd64  [installé, local]
liblualib50/now 5.0.3-8build1 amd64  [installé, local]
liblucene++0/now 3.0.7-1 amd64  [installé, local]
libmbim-glib0/now 1.6.0-2 amd64  [installé, local]
libmediascanner-1.0-1/now 0.3.93+14.04.20131024.1-0ubuntu1 amd64  [installé, local]
libminiupnpc8/now 1.6-3ubuntu2.14.04.2 amd64  [installé, local]
libmpdec2/now 2.4.2-3 amd64  [installé, local]
libmpx2/now 8.4.0-3ubuntu2 amd64  [installé, local]
libmspub-0.0-0/now 0.0.6-1ubuntu2 amd64  [installé, local]
libntdb1/now 1.0-9build1 amd64  [installé, local]
libopenvg1-mesa/now 10.1.3-0ubuntu0.5 amd64  [installé, local]
liborcus-0.6-0/now 0.5.1-7 amd64  [installé, local]
libp11-kit-gnome-keyring/now 3.28.0.2-1ubuntu1.18.04.1 amd64  [installé, local]
libpangox-1.0-0/now 0.0.2-5ubuntu1 amd64  [installé, local]
libparse-debianchangelog-perl/now 1.2.0-13 all  [installé, local]
libparted0debian1/now 2.3-19ubuntu1.14.04.1 amd64  [installé, local]
libplist1/now 1.10-1 amd64  [installé, local]
libprotobuf8/now 2.5.0-9ubuntu1 amd64  [installé, local]
libqmi-glib0/now 1.4.0-1 amd64  [installé, local]
libraw9/now 0.15.4-1 amd64  [installé, local]
libreadline5/now 5.2+dfsg-3build3 amd64  [installé, local]
libreadline6/now 6.3-8ubuntu2 amd64  [installé, local]
libreoffice-presentation-minimizer/now 1:4.2.8-0ubuntu3 all  [installé, local]
librtmp0/now 2.4+20121230.gitdf6c518-1 amd64  [installé, local]
libruby2.7/now 2.7.0-5ubuntu1.7 amd64  [installé, local]
libsepol1/now 3.0-1ubuntu0.1 amd64  [installé, local]
libsignon-glib1/now 1.14+17.04.20161117-0ubuntu5 amd64  [installé, local]
libsndio6.1/now 1.1.0-3 amd64  [installé, local]
libssl1.0.0/now 1.0.2n-1ubuntu5.3 amd64  [installé, local]
libssl1.1/now 1.1.1f-1ubuntu2.16 amd64  [installé, local]
libsystemd-daemon0/now 204-5ubuntu20.15 amd64  [installé, local]
libsystemd-journal0/now 204-5ubuntu20.15 amd64  [installé, local]
libsystemd-login0/now 204-5ubuntu20.15 amd64  [installé, local]
libt1-5/now 5.1.2-3.6ubuntu1 amd64  [installé, local]
libubsan0/now 7.5.0-6ubuntu2 amd64  [installé, local]
libupower-glib1/now 0.9.23-2ubuntu1 amd64  [installé, local]
liburl-dispatcher1/now 0.1+17.04.20170328-0ubuntu4 amd64  [installé, local]
libva1/now 1.7.0-1ubuntu0.1 amd64  [installé, local]
libvidstab1.0/now 2:0.98b-0ubuntu0~sunab~wily1 amd64  [installé, local]
libvisio-0.0-0/now 0.0.31-1ubuntu2 amd64  [installé, local]
libvkd3d-shader1/now 1.3~focal-1 amd64  [installé, local]
libvkd3d-shader1/now 1.3~focal-1 i386  [installé, local]
libvpx1/now 1.3.0-3ubuntu1 amd64  [installé, local]
libwebkitgtk-3.0-0/now 2.4.11-3ubuntu3 amd64  [installé, local]
libwebp5/now 0.4.4-1 amd64  [installé, local]
libwebp6/now 0.6.1-2ubuntu0.20.04.1 amd64  [installé, local]
libwpd-0.9-9/now 0.9.9-1 amd64  [installé, local]
libwpg-0.2-2/now 0.2.2-1ubuntu1 amd64  [installé, local]
libwps-0.2-2/now 0.2.9-2ubuntu1 amd64  [installé, local]
libx264-142/now 2:0.142.2495+git6a301b6-1ubuntu1 amd64  [installé, local]
lua50/now 5.0.3-8build1 amd64  [installé, local]
module-init-tools/now 24-1ubuntu3.3 all  [installé, local]
multiarch-support/now 2.27-3ubuntu1 amd64  [installé, local]
natron/now 2.2.5 amd64  [installé, local]
net.downloadhelper.coapp/now 1.3.0 amd64  [installé, local]
nootka/now 1.2.0-0ubuntu3 amd64  [installé, local]
oracle-java7-installer/now 7u80+7u60arm-0~webupd8~1 all  [installé, local]
oracle-java8-installer/now 8u181-1~webupd8~1 all  [installé, local]
oracle-java8-set-default/now 8u181-1~webupd8~1 all  [installé, local]
pepperflashplugin-nonfree/now 1.8.8~ubuntu20.04.1 amd64  [installé, local]
pipelight-multi/now 0.2.8.2~ubuntu15.10.1 amd64  [installé, local]
qtdeclarative5-ubuntu-ui-extras-browser-plugin-assets/now 0.23+14.04.20140428-0ubuntu1 all  [installé, local]
rhythmbox-plugin-magnatune/now 3.4.4-1ubuntu2 all  [installé, local]
skypeforlinux/now 8.28.0.41 amd64  [installé, local]
syslinux-legacy/now 2:3.63+dfsg-2ubuntu9 amd64  [installé, local]
system-config-printer-gnome/now 1.5.12-0ubuntu1.1 all  [installé, local]
tixati/now 2.72-1 amd64  [installé, local]
ttf-dejavu-core/now 2.37-1 all  [installé, local]
ttf-dejavu-extra/now 2.37-1 all  [installé, local]
ttf-dejavu/now 2.37-1 all  [installé, local]
ttf-ubuntu-font-family/now 1:0.83-4ubuntu1 all  [installé, local]
ubuntu-extras-keyring/now 2010.09.27 all  [installé, local]
ubuntu-system-service/now 0.7 all  [installé, local]
ureadahead/now 0.100.0-21 amd64  [installé, local]
vkd3d-compiler/now 1.3~focal-1 i386  [installé, local]
wickr/now 2.2.2-1 amd64  [installé, local]
wine-stable-amd64/now 7.0.0.0~focal-1 amd64  [installé, local]
wine-stable-i386/now 7.0.0.0~focal-1 i386  [installé, local]
wine-staging-amd64/now 7.20~focal-1 amd64  [installé, local]
wine-staging-i386/now 7.20~focal-1 i386  [installé, local]
wine-staging/now 7.20~focal-1 amd64  [installé, local]
winehq-staging/now 7.20~focal-1 amd64  [installé, local]
xnconvert/now 1.75 amd64  [installé, local]
xnview/now 0.87 amd64  [installé, local]
zoom/now 5.7.31792.0820 amd64  [installé, local]

Hors ligne

#22 Le 26/07/2023, à 17:07

nany

Re : [Résolu] sudo apt-get update (erreur)

Bon, on recommence, donne les retours de :

cd && sudo apt install -y ~/Téléchargements/{google-chrome-stable_current_amd64.deb,skypeforlinux-64.deb}
sudo mkdir -pm755 /etc/apt/keyrings
sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources
sudo apt update
apt list ?obsolete

Dernière modification par nany (Le 26/07/2023, à 17:18)

En ligne

#23 Le 26/07/2023, à 17:29

PeterV

Re : [Résolu] sudo apt-get update (erreur)

  • cd && sudo apt install -y ~/Téléchargements/{google-chrome-stable_current_amd64.deb,skypeforlinux-64.deb}

skalpa@skalpa-All-Series:~$ cd && sudo apt install -y ~/Téléchargements/{google-chrome-stable_current_amd64.deb,skypeforlinux-64.deb}
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
Note : sélection de « google-chrome-stable » au lieu de « /home/skalpa/Téléchargements/google-chrome-stable_current_amd64.deb »
Note : sélection de « skypeforlinux » au lieu de « /home/skalpa/Téléchargements/skypeforlinux-64.deb »
Les paquets suivants seront mis à jour :
  google-chrome-stable skypeforlinux
2 mis à jour, 0 nouvellement installés, 0 à enlever et 13 non mis à jour.
Il est nécessaire de prendre 0 o/222 Mo dans les archives.
Après cette opération, 107 Mo d'espace disque supplémentaires seront utilisés.
Réception de :1 /home/skalpa/Téléchargements/google-chrome-stable_current_amd64.deb google-chrome-stable amd64 115.0.5790.110-1 [95,9 MB]
Réception de :2 /home/skalpa/Téléchargements/skypeforlinux-64.deb skypeforlinux amd64 8.99.0.403 [126 MB]
(Lecture de la base de données... 426878 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../google-chrome-stable_current_amd64.deb ...
Dépaquetage de google-chrome-stable (115.0.5790.110-1) sur (107.0.5304.87-1) ...
Préparation du dépaquetage de .../skypeforlinux-64.deb ...
Dépaquetage de skypeforlinux (8.99.0.403) sur (8.28.0.41) ...
Paramétrage de google-chrome-stable (115.0.5790.110-1) ...
Paramétrage de skypeforlinux (8.99.0.403) ................................................................................................................] 
Traitement des actions différées (« triggers ») pour bamfdaemon (0.5.6+22.04.20220217-0ubuntu1) ..........................................................] 
Rebuilding /usr/share/applications/bamf-2.index...........................................................................................................] 
Traitement des actions différées (« triggers ») pour desktop-file-utils (0.26-1ubuntu3) ...
Traitement des actions différées (« triggers ») pour hicolor-icon-theme (0.17-2) .........................................................................] 
Traitement des actions différées (« triggers ») pour gnome-menus (3.36.0-1ubuntu3) .......................................................................] 
Traitement des actions différées (« triggers ») pour man-db (2.10.2-1) ...
Traitement des actions différées (« triggers ») pour menu (2.1.47ubuntu4) ................................................................................] 
Traitement des actions différées (« triggers ») pour mailcap (3.70+nmu1ubuntu1) ..........................................................................] 
skalpa@skalpa-All-Series:~$
  • sudo mkdir -pm755 /etc/apt/keyrings

rien

skalpa@skalpa-All-Series:~$ sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
--2023-07-26 17:27:02--  https://dl.winehq.org/wine-builds/winehq.key
Résolution de dl.winehq.org (dl.winehq.org)… 199.232.170.217
Connexion à dl.winehq.org (dl.winehq.org)|199.232.170.217|:443… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : 3220 (3,1K) [application/pgp-keys]
Enregistre : ‘/etc/apt/keyrings/winehq-archive.key’

/etc/apt/keyrings/winehq-archive.key    100%[=============================================================================>]   3,14K  --.-KB/s    ds 0s      

2023-07-26 17:27:02 (27,4 MB/s) - ‘/etc/apt/keyrings/winehq-archive.key’ enregistré [3220/3220]
skalpa@skalpa-All-Series:~$ sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources
--2023-07-26 17:28:18--  https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources
Résolution de dl.winehq.org (dl.winehq.org)… 199.232.170.217
Connexion à dl.winehq.org (dl.winehq.org)|199.232.170.217|:443… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : 163
Enregistre : ‘/etc/apt/sources.list.d/winehq-jammy.sources’

winehq-jammy.sources                    100%[=============================================================================>]     163  --.-KB/s    ds 0s      

2023-07-26 17:28:19 (10,1 MB/s) - ‘/etc/apt/sources.list.d/winehq-jammy.sources’ enregistré [163/163]
  • sudo apt update

skalpa@skalpa-All-Series:~$ sudo apt update
Réception de :1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Atteint :2 http://fr.archive.ubuntu.com/ubuntu jammy InRelease                                                                                               
Réception de :3 https://repo.skype.com/deb stable InRelease [4501 B]                                                                                        
Atteint :4 http://fr.archive.ubuntu.com/ubuntu jammy-updates InRelease                                                                                
Réception de :5 https://dl.winehq.org/wine-builds/ubuntu jammy InRelease [8041 B]                                                                    
Réception de :6 http://fr.archive.ubuntu.com/ubuntu jammy-backports InRelease [108 kB]                  
Atteint :7 https://updates.signal.org/desktop/apt xenial InRelease    
Réception de :8 https://repo.skype.com/deb stable/main amd64 Packages [2204 B]
Réception de :9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 DEP-11 Metadata [41,5 kB]
Réception de :10 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 DEP-11 Metadata [22,0 kB]
Réception de :11 https://dl.winehq.org/wine-builds/ubuntu jammy/main amd64 Packages [135 kB]
Réception de :12 https://dl.winehq.org/wine-builds/ubuntu jammy/main i386 Packages [135 kB]
Réception de :13 https://dl.winehq.org/wine-builds/ubuntu jammy/main all Packages [928 B]
567 ko réceptionnés en 1s (820 ko/s)                        
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
25 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
W: https://repo.skype.com/deb/dists/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
  • apt list ?obsolete

skalpa@skalpa-All-Series:~$ apt list ?obsolete
En train de lister... Fait
adobe-flash-properties-kde/now 1:20201231.1-0ubuntu0.20.04.1 amd64  [installé, local]
adobe-flashplugin/now 1:20201231.1-0ubuntu0.20.04.1 amd64  [installé, local]
android-tools-adb/now 1:8.1.0+r23-5ubuntu2 all  [installé, local]
app-install-data-partner/now 19.04 all  [installé, local]
bcompare/now 3.3.8-16340 i386  [installé, local]
cpp-7/now 7.5.0-6ubuntu2 amd64  [installé, local]
cpp-8/now 8.4.0-3ubuntu2 amd64  [installé, local]
crda/now 3.18-1build1 amd64  [installé, local]
dconf-tools/now 0.26.0-2ubuntu3 all  [installé, local]
discord/now 0.0.10 amd64  [installé, local]
dpscreenocr/now 1.2.0-1~focal1 amd64  [installé, local]
e2fslibs/now 1.45.5-2ubuntu1.1 amd64  [installé, local]
enchant/now 1.6.0-11.3build1 amd64  [installé, local]
fvd-module/now 1.0.8-1 amd64  [installé, local]
gadmin-rsync/now 0.1.7-1build1 amd64  [installé, local]
gambas2-runtime/now 2.23.1-1ubuntu3 amd64  [installé, local]
gcc-7-base/now 7.5.0-6ubuntu2 amd64  [installé, local]
gcc-7/now 7.5.0-6ubuntu2 amd64  [installé, local]
gcc-8-base/now 8.4.0-3ubuntu2 amd64  [installé, local]
gcc-8/now 8.4.0-3ubuntu2 amd64  [installé, local]
get-flash-videos/now 1.25.99.03-1 all  [installé, local]
gir1.2-gnomebluetooth-1.0/now 3.34.3-0ubuntu1 amd64  [installé, local]
gir1.2-signon-1.0/now 1.14+17.04.20161117-0ubuntu5 amd64  [installé, local]
gnome-user-guide/now 3.36.2+git20200704-0ubuntu0.1 all  [installé, local]
gnome-web-photo/now 0.10.6-1 amd64  [installé, local]
google-chrome-stable/now 115.0.5790.110-1 amd64  [installé, local]
google-talkplugin/now 5.41.0.0-1 amd64  [installé, local]
grilo-plugins-0.2-mediascanner/now 0.3.93+14.04.20131024.1-0ubuntu1 amd64  [installé, local]
grub-customizer/now 5.2.3-0ubuntu1~ppa1j amd64  [installé, local]
gstreamer-tools/now 0.10.36-1.5ubuntu1 amd64  [installé, local]
gstreamer0.10-plugins-base/now 0.10.36-2ubuntu0.1 amd64  [installé, local]
gstreamer0.10-pulseaudio/now 0.10.31-3+nmu4ubuntu2.16.04.3 amd64  [installé, local]
gstreamer0.10-tools/now 0.10.36-1.5ubuntu1 amd64  [installé, local]
gstreamer1.0-fluendo-mp3/now 0.10.32.debian-1 amd64  [installé, local]
libasan4/now 7.5.0-6ubuntu2 amd64  [installé, local]
libavutil52/now 6:9.18-0ubuntu0.14.04.1 amd64  [installé, local]
libboost-date-time1.54.0/now 1.54.0-4ubuntu3.1 amd64  [installé, local]
libboost-filesystem1.54.0/now 1.54.0-4ubuntu3.1 amd64  [installé, local]
libboost-filesystem1.55.0/now 1.55.0+dfsg-3ubuntu2 amd64  [installé, local]
libboost-iostreams1.55.0/now 1.55.0+dfsg-3ubuntu2 amd64  [installé, local]
libboost-locale1.54.0/now 1.54.0-4ubuntu3.1 amd64  [installé, local]
libboost-regex1.54.0/now 1.54.0-4ubuntu3.1 amd64  [installé, local]
libboost-regex1.55.0/now 1.55.0+dfsg-3ubuntu2 amd64  [installé, local]
libboost-system1.54.0/now 1.54.0-4ubuntu3.1 amd64  [installé, local]
libboost-system1.55.0/now 1.55.0+dfsg-3ubuntu2 amd64  [installé, local]
libboost-thread1.54.0/now 1.54.0-4ubuntu3.1 amd64  [installé, local]
libboost-thread1.55.0/now 1.55.0+dfsg-3ubuntu2 amd64  [installé, local]
libcamel-1.2-45/now 3.10.4-0ubuntu1.5 amd64  [installé, local]
libcdio-cdda1/now 0.83-4.2ubuntu1 amd64  [installé, local]
libcdio-paranoia1/now 0.83-4.2ubuntu1 amd64  [installé, local]
libcdio13/now 0.83-4.2ubuntu1 amd64  [installé, local]
libcdr-0.0-0/now 0.0.15-1ubuntu1 amd64  [installé, local]
libcgmanager0/now 0.39-2ubuntu5 amd64  [installé, local]
libcilkrts5/now 7.5.0-6ubuntu2 amd64  [installé, local]
libcmis-0.4-4/now 0.4.1-3ubuntu4 amd64  [installé, local]
libcolord1/now 1.0.6-1 amd64  [installé, local]
libcolorhug1/now 1.0.6-1 amd64  [installé, local]
libcomerr2/now 1.45.5-2ubuntu1.1 amd64  [installé, local]
libcroco3/now 0.6.13-1 amd64  [installé, local]
libdata-amf-perl/now 0.09+dfsg-2 all  [installé, local]
libenchant1c2a/now 1.6.0-11.3build1 amd64  [installé, local]
libexiv2-12/now 0.23-1ubuntu2 amd64  [installé, local]
libfam0/now 2.7.0-17.3build2 amd64  [installé, local]
libffi6/now 3.2.1-8 amd64  [installé, local]
libgcc-7-dev/now 7.5.0-6ubuntu2 amd64  [installé, local]
libgcc-8-dev/now 8.4.0-3ubuntu2 amd64  [installé, local]
libgcc1/now 1:10.3.0-1ubuntu1~20.04 amd64  [installé, local]
libgcrypt11/now 1.5.3-2ubuntu4.2 amd64  [installé, local]
libgcrypt11/now 1.5.3-2ubuntu4.2 i386  [installé, local]
libgdata13/now 0.14.1-1 amd64  [installé, local]
libglamor0/now 0.6.0-0ubuntu4 amd64  [installé, local]
libgmime-2.6-0/now 2.6.23+dfsg1-4 amd64  [installé, local]
libgnome-desktop-3-7/now 3.8.4-0ubuntu3.1 amd64  [installé, local]
libgnutls26/now 2.12.23-12ubuntu2.2 amd64  [installé, local]
libgnutls26/now 2.12.23-12ubuntu2.2 i386  [installé, local]
libgoocanvas-common/now 1.0.0-1 all  [installé, local]
libgoocanvas3/now 1.0.0-1 amd64  [installé, local]
libgphoto2-port10/now 2.5.4-1.1ubuntu1 amd64  [installé, local]
libgrilo-0.2-1/now 0.2.15-1 amd64  [installé, local]
libgssdp-1.0-3/now 1.0.2-2 amd64  [installé, local]
libgstreamer-plugins-base0.10-0/now 0.10.36-2ubuntu0.1 amd64  [installé, local]
libgstreamer0.10-0/now 0.10.36-1.5ubuntu1 amd64  [installé, local]
libgtop2-7/now 2.28.5-2 amd64  [installé, local]
libicu52/now 52.1-8ubuntu0.2 amd64  [installé, local]
libicu60/now 60.2-3ubuntu3.1 amd64  [installé, local]
libidn11/now 1.33-2.2ubuntu2 amd64  [installé, local]
libisl10/now 0.12.2-1 amd64  [installé, local]
libisl22/now 0.22.1-1 amd64  [installé, local]
libjasper1/now 1.900.1-debian1-2.4ubuntu1.2 amd64  [installé, local]
libjavascriptcoregtk-3.0-0/now 2.4.11-3ubuntu3 amd64  [installé, local]
libjson-c2/now 0.11-4ubuntu2 amd64  [installé, local]
libjte1/now 1.20-2ubuntu2 amd64  [installé, local]
libldap-2.4-2/now 2.4.49+dfsg-2ubuntu1.9 amd64  [installé, local]
libldap-2.4-2/now 2.4.49+dfsg-2ubuntu1.9 i386  [installé, local]
liblua50-dev/now 5.0.3-8build1 amd64  [installé, local]
liblua50/now 5.0.3-8build1 amd64  [installé, local]
liblualib50/now 5.0.3-8build1 amd64  [installé, local]
liblucene++0/now 3.0.7-1 amd64  [installé, local]
libmbim-glib0/now 1.6.0-2 amd64  [installé, local]
libmediascanner-1.0-1/now 0.3.93+14.04.20131024.1-0ubuntu1 amd64  [installé, local]
libminiupnpc8/now 1.6-3ubuntu2.14.04.2 amd64  [installé, local]
libmpdec2/now 2.4.2-3 amd64  [installé, local]
libmpx2/now 8.4.0-3ubuntu2 amd64  [installé, local]
libmspub-0.0-0/now 0.0.6-1ubuntu2 amd64  [installé, local]
libntdb1/now 1.0-9build1 amd64  [installé, local]
libopenvg1-mesa/now 10.1.3-0ubuntu0.5 amd64  [installé, local]
liborcus-0.6-0/now 0.5.1-7 amd64  [installé, local]
libp11-kit-gnome-keyring/now 3.28.0.2-1ubuntu1.18.04.1 amd64  [installé, local]
libpangox-1.0-0/now 0.0.2-5ubuntu1 amd64  [installé, local]
libparse-debianchangelog-perl/now 1.2.0-13 all  [installé, local]
libparted0debian1/now 2.3-19ubuntu1.14.04.1 amd64  [installé, local]
libplist1/now 1.10-1 amd64  [installé, local]
libprotobuf8/now 2.5.0-9ubuntu1 amd64  [installé, local]
libqmi-glib0/now 1.4.0-1 amd64  [installé, local]
libraw9/now 0.15.4-1 amd64  [installé, local]
libreadline5/now 5.2+dfsg-3build3 amd64  [installé, local]
libreadline6/now 6.3-8ubuntu2 amd64  [installé, local]
libreoffice-presentation-minimizer/now 1:4.2.8-0ubuntu3 all  [installé, local]
librtmp0/now 2.4+20121230.gitdf6c518-1 amd64  [installé, local]
libruby2.7/now 2.7.0-5ubuntu1.7 amd64  [installé, local]
libsepol1/now 3.0-1ubuntu0.1 amd64  [installé, local]
libsignon-glib1/now 1.14+17.04.20161117-0ubuntu5 amd64  [installé, local]
libsndio6.1/now 1.1.0-3 amd64  [installé, local]
libssl1.0.0/now 1.0.2n-1ubuntu5.3 amd64  [installé, local]
libssl1.1/now 1.1.1f-1ubuntu2.16 amd64  [installé, local]
libsystemd-daemon0/now 204-5ubuntu20.15 amd64  [installé, local]
libsystemd-journal0/now 204-5ubuntu20.15 amd64  [installé, local]
libsystemd-login0/now 204-5ubuntu20.15 amd64  [installé, local]
libt1-5/now 5.1.2-3.6ubuntu1 amd64  [installé, local]
libubsan0/now 7.5.0-6ubuntu2 amd64  [installé, local]
libupower-glib1/now 0.9.23-2ubuntu1 amd64  [installé, local]
liburl-dispatcher1/now 0.1+17.04.20170328-0ubuntu4 amd64  [installé, local]
libva1/now 1.7.0-1ubuntu0.1 amd64  [installé, local]
libvidstab1.0/now 2:0.98b-0ubuntu0~sunab~wily1 amd64  [installé, local]
libvisio-0.0-0/now 0.0.31-1ubuntu2 amd64  [installé, local]
libvpx1/now 1.3.0-3ubuntu1 amd64  [installé, local]
libwebkitgtk-3.0-0/now 2.4.11-3ubuntu3 amd64  [installé, local]
libwebp5/now 0.4.4-1 amd64  [installé, local]
libwebp6/now 0.6.1-2ubuntu0.20.04.1 amd64  [installé, local]
libwpd-0.9-9/now 0.9.9-1 amd64  [installé, local]
libwpg-0.2-2/now 0.2.2-1ubuntu1 amd64  [installé, local]
libwps-0.2-2/now 0.2.9-2ubuntu1 amd64  [installé, local]
libx264-142/now 2:0.142.2495+git6a301b6-1ubuntu1 amd64  [installé, local]
lua50/now 5.0.3-8build1 amd64  [installé, local]
module-init-tools/now 24-1ubuntu3.3 all  [installé, local]
multiarch-support/now 2.27-3ubuntu1 amd64  [installé, local]
natron/now 2.2.5 amd64  [installé, local]
net.downloadhelper.coapp/now 1.3.0 amd64  [installé, local]
nootka/now 1.2.0-0ubuntu3 amd64  [installé, local]
oracle-java7-installer/now 7u80+7u60arm-0~webupd8~1 all  [installé, local]
oracle-java8-installer/now 8u181-1~webupd8~1 all  [installé, local]
oracle-java8-set-default/now 8u181-1~webupd8~1 all  [installé, local]
pepperflashplugin-nonfree/now 1.8.8~ubuntu20.04.1 amd64  [installé, local]
pipelight-multi/now 0.2.8.2~ubuntu15.10.1 amd64  [installé, local]
qtdeclarative5-ubuntu-ui-extras-browser-plugin-assets/now 0.23+14.04.20140428-0ubuntu1 all  [installé, local]
rhythmbox-plugin-magnatune/now 3.4.4-1ubuntu2 all  [installé, local]
syslinux-legacy/now 2:3.63+dfsg-2ubuntu9 amd64  [installé, local]
system-config-printer-gnome/now 1.5.12-0ubuntu1.1 all  [installé, local]
tixati/now 2.72-1 amd64  [installé, local]
ttf-dejavu-core/now 2.37-1 all  [installé, local]
ttf-dejavu-extra/now 2.37-1 all  [installé, local]
ttf-dejavu/now 2.37-1 all  [installé, local]
ttf-ubuntu-font-family/now 1:0.83-4ubuntu1 all  [installé, local]
ubuntu-extras-keyring/now 2010.09.27 all  [installé, local]
ubuntu-system-service/now 0.7 all  [installé, local]
ureadahead/now 0.100.0-21 amd64  [installé, local]
wickr/now 2.2.2-1 amd64  [installé, local]
xnconvert/now 1.75 amd64  [installé, local]
xnview/now 0.87 amd64  [installé, local]
zoom/now 5.7.31792.0820 amd64  [installé, local]

Hors ligne

#24 Le 26/07/2023, à 18:00

nany

Re : [Résolu] sudo apt-get update (erreur)

Bien, faisons le point sur les paquets « obsolètes » ; utilises-tu :

  • discord ;

  • dpscreenocr;

  • grub-customizer ;

  • natron ;

  • downloadhelper ;

  • nootka ;

  • tixati ;

  • xnview ;

  • zoom ?

Et 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 -n "$1"' _ '{}' \;

En ligne

#25 Le 26/07/2023, à 18:07

PeterV

Re : [Résolu] sudo apt-get update (erreur)

Pour la liste des softs :
discord ; oui
dpscreenocr; non
grub-customizer ; non
natron ; non
downloadhelper ; oui
nootka ; non
tixati ; non
xnview ; oui
zoom ; non
skype ; non

  • find /etc/apt -type f -regex ".*\(list\|sources\).*" -exec bash -c 'echo -e "\n\t$1\n" ; [ "${1##*.}" = "list" -o "${1##*.}" = "sources" ] && cat -n "$1"' _ '{}' \;

skalpa@skalpa-All-Series:~$ find /etc/apt -type f -regex ".*\(list\|sources\).*" -exec bash -c 'echo -e "\n\t$1\n" ; [ "${1##*.}" = "list" -o "${1##*.}" = "sources" ] && cat -n "$1"' _ '{}' \;

	/etc/apt/sources.list

     1	# deb-cdrom:[Ubuntu 14.04 LTS _Trusty Tahr_ - Release amd64 (20140417)]/ trusty 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/ jammy main restricted
     6	# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy 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/ jammy-updates main restricted
    11	# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-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/ jammy universe
    17	# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy universe
    18	deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates universe
    19	# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-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/ jammy multiverse
    27	# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy multiverse
    28	deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates multiverse
    29	# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-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/ jammy-backports main restricted universe multiverse
    37	# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
    38	
    39	deb http://security.ubuntu.com/ubuntu jammy-security main restricted
    40	# deb-src http://security.ubuntu.com/ubuntu jammy-security main restricted
    41	deb http://security.ubuntu.com/ubuntu jammy-security universe
    42	# deb-src http://security.ubuntu.com/ubuntu jammy-security universe
    43	deb http://security.ubuntu.com/ubuntu jammy-security multiverse
    44	# deb-src http://security.ubuntu.com/ubuntu jammy-security multiverse
    45	
    46	# This system was installed using small removable media
    47	# (e.g. netinst, live or single CD). The matching "deb cdrom"
    48	# entries were disabled at the end of the installation process.
    49	# For information about how to configure apt package sources,
    50	# see the sources.list(5) manual.

	/etc/apt/sources.list.d/winehq-jammy.sources

     1	Types: deb
     2	URIs: https://dl.winehq.org/wine-builds/ubuntu
     3	Suites: jammy
     4	Components: main
     5	Architectures: amd64 i386
     6	Signed-By: /etc/apt/keyrings/winehq-archive.key

	/etc/apt/sources.list.d/skype-stable.list

     1	deb [arch=amd64] https://repo.skype.com/deb stable main

	/etc/apt/sources.list.d/signal-xenial.list

     1	deb [arch=amd64 signed-by=/usr/share/keyrings/signal-desktop-keyring.gpg] https://updates.signal.org/desktop/apt xenial main

Dernière modification par PeterV (Le 26/07/2023, à 18:08)

Hors ligne