Dark screen on reboot following GRUB menu

I stumbled on an issue:
I noticed during a normal use of Zorin, it began to misbehave, for example, starting an app and nothing happening. I rebooted and it would just hang with a black screen.
Searched for similar issues and only found some references to bad drivers.
It turned out that my system partition was 100% full. I extended it and this cleared the issue.
I'm puzzled why the OS had not warned me, but just stopped functioning.

Yes, there is unfortunately no warning in such a case. You can look if your logs filled the drive and limit the space for log files:

As an alternative solution you can set
"sudo journalctl --vacuum-size=200M"

To check the disk usage enter in terminal:
"journalctl --disk-usage"
"sudo du -h /var/log"

or you can use the app "disks" which is installed to show how your disk space is used.

Sometimes log errors fill the complete disk.

If you want you can use tools for system cleaning up like stacer, ubuntu cleaner or bleachbit.

When you have a small disk with little storage space, it is recommended to prefer native Zorin (deb/apt) packages. Flatpaks and snaps run in a sandbox and bring with their whole dependencies and inflate the system.

1 Like

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