After upgrading my Ubuntu, I get this message:
/dev/sda2: clean, 908443/38690816 Files, 44176803/154733312 Blocks
and nothing happens.
Any suggestions to solve it?
I found this post related to my question, however, there is 30 sec problem there not lasting forever! My Ubuntu is running fsck on every bootup
So, my question is not about the content of this message since it's a normal fsck output. But the question is about why the system does not boot afterwards.
Recovery Mode
from GRUB menu? – Raphael Aug 08 '16 at 13:58i3
, the system boots fine. – Raphael Aug 08 '16 at 14:06sudo nano /etc/fstab
. There, you will be presented with something like this:UUID=86b4445t-8l98-2a56-2t8y-qw3mnbv6637t / ext4 errors=remount-ro 0 1
. Change the last1
with0
i.e., change it toUUID=86b4445t-8l98-2a56-2t8y-qw3mnbv6637t / ext4 errors=remount-ro 0 0
and see if it boots or not. – Raphael Aug 11 '16 at 10:04