1

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?

Zanna
  • 72,312
Andor Kiss
  • 870
  • 1
  • 8
  • 22

1 Answers1

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
  • 57,256