5

My Xubuntu 14.04 installation stopped booting all of a sudden: after rebooting I just see a flashing _ in the top left corner of the screen. Holding Left-Shift during boot won't open any menu, Ctrl+Alt+F* will not open a terminal I can type in.

I've reset BIOS settings, which did not help, then made a bootable USB stick with Ubuntu. I can now boot and I see that the data on the disk with OS is intact, I've checked the disk with badblocks and it found no errors.

Is there any way I can locate any details as to why the system does not boot?

Prashant Chikhalkar
  • 2,411
  • 2
  • 18
  • 25
Fluffy
  • 1,594

1 Answers1

4

You can use two log files to view the boot problem.

/var/log/boot.log  ---  System boot log

/var/log/dmesg     ---  print or control the kernel ring buffer

Just use dmesg in terminal to view event occurred since boot.

Prashant Chikhalkar
  • 2,411
  • 2
  • 18
  • 25
  • With Ubuntu 15.4 onward this won't work anymore (or will give you an old boot log from a prior version). See http://askubuntu.com/a/821801/206303 for an updated answer. – laugh salutes Monica C Oct 16 '16 at 13:38