How to File System Check Failed During Bootup

# While booting, the system asks to do a file system integrity check
# Press Y to force the check or wait to skip.
#
# If for some reason the check fails it will ask for the root password
# or you can press ctrl+D to reboot.
#
# It's adviced to logon and perform the following command

fsck -y -v

# This will start the fill system integrity check while answering 'yes'
# to all questions it might ask and turn verbose output on.
# Once it's finished, reboot and it will boot properly.


Was this article helpful?

mood_bad Dislike 1
mood Like 0
visibility Views: 14041