0

I own a laptop running 12.10 with Gnome 3.6 (installed on a SSD). I have been noticing since 12.04 that when rebooting, the computer hangs for about 30 seconds (sometimes even more) with a black screen and the laptop fan at maximum speed, before booting up again. On the other hand, the shutdown process is considerably faster.

Is there way to check the shutdown log, to help identify a problem?

João André
  • 1,300
  • 3
  • 17
  • 23

1 Answers1

1

By removing "quiet splash" from GRUB configuration file, I was able to observe the output of the shutdown/reboot process. Seems that the OS is hanging form about 1m30s in "Restarting System", something that only happens when issuing a reboot (NOT on shutdown).

João André
  • 1,300
  • 3
  • 17
  • 23
  • pressing ESC will achieve the same (it being visible. Sadly I don't know yet, if it's written anywhere. /var/log/* seems not to be it...) – Frank N Oct 27 '16 at 03:42