My laptop doesn't entirely shut down. Everything goes black but the screen is still on and I have to force shutdown.
I don't know to which package should I post this bug to. How can I determine this ?
My laptop is an Acer TimeLine X 5820T, 8GB RAM, 240 Kingston SSD, Intel Graphics version and Ubuntu Gnome 15.10 64 bit.
Add a specification to your grub commandline option in the
/etc/default/grub
config file. This is the option that begins withGRUB_CMDLINE_LINUX_DEFAULT
.Try adding the following
reboot=pci
to that line. The changes would be:Change from:
Change to:
After making changes to your grub configuration you will have to run the update command to activate the change:
(The $ sign is important in the line above. It's indicating a terminal commandline from the user's prompt.)
There are other reboot flags you can test if that one fails. The options includes:
warm
- don’t set the cold reboot flagcold
- set the cold reboot flagbios
- reboot by jumping through the BIOS (only for X86_32)smp
(reboot by executing reset on BSP or other CPU - only for X86_32)triple
- force a triple fault - initkbd
- use the keyboard controller. cold reset (default)acpi
- use the RESET_REG in the FADTefi
- use efi reset_system runtime servicepci
- use the so-called “PCI reset register”, CF9force
- avoid anything that could hangAlso, you can try multiple parameters at the same time such as:
Other details can be found at:
http://michalorman.com/2013/10/fix-ubuntu-freeze-during-restart
It can be caused by some program which refuses to close while shutting down or after installing updates (happened with me). It can also be after changing your login screen (happened with me after installing lxdm). Before shutting down try to manually force close user apps using task manager. Also try updating your grub using
Usually it happens only after installing updates and should be resolved at next boot.
I have the same problem on every Linux OS! Actually there is nothing wrong with your OS, it's a bug in your kernel. The latest kernel now doesn't let the laptop shutdown, so it's better not to upgrade your kernel. I have already reported this bug.
So to fix the problem those who already upgraded to the newest kernel version have:
In my opinion it's better for stability to run a Linux system that is 2 or 3 kernel versions behind.