Is there anywhere in the ubuntu (or linux in general) logs which can record a computer booting up and the OS failing to load, due to a problem encountered during the boot stage?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
you can check it into /var/log This directory has all types of logs /var/log/auth.log
/var/log/btmp
/var/log/debug
/var/log/dmesg
/var/log/gdm/
/var/log/kdm.log
/var/log/messages
/var/log/pacct
/var/log/utmp
/var/log/wtmp
/var/log/xdm.log
/var/log/XFree86.0.log, /var/log/XFree86.?.log
/var/log/syslog
|
|||||||||
|
|
While I'll find Shekhar Raut answer correct, I think the list could be a bit shorther. Since OP is asking about booting and nothing else - kernel logs in Linux (in general) can be found at:
So, if you have a boot failure due to some hardware problem, this should be the first place to look at. |
|||
|
|
|
Starting with Ubuntu 12.04 (AFAIK), there is |
||||
|
|