Where can I find all boot, driver or kernel related logs on a Raspbian? Could you please reply with a list as follows:
- Driver logs - /something/somethingelse.log
Thanks!
Where can I find all boot, driver or kernel related logs on a Raspbian? Could you please reply with a list as follows:
Thanks!
/var/log/messagesshould contain all kernel- and driver-related information.It may miss some things happening early in boot, before the logging daemon was started.
dmesgcommand should print the same log and also include the events that happened early in boot process.