Ce matin il y a eu pas mal de MAJ système et j'ai eu une erreur sur la MAJ du grub

Est-ce grave et que puis-je faire pour m'assurer que tout est OK ?
Merci pour votre aide
Echec du traitement du paquet - Erreur 32
Code : Tout sélectionner
/dev/nvme0n1p1: UUID="5392-8986" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="f80077db-01"
/dev/nvme0n1p2: UUID="bb082484-7d10-44fd-9dd8-2ffcbdbe6b2b" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="f80077db-02"
/dev/sda1: LABEL="SSD 1To" UUID="06c59814-d67f-4d5f-a166-2ac2feff6d75" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="1cea4bf3-5372-4922-8c9a-cefcd4e8a3ff"Code : Tout sélectionner
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/nvme0n1p2 during installation
UUID=bb082484-7d10-44fd-9dd8-2ffcbdbe6b2b / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=5392-8986 /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0
#
#sshfs 413j:
#
#sshfs#yo@192.168.2.98:/ /media/413j fuse port=22,user,noauto,noatime,intr 0 0
#sshfs#yo@192.168.2.99:/ /media/410j fuse port=22,user,noauto,noatime,intr 0 0
#yo@192.168.2.99:/ /media/410j fuse.sshfs port=22,user,noauto,noatime,intr 0 0
#yo@192.168.2.99:/ /media/410j fuse.sshfs port=22,user,allow_other,uid=1000,noauto,noatime,intr,_netdev 0 0
#yo@192.168.2.98:/ /media/413j fuse.sshfs port=22,user,allow_other,uid=1000,noauto,noatime,intr,_netdev 0 0
#
#
#
#NFS 413j:
#
192.168.2.98:/volume1/Bureau /media/Bureautique nfs defaults,user,noauto,noatime,intr 0 0
192.168.2.98:/volume3/Backup-TM /media/Backup-TM nfs defaults,user,noauto,noatime,intr 0 0
192.168.2.98:/volume2/Blu-Ray /media/Blu-Ray nfs defaults,user,noauto,noatime,intr 0 0
192.168.2.98:/volume1/Fourre-tout /media/Fourre-tout nfs defaults,user,noauto,noatime,intr 0 0
192.168.2.98:/volume1/Music /media/Music nfs defaults,user,noauto,noatime,intr 0 0
192.168.2.98:/volume1/Video /media/Video nfs defaults,user,noauto,noatime,intr 0 0
#
#
#NFS 410j:
#
192.168.2.99:/volume1/Multimedia /media/Multimedia nfs defaults,user,noauto,noatime,intr 0 0
192.168.2.99:/volume4/Videotheque /media/Videotheque nfs defaults,user,noauto,noatime,intr 0 0
192.168.2.99:/volume2/Films /media/Films nfs defaults,user,noauto,noatime,intr 0 0
192.168.2.99:/volume3/BD /media/BD nfs defaults,user,noauto,noatime,intr 0 0
192.168.2.99:/volume3/Filmographie /media/Filmographie nfs defaults,user,noauto,noatime,intr 0 0
#
Code : Tout sélectionner
nvme-eui.6479a71a54743130-part1 n'existe pasVoilà ce que ça donne :cyrille a écrit : dim. 2 févr. 2025 09:54 Commencé parCode : Tout sélectionner
sudo os-prober sudo update-grub
Code : Tout sélectionner
sudo update-grub
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/50_linuxmint.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-6.8.0-52-generic
Found initrd image: /boot/initrd.img-6.8.0-52-generic
Found linux image: /boot/vmlinuz-6.8.0-51-generic
Found initrd image: /boot/initrd.img-6.8.0-51-generic
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Adding boot menu entry for UEFI Firmware Settings ...
done
Code : Tout sélectionner
sudo apt upgrade
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
The following upgrades have been deferred due to phasing:
grub-common grub-pc grub-pc-bin grub2-common
0 mis à jour, 0 nouvellement installés, 0 à enlever et 4 non mis à jour.
1 partiellement installés ou enlevés.
Après cette opération, 0 o d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n] O
Paramétrage de grub-efi-amd64-signed (1.202.2+2.12-1ubuntu7.1) ...
mount: /var/lib/grub/esp: le périphérique spécial /dev/disk/by-id/nvme-eui.6479a71a54743130-part1 n'existe pas.
dmesg(1) may have more information after failed mount system call.
dpkg: erreur de traitement du paquet grub-efi-amd64-signed (--configure) :
le sous-processus paquet grub-efi-amd64-signed script post-installation installé a renvoyé un état de sortie d'erreur 32
Des erreurs ont été rencontrées pendant l'exécution :
grub-efi-amd64-signed
E: Sub-process /usr/bin/dpkg returned an error code (1)Code : Tout sélectionner
cat /etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`( . /etc/os-release; echo ${NAME:-Ubuntu} ) 2>/dev/null || echo Ubuntu`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
# If your computer has multiple operating systems installed, then you
# probably want to run os-prober. However, if your computer is a host
# for guest OSes installed via LVM or raw disk devices, running
# os-prober can cause damage to those guest OSes as it mounts
# filesystems to look for things.
#GRUB_DISABLE_OS_PROBER=false
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
Code : Tout sélectionner
cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-6.8.0-52-generic root=UUID=bb082484-7d10-44fd-9dd8-2ffcbdbe6b2b ro quiet splash