See the Security and Bug Fixes Section - Grub EFI Install Updates Fix Sticky


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to configure fsck to run automatically
#9
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.
Reply


Messages In This Thread
Re: How to configure fsck to run automatically - by skippy95 - 06-08-2017, 07:45 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)