Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: How can I check the boot log? (Read 1313 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

How can I check the boot log?

I'm having some sort of dirty bit error in my fat32 uefi partition but I can't read the log because instantly get moved to SDDM.

Re: How can I check the boot log?

Reply #1
Check folder /var/log/. If you're running syslog-ng which was default in late 2024 ISOs then you're out of luck cos' upstream changed the configuration and disabled useful logs... If you're running recent ISO from around this year, then metalog should be installed, but anyway I recommend looking at:
- for metalog /var/log/everything/current
- for syslog-ng /var/log/everything.log

Re: How can I check the boot log?

Reply #2
thank you!