Thursday, August 31, 2017
Ubuntu Lubuntu 12 04 Shutdown doesnt power off Solved
Ubuntu Lubuntu 12 04 Shutdown doesnt power off Solved
I found that Ubuntu 12.04 and its family (Lubuntu Xubuntu Kubuntu 12.04) does not power off when I Shutdown or Reboot my PC. When I press shutdown button it kills all running processes and the screen goes black but my computer doesnt power off. Machines fans are still running and the screen is still on. It stop at the screen shows below.
Shutdown doesnt power off |
To implement commands you must press ENTER button of your keyboard after each command. This command has been solve my problem.
- sudo gedit /etc/default/grub
- Now find the line: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
- Change this line to: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=force"
Save the file and close the file. Finally, in terminal, type:- sudo update-grub
Remember that at first line gedit is a name of text editor. So if you are in Lubuntu change gedit and write leafpad to open grub configuration file. Do the same for other Linux distro.
download file now