06-08-2017, 07:45 PM
Thanks for the help and link supergamer. This is what I did:
In the file /etc/default/grub:
I changed this line:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash fsck.mode=force fsck.repair=yes"
then:
sudo update-grub
fsck.mode=force is forcing a filesystem check at each boot.
fsck.repair=yes is forcing repairs at each check.
In the file /etc/default/grub:
I changed this line:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash fsck.mode=force fsck.repair=yes"
then:
sudo update-grub
fsck.mode=force is forcing a filesystem check at each boot.
fsck.repair=yes is forcing repairs at each check.