Erreur boot

Bonjour à tous,

J’ai une bug sur le démarrage de mon pc sous Debian trixie :

Timed out waiting for device dev-disk-by\x2duuid-88c4f67d\x2d5e5f\x2d4631\x2daeb4\x2d0be4760fbc20.device - /dev/disk/by-uuid/88c4f67d-5e5f-4631-aeb4-0be4760fbc20.
[DEPEND] Dependency failed for dev-disk-by\x2duuid-88c4f67d\x2d5e5f\x2d4631\x2daeb4\x2d0be4760fbc20.swap - /dev/disk/by-uuid/88c4f67d-5e5f-4631-aeb4-0be4760fbc20.
[DEPEND] Dependency failed for swap.target - Swaps.

J’ai fait

cat /etc/fstab
# /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).
#
# systemd generates mount units based on this file, see systemd.mount(5).
# Please run 'systemctl daemon-reload' after making changes here.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/nvme0n1p2 during installation
UUID=daa60a00-0f7d-4ada-ad68-fcb8db619cf1 /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=F3D2-55CD  /boot/efi       vfat    umask=0077      0       1
# /home was on /dev/nvme0n1p6 during installation
UUID=a817aad2-925b-4963-a963-b323907429a7 /home           ext4    defaults        0       2
# /tmp was on /dev/nvme0n1p5 during installation
UUID=28d7a32d-3148-4845-bc68-9d46db7b98b6 /tmp            ext4    defaults        0       2
# /var was on /dev/nvme0n1p3 during installation
UUID=23715967-a5c2-42e4-93fd-c487803c3d32 /var            ext4    defaults        0       2
# swap was on /dev/nvme0n1p4 during installation
UUID=5f3a67a2-7b42-4956-aa59-c5dc1e813434 none            swap    sw              0       0
# swap was on /dev/nvme0n1p2 during installation
UUID=88c4f67d-5e5f-4631-aeb4-0be4760fbc20 none            swap    sw              0       0
#mount NAS
//10.10.10.10/aaaaaaa/ cifs username=.......,password=!!!!!!!,nocase,noperm,file_mode=0777,dir_mode=0777 0 0

Merci pour votre aide

Le problème venait de cette ligne :-1: