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 02/09/2026, à 21:46

xianbroc

Re : Erreur au démarrage "Failed to mount boot-efi.mount"

geole a écrit :

Regarde si la partition de boot est montable.

 udisksctl mount -b /dev/nvme0n1p1 

Le montage plante avec le même message que en #16

Dernière modification par xianbroc (Le 02/09/2026, à 21:46)

Hors ligne

#27 Le 02/09/2026, à 21:55

geole

Re : Erreur au démarrage "Failed to mount boot-efi.mount"

Que donne

sudo fsck    /dev/nvme0n1p1 
sudo  fsck.fat     /dev/nvme0n1p1 

Dernière modification par geole (Le 02/09/2026, à 22:00)


Les écrans de l'installateur 26.04 https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity

Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#28 Le 02/09/2026, à 22:27

xianbroc

Re : Erreur au démarrage "Failed to mount boot-efi.mount"

J'ai essayé la procédure proposée en #17 qui me semblait prometteuse.
J'ai dû démonter la partition montée sur /media/common_data pour pouvoir lui retirer 36 Mo en fin.
Mais puisque c'est justement cette partition qui me permet de transférer le fichier contenant le résultat des commandes, j'ai dû la remonter (commande "mount -a" suivie de "systemctl daemon-reload") pour fabriquer le fichier.

Hors ligne

#29 Le 02/09/2026, à 22:28

xianbroc

Re : Erreur au démarrage "Failed to mount boot-efi.mount"

xianne_acer@xianne-Nitro-AN515-57:~$ gparted &
[1] 15964
xianne_acer@xianne-Nitro-AN515-57:~$ GParted 1.8.0
configuration --enable-libparted-dmraid
libparted 3.6

[1]+  Fini                       gparted
xianne_acer@xianne-Nitro-AN515-57:~$ sudo blkid |grep fat
/dev/nvme0n1p1: LABEL_FATBOOT="ESP" LABEL="ESP" UUID="9463-98E3" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="f513e507-1b78-4aae-9d72-fdc164c92830"
/dev/nvme0n1p7: UUID="9204-E71F" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="0335e277-42cc-46ea-b0fa-be562b6ec529"
xianne_acer@xianne-Nitro-AN515-57:~$ sudo nano /etc/fstab
xianne_acer@xianne-Nitro-AN515-57:~$ grep efi /etc/fstab 
#2 /boot/efi was on /dev/nvme0n1p1 during installation
###UUID=9463-98E3  /boot/efi       vfat    umask=0077      0       1
UUID=9204-E71F  /boot/efi       vfat    umask=0077,nofail      0       1
xianne_acer@xianne-Nitro-AN515-57:~$ sudo grub-install
Installation pour la plate-forme x86_64-efi.
grub-install : erreur : impossible de trouver le répertoire EFI.
xianne_acer@xianne-Nitro-AN515-57:~$ sudo mount -a
mount: /boot/efi: mauvais type de système de fichiers, option erronée, superbloc erroné sur /dev/nvme0n1p7, page de code ou programme auxiliaire manquant, ou autre erreur.
       dmesg(1) peut avoir plus d'informations après un échec de l'appel système du montage.
montage : (astuce) votre fstab a été modifié mais systemd utilise encore
       l'ancienne version ; utilisez « systemctl daemon-reload » pour recharger.
xianne_acer@xianne-Nitro-AN515-57:~$ systemctl daemon-reload
xianne_acer@xianne-Nitro-AN515-57:~$ sudo grub-install
Installation pour la plate-forme x86_64-efi.
grub-install : erreur : impossible de trouver le répertoire EFI.
xianne_acer@xianne-Nitro-AN515-57:~$ 

Ai-je oublié quelque chose ?
Ou bien ai-je mal effectué une commande ?

Dernière modification par xianbroc (Le 02/09/2026, à 22:34)

Hors ligne

#30 Le 02/09/2026, à 22:31

xianbroc

Re : Erreur au démarrage "Failed to mount boot-efi.mount"

geole a écrit :

Que donne

sudo fsck    /dev/nvme0n1p1 
xianne_acer@xianne-Nitro-AN515-57:~$ sudo fsck /dev/nvme0n1p1
fsck de util-linux 2.41.3
fsck.fat 4.2 (2021-01-31)
/dev/nvme0n1p1: 392 files, 16783/65536 clusters
xianne_acer@xianne-Nitro-AN515-57:~$ sudo fsck.fat /dev/nvme0n1p1
fsck.fat 4.2 (2021-01-31)
/dev/nvme0n1p1: 392 files, 16783/65536 clusters
xianne_acer@xianne-Nitro-AN515-57:~$ 

Hors ligne

#31 Le 02/09/2026, à 22:40

geole

Re : Erreur au démarrage "Failed to mount boot-efi.mount"

Alors republie

sudo mount -v  /dev/nvme0n1p1  /boot/efi    

Et si cela ne se monte pas

sudo mount -v  -t vfat  /dev/nvme0n1p1  /boot/efi    

Dernière modification par geole (Le 02/09/2026, à 22:44)


Les écrans de l'installateur 26.04 https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity

Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#32 Le 02/09/2026, à 22:54

geole

Re : Erreur au démarrage "Failed to mount boot-efi.mount"

12

xianne_acer@xianne-Nitro-AN515-57:~$ sudo grub-install
Installation pour la plate-forme x86_64-efi.
grub-install : erreur : impossible de trouver le répertoire EFI.
xianne_acer@xianne-Nitro-AN515-57:~$ 

́c’est moi qui ne savait pas.

 sudo mount -av 

La suite à faire si uniquement le montage se fait.

sudo mkdir -v  /boot/efi/EFI
sudo grub-install
sudo update-grub

Dernière modification par geole (Le 02/09/2026, à 22:59)


Les écrans de l'installateur 26.04 https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity

Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#33 Le 02/09/2026, à 23:06

xianbroc

Re : Erreur au démarrage "Failed to mount boot-efi.mount"

geole a écrit :

Alors republie

sudo mount -v  /dev/nvme0n1p1  /boot/efi    

Et si cela ne se monte pas

sudo mount -v  -t vfat  /dev/nvme0n1p1  /boot/efi    
xianne_acer@xianne-Nitro-AN515-57:~$ sudo mount -v /dev/nvme0n1p1 /boot/efi
mount: /boot/efi: mauvais type de système de fichiers, option erronée, superbloc erroné sur /dev/nvme0n1p1, page de code ou programme auxiliaire manquant, ou autre erreur.
       dmesg(1) peut avoir plus d'informations après un échec de l'appel système du montage.
xianne_acer@xianne-Nitro-AN515-57:~$ sudo mount -v -t vfat /dev/nvme0n1p1 /boot/efi
mount: /boot/efi: mauvais type de système de fichiers, option erronée, superbloc erroné sur /dev/nvme0n1p1, page de code ou programme auxiliaire manquant, ou autre erreur.
       dmesg(1) peut avoir plus d'informations après un échec de l'appel système du montage.
xianne_acer@xianne-Nitro-AN515-57:~$ 

Hors ligne

#34 Le 02/09/2026, à 23:09

geole

Re : Erreur au démarrage "Failed to mount boot-efi.mount"

journalctl --no-pager -b -g nvme0n1p1 -n 50 

Les écrans de l'installateur 26.04 https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity

Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#35 Le 02/09/2026, à 23:23

xianbroc

Re : Erreur au démarrage "Failed to mount boot-efi.mount"

geole a écrit :

́c’est moi qui ne savait pas.

 sudo mount -av 
xianne_acer@xianne-Nitro-AN515-57:~$ sudo mount -av       
/                         : ignoré
mount: /boot/efi: mauvais type de système de fichiers, option erronée, superbloc erroné sur /dev/nvme0n1p7, page de code ou programme auxiliaire manquant, ou autre erreur.
       dmesg(1) peut avoir plus d'informations après un échec de l'appel système du montage.
/media/common_data        : déjà monté
/media/windows            : déjà monté
xianne_acer@xianne-Nitro-AN515-57:~$ 

Nota : actuellement, on a une nouvelle partition de 36Mo (qui est /dev/nvme0n1p7) et on a demandé dans fstab qu'elle soit montée sur /boot/efi
Il n'y a rien dedans.

Hors ligne

#36 Le 02/09/2026, à 23:33

xianbroc

Re : Erreur au démarrage "Failed to mount boot-efi.mount"

geole a écrit :
journalctl --no-pager -b -g nvme0n1p1 -n 50 
xianne_acer@xianne-Nitro-AN515-57:~$ journalctl --no-pager -b -g nvme0n1p1 -n 50
sept. 03 01:26:42 xianne-Nitro-AN515-57 kernel: FAT-fs (nvme0n1p1): IO charset iso8859-1 not found
sept. 03 01:26:42 xianne-Nitro-AN515-57 fwupd[4718]: 23:26:42.121 FuContext            failed to mount ESP: GDBus.Error:org.freedesktop.UDisks2.Error.Failed: Error mounting /dev/nvme0n1p1 at /run/media/root/ESP: wrong fs type, bad option, bad superblock on /dev/nvme0n1p1, missing codepage or helper program, or other error
sept. 03 01:26:42 xianne-Nitro-AN515-57 fwupd[4718]: 23:26:42.104 FuContext            failed to mount ESP: GDBus.Error:org.freedesktop.UDisks2.Error.Failed: Error mounting /dev/nvme0n1p1 at /run/media/root/ESP: wrong fs type, bad option, bad superblock on /dev/nvme0n1p1, missing codepage or helper program, or other error
sept. 03 01:26:42 xianne-Nitro-AN515-57 kernel: FAT-fs (nvme0n1p1): IO charset iso8859-1 not found
xianne_acer@xianne-Nitro-AN515-57:~$ 

(L'horloge me semble décalée de 2h...)

Dernière modification par xianbroc (Le 02/09/2026, à 23:34)

Hors ligne

#37 Le 02/09/2026, à 23:52

geole

Re : Erreur au démarrage "Failed to mount boot-efi.mount"

xianbroc a écrit :
xianne_acer@xianne-Nitro-AN515-57:~$ journalctl --no-pager -b -g nvme0n1p1 -n 50
sept. 03 01:26:42 xianne-Nitro-AN515-57 kernel: FAT-fs (nvme0n1p1): IO charset iso8859-1 not found

D’après les recherches internet, ce module serait absent. A mon avis, il était présent et a disparu.
En relisant la discussion, il se pourrait que cela ne soit pas le seul.
Je ne vais pas savoir te proposer une réparation. Une réinstallation n’est pas à exclure. ( je ne serais pas surpris que le firmware du mvme en soit responsable. )
Que donne cette commande.

sudo dpkg --reconfigure  

Si besoin du réseau, on fera avec la technique chroot.

Dernière modification par geole (Le 03/09/2026, à 00:04)


Les écrans de l'installateur 26.04 https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity

Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#38 Le 03/09/2026, à 20:50

xianbroc

Re : Erreur au démarrage "Failed to mount boot-efi.mount"

dpkg répond que l' option --reconfigure est inconnue

Dernière modification par xianbroc (Le 03/09/2026, à 20:51)

Hors ligne

#39 Le 03/09/2026, à 21:17

geole

Re : Erreur au démarrage "Failed to mount boot-efi.mount"

Et que donne

sudo dpkg --configure -a

Publie la commande et son retour.


Les écrans de l'installateur 26.04 https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity

Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#40 Le 03/09/2026, à 21:40

xianbroc

Re : Erreur au démarrage "Failed to mount boot-efi.mount"

xianne_acer@xianne-Nitro-AN515-57:~$ sudo dpkg --configure -a
[sudo: authenticate] Mot de passe :          
xianne_acer@xianne-Nitro-AN515-57:~$ 

Hors ligne

#41 Le 03/09/2026, à 22:19

geole

Re : Erreur au démarrage "Failed to mount boot-efi.mount"

A tout hasard

sudo apt update
sudo apt upgrade

Les écrans de l'installateur 26.04 https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity

Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#42 Le 03/09/2026, à 22:27

xianbroc

Re : Erreur au démarrage "Failed to mount boot-efi.mount"

Ça ne pourra pas fonctionner puisque la connexion internet est inexistante : pas d'accès aux paquets sur le réseau

Hors ligne

#43 Le 03/09/2026, à 22:48

geole

Re : Erreur au démarrage "Failed to mount boot-efi.mount"

Bien sur,  Sauf en mode chroot depuis un support d’installation.
Tu devrais quand même envisager de réinstaller.


Les écrans de l'installateur 26.04 https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity

Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#44 Le 03/09/2026, à 23:42

xianbroc

Re : Erreur au démarrage "Failed to mount boot-efi.mount"

Concrètement, il me faut faire quelles opérations ?
Récupérer l’ISO d’Ubuntu 26.04 LTS depuis une source officielle et le mettre sur une clé Ventoy.
Démarrer le PC sur cette clé.
Installer Ubuntu 26.04 LTS ou ne faire que l'utiliser ? Et ensuite, comment se mettre en mode chroot (que je ne connais pas et que je n'ai jamais utilisé) ?

Hors ligne

#45 Le 03/09/2026, à 23:49

geole

Re : Erreur au démarrage "Failed to mount boot-efi.mount"

Pour le chroot, ce paragraphe me semble le plus pratique.


Les écrans de l'installateur 26.04 https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity

Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#46 Le 04/09/2026, à 10:26

xianbroc

Re : Erreur au démarrage "Failed to mount boot-efi.mount"

ubuntu@ubuntu:~$ lsblk -fe7
NAME        FSTYPE FSVER LABEL  UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
sda                                                                                 
├─sda1      exfat  1.0   Ventoy 42DD-1C31                                           
│ ├─ventoy                                                                 0   100% /cdrom
│ └─sda1                                                                            
└─sda2                                                                              
nvme0n1                                                                             
├─nvme0n1p1 vfat   FAT32 ESP    9463-98E3                                           
├─nvme0n1p2                                                                         
├─nvme0n1p3 ntfs         Acer   004A64174A640BAA                                    
├─nvme0n1p4 ntfs                0CEEDA7454F4FFDA                                    
├─nvme0n1p5 ext4   1.0          8d95f794-9251-4556-a48b-cab3926acc63                
├─nvme0n1p6 ntfs                C85C36045C35EDB6                                    
└─nvme0n1p7 vfat   FAT32        9204-E71F                                           
ubuntu@ubuntu:~$ sudo mount -v /dev/nvme0n1p5 /mnt
mount: (hint) your fstab has been modified, but systemd still uses
       the old version; use 'systemctl daemon-reload' to reload.
mount: /dev/nvme0n1p5 mounted on /mnt.
ubuntu@ubuntu:~$ sudo arch-chroot /mnt
mount: (hint) your fstab has been modified, but systemd still uses
       the old version; use 'systemctl daemon-reload' to reload.
mount: (hint) your fstab has been modified, but systemd still uses
       the old version; use 'systemctl daemon-reload' to reload.
mount: (hint) your fstab has been modified, but systemd still uses
       the old version; use 'systemctl daemon-reload' to reload.
mount: (hint) your fstab has been modified, but systemd still uses
       the old version; use 'systemctl daemon-reload' to reload.
mount: (hint) your fstab has been modified, but systemd still uses
       the old version; use 'systemctl daemon-reload' to reload.
mount: (hint) your fstab has been modified, but systemd still uses
       the old version; use 'systemctl daemon-reload' to reload.
mount: (hint) your fstab has been modified, but systemd still uses
       the old version; use 'systemctl daemon-reload' to reload.
mount: (hint) your fstab has been modified, but systemd still uses
       the old version; use 'systemctl daemon-reload' to reload.
root@ubuntu:/# 

Hors ligne

#47 Le 04/09/2026, à 10:31

xianbroc

Re : Erreur au démarrage "Failed to mount boot-efi.mount"

Question sur le fstab ? Hier, nous avons créé une partittion nvmen1p7 qui se monte dans le fstab sur /boot/efi et qui ne contient rien.
Je pense qu'il faut revenir au montage initial du fstab. Ce que j'ai fait avec un sudo nano.
Et dans ce cas, comment appliquer ce montage ?

Dernière modification par xianbroc (Le 04/09/2026, à 10:54)

Hors ligne

#48 Le 04/09/2026, à 11:29

xianbroc

Re : Erreur au démarrage "Failed to mount boot-efi.mount"

J'ai fait un apt update et un apt upgrade

root@ubuntu:/# cd boot
root@ubuntu:/boot# ls
System.map-7.0.0-29-generic  config-7.0.0-29-generic  efi   initrd.img                   initrd.img-7.0.0-30-generic  mt86+ia32  vmlinux.xz  vmlinuz-7.0.0-29-generic  vmlinuz.old
System.map-7.0.0-30-generic  config-7.0.0-30-generic  grub  initrd.img-7.0.0-29-generic  initrd.img.old               mt86+x64   vmlinuz     vmlinuz-7.0.0-30-generic
root@ubuntu:/boot# cd efi 
root@ubuntu:/boot/efi# ls
root@ubuntu:/boot/efi# sudo apt update
Hit:1 http://fr.archive.ubuntu.com/ubuntu resolute InRelease
Get:2 http://fr.archive.ubuntu.com/ubuntu resolute-updates InRelease [137 kB]                                                          
Get:3 https://updates.signal.org/desktop/apt xenial InRelease [5959 B]                                                                 
Get:4 http://security.ubuntu.com/ubuntu resolute-security InRelease [137 kB]                                                                    
Get:5 https://updates.signal.org/desktop/apt xenial/main amd64 Packages [99.5 kB]                                                               
Get:6 http://fr.archive.ubuntu.com/ubuntu resolute-backports InRelease [137 kB]                               
Get:7 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main i386 Packages [281 kB]                                     
Get:8 https://dl.google.com/linux/chrome-stable/deb stable InRelease [2548 B]                                            
Get:9 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 Packages [601 kB]                                              
Get:10 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main Translation-en [142 kB]                       
Get:11 https://dl.google.com/linux/chrome-stable/deb stable/main amd64 Packages [1400 B]                               
Get:12 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 Components [97.9 kB]                                       
Get:13 http://fr.archive.ubuntu.com/ubuntu resolute-updates/restricted amd64 Packages [407 kB]                                    
Get:14 http://fr.archive.ubuntu.com/ubuntu resolute-updates/restricted Translation-en [79.5 kB]
Get:15 http://fr.archive.ubuntu.com/ubuntu resolute-updates/universe amd64 Packages [268 kB]      
Get:16 http://fr.archive.ubuntu.com/ubuntu resolute-updates/universe i386 Packages [135 kB]
Get:17 http://fr.archive.ubuntu.com/ubuntu resolute-updates/universe Translation-en [88.3 kB]
Get:18 http://fr.archive.ubuntu.com/ubuntu resolute-updates/universe amd64 Components [188 kB]           
Get:19 http://fr.archive.ubuntu.com/ubuntu resolute-backports/universe amd64 Components [1056 B]        
Get:20 http://security.ubuntu.com/ubuntu resolute-security/main amd64 Packages [443 kB]                   
Get:21 http://security.ubuntu.com/ubuntu resolute-security/main i386 Packages [187 kB]
Get:22 http://security.ubuntu.com/ubuntu resolute-security/main Translation-en [106 kB]
Get:23 http://security.ubuntu.com/ubuntu resolute-security/main amd64 Components [46.7 kB]
Get:24 http://security.ubuntu.com/ubuntu resolute-security/universe amd64 Packages [171 kB]
Get:25 http://security.ubuntu.com/ubuntu resolute-security/universe i386 Packages [98.9 kB]
Get:26 http://security.ubuntu.com/ubuntu resolute-security/universe Translation-en [53.8 kB]
Get:27 http://security.ubuntu.com/ubuntu resolute-security/universe amd64 Components [43.4 kB]
Fetched 3961 kB in 1s (5869 kB/s)                                         
60 packages can be upgraded. Run 'apt list --upgradable' to see them.
root@ubuntu:/boot/efi# sudo apt upgrade
Get more security updates through Ubuntu Pro with 'esm-apps' enabled:
  libmagickcore-7.q16-10 libimage-magick-perl imagemagick-7-common restic
  python3-pip-whl libavdevice62 ffmpeg libmagickwand-7.q16-10
  libopenexr-3-1-30 libmagickcore-7.q16-10-extra libavcodec62
  libimage-magick-q16-perl libavfilter11 libavutil60 libswscale9 python3-pip
  libswresample6 python3-nltk libavformat62 libde265-0
Learn more about Ubuntu Pro at https://ubuntu.com/pro
Upgrading:
  base-files                  gpg                    language-pack-gnome-en       libnautilus-extension4  linux-image-generic                    python-apt-common
  bpftool                     gpg-agent              language-pack-gnome-en-base  libpam-modules          linux-libc-dev                         python3-apt
  dirmngr                     gpg-wks-client         language-pack-gnome-fr       libpam-modules-bin      linux-modules-nvidia-595-open-generic  python3-distupgrade
  gnome-control-center        gpgconf                language-pack-gnome-fr-base  libpam-runtime          linux-perf                             python3-pil
  gnome-control-center-data   gpgsm                  libaudit-common              libpam-sss              linux-tools-common                     signal-desktop
  gnome-control-center-faces  gpgv                   libaudit1                    libpam0g                nautilus                               spice-vdagent
  gnupg                       language-pack-en       libevent-core-2.1-7t64       librabbitmq4            nautilus-data                          sudo-rs
  gnupg-l10n                  language-pack-en-base  libevent-extra-2.1-7t64      libssh2-1t64            openssh-client                         ubuntu-release-upgrader-core
  gnupg-utils                 language-pack-fr       libflashrom1                 linux-generic           openssh-server                         ubuntu-release-upgrader-gtk
  google-chrome-stable        language-pack-fr-base  libgcrypt20                  linux-headers-generic   openssh-sftp-server                    xdg-terminal-exec

Installing dependencies:
  linux-headers-7.0.0-31          linux-image-7.0.0-31-generic             linux-modules-7.0.0-31-generic                  linux-tools-7.0.0-31
  linux-headers-7.0.0-31-generic  linux-main-modules-zfs-7.0.0-31-generic  linux-modules-nvidia-595-open-7.0.0-31-generic  linux-tools-7.0.0-31-generic

Suggested packages:
  linux-tools

Summary:
  Upgrading: 60, Installing: 8, Removing: 0, Not Upgrading: 0
26 standard LTS security updates
  Download size: 501 MB / 507 MB
  Space needed: 460 MB / 2935 MB available

Continue? [Y/n] y
Get:1 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 libpam-runtime all 1.7.0-5ubuntu3.2 [149 kB]
Get:2 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 libaudit-common all 1:4.1.2-1ubuntu0.1 [4958 B]                                
Get:3 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 libaudit1 amd64 1:4.1.2-1ubuntu0.1 [55.1 kB]
Get:4 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 libpam0g amd64 1.7.0-5ubuntu3.2 [65.0 kB]
Get:5 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 libpam-modules-bin amd64 1.7.0-5ubuntu3.2 [45.6 kB]
Get:6 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 libpam-modules amd64 1.7.0-5ubuntu3.2 [193 kB]
Get:7 https://dl.google.com/linux/chrome-stable/deb stable/main amd64 google-chrome-stable amd64 152.0.7977.82-1 [141 MB]
Get:8 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 libgcrypt20 amd64 1.12.0-2ubuntu1.1 [675 kB]
Get:9 https://updates.signal.org/desktop/apt xenial/main amd64 signal-desktop amd64 8.26.0 [122 MB]     
Get:10 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 gpgv amd64 2.4.8-4ubuntu3.1 [155 kB]         
Get:11 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 gpg-wks-client amd64 2.4.8-4ubuntu3.1 [71.9 kB]
Get:12 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 dirmngr amd64 2.4.8-4ubuntu3.1 [327 kB]            
Get:13 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 gnupg-utils amd64 2.4.8-4ubuntu3.1 [127 kB]
Get:14 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 gpg-agent amd64 2.4.8-4ubuntu3.1 [236 kB]      
Get:15 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 gpg amd64 2.4.8-4ubuntu3.1 [637 kB]         
Get:16 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 gpgconf amd64 2.4.8-4ubuntu3.1 [106 kB]
Get:17 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 gnupg all 2.4.8-4ubuntu3.1 [311 kB]       
Get:18 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 gpgsm amd64 2.4.8-4ubuntu3.1 [239 kB]    
Get:19 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 sudo-rs amd64 0.2.13-0ubuntu1.2 [596 kB] 
Get:20 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 openssh-sftp-server amd64 1:10.2p1-2ubuntu3.6 [37.4 kB]
Get:21 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 openssh-server amd64 1:10.2p1-2ubuntu3.6 [622 kB]      
Get:22 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 openssh-client amd64 1:10.2p1-2ubuntu3.6 [935 kB]
Get:23 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 bpftool amd64 7.7.0+7.0.0-31.31 [1030 kB]       
Get:24 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 gnome-control-center-data all 1:50.3-0ubuntu0.2 [161 kB]
Get:25 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 gnome-control-center amd64 1:50.3-0ubuntu0.2 [1871 kB]      
Get:26 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 gnome-control-center-faces all 1:50.3-0ubuntu0.2 [1115 kB]
Get:27 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 gnupg-l10n all 2.4.8-4ubuntu3.1 [68.8 kB]                    
Get:28 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 libevent-extra-2.1-7t64 amd64 2.1.12-stable-10ubuntu0.1 [64.7 kB]
Get:29 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 libevent-core-2.1-7t64 amd64 2.1.12-stable-10ubuntu0.1 [92.4 kB]
Get:30 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 libflashrom1 amd64 1.6.0-2ubuntu1.1 [226 kB]               
Get:31 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 nautilus amd64 1:50.2.2-0ubuntu0.1 [570 kB]     
Get:32 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 nautilus-data all 1:50.2.2-0ubuntu0.1 [17.0 kB] 
Get:33 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 libnautilus-extension4 amd64 1:50.2.2-0ubuntu0.1 [22.7 kB]
Get:34 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 librabbitmq4 amd64 0.15.0-1ubuntu0.26.04.2 [37.7 kB]        
Get:35 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 libssh2-1t64 amd64 1.11.1-1ubuntu0.26.04.4 [138 kB]
Get:36 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 linux-main-modules-zfs-7.0.0-31-generic amd64 7.0.0-31.31+2 [2418 kB]
Get:37 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 linux-modules-7.0.0-31-generic amd64 7.0.0-31.31 [169 MB]                  
Get:38 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 linux-image-7.0.0-31-generic amd64 7.0.0-31.31 [17.0 MB]             
Get:39 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 linux-generic amd64 7.0.0-31.31 [1690 B]
Get:40 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 linux-image-generic amd64 7.0.0-31.31 [2466 B]                                                                  
Get:41 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 linux-headers-7.0.0-31 all 7.0.0-31.31 [14.9 MB]                                                                
Get:42 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 linux-headers-7.0.0-31-generic amd64 7.0.0-31.31 [4226 kB]                                                      
Get:43 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 linux-headers-generic amd64 7.0.0-31.31 [2318 B]                                                                
Get:44 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 linux-libc-dev amd64 7.0.0-31.31 [1645 kB]                                                                      
Get:45 http://fr.archive.ubuntu.com/ubuntu resolute-updates/restricted amd64 linux-modules-nvidia-595-open-7.0.0-31-generic amd64 7.0.0-31.31 [8055 kB]                                
Get:46 http://fr.archive.ubuntu.com/ubuntu resolute-updates/restricted amd64 linux-modules-nvidia-595-open-generic amd64 7.0.0-31.31 [6190 B]                                          
Get:47 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 linux-perf amd64 7.0.0-31.31 [7074 kB]                                                                          
Get:48 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 linux-tools-common all 7.0.0-31.31 [135 kB]                                                                     
Get:49 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 linux-tools-7.0.0-31 amd64 7.0.0-31.31 [1405 kB]                                                                
Get:50 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 linux-tools-7.0.0-31-generic amd64 7.0.0-31.31 [1608 B]                                                         
Get:51 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 python3-pil amd64 12.1.1-2ubuntu1.3 [488 kB]                                                                    
Get:52 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 spice-vdagent amd64 0.23.0-1ubuntu0.1 [66.0 kB]                                                                 
Get:53 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 xdg-terminal-exec all 0.14.0-1ubuntu0.1 [23.9 kB]                                                               
Get:54 http://fr.archive.ubuntu.com/ubuntu resolute-updates/main amd64 libpam-sss amd64 2.12.0-1ubuntu5.4 [49.9 kB]                                                                    
Fetched 501 MB in 9s (57.2 MB/s)                                                                                                                                                       
Extracting templates from packages: 100%
Preconfiguring packages ...
(Reading database ... 311448 files and directories currently installed.)
Preparing to unpack .../base-files_14ubuntu6.2_amd64.deb ...
Unpacking base-files (14ubuntu6.2) over (14ubuntu6.1) ...
Setting up base-files (14ubuntu6.2) ...
Installing new version of config file /etc/issue ...
Installing new version of config file /etc/issue.net ...
Installing new version of config file /etc/lsb-release ...
(Reading database ... 311448 files and directories currently installed.)
Preparing to unpack .../libpam-runtime_1.7.0-5ubuntu3.2_all.deb ...
Unpacking libpam-runtime (1.7.0-5ubuntu3.2) over (1.7.0-5ubuntu3.1) ...
Setting up libpam-runtime (1.7.0-5ubuntu3.2) ...
(Reading database ... 311448 files and directories currently installed.)
Preparing to unpack .../libaudit-common_1%3a4.1.2-1ubuntu0.1_all.deb ...
Unpacking libaudit-common (1:4.1.2-1ubuntu0.1) over (1:4.1.2-1build1) ...
Setting up libaudit-common (1:4.1.2-1ubuntu0.1) ...
(Reading database ... 311448 files and directories currently installed.)
Preparing to unpack .../libaudit1_1%3a4.1.2-1ubuntu0.1_amd64.deb ...
Unpacking libaudit1:amd64 (1:4.1.2-1ubuntu0.1) over (1:4.1.2-1build1) ...
Setting up libaudit1:amd64 (1:4.1.2-1ubuntu0.1) ...
(Reading database ... 311448 files and directories currently installed.)
Preparing to unpack .../libpam0g_1.7.0-5ubuntu3.2_amd64.deb ...
Unpacking libpam0g:amd64 (1.7.0-5ubuntu3.2) over (1.7.0-5ubuntu3.1) ...
Setting up libpam0g:amd64 (1.7.0-5ubuntu3.2) ...
(Reading database ... 311448 files and directories currently installed.)
Preparing to unpack .../libpam-modules-bin_1.7.0-5ubuntu3.2_amd64.deb ...
Unpacking libpam-modules-bin (1.7.0-5ubuntu3.2) over (1.7.0-5ubuntu3.1) ...
Setting up libpam-modules-bin (1.7.0-5ubuntu3.2) ...
(Reading database ... 311448 files and directories currently installed.)
Preparing to unpack .../libpam-modules_1.7.0-5ubuntu3.2_amd64.deb ...
Unpacking libpam-modules:amd64 (1.7.0-5ubuntu3.2) over (1.7.0-5ubuntu3.1) ...
Setting up libpam-modules:amd64 (1.7.0-5ubuntu3.2) ...
(Reading database ... 311448 files and directories currently installed.)
Preparing to unpack .../0-google-chrome-stable_152.0.7977.82-1_amd64.deb ...
Unpacking google-chrome-stable (152.0.7977.82-1) over (151.0.7922.173-1) ...
Preparing to unpack .../1-language-pack-en_1%3a26.04+20260818_all.deb ...
Unpacking language-pack-en (1:26.04+20260818) over (1:26.04+20260417) ...
Preparing to unpack .../2-language-pack-en-base_1%3a26.04+20260818_all.deb ...
Unpacking language-pack-en-base (1:26.04+20260818) over (1:26.04+20260417) ...
Preparing to unpack .../3-language-pack-fr_1%3a26.04+20260818_all.deb ...
Unpacking language-pack-fr (1:26.04+20260818) over (1:26.04+20260417) ...
Preparing to unpack .../4-language-pack-fr-base_1%3a26.04+20260818_all.deb ...
Unpacking language-pack-fr-base (1:26.04+20260818) over (1:26.04+20260417) ...
Preparing to unpack .../5-language-pack-gnome-en_1%3a26.04+20260818_all.deb ...
Unpacking language-pack-gnome-en (1:26.04+20260818) over (1:26.04+20260417) ...
Preparing to unpack .../6-language-pack-gnome-en-base_1%3a26.04+20260818_all.deb ...
Unpacking language-pack-gnome-en-base (1:26.04+20260818) over (1:26.04+20260417) ...
Preparing to unpack .../7-language-pack-gnome-fr_1%3a26.04+20260818_all.deb ...
Unpacking language-pack-gnome-fr (1:26.04+20260818) over (1:26.04+20260417) ...
Preparing to unpack .../8-language-pack-gnome-fr-base_1%3a26.04+20260818_all.deb ...
Unpacking language-pack-gnome-fr-base (1:26.04+20260818) over (1:26.04+20260417) ...
Preparing to unpack .../9-libgcrypt20_1.12.0-2ubuntu1.1_amd64.deb ...
Unpacking libgcrypt20:amd64 (1.12.0-2ubuntu1.1) over (1.12.0-2ubuntu1) ...
Setting up libgcrypt20:amd64 (1.12.0-2ubuntu1.1) ...
(Reading database ... 311306 files and directories currently installed.)
Preparing to unpack .../gpgv_2.4.8-4ubuntu3.1_amd64.deb ...
Unpacking gpgv (2.4.8-4ubuntu3.1) over (2.4.8-4ubuntu3) ...
Setting up gpgv (2.4.8-4ubuntu3.1) ...
(Reading database ... 311306 files and directories currently installed.)
Preparing to unpack .../00-python-apt-common_3.1.0ubuntu1.1_all.deb ...
Unpacking python-apt-common (3.1.0ubuntu1.1) over (3.1.0ubuntu1) ...
Preparing to unpack .../01-gpg-wks-client_2.4.8-4ubuntu3.1_amd64.deb ...
Unpacking gpg-wks-client (2.4.8-4ubuntu3.1) over (2.4.8-4ubuntu3) ...
Preparing to unpack .../02-dirmngr_2.4.8-4ubuntu3.1_amd64.deb ...
Unpacking dirmngr (2.4.8-4ubuntu3.1) over (2.4.8-4ubuntu3) ...
Preparing to unpack .../03-gnupg-utils_2.4.8-4ubuntu3.1_amd64.deb ...
Unpacking gnupg-utils (2.4.8-4ubuntu3.1) over (2.4.8-4ubuntu3) ...
Preparing to unpack .../04-gpg-agent_2.4.8-4ubuntu3.1_amd64.deb ...
Unpacking gpg-agent (2.4.8-4ubuntu3.1) over (2.4.8-4ubuntu3) ...
Preparing to unpack .../05-gpg_2.4.8-4ubuntu3.1_amd64.deb ...
Unpacking gpg (2.4.8-4ubuntu3.1) over (2.4.8-4ubuntu3) ...
Preparing to unpack .../06-gpgconf_2.4.8-4ubuntu3.1_amd64.deb ...
Unpacking gpgconf (2.4.8-4ubuntu3.1) over (2.4.8-4ubuntu3) ...
Preparing to unpack .../07-gnupg_2.4.8-4ubuntu3.1_all.deb ...
Unpacking gnupg (2.4.8-4ubuntu3.1) over (2.4.8-4ubuntu3) ...
Preparing to unpack .../08-gpgsm_2.4.8-4ubuntu3.1_amd64.deb ...
Unpacking gpgsm (2.4.8-4ubuntu3.1) over (2.4.8-4ubuntu3) ...
Preparing to unpack .../09-python3-apt_3.1.0ubuntu1.1_amd64.deb ...
Unpacking python3-apt (3.1.0ubuntu1.1) over (3.1.0ubuntu1) ...
Preparing to unpack .../10-sudo-rs_0.2.13-0ubuntu1.2_amd64.deb ...
Unpacking sudo-rs (0.2.13-0ubuntu1.2) over (0.2.13-0ubuntu1) ...
Preparing to unpack .../11-openssh-sftp-server_1%3a10.2p1-2ubuntu3.6_amd64.deb ...
Unpacking openssh-sftp-server (1:10.2p1-2ubuntu3.6) over (1:10.2p1-2ubuntu3.5) ...
Preparing to unpack .../12-openssh-server_1%3a10.2p1-2ubuntu3.6_amd64.deb ...
Unpacking openssh-server (1:10.2p1-2ubuntu3.6) over (1:10.2p1-2ubuntu3.5) ...
Preparing to unpack .../13-openssh-client_1%3a10.2p1-2ubuntu3.6_amd64.deb ...
Unpacking openssh-client (1:10.2p1-2ubuntu3.6) over (1:10.2p1-2ubuntu3.5) ...
Preparing to unpack .../14-ubuntu-release-upgrader-gtk_1%3a26.04.23_all.deb ...
Unpacking ubuntu-release-upgrader-gtk (1:26.04.23) over (1:26.04.22) ...
Preparing to unpack .../15-ubuntu-release-upgrader-core_1%3a26.04.23_all.deb ...
Unpacking ubuntu-release-upgrader-core (1:26.04.23) over (1:26.04.22) ...
Preparing to unpack .../16-python3-distupgrade_1%3a26.04.23_all.deb ...
Unpacking python3-distupgrade (1:26.04.23) over (1:26.04.22) ...
Preparing to unpack .../17-bpftool_7.7.0+7.0.0-31.31_amd64.deb ...
Unpacking bpftool (7.7.0+7.0.0-31.31) over (7.7.0+7.0.0-30.30) ...
Preparing to unpack .../18-gnome-control-center-data_1%3a50.3-0ubuntu0.2_all.deb ...
Unpacking gnome-control-center-data (1:50.3-0ubuntu0.2) over (1:50.3-0ubuntu0.1) ...
Preparing to unpack .../19-gnome-control-center_1%3a50.3-0ubuntu0.2_amd64.deb ...
Unpacking gnome-control-center (1:50.3-0ubuntu0.2) over (1:50.3-0ubuntu0.1) ...
Preparing to unpack .../20-gnome-control-center-faces_1%3a50.3-0ubuntu0.2_all.deb ...
Unpacking gnome-control-center-faces (1:50.3-0ubuntu0.2) over (1:50.3-0ubuntu0.1) ...
Preparing to unpack .../21-gnupg-l10n_2.4.8-4ubuntu3.1_all.deb ...
Unpacking gnupg-l10n (2.4.8-4ubuntu3.1) over (2.4.8-4ubuntu3) ...
Preparing to unpack .../22-libevent-extra-2.1-7t64_2.1.12-stable-10ubuntu0.1_amd64.deb ...
Unpacking libevent-extra-2.1-7t64:amd64 (2.1.12-stable-10ubuntu0.1) over (2.1.12-stable-10build2) ...
Preparing to unpack .../23-libevent-core-2.1-7t64_2.1.12-stable-10ubuntu0.1_amd64.deb ...
Unpacking libevent-core-2.1-7t64:amd64 (2.1.12-stable-10ubuntu0.1) over (2.1.12-stable-10build2) ...
Preparing to unpack .../24-libflashrom1_1.6.0-2ubuntu1.1_amd64.deb ...
Unpacking libflashrom1:amd64 (1.6.0-2ubuntu1.1) over (1.6.0-2ubuntu1) ...
Preparing to unpack .../25-nautilus_1%3a50.2.2-0ubuntu0.1_amd64.deb ...
Unpacking nautilus (1:50.2.2-0ubuntu0.1) over (1:50.0-0ubuntu2) ...
Preparing to unpack .../26-nautilus-data_1%3a50.2.2-0ubuntu0.1_all.deb ...
Unpacking nautilus-data (1:50.2.2-0ubuntu0.1) over (1:50.0-0ubuntu2) ...
Preparing to unpack .../27-libnautilus-extension4_1%3a50.2.2-0ubuntu0.1_amd64.deb ...
Unpacking libnautilus-extension4:amd64 (1:50.2.2-0ubuntu0.1) over (1:50.0-0ubuntu2) ...
Preparing to unpack .../28-librabbitmq4_0.15.0-1ubuntu0.26.04.2_amd64.deb ...
Unpacking librabbitmq4:amd64 (0.15.0-1ubuntu0.26.04.2) over (0.15.0-1ubuntu0.26.04.1) ...
Preparing to unpack .../29-libssh2-1t64_1.11.1-1ubuntu0.26.04.4_amd64.deb ...
Unpacking libssh2-1t64:amd64 (1.11.1-1ubuntu0.26.04.4) over (1.11.1-1ubuntu0.26.04.3) ...
Selecting previously unselected package linux-main-modules-zfs-7.0.0-31-generic.
Preparing to unpack .../30-linux-main-modules-zfs-7.0.0-31-generic_7.0.0-31.31+2_amd64.deb ...
Unpacking linux-main-modules-zfs-7.0.0-31-generic (7.0.0-31.31+2) ...
Selecting previously unselected package linux-modules-7.0.0-31-generic.
Preparing to unpack .../31-linux-modules-7.0.0-31-generic_7.0.0-31.31_amd64.deb ...
Unpacking linux-modules-7.0.0-31-generic (7.0.0-31.31) ...
Selecting previously unselected package linux-image-7.0.0-31-generic.
Preparing to unpack .../32-linux-image-7.0.0-31-generic_7.0.0-31.31_amd64.deb ...
Unpacking linux-image-7.0.0-31-generic (7.0.0-31.31) ...
Preparing to unpack .../33-linux-generic_7.0.0-31.31_amd64.deb ...
Unpacking linux-generic (7.0.0-31.31) over (7.0.0-30.30) ...
Preparing to unpack .../34-linux-image-generic_7.0.0-31.31_amd64.deb ...
Unpacking linux-image-generic (7.0.0-31.31) over (7.0.0-30.30) ...
Selecting previously unselected package linux-headers-7.0.0-31.
Preparing to unpack .../35-linux-headers-7.0.0-31_7.0.0-31.31_all.deb ...
Unpacking linux-headers-7.0.0-31 (7.0.0-31.31) ...
Selecting previously unselected package linux-headers-7.0.0-31-generic.
Preparing to unpack .../36-linux-headers-7.0.0-31-generic_7.0.0-31.31_amd64.deb ...
Unpacking linux-headers-7.0.0-31-generic (7.0.0-31.31) ...
Preparing to unpack .../37-linux-headers-generic_7.0.0-31.31_amd64.deb ...
Unpacking linux-headers-generic (7.0.0-31.31) over (7.0.0-30.30) ...
Preparing to unpack .../38-linux-libc-dev_7.0.0-31.31_amd64.deb ...
Unpacking linux-libc-dev:amd64 (7.0.0-31.31) over (7.0.0-30.30) ...
Selecting previously unselected package linux-modules-nvidia-595-open-7.0.0-31-generic.
Preparing to unpack .../39-linux-modules-nvidia-595-open-7.0.0-31-generic_7.0.0-31.31_amd64.deb ...
Unpacking linux-modules-nvidia-595-open-7.0.0-31-generic (7.0.0-31.31) ...
Preparing to unpack .../40-linux-modules-nvidia-595-open-generic_7.0.0-31.31_amd64.deb ...
Unpacking linux-modules-nvidia-595-open-generic (7.0.0-31.31) over (7.0.0-30.30) ...
Preparing to unpack .../41-linux-perf_7.0.0-31.31_amd64.deb ...
Unpacking linux-perf (7.0.0-31.31) over (7.0.0-30.30) ...
Preparing to unpack .../42-linux-tools-common_7.0.0-31.31_all.deb ...
Unpacking linux-tools-common (7.0.0-31.31) over (7.0.0-30.30) ...
Selecting previously unselected package linux-tools-7.0.0-31.
Preparing to unpack .../43-linux-tools-7.0.0-31_7.0.0-31.31_amd64.deb ...
Unpacking linux-tools-7.0.0-31 (7.0.0-31.31) ...
Selecting previously unselected package linux-tools-7.0.0-31-generic.
Preparing to unpack .../44-linux-tools-7.0.0-31-generic_7.0.0-31.31_amd64.deb ...
Unpacking linux-tools-7.0.0-31-generic (7.0.0-31.31) ...
Preparing to unpack .../45-python3-pil_12.1.1-2ubuntu1.3_amd64.deb ...
Unpacking python3-pil:amd64 (12.1.1-2ubuntu1.3) over (12.1.1-2ubuntu1.2) ...
Preparing to unpack .../46-signal-desktop_8.26.0_amd64.deb ...
Unpacking signal-desktop (8.26.0) over (8.24.1) ...
Preparing to unpack .../47-spice-vdagent_0.23.0-1ubuntu0.1_amd64.deb ...
Unpacking spice-vdagent (0.23.0-1ubuntu0.1) over (0.23.0-1) ...
Preparing to unpack .../48-xdg-terminal-exec_0.14.0-1ubuntu0.1_all.deb ...
Unpacking xdg-terminal-exec (0.14.0-1ubuntu0.1) over (0.14.0-1) ...
Preparing to unpack .../49-libpam-sss_2.12.0-1ubuntu5.4_amd64.deb ...
Unpacking libpam-sss:amd64 (2.12.0-1ubuntu5.4) over (2.12.0-1ubuntu5.3) ...
Setting up librabbitmq4:amd64 (0.15.0-1ubuntu0.26.04.2) ...
Setting up google-chrome-stable (152.0.7977.82-1) ...
Setting up bpftool (7.7.0+7.0.0-31.31) ...
Setting up openssh-client (1:10.2p1-2ubuntu3.6) ...
Setting up linux-libc-dev:amd64 (7.0.0-31.31) ...
Setting up nautilus-data (1:50.2.2-0ubuntu0.1) ...
Setting up python3-pil:amd64 (12.1.1-2ubuntu1.3) ...
Setting up libflashrom1:amd64 (1.6.0-2ubuntu1.1) ...
Setting up linux-headers-7.0.0-31 (7.0.0-31.31) ...
Setting up linux-perf (7.0.0-31.31) ...
Setting up xdg-terminal-exec (0.14.0-1ubuntu0.1) ...
Setting up gnome-control-center-data (1:50.3-0ubuntu0.2) ...
Setting up gnupg-l10n (2.4.8-4ubuntu3.1) ...
Setting up libnautilus-extension4:amd64 (1:50.2.2-0ubuntu0.1) ...
Setting up spice-vdagent (0.23.0-1ubuntu0.1) ...
invoke-rc.d: could not determine current runlevel
Setting up signal-desktop (8.26.0) ...
unshare: unshare failed: Operation not permitted
Setting up python-apt-common (3.1.0ubuntu1.1) ...
Setting up gnome-control-center-faces (1:50.3-0ubuntu0.2) ...
Setting up gpgconf (2.4.8-4ubuntu3.1) ...
Setting up libevent-core-2.1-7t64:amd64 (2.1.12-stable-10ubuntu0.1) ...
Setting up libssh2-1t64:amd64 (1.11.1-1ubuntu0.26.04.4) ...
Setting up linux-tools-common (7.0.0-31.31) ...
Setting up libpam-sss:amd64 (2.12.0-1ubuntu5.4) ...
Setting up gpg (2.4.8-4ubuntu3.1) ...
Setting up sudo-rs (0.2.13-0ubuntu1.2) ...
Setting up gnupg-utils (2.4.8-4ubuntu3.1) ...
Setting up openssh-sftp-server (1:10.2p1-2ubuntu3.6) ...
Setting up gpg-agent (2.4.8-4ubuntu3.1) ...
Setting up linux-headers-7.0.0-31-generic (7.0.0-31.31) ...
Setting up openssh-server (1:10.2p1-2ubuntu3.6) ...
invoke-rc.d: could not determine current runlevel
Setting up python3-apt (3.1.0ubuntu1.1) ...
Setting up gpgsm (2.4.8-4ubuntu3.1) ...
Setting up linux-headers-generic (7.0.0-31.31) ...
Setting up python3-distupgrade (1:26.04.23) ...
Setting up dirmngr (2.4.8-4ubuntu3.1) ...
Setting up ubuntu-release-upgrader-core (1:26.04.23) ...
Setting up libevent-extra-2.1-7t64:amd64 (2.1.12-stable-10ubuntu0.1) ...
Setting up gnupg (2.4.8-4ubuntu3.1) ...
Setting up ubuntu-release-upgrader-gtk (1:26.04.23) ...
Setting up linux-tools-7.0.0-31 (7.0.0-31.31) ...
Setting up gpg-wks-client (2.4.8-4ubuntu3.1) ...
Setting up linux-tools-7.0.0-31-generic (7.0.0-31.31) ...
Setting up linux-image-7.0.0-31-generic (7.0.0-31.31) ...
I: /boot/vmlinuz.old is now a symlink to vmlinuz-7.0.0-30-generic
I: /boot/initrd.img.old is now a symlink to initrd.img-7.0.0-30-generic
I: /boot/vmlinuz is now a symlink to vmlinuz-7.0.0-31-generic
I: /boot/initrd.img is now a symlink to initrd.img-7.0.0-31-generic
Setting up language-pack-en (1:26.04+20260818) ...
Setting up language-pack-fr (1:26.04+20260818) ...
Setting up linux-main-modules-zfs-7.0.0-31-generic (7.0.0-31.31+2) ...
Setting up language-pack-gnome-en (1:26.04+20260818) ...
Setting up language-pack-en-base (1:26.04+20260818) ...
Generating locales (this might take a while)...
Generation complete.
Setting up language-pack-gnome-fr (1:26.04+20260818) ...
Setting up language-pack-gnome-fr-base (1:26.04+20260818) ...
Setting up linux-modules-7.0.0-31-generic (7.0.0-31.31) ...
Setting up linux-modules-nvidia-595-open-7.0.0-31-generic (7.0.0-31.31) ...
Setting up linux-modules-nvidia-595-open-generic (7.0.0-31.31) ...
Setting up language-pack-fr-base (1:26.04+20260818) ...
Generating locales (this might take a while)...
Generation complete.
Setting up language-pack-gnome-en-base (1:26.04+20260818) ...
Setting up linux-image-generic (7.0.0-31.31) ...
Setting up linux-generic (7.0.0-31.31) ...
Processing triggers for gnome-menus (3.38.1-1ubuntu1) ...
Processing triggers for plymouth (24.004.60+git20250831.4a3c171d-0ubuntu8) ...
Processing triggers for libc-bin (2.43-2ubuntu2.3) ...
Processing triggers for ufw (0.36.2-9build1) ...
WARN: Couldn't find pid (is /proc mounted?)
Processing triggers for man-db (2.13.1-1build1) ...
Processing triggers for cracklib-runtime (2.9.6-5.2build3) ...
Processing triggers for libglib2.0-0t64:i386 (2.88.0-1) ...
Processing triggers for libglib2.0-0t64:amd64 (2.88.0-1) ...
Processing triggers for install-info (7.2-5ubuntu2) ...
Processing triggers for mailcap (3.75ubuntu1.1) ...
Setting up nautilus (1:50.2.2-0ubuntu0.1) ...
Setting up gnome-control-center (1:50.3-0ubuntu0.2) ...
Processing triggers for desktop-file-utils (0.28-1build1) ...
Processing triggers for hicolor-icon-theme (0.18-2build1) ...
Processing triggers for initramfs-tools (0.151ubuntu1) ...
update-initramfs: Generating /boot/initrd.img-7.0.0-30-generic
W: missing /lib/modules/7.0.0-30-generic
W: Ensure all necessary drivers are built into the linux image!
depmod: ERROR: could not open directory /lib/modules/7.0.0-30-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
W: Can't find modules.builtin.modinfo (for locating built-in drivers' firmware, supported in Linux >=5.2)
cat: /var/tmp/mkinitramfs_qliR5h/lib/modules/7.0.0-30-generic/modules.builtin: No such file or directory
depmod: WARNING: could not open modules.order at /var/tmp/mkinitramfs_qliR5h/lib/modules/7.0.0-30-generic: No such file or directory
depmod: WARNING: could not open modules.builtin at /var/tmp/mkinitramfs_qliR5h/lib/modules/7.0.0-30-generic: No such file or directory
depmod: WARNING: could not open modules.builtin.modinfo at /var/tmp/mkinitramfs_qliR5h/lib/modules/7.0.0-30-generic: No such file or directory
Processing triggers for plymouth-theme-ubuntu-text (24.004.60+git20250831.4a3c171d-0ubuntu8) ...
Processing triggers for linux-image-7.0.0-31-generic (7.0.0-31.31) ...
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-7.0.0-31-generic
/etc/kernel/postinst.d/kdump-tools:
W: kdump-tools: Executing in a chroot, skipping initramfs generation.
Processing triggers for initramfs-tools (0.151ubuntu1) ...
update-initramfs: Generating /boot/initrd.img-7.0.0-31-generic
root@ubuntu:/boot/efi# ls
root@ubuntu:/boot/efi# 

Hors ligne

#49 Le 04/09/2026, à 11:45

geole

Re : Erreur au démarrage "Failed to mount boot-efi.mount"

ZBonjour.
Tu as  bien perdu un certain  nombre de fichiers. On en voit un manquant dans la mise à jour.

 depmod: ERROR: could not open directory /lib/modules/7.0.0-30-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory  

Tu  viens d’installer  le noyau 31 mais le noyau 30  ne va certainement plus fonctionner.
Peux-tu booter normalement?
Le réseau fonctionne-t-il ?
S’il ne fonctionne pas, il faudra certainement le réinstaller en technique chroot. Présentement, je ne connais pas la.commande,
Je suppose que c’est

  apt install --reinstall network-manager network-manager-gnome   

On s’occupera de la partition fat uniquement à la fin. Il faudra aussi réinstaller ce qui manque,

I.A. a écrit :

  Aperçu IA
Pour ajouter et activer la prise en charge de l'encodage ISO-8859-1 (Latin1) sur Ubuntu sans avoir à réinstaller le système, vous devez générer la locale correspondante via le terminal. [1] (https://unix.stackexchange.com/question … r-encoding
Activer la locale ISO-8859-1
Ouvrez un terminal.Installez ou configurez les locales avec la commande de reconfiguration :bashsudo dpkg-reconfigure locales
Utilisez le code avec précaution.
Dans la liste qui s'affiche, recherchez et cochez fr_FR.ISO-8859-1 (ou une autre variante comme en_US.ISO-8859-1 si nécessaire).
Choisissez ensuite la locale par défaut pour le système si vous le souhaitez, puis validez. [1] (https://unix.stackexchange.com/question … r-encoding)

Dernière modification par geole (Le 04/09/2026, à 12:02)


Les écrans de l'installateur 26.04 https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity

Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#50 Le 04/09/2026, à 11:55

xianbroc

Re : Erreur au démarrage "Failed to mount boot-efi.mount"

Je vais donc sortir du mode chroot et essayer de booter.
Mais dans quel état dois-je au préalable mettre mon fstab ?

UUID=9463-98E3  /boot/efi       vfat    umask=0077      0       1
correspond au /dev/nvme0n1p1

###UUID=9204-E71F  /boot/efi       vfat    umask=0077,nofail      0       1
correspond au /dev/nvme0n1p7 nouvellement créé

Dernière modification par xianbroc (Le 04/09/2026, à 12:09)

Hors ligne