I noticed that in some cases when you use BTRFS when you install TROMjaro, you get to see that ugly error right before your system boots. It seems to be an issue with a config file. In any case, it is easy to fix:
- Go go the folder
etc
and edit as root the filefstab
. When you seespace_cache
replace it withspace_cache=v2
. Save it. - Open the terminal and do:
sudo mkinitcpio -P
Reboot. Now should not display that message.