At times I find it very difficult to see what has succesfully loaded or not during boot up, and at those times I wish I could have a log to look over in calm. After inquiring, someone (namely Nequeo) discovered this logging functionality.
Here's how to set it up:
You need to enable boot logging by opening a terminal and typing the following:
The text editor will open, and the following will be show:Code:$ sudo gedit /etc/default/bootlogd
Change BOOTLOGD_ENABLE to yesCode:# Run bootlogd at startup ? BOOTLOGD_ENABLE=No
Now, everytime you restart, /var/log/boot will be created, and it will contain a log of all your boot messages. You need to be root to open it, so you can easily open it up again with sudo.
All thanks go to Nequeo for figuring this out, he also added the following:
So there you have it! This is a really useful feature, and I was slightly surprised that this was disabled by default.NOTE: On my machine, I get a message on my screen during boot saying that the boot log has failed. But it was lying, the boot log worked just fine.
ALSO NOTE: The boot log will be full of lines like this '^[[A^[[74G[ ok ]'. All that 'garbage' is just the color code used to display the text as white or red during boot. It seems to get captured along with all the rest of the text.



Adv Reply








Bookmarks