Today when booting my EndeavourOS I got the following message for the first time:
A start job is running for /dev/disk/by-uuid/a7e82811-f7ea-4d44-a54e-9e2dafdd38b8 (no limit)
That uuid corresponds to my external ssd of my EndeavourOS installation. (I should mention that ever since installing it a year ago I’ve had the problem of my PC not shutting down correctly, like the screens would turn off but the PC fans would keep spinning, so I manually need to hold the power off button for it to shut it down completely, although I assume that is not relevant?)
I’m using systemd-boot & I did a sudo pacman -Syu yesterday before shutting down.
Here a few outputs:
cat /etc/kernel/cmdline
nvme_load=YES nowatchdog rw root=UUID=a7e82811-f7ea-4d44-a54e-9e2dafdd38b8 rw root=UUID=a7e82811-f7ea-4d44-a54e-9e2dafdd38b8
(I’ve noticed the ssd appears twice, I don’t know why but I assume that is not part of the problem?)
lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
loop0 squashfs 4.0
sda
├─sda1 ntfs Data 406E7D8C6E7D7B8A
└─sda2 ntfs Recover 28482A47482A145A
sdb
├─sdb1 vfat FAT32 8892-6D69
├─sdb2
├─sdb3 ntfs Boot 8CB29201B291F046
├─sdb4 ntfs 96DC9263DC923D85
└─sdb5 vfat FAT32 PRC_RP 90EE-302C
sdc
├─sdc1 vfat FAT32 BC53-DB39
└─sdc2 ext4 1.0 endeavouros a7e82811-f7ea-4d44-a54e-9e2dafdd38b8 605.9G 29% /
sdd
├─sdd1 vfat FAT32 NO_LABEL 3195-3F46
└─sdd2 ntfs Sandisk 82687F1C687F0DE3
sde
sdf iso9660 Joliet Extension EOS_202511 2025-11-24-21-31-18-00
├─sdf1 iso9660 Joliet Extension EOS_202511 2025-11-24-21-31-18-00
└─sdf2 vfat FAT32 ARCHISO_EFI 6924-CEA6
sr0
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).
#
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=BC53-DB39 /efi vfat fmask=0137,dmask=0027 0 2
UUID=a7e82811-f7ea-4d44-a54e-9e2dafdd38b8 / ext4 noatime 0 1
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
UUID=406E7D8C6E7D7B8A /mnt/data ntfs-3g defaults,nofail,uid=1000,gid=1000,dmask=0022,fmask=113 0 0
UUID=82687F1C687F0DE3 /mnt/sandisk ntfs-3g defaults,nofail,uid=1000,gid=1000,dmask=0022,fmask=113 0 0
efibootmgr -v
BootCurrent: 0008
BootOrder: 0002,0000,0005,0007,0004,0009,0008
Boot0000* Windows Boot Manager HD(...)/\EFI\MICROSOFT\BOOT\BOOTMGFW.EFI
Boot0002* Linux Boot Manager HD(...)/\EFI\SYSTEMD\SYSTEMD-BOOTX64.EFI
Boot0004* Manjaro HD(...)/\EFI\MANJARO\GRUBX64.EFI
Boot0005* UEFI OS HD(...)/\EFI\BOOT\BOOTX64.EFI
Boot0007* Windows Boot Manager HD(...)/\EFI\MICROSOFT\BOOT\BOOTMGFW.EFI
(I shortened the hex dumps a bit)
