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
<abdulrasaqolaw...@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

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to