8

I'm trying to check the boot log messages in the file /var/log/boot on Ubuntu 8.10 & 9.10 and I found it empty with the message (Nothing has been logged yet.). The bootlogd service is running at the startup.

I changed the file vim /etc/default/bootlogd

# Run bootlogd at startup ?
BOOTLOGD_ENABLE=No

Change No to Yes:

# Run bootlogd at startup ?
BOOTLOGD_ENABLE=Yes
user3215
  • 5,475

2 Answers2

0

Don't know if this is relevant, but the following page has a lower-case "y" in the "yes"

http://wiki.debian.org/bootlogd

Jeremy
  • 2,926
0

yes, me too. AFAIK, /var/log/dmesg has the boot messages. The program bootlog copies all strings sent to the /dev/console device to /var/log/boot AFTER the daemon is initialized. Messages from kernel booting are in dmesg.