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.

#26 Le 10/09/2024, à 12:12

nany

Re : date à partir de laquelle on pourra mettre à niveau Ubuntu

Bonjour,



zigroful1 a écrit :
…
W: Le fichier configuré « minotaur/binary-… » ne sera pas pris en compte car le dépôt « http://archive.ubuntu.com/ubuntu mantic InRelease » ne dispose pas de la source « minotaur » (erreur de saisie dans sources.list ?)
…

Clique sur le lien Retour aux sources de ma signature pour refaire ton sources.list.

Si tu ne comprends pas, donne le retour de :

cat /etc/apt/sources.list

En ligne

#27 Le 10/09/2024, à 12:13

xubu1957

Re : date à partir de laquelle on pourra mettre à niveau Ubuntu

Montre :

df -Thx tmpfs

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

Hors ligne

#28 Le 10/09/2024, à 12:13

zigroful1

Re : date à partir de laquelle on pourra mettre à niveau Ubuntu

Plus exactement, j'ai tapé ma commande de mon terminal, dans le répertoire ~/téléchargements

Hors ligne

#29 Le 10/09/2024, à 12:14

geole

Re : date à partir de laquelle on pourra mettre à niveau Ubuntu

Bonjour
Ta commande update ne signale pas que des paquets sont cassés
Donne

do-release-upgrade -c

Dernière modification par geole (Le 10/09/2024, à 12:15)


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

En ligne

#30 Le 10/09/2024, à 12:15

zigroful1

Re : date à partir de laquelle on pourra mettre à niveau Ubuntu

Bonjour Nany et merci d'avance,
Voici :

cat /etc/apt/sources.list
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ mantic main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic universe main restricted multiverse #Added by software-properties

## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ mantic-updates main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic-updates universe main restricted multiverse #Added by software-properties

## 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/ mantic universe
deb http://fr.archive.ubuntu.com/ubuntu/ mantic-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/ mantic multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ mantic-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://security.ubuntu.com/ubuntu mantic-security main restricted
deb-src http://security.ubuntu.com/ubuntu mantic-security universe main restricted multiverse #Added by software-properties
deb http://security.ubuntu.com/ubuntu mantic-security universe
deb http://security.ubuntu.com/ubuntu mantic-security multiverse

# deb http://download.ebz.epson.net/dsc/op/stable/debian/ lsb3.2 main
# deb-src http://download.ebz.epson.net/dsc/op/stable/debian/ lsb3.2 main

Hors ligne

#31 Le 10/09/2024, à 12:16

zigroful1

Re : date à partir de laquelle on pourra mettre à niveau Ubuntu

Bonjour Geole,
Voici :

do-release-upgrade -c
Recherche d'une nouvelle version d'Ubuntu
Votre version d'Ubuntu n'est plus prise en charge.
Pour plus d'informations sur la mise à jour, veuillez visiter :
http://www.ubuntu.com/releaseendoflife

Nouvelle version « 24.04.1 LTS » disponible.
Lancer « do-release-upgrade » pour mettre à niveau vers celle-ci.

Hors ligne

#32 Le 10/09/2024, à 12:20

zigroful1

Re : date à partir de laquelle on pourra mettre à niveau Ubuntu

A Xubu1957:
Voici:

df -Thx tmpfs
Sys. de fichiers      Type     Taille Utilisé Dispo Uti% Monté sur
/dev/sda1             ext4       910G    329G  535G  39% /
/home/thomas/.Private ecryptfs   910G    329G  535G  39% /home/thomas
/dev/sdd1             vfat        16G     15G  358M  98% /media/thomas/PNY16GB
/dev/sdc1             ntfs3      3,7T    2,6T  1,1T  71% /media/thomas/My Passport

Hors ligne

#33 Le 10/09/2024, à 12:20

nany

Re : date à partir de laquelle on pourra mettre à niveau Ubuntu

Mauvaise pioche, ce n’est pas dans le sources.list. Alors montre toutes tes listes de sources en donnant le retour de :

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

En ligne

#34 Le 10/09/2024, à 12:22

zigroful1

Re : date à partir de laquelle on pourra mettre à niveau Ubuntu

A Nany:

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

	/etc/apt/sources.list~


	/etc/apt/sources.list.distUpgrade


	/etc/apt/sources.list.save


	/etc/apt/sources.list

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ mantic main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic universe main restricted multiverse #Added by software-properties

## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ mantic-updates main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic-updates universe main restricted multiverse #Added by software-properties

## 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/ mantic universe
deb http://fr.archive.ubuntu.com/ubuntu/ mantic-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/ mantic multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ mantic-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://security.ubuntu.com/ubuntu mantic-security main restricted
deb-src http://security.ubuntu.com/ubuntu mantic-security universe main restricted multiverse #Added by software-properties
deb http://security.ubuntu.com/ubuntu mantic-security universe
deb http://security.ubuntu.com/ubuntu mantic-security multiverse

# deb http://download.ebz.epson.net/dsc/op/stable/debian/ lsb3.2 main
# deb-src http://download.ebz.epson.net/dsc/op/stable/debian/ lsb3.2 main

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


	/etc/apt/sources.list.d/tails-team-ubuntu-tails-installer-bionic.list.distUpgrade


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


	/etc/apt/sources.list.d/megasync.list

deb [signed-by=/usr/share/keyrings/meganz-archive-keyring.gpg] https://mega.nz/linux/repo/xUbuntu_23.10/ ./

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


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


	/etc/apt/sources.list.d/s-mankowski-ubuntu-beta-kf5-hirsute.list.distUpgrade


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


	/etc/apt/sources.list.d/sublime-text.list

deb https://download.sublimetext.com/ apt/stable/ # désactivé pour la mise à niveau vers mantic

	/etc/apt/sources.list.d/balena-etcher.list.distUpgrade


	/etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-mantic.list.save


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


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


	/etc/apt/sources.list.d/sublime-text.list.save


	/etc/apt/sources.list.d/aims-ubuntu-sagemath-xenial.list.save


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


	/etc/apt/sources.list.d/aims-ubuntu-sagemath-xenial.list.distUpgrade


	/etc/apt/sources.list.d/boot-repair.list

deb [signed-by=/etc/apt/keyrings/boot-repair.gpg] https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble main

	/etc/apt/sources.list.d/graphics:darktable.list

# deb http://download.opensuse.org/repositories/graphics:/darktable/xUbuntu_23.10/ / # désactivé pour la mise à niveau vers jammy

	/etc/apt/sources.list.d/s-mankowski-ubuntu-ppa-kf5-hirsute.list.save


	/etc/apt/sources.list.d/s-mankowski-ubuntu-beta-kf5-hirsute.list.save


	/etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-mantic.list

deb http://archive.ubuntu.com/ubuntu/ mantic minotaur
# deb-src http://archive.ubuntu.com/ubuntu/ mantic minotaur
# deb http://archive.ubuntu.com/ubuntu/ noble main
# deb-src http://archive.ubuntu.com/ubuntu/ noble main

	/etc/apt/sources.list.d/sublime-text.list.distUpgrade


	/etc/apt/sources.list.d/mozilla.list

deb [signed-by=/etc/apt/keyrings/packages.mozilla.org.asc] https://packages.mozilla.org/apt mozilla main

	/etc/apt/sources.list.d/balena-etcher.list.save


	/etc/apt/sources.list.d/graphics:darktable.list.distUpgrade


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


	/etc/apt/sources.list.d/tails-team-ubuntu-tails-installer-bionic.list.save


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


	/etc/apt/sources.list.d/boot-repair.list.save


	/etc/apt/sources.list.d/s-mankowski-ubuntu-ppa-kf5-hirsute.list.distUpgrade


	/etc/apt/sources.list.d/graphics:darktable.list.save

Hors ligne

#35 Le 10/09/2024, à 12:33

nany

Re : date à partir de laquelle on pourra mettre à niveau Ubuntu

OK, alors donne les retours de :

cd /etc/apt/ && sudo rm -v sources.list{~,.distUpgrade,.save} ; cd
cd /etc/apt/sources.list.d/ && sudo rm -v *.{distUpgrade,save} ; cd
cd /etc/apt/sources.list.d/ && sudo rm -v archive_uri-http_archive_ubuntu_com_ubuntu_-mantic.list boot-repair.list ; cd
sudo sed -i '/ebz.epson/d' /etc/apt/sources.list && cat /etc/apt/sources.list
sudo apt clean && sudo apt update
sudo apt install -y linux-generic

En ligne

#36 Le 10/09/2024, à 12:51

geole

Re : date à partir de laquelle on pourra mettre à niveau Ubuntu

zigroful1 a écrit :
do-release-upgrade -c
Recherche d'une nouvelle version d'Ubuntu
Votre version d'Ubuntu n'est plus prise en charge.
Pour plus d'informations sur la mise à jour, veuillez visiter :
http://www.ubuntu.com/releaseendoflife

Nouvelle version « 24.04.1 LTS » disponible.
Lancer « do-release-upgrade » pour mettre à niveau vers celle-ci.

Bonjour nany
Pas certain que la commande d'installation fonctionne.     Ne serait-il pas possible de tenter directement la mise à niveau????

Dernière modification par geole (Le 10/09/2024, à 12:52)


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

En ligne

#37 Le 10/09/2024, à 13:03

jplemoine

Re : date à partir de laquelle on pourra mettre à niveau Ubuntu

geole a écrit :

Ne serait-il pas possible de tenter directement la mise à niveau????

Oui c'est possible mais si on veut avoir une chance que ça fonctionne, il faut un système sain.

Le but des commandes est de remettre le système d'aplomb avant de tenter une mise à niveau.


Membre de l'ALDIL (Association Lyonnaise pour le Développement de l'Informatique Libre)
- En pro, après 20 ans de développement, administrateur Linux / Unix depuis Avril 2019.
- En privé, sous Ubuntu-Xubuntu depuis 2009.

Déconnecté jusqu’à nouvel ordre

Hors ligne

#38 Le 10/09/2024, à 13:08

ylag

Re : date à partir de laquelle on pourra mettre à niveau Ubuntu

Bonjour,

geole a écrit :

Pas certain que la commande d'installation fonctionne.

De chez-moi au moment où je poste ce message, les dépôts Mantic 23.10 semblent encore actifs sur le serveur fr.archive.ubuntu.com ; on devrait encore pouvoir récupérer des paquets sur ces dépôts ?

D'ailleurs, il semblerait également que les dépôts de Lunar 23.04 soient aussi encore activés sur ce serveur.

Références :

http://fr.archive.ubuntu.com

http://fr.archive.ubuntu.com/ubuntu/dists/

A+

Dernière modification par ylag (Le 10/09/2024, à 13:25)

Hors ligne

#39 Le 10/09/2024, à 14:29

zigroful1

Re : date à partir de laquelle on pourra mettre à niveau Ubuntu

A Nany (j'ai suivi les conseils du post de XUBU1957):

XXXX@XXXX-K53SD:~/Téléchargements$ cd /etc/apt/ && sudo rm -v sources.list{~,.distUpgrade,.save} ; cd
[sudo] Mot de passe de thomas : 
'sources.list~' supprimé
'sources.list.distUpgrade' supprimé
'sources.list.save' supprimé
XXXX@XXXX-K53SD:~$ 

XXXX@XXXX-K53SD:~$ cd /etc/apt/sources.list.d/ && sudo rm -v *.{distUpgrade,save} ; cd

'aims-ubuntu-sagemath-xenial.list.distUpgrade' supprimé
'balena-etcher.list.distUpgrade' supprimé
'etcher.list.distUpgrade' supprimé
'geogebra.list.distUpgrade' supprimé
'graphics:darktable.list.distUpgrade' supprimé
'megasync.list.distUpgrade' supprimé
'skype-stable.list.distUpgrade' supprimé
's-mankowski-ubuntu-beta-kf5-hirsute.list.distUpgrade' supprimé
's-mankowski-ubuntu-ppa-kf5-hirsute.list.distUpgrade' supprimé
'sublime-text.list.distUpgrade' supprimé
'tails-team-ubuntu-tails-installer-bionic.list.distUpgrade' supprimé
'aims-ubuntu-sagemath-xenial.list.save' supprimé
'archive_uri-http_archive_ubuntu_com_ubuntu_-mantic.list.save' supprimé
'balena-etcher.list.save' supprimé
'boot-repair.list.save' supprimé
'etcher.list.save' supprimé
'geogebra.list.save' supprimé
'graphics:darktable.list.save' supprimé
'megasync.list.save' supprimé
'mozilla.list.save' supprimé
'skype-stable.list.save' supprimé
's-mankowski-ubuntu-beta-kf5-hirsute.list.save' supprimé
's-mankowski-ubuntu-ppa-kf5-hirsute.list.save' supprimé
'sublime-text.list.save' supprimé
'tails-team-ubuntu-tails-installer-bionic.list.save' supprimé
XXXX@XXXX-K53SD:~$ 

XXXX@XXXX-K53SD:~$ cd /etc/apt/sources.list.d/ && sudo rm -v archive_uri-http_archive_ubuntu_com_ubuntu_-mantic.list boot-repair.list ; cd
'archive_uri-http_archive_ubuntu_com_ubuntu_-mantic.list' supprimé
'boot-repair.list' supprimé
XXXX@XXXX-K53SD:~$ 

XXXX@XXXX-K53SD:~$ sudo sed -i '/ebz.epson/d' /etc/apt/sources.list && cat /etc/apt/sources.list

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ mantic main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic universe main restricted multiverse #Added by software-properties

## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ mantic-updates main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic-updates universe main restricted multiverse #Added by software-properties

## 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/ mantic universe
deb http://fr.archive.ubuntu.com/ubuntu/ mantic-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/ mantic multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ mantic-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://security.ubuntu.com/ubuntu mantic-security main restricted
deb-src http://security.ubuntu.com/ubuntu mantic-security universe main restricted multiverse #Added by software-properties
deb http://security.ubuntu.com/ubuntu mantic-security universe
deb http://security.ubuntu.com/ubuntu mantic-security multiverse

XXXX@XXXX-K53SD:~$ 

XXXX@XXXX-K53SD:~$ sudo apt clean && sudo apt update
Atteint :1 http://security.ubuntu.com/ubuntu mantic-security InRelease
Atteint :2 http://fr.archive.ubuntu.com/ubuntu mantic InRelease                
Atteint :3 http://fr.archive.ubuntu.com/ubuntu mantic-updates InRelease        
Réception de :4 https://mega.nz/linux/repo/xUbuntu_23.10 ./ InRelease [2961 B]
Réception de :5 https://packages.mozilla.org/apt mozilla InRelease [1530 B]   
Atteint :6 https://download.sublimetext.com apt/stable/ InRelease              
Réception de :7 https://packages.mozilla.org/apt mozilla/main i386 Packages [351 kB]
Réception de :8 https://packages.mozilla.org/apt mozilla/main amd64 Packages [352 kB]
Réception de :9 https://packages.mozilla.org/apt mozilla/main all Packages [20,1 MB]
20,8 Mo réceptionnés en 4s (5132 ko/s)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
Tous les paquets sont à jour.
W: https://download.sublimetext.com/apt/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.

XXXX@XXXX-K53SD:~$ 

XXXX@XXXX-K53SD:~$ sudo apt install -y linux-generic
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
Les paquets supplémentaires suivants seront installés : 
  amd64-microcode linux-headers-6.5.0-44 linux-headers-6.5.0-44-generic
  linux-headers-generic linux-image-6.5.0-44-generic linux-image-generic
  linux-modules-6.5.0-44-generic linux-modules-extra-6.5.0-44-generic
Paquets suggérés :
  fdutils linux-doc | linux-source-6.5.0 linux-tools
Les NOUVEAUX paquets suivants seront installés :
  amd64-microcode linux-generic linux-headers-6.5.0-44
  linux-headers-6.5.0-44-generic linux-headers-generic
  linux-image-6.5.0-44-generic linux-image-generic
  linux-modules-6.5.0-44-generic linux-modules-extra-6.5.0-44-generic
0 mis à jour, 9 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 180 Mo dans les archives.
Après cette opération, 275 Mo d'espace disque supplémentaires seront utilisés.
Réception de :1 http://fr.archive.ubuntu.com/ubuntu mantic-updates/main amd64 linux-modules-6.5.0-44-generic amd64 6.5.0-44.44 [38,8 MB]
Réception de :2 http://fr.archive.ubuntu.com/ubuntu mantic-updates/main amd64 linux-image-6.5.0-44-generic amd64 6.5.0-44.44 [14,1 MB]
Réception de :3 http://fr.archive.ubuntu.com/ubuntu mantic-updates/main amd64 linux-modules-extra-6.5.0-44-generic amd64 6.5.0-44.44 [109 MB]
Réception de :4 http://fr.archive.ubuntu.com/ubuntu mantic/main amd64 amd64-microcode amd64 3.20230808.1.1ubuntu1 [146 kB]
Réception de :5 http://fr.archive.ubuntu.com/ubuntu mantic-updates/main amd64 linux-image-generic amd64 6.5.0.44.44 [9340 B]
Réception de :6 http://fr.archive.ubuntu.com/ubuntu mantic-updates/main amd64 linux-headers-6.5.0-44 all 6.5.0-44.44 [13,5 MB]
Réception de :7 http://fr.archive.ubuntu.com/ubuntu mantic-updates/main amd64 linux-headers-6.5.0-44-generic amd64 6.5.0-44.44 [3868 kB]
Réception de :8 http://fr.archive.ubuntu.com/ubuntu mantic-updates/main amd64 linux-headers-generic amd64 6.5.0.44.44 [9198 B]
Réception de :9 http://fr.archive.ubuntu.com/ubuntu mantic-updates/main amd64 linux-generic amd64 6.5.0.44.44 [1702 B]
180 Mo réceptionnés en 15s (12,1 Mo/s)                                         
Sélection du paquet linux-modules-6.5.0-44-generic précédemment désélectionné.
(Lecture de la base de données... 459830 fichiers et répertoires déjà installés.
)
Préparation du dépaquetage de .../0-linux-modules-6.5.0-44-generic_6.5.0-44.44_a
md64.deb ...
Dépaquetage de linux-modules-6.5.0-44-generic (6.5.0-44.44) ...
Sélection du paquet linux-image-6.5.0-44-generic précédemment désélectionné.
Préparation du dépaquetage de .../1-linux-image-6.5.0-44-generic_6.5.0-44.44_amd
64.deb ...
Dépaquetage de linux-image-6.5.0-44-generic (6.5.0-44.44) ...
Sélection du paquet linux-modules-extra-6.5.0-44-generic précédemment désélectio
nné.
Préparation du dépaquetage de .../2-linux-modules-extra-6.5.0-44-generic_6.5.0-4
4.44_amd64.deb ...
Dépaquetage de linux-modules-extra-6.5.0-44-generic (6.5.0-44.44) ...
Sélection du paquet amd64-microcode précédemment désélectionné.
Préparation du dépaquetage de .../3-amd64-microcode_3.20230808.1.1ubuntu1_amd64.
deb ...
Dépaquetage de amd64-microcode (3.20230808.1.1ubuntu1) ...
Sélection du paquet linux-image-generic précédemment désélectionné.
Préparation du dépaquetage de .../4-linux-image-generic_6.5.0.44.44_amd64.deb ..
.
Dépaquetage de linux-image-generic (6.5.0.44.44) ...
Sélection du paquet linux-headers-6.5.0-44 précédemment désélectionné.
Préparation du dépaquetage de .../5-linux-headers-6.5.0-44_6.5.0-44.44_all.deb .
..
Dépaquetage de linux-headers-6.5.0-44 (6.5.0-44.44) ...
Sélection du paquet linux-headers-6.5.0-44-generic précédemment désélectionné.
Préparation du dépaquetage de .../6-linux-headers-6.5.0-44-generic_6.5.0-44.44_a
md64.deb ...
Dépaquetage de linux-headers-6.5.0-44-generic (6.5.0-44.44) ...
Sélection du paquet linux-headers-generic précédemment désélectionné.
Préparation du dépaquetage de .../7-linux-headers-generic_6.5.0.44.44_amd64.deb 
...
Dépaquetage de linux-headers-generic (6.5.0.44.44) ...
Sélection du paquet linux-generic précédemment désélectionné.
Préparation du dépaquetage de .../8-linux-generic_6.5.0.44.44_amd64.deb ...
Dépaquetage de linux-generic (6.5.0.44.44) ...
Paramétrage de linux-modules-6.5.0-44-generic (6.5.0-44.44) ...
Paramétrage de amd64-microcode (3.20230808.1.1ubuntu1) ...
update-initramfs: deferring update (trigger activated)
amd64-microcode: microcode will be updated at next boot
Paramétrage de linux-headers-6.5.0-44 (6.5.0-44.44) ...
Paramétrage de linux-image-6.5.0-44-generic (6.5.0-44.44) ...
I: /boot/vmlinuz is now a symlink to vmlinuz-6.5.0-44-generic
I: /boot/initrd.img is now a symlink to initrd.img-6.5.0-44-generic
Paramétrage de linux-modules-extra-6.5.0-44-generic (6.5.0-44.44) ...
Paramétrage de linux-image-generic (6.5.0.44.44) ...
Paramétrage de linux-headers-6.5.0-44-generic (6.5.0-44.44) ...
/etc/kernel/header_postinst.d/dkms:
 * dkms: running auto installation service for kernel 6.5.0-44-generic
Sign command: /usr/bin/kmodsign
Binary update-secureboot-policy not found, modules won't be signed

Building module:
Cleaning build area...
make -j8 KERNELRELEASE=6.5.0-44-generic -C /lib/modules/6.5.0-44-generic/build M
=/var/lib/dkms/bbswitch/0.8/build....
Cleaning build area...

bbswitch.ko.zst:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/6.5.0-44-generic/updates/dkms/
depmod...
dkms autoinstall on 6.5.0-44-generic/x86_64 succeeded for bbswitch
 * dkms: autoinstall for kernel 6.5.0-44-generic
   ...done.
Paramétrage de linux-headers-generic (6.5.0.44.44) ...
Paramétrage de linux-generic (6.5.0.44.44) ...
Traitement des actions différées (« triggers ») pour initramfs-tools (0.142ubunt
u15.1) ...
update-initramfs: Generating /boot/initrd.img-5.15.0-37-generic
Traitement des actions différées (« triggers ») pour linux-image-6.5.0-44-generi
c (6.5.0-44.44) ...
/etc/kernel/postinst.d/dkms:
 * dkms: running auto installation service for kernel 6.5.0-44-generic
 * dkms: autoinstall for kernel 6.5.0-44-generic
   ...done.
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-6.5.0-44-generic
/etc/kernel/postinst.d/zz-update-grub:
Sourcing file `/etc/default/grub'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-6.5.0-44-generic
Found initrd image: /boot/initrd.img-6.5.0-44-generic
Found linux image: /boot/vmlinuz-5.15.0-37-generic
Found initrd image: /boot/initrd.img-5.15.0-37-generic
Found memtest86+x64 image: /boot/memtest86+x64.bin
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
XXXX@XXXX-K53SD:~$ 

Hors ligne

#40 Le 10/09/2024, à 14:35

nany

Re : date à partir de laquelle on pourra mettre à niveau Ubuntu

Bien, redémarre pour voir si tout se passe bien avec la version 6.5.0-44-generic du noyau.

Dernière modification par nany (Le 10/09/2024, à 14:38)

En ligne

#41 Le 10/09/2024, à 14:45

zigroful1

Re : date à partir de laquelle on pourra mettre à niveau Ubuntu

A Nany:
J'ai  peine terminé t'envoyer mes résultats que l'ordi a demandé à être redémarré. Ce que j'ai fait et tout semble s'être bien passé . J'ai fait uname -nsr et j'obtiens:

XXXX@XXXX-K53SD:~$ uname -nsr
Linux thomas-K53SD 6.5.0-44-generic
XXXX@XXXX-K53SD:~$ 

Y a-t-il quelque chose que je peux faire encore avant de lancer la mise à niveau ?

Hors ligne

#42 Le 10/09/2024, à 14:53

nany

Re : date à partir de laquelle on pourra mettre à niveau Ubuntu

zigroful1 a écrit :

Y a-t-il quelque chose que je peux faire encore avant de lancer la mise à niveau ?

Il reste ça :

zigroful1 a écrit :
W: https://download.sublimetext.com/apt/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.

Mais ça ne devrait pas être gênant. Tu peux donc tenter la mise à niveau (après avoir sauvegardé tes données, bien sûr).

En ligne

#43 Le 10/09/2024, à 14:59

zigroful1

Re : date à partir de laquelle on pourra mettre à niveau Ubuntu

Je te remercie Nany. Encore une dernière question (et ce sera tout):
J'ai vu que lors de l'installation, on proposait ubuntu PRO ! Kezaco ? Est-ce que ça apporte un plus ? et lequel ?

Hors ligne

#44 Le 10/09/2024, à 15:17

nany

Re : date à partir de laquelle on pourra mettre à niveau Ubuntu

À propos d’Ubuntu Pro.

Ça n’est proposé que sur les versions LTS.

C’est censé apporter davantage de mises à jour de sécurité.

En ligne

#45 Le 10/09/2024, à 15:22

zigroful1

Re : date à partir de laquelle on pourra mettre à niveau Ubuntu

GRAND MERCI à tous

Hors ligne