I changed my /etc/fstab from:
UUID=f1fc7345-be7a-4c6b-9559-fc6e2d445bfa / ext4 errors=remount-ro 0 1
UUID=4966-E925 /boot/efi vfat umask=0077 0 1
to this:
UUID=f1fc7345-be7a-4c6b-9559-fc6e2d445bfa / ext4 data=journal,errors=remount-ro 0 1 UUID=4966-E925 /boot/efi vfat umask=0077 0 1
Effectively adding data=journal, before errors=remount-ro option. The reasoning was this computer is running a fragile application 24/7, problems are the power cuts longer than my UPS can hold.
Upon the next boot the TTY greeted me, suppose I will be able to log in, is there a way to fix this?