Every hard reboot seems to leave me with a screen that complains:
Starting Flush Journal to Persistent Storage
Timed out waiting for device ....672F
Dependency Failed File system check on ...672F
Dependency Failed /boot/efi
Dependency Failed Local File Systems
Then I get a bunch of options to continue.
CTRL-D usually works, though sometimes I have given a PW and looked around, then I exit, and all seems well at the GUI Login.
How can I get this stabilized so I get a quick boot?
Other times I have "knight-rider" asterisks going back and fourth and counting.... but it says (1 of 6) or (1 of 8) but it lies! It gets to the "of" number and just starts counting again at 1 of...
I did a sudo lsblk -f and see this:
sdc
├─sdc1
│ vfat C43D-672F 299.1M 0% /boot/efi
└─sdc2
ext4 c07076d8-5e11-43e1-9d62-1afc277124df 193.8G 53% /
I can see the boot is thought to be on the device 672F, which I believe is correct based on the many drives I have. That one is a SSD dedicated solely to Manjaro, and it looks like there is a little, teeney, weeney 300mb partition made as the grub? Am I learning this correctly?
So what is happening and How do I fix it please?
Note: I have seen some similar posts that talk about fixing fstab, but "fixing" is an unknown process for me yet.
Thanx!
My /etc/fstab is:
# /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=C43D-672F /boot/efi vfat umask=0077 0 2
UUID=c07076d8-5e11-43e1-9d62-1afc277124df / ext4 defaults,noatime,discard 0 1
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0