===== Aucun périphérique SWAP correspondant est disponible ===== W: initramfs-tools configuration sets RESUME=UUID=97838164-6c47-4d2c-8bcd-bab6fb7c89 W: but no matching swap device is available. I: The initramfs will attempt to resume from /dev/nvme0n1p8 I: (UUID=2b5367cd-4517-4594-a724-845f767abb87) I: Set the RESUME variable to override this. Step 1: $ sudo blkid It will list get UUID of each device or partition on your system. Copy the UUID of swap partition. Step 2: $ sudo vim /etc/initramfs-tools/conf.d/resume Replace the available UUID with paste the UUID which you just copied and save it. Step 3: $ sudo update-initramfs -u