Boot log before panic
Feb. 9, 2024
10:11 p.m.
Hi all, Please, how do I locate the logs for a system boot that had a kernel panic before booting was completed? Best regards,
Feb. 9, 2024
11:43 p.m.
How you access the log depends on the Linux distribution you're using (whether its systemd based or not). If you have journalctl, you can get the last boot log with $ journalctl -k -b 1 (-k is to get get dmesg logs) HTH, -mandeep On Fri, Feb 9, 2024 at 2:12 PM Abdulrasaq Lawani <abdulrasaqolawani@gmail.com> wrote:
Hi all,
Please, how do I locate the logs for a system boot that had a kernel panic before booting was completed?
Best regards, _______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
917
Age (days ago)
917
Last active (days ago)
1 comments
2 participants
participants (2)
-
Abdulrasaq Lawani -
Mandeep Sandhu