How to enable the boot.log in the Ubuntu (Jammy)? Currently, /var/log/boot.log is the empty file. And during the boot I see some yellow and red messages from services. Is there a file where all boot messages are being saved?
Asked
Active
Viewed 809 times
2
-
1Try /var/log/syslog – user535733 Aug 05 '22 at 17:13
-
The comment by user535733 is the answer. Thanks. – Mahler Aug 05 '22 at 17:30
-
4Does this answer your question? How to see log to find a boot problem – Charles Green Aug 05 '22 at 18:23
-
boot.log is the empty file in my system. Syslog contains all necessary information. – Mahler Aug 06 '22 at 07:52