Artix Linux Forum

Artix Linux => System => Topic started by: terrorbyte on 14 July 2025, 15:09:09

Title: How can I check the boot log?
Post by: terrorbyte on 14 July 2025, 15:09:09
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.
Title: Re: How can I check the boot log?
Post by: Shoun2137 on 14 July 2025, 21:38:02
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... (https://forum.artixlinux.org/index.php/topic,7370.msg44395.html#msg44395) 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
Title: Re: How can I check the boot log?
Post by: terrorbyte on 16 July 2025, 19:12:36
thank you!