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
  • 70,465
Andor Kiss
  • 779
  • 1
  • 6
  • 19

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
  • 55,668
  • 25
  • 164
  • 183