Until a week ago everything was normal, and now this started to show up.
When I turn off I see the disconnected / unmounted logs as well. How can I prevent this?
Until a week ago everything was normal, and now this started to show up.
When I turn off I see the disconnected / unmounted logs as well. How can I prevent this?
I'm not sure. Did you check if your /etc/default/grub file contains quiet and splash in the line
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Thank you,
Yes, setting
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
with subl /etc/default/grub and then running:
sudo update-grub
sudo reboot
fixed my issue.
That's interesting because I commented GRUB_CMDLINE_LINUX_DEFAULT months ago (because of my audio was not working anymore (not sure if it was a zorin kernel update bug or hardware issue) and gpt suggested to comment that part for a reason. But these logs only started to come last week. Anyway now it's fixed thank you.