Warning: Root device not mounted read-write

Hi, I did a fresh install with architect and all went fine. System is up and running smooth and very quick. Just one message is distracting me on bootup:

Warning: The root device is not configured to be mounted read-write! It may be fsck'd later.

What did I miss and how can I solve this, to get rid of the annoying message?

I think you’ll have to change the following line in your /etc/default/grub to false

# systemd-fsck can run the check automatically
GRUB_ROOT_FS_RO=true

and sudo update-grub afterwards.

3 Likes

yup, that did the trick. Thanks man!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.