I boot up my CentOS 7 PC and on startup, it shows me this error (see image) - if I press CTRL+D, it boots up fine. Is there a way to clear this message or default it to starting up normally because the entire computer works fine, just after CTRL+D. See image below:
The journalctl -l -xb
log can be found at the LINK below because there was too much text entered:
CLICK HERE TO SEE JOURNALCTL -L -XB FILE
My /etc/fstab/
file:
#
# /etc/fstab
# Created by anaconda on Tue Dec 11 14:28:31 2018
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
UUID=4d48ab0d-e1ab-4d7e-9f64-8481a7690060 / ext4 defaults 1 1
UUID=a7fad550-81d7-4150-8b76-e89584e4cfdf /boot ext4 defaults 1 2
UUID=0baabbc4-2dc0-4971-9d2b-c123e5ad7355 /home ext4 defaults 1 2
UUID=7756eafb-382c-46b3-aae8-e44d7e2cfe06 swap swap defaults 0 0
~
~
~
~
~
Thanks @terdon - does this help?
I've also run systemctl default
, systemctl reboot
and reboot
.
/etc/fstab
file, looks like you might have an issue with one of the tmpfs mounts. – terdon May 28 '20 at 08:19journalctl -xb
? – ekv_56 May 29 '20 at 14:11/etc/fstab
as I asked you yesterday. – terdon May 29 '20 at 14:12journalctl -xb
andcat /etc/fstab
and add the output to the question. – terdon May 29 '20 at 15:51vim
it. Thanks - @terdon. – ekv_56 May 30 '20 at 09:15journalctl -xb
is cut off in two ways: first, every line is truncated at 80 characters, so after the timestamp, hostname and message source, there is only the first 20 or so characters of each actual message. Some versions ofjournalctl
require adding the-l
option to get the full length of each line. Second, you've pasted just the first 23 lines of the actual output, and there should be much more. By default,journalctl
displays its output using a pager, so please usejournalctl -l -xb
and get all the pages (press space to get the next page). – telcoM May 30 '20 at 11:27journalctl -l -xb
file. – ekv_56 May 30 '20 at 11:46journalctl -l -xb
file. – ekv_56 May 30 '20 at 11:46