What the title basically says. Is there a way to read the startup logs of my OS (running openSUSE tumbleweed)? There are some errors while starting my system but can’t read them since they are scrolling too fast.
What the title basically says. Is there a way to read the startup logs of my OS (running openSUSE tumbleweed)? There are some errors while starting my system but can’t read them since they are scrolling too fast.
journalctl
, but I don’t know the exact flags to provide. I think-k
or-b
?-b gets all logs for the current boot, -k shows kernel messages (what dmesg gives).