The following lines show up in my /var/boot/boot.log
[ TIME ] Timed out waiting for device dev-disk-by\x2duuid-b0e53458\x2d3b4b\x2d4b2f\x2da3f5\x2dba36913890d2.d evice.
[DEPEND] Dependency failed for /dev/disk/by-uuid/b0e53458-3b4b-4b2f-a3f5-ba36913890d2.
[DEPEND] Dependency failed for Swap.
I recently resized my swap, and changed the name of one partition. However, they both work and my pc does boot. My swap partition mounts just fine at startup but I think it is looking for my old partitions which clearly aren't there. At least, that's what I think.
Furthermore, just before SDDM, I get a message saying Root_Filesystem:clean, followed by a USB error I have never seen before.
Firstly, how can I mute the root filesystem clean message and have it show up only if there is a problem, secondly, determine this usb error I am getting and fix it.
I am not sure where the file is that logs these messages, if anyone knows.
Thanks in advance.
Edit: Here's my /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>
# / was on /dev/sda1 during installation
UUID=4a4593cf-11b9-411b-a319-1ef5d7e8c610 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda5 during installation
UUID=61114d18-1c45-4eaf-a434-c1cb3d55a9f0 /home ext4 defaults 0 2
# swap was on /dev/sda6 during installation
UUID=4000e5a3-85a5-4a43-a275-a396cbd85448 none swap sw 0 0
UUID=34571856-ae81-40fb-944a-3ea1be423cfb /boot ext2 defaults 0 2
[ TIME ] Timed out waiting for device dev-disk-by\x2duuid-b0e53458\x2d3b4b\x2d4b2f\x2da3f5\x2dba36913890d2.d evice.
[DEPEND] Dependency failed for /dev/disk/by-uuid/b0e53458-3b4b-4b2f-a3f5-ba36913890d2.
[DEPEND] Dependency failed for Swap.
I recently resized my swap, and changed the name of one partition. However, they both work and my pc does boot. My swap partition mounts just fine at startup but I think it is looking for my old partitions which clearly aren't there. At least, that's what I think.
Furthermore, just before SDDM, I get a message saying Root_Filesystem:clean, followed by a USB error I have never seen before.
Firstly, how can I mute the root filesystem clean message and have it show up only if there is a problem, secondly, determine this usb error I am getting and fix it.
I am not sure where the file is that logs these messages, if anyone knows.
Thanks in advance.
Edit: Here's my /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>
# / was on /dev/sda1 during installation
UUID=4a4593cf-11b9-411b-a319-1ef5d7e8c610 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda5 during installation
UUID=61114d18-1c45-4eaf-a434-c1cb3d55a9f0 /home ext4 defaults 0 2
# swap was on /dev/sda6 during installation
UUID=4000e5a3-85a5-4a43-a275-a396cbd85448 none swap sw 0 0
UUID=34571856-ae81-40fb-944a-3ea1be423cfb /boot ext2 defaults 0 2
Comment