Is there a logfile of the messages that are printed onscreen underneath the splash screen in 16.04? If so, where are they, or what is the name of the file?
Asked
Active
Viewed 543 times
1 Answers
2
Use dmesg
to print kernel buffer ring logs, or use journalctl -b
to get messages from last boot, you can take a look at /var/log/syslog
too.

Ravexina
- 55,668
- 25
- 164
- 183
journalctl
put info into/var/log/syslog
? I have been wondering if that was the case. – George Udosen Jul 22 '17 at 12:37