bootlogd
daemon to log boot messages
Install
- All systems
-
curl cmd.cat/bootlogd.sh
- Debian
-
apt-get install bootlogd
- Ubuntu
-
apt-get install bootlogd
- Kali Linux
-
apt-get install bootlogd
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install bootlogd
- Raspbian
-
apt-get install bootlogd
- Dockerfile
- dockerfile.run/bootlogd
bootlogd
daemon to log boot messages
bootlogd logs all messages printed to the system console during system boot, and records those messages to a logfile. Note that not all init systems print messages to the system console, so that the logfile may remain empty; this is the case with systemd (the default init system). Try "journalctl -b" instead.