Dependency failed for /home
Pero lo raro es que coincide el UUID correctamente. No se que puedo hacer. Además de que cuando inicio luego si, inicia correctamente.
Dejo las capturas por las dudas no se entienda, pero tengo el error en mi partición /home


alguna idea? les sucedió ésto? alguna idea como repararlo?
agrego mi fstab:
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
# /dev/sda5
UUID=897ef75b-bd31-422b-ab4c-4b0ff7de9e88 / ext4 rw,relatime,data=ordered 0 1
# /dev/sda3
UUID=5242ee7b-8579-429f-823b-e49b6388c045 /home ext4 rw,relatime,data=ordered 0 2
# /dev/sda2
UUID=c8a6f63f-191d-4a31-a12b-eca9a85f75d9 none swap defaults 0 0
y el listado del UUID:
[email protected] ~ # ls -l /dev/disk/by-uuid/
total 0
lrwxrwxrwx 1 root root 10 feb 19 16:45 5242ee7b-8579-429f-823b-e49b6388c045 -> ../../sda3
lrwxrwxrwx 1 root root 10 feb 19 16:45 897ef75b-bd31-422b-ab4c-4b0ff7de9e88 -> ../../sda5
lrwxrwxrwx 1 root root 10 feb 19 16:44 c8a6f63f-191d-4a31-a12b-eca9a85f75d9 -> ../../sda2
Desde ya muchas gracias!