I have Ubuntu 20.04 and Windows 10 on my computer and it uses NVIDIA drivers. When I enter Ububtu this message appears:
/dev/sda5 clean, 525049/30343168 files, 13164811/121342720 blocks
For fixing this problem, I've already tried the solution below:
But it didn't work. I've run following commands on recovery mode:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get purge nvidia*
sudo ubuntu-drivers autoinstall
It seems like the problem is not due to nvidia drivers. What could be the cause of this problem and how can I solve it?
UPDATE: I removed all the nvidia packages
sudo apt-get purge package_name
Then with autoinstall, I reinstall them
sudo ubuntu-drivers autoinstall
I still get THE SAME message.
Also, I checked disk with df -H command. NONE of the filesystems were in 100% use.