Hi, Fernando! Hi Guix \o Thank you for your answer! The three commands were very useful (in 'sudo' mode)
1. ~$ sudo less -f /var/log/unattended-upgrade.log 2025-03-28 21:48:25 starting upgrade... 2025-03-28 21:49:42 Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... 2025-03-28 21:49:57 Authenticating channel 'guix', commits 9edb3f6 to b282b5e (906 new commits)... 2025-03-28 21:49:57 2025-03-28 21:49:58 ESC[K▕ ▏ 2025-03-28 21:49:58 ESC[K▕████████▎ ▏ 2025-03-28 21:49:58 ESC[K▕██████████████▉ ▏ 2025-03-28 21:49:58 ESC[K▕█████████████████████▎ ▏ 2025-03-28 21:49:58 ESC[K▕████████████████████████████▊ ▏ 2025-03-28 21:49:59 ESC[K▕█████████████████████████████████████▍ ▏ 2025-03-28 21:49:59 ESC[K▕█████████████████████████████████████████████▉ ▏ 2025-03-28 21:49:59 ESC[K▕███████████████████████████████████████████████████████ ▏ 2025-03-28 21:49:59 ESC[K▕███████████████████████████████████████████████████████████████▊ ▏ 2025-03-28 21:49:59 ESC[K▕██████████████████████████████████████████████████████████████████████▌ ▏ 2025-03-28 21:50:06 ESC[Ksubstitute: 2025-03-28 21:50:09 substitute: ESC[Klooking for substitutes on 'https://bordeaux.guix.gnu.org'... 0.0% 2025-03-28 21:50:09 substitute: ESC[Klooking for substitutes on 'https://bordeaux.guix.gnu.org'... 100.0% 2025-03-28 21:50:09 substitute: 2025-03-28 21:50:12 substitute: ESC[Klooking for substitutes on 'https://ci.guix.gnu.org'... 0.0% 2025-03-28 21:50:12 substitute: ESC[Klooking for substitutes on 'https://ci.guix.gnu.org'... 100.0% 2025-03-28 21:50:12 substitute: 2025-03-28 21:50:12 substitute: ESC[Klooking for substitutes on 'https://bordeaux.guix.gnu.org'... 0.0% 2025-03-28 21:50:12 substitute: ESC[Klooking for substitutes on 'https://bordeaux.guix.gnu.org'... 100.0% 2025-03-28 21:50:12 substitute: 2025-03-28 21:50:13 substitute: ESC[Klooking for substitutes on 'https://ci.guix.gnu.org'... 0.0% 2025-03-28 21:50:13 substitute: ESC[Klooking for substitutes on 'https://ci.guix.gnu.org'... 100.0% 2025-03-28 21:50:13 substitute: 2025-03-28 21:50:13 substitute: ESC[Klooking for substitutes on 'https://bordeaux.guix.gnu.org'... 0.0% 2025-03-28 21:50:13 substitute: ESC[Klooking for substitutes on 'https://bordeaux.guix.gnu.org'... 100.0% 2025-03-28 21:50:13 substitute: 2025-03-28 21:50:13 substitute: ESC[Klooking for substitutes on 'https://ci.guix.gnu.org'... 0.0% 2025-03-28 21:50:13 substitute: ESC[Klooking for substitutes on 'https://ci.guix.gnu.org'... 100.0% --------------------------------------------------------------------------------------------------------- 2. ~$ sudo herd status unattended-upgrade ● Statut de unattended-upgrade : It is running since 08:32:45 (13 hours ago). Timed service. Periodically running: /gnu/store/cbz52ix0prpp3v10rnn6slh5dwr7r335-unattended-upgrade Activé. Provides: unattended-upgrade Requires: user-processes networking Custom action: trigger Sera relancé. Upcoming timer alarms: dim. 30 mars 2025 01:30:00 (in 28 hours) dim. 06 avril 2025 01:30:00 (in 8 days) dim. 13 avril 2025 01:30:00 (in 15 days) dim. 20 avril 2025 01:30:00 (in 22 days) dim. 27 avril 2025 01:30:00 (in 29 days) 3. At a moment, I have tried 'sudo herd trigger unattended-upgrade' whith no knowledge about the signification of 'trigger', lol... Then I realized that what I'd just done was to manually launch the update. A little later, I got confirmation that it had indeed taken place: $ guix system describe Génération 21 28 mars 2025 22:31:56 (actuelle) nom de fichier : /var/guix/profiles/system-21-link nom de fichier canonique : /gnu/store/pzb1xyi85y244wxcilg4a1bylz6lwmf0-system étiquette : GNU with Linux-Libre 6.13.8 chargeur de démarrage : grub-efi périphérique racine : UUID : e4fb3e05-b455-40db-bc59-4d4d011e1e01 noyau : /gnu/store/d7z9027yrs1vfmpvds10iqfl69cyvixn-linux-libre-6.13.8/bzImage canaux : guix: URL du dépôt : https://git.savannah.gnu.org/git/guix.git branche : master commit : b282b5ecd90da5dc3a034e7064ac41808f7f6c24 fichier de configuration : /gnu/store/8fn4ic4sir2p14fr3n67zzvbd6szaa7y-configuration.scm This morning, I can effectivitly boot with the new generation :) Thanks again for have help to clarify! Hubert