I am new in using Linux and use Ubuntu Studio 24.10. When I start the or end the standby mode the system shows an black screen with error messages for a very short time before turning display of or switching to to login screen. It is such a short time that I only can read something about "failed". Each time the list with messages becomes longer until I restart the System. My Question is: Where are these messages stored so I can read and analyze it and solve the problem.
Asked
Active
Viewed 47 times
1 Answers
0
System messages are accessible with the journalctl command. So right after a resume, something like
sudo journalctl --since "5 minutes ago"
should give you a hint as to what is going on.
DeronJ
- 112