Powered By Blogger

Friday, 25 January 2013

Ubuntu 12.04 is not shutting down properly?

Try this

open terminal

sudo gedit /etc/default/grub

In this file replace

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
 
 by

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=force"


Then restart.

No comments:

Post a Comment