So first of all its no a duplicate question, because i tried all options of the same questions and none of it worked.
I tried this one (it didnt work): How do I disable filesystem checking on boot in 20.04?
I tried to edit /etc/fstab
as super user and change dump
and pass
to 0
on my root
partition, didn't work as well.
I just did a fresh installation of ubuntu on my SSD and i'm trying to disable it, so i can say all my configs are default.
Also i'm using dual-boot with Windows 10 on the same disk, i don't know if this has someting to do, but may be good let you know.
The only thing that worked (but not permanently) was append fastboot
in Ubuntu option when i'm on GRUB screen, after pression e
with Ubuntu selected.
tune2fs
also has some settings that need to be checked. Also, Ubuntu Live DVD/USB always runs a file system check ON ITSELF to confirm a good DVD/USB build, before somebody does a bad install. – heynnema Aug 15 '21 at 14:09quiet splash
neither of them ran Filesystem check. I have never been able to get an automatic filesystem check with and installed system. – C.S.Cameron Aug 16 '21 at 12:25fsck
when booted to a Ubuntu Live DVD/USB. Many times it'll find errors that the automatic, repeating, file system check can't. Many users may not have the time/knowledge/tenacity to want to find out WHY something is happening... they just complain about the apparent reoccurring visual message. Until I'm shown/told that the user has made efforts to try and fix a broken file system, my comment stands... don't disable automatic checks on installed systems. – heynnema Aug 16 '21 at 12:51fsck
answer for the OP. Let's see if they take the time to test it... – heynnema Aug 16 '21 at 13:08fsck
command using a live DVD it didnt work, i even reinstalled ubuntu, i'm almost sure it was something to do with Windows dual boot, i had to erase everything from my SSD and reinstall Windows than Ubuntu so everything was installed correctly and i'm not getting the filesystem check on boot anymore. But when using HD i had this message for 1 year i thought it was normal, i recommend disable this thing following my answer if you had this message on boot all the time, its the only way, because there is no error no filesystem, you can check it how many times you want. – João Hamerski Sep 05 '21 at 20:37