Views:
41,014
Votes: 6
✅ Solution
Tags:
grub2
fsck
Link:
🔍 See Original Answer on Ask Ubuntu ⧉ 🔗
URL:
https://askubuntu.com/q/1038764
Title:
how to do I force-yes on fsck
ID:
/2018/05/21/how-to-do-I-force-yes-on-fsck
Created:
May 21, 2018
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
The answer to your question is here How can I make fsck run non-interactively at boot time?
To force ubuntu to fix all disk errors at boot you need to add FSCKFIX=yes
to the file /etc/default/rcS
. This tells fsck
to run with the -y
flag.