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 update
sudo apt upgrade
sudo apt purge nvidia*
sudo ubuntu-drivers autoinstall
It seems like the problem is not due to the Nvidia drivers. What could be the cause of this problem and how can I solve it?
I removed all the nvidia packages with sudo apt purge package_name, then with autoinstall, I reinstalled them with sudo ubuntu-drivers autoinstall, but I still got the same error message.
Also, I checked disk with the df -H command. None of the filesystems were in 100% use.