Linux Lite Forums

Full Version: Shutdown, Hibernate and cli shutdown, only reboot the system
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

After loading of Linux boot and login is fine. None of the above work to shutdown the system. If I press and hold the power button the system will power off..... BUT..... as the power button is released the system boots back up.

Any ideas.... I have followed most suggestions and not found a fix. I do not believe it is an OS problem... seems to me a BIOS problem. There seems to be no setting in the BIOS that will prevent the reboot.

Version
Kernel Linux 4.4.0-70-generic (x86_64)
Compiled #91-Ubuntu SMP Wed Mar 22 12:47:43 UTC 2017
C Library Unknown
Default C Compiler GNU C Compiler version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
Distribution Linux Lite 3.4


BIOS
Date 09/14/2012
Vendor AMI
Version 8.08

Thanks in advance for and suggestions....

bgtexas
What happens when you press ctrl-alt-delete and select the Shut Down option?
(06-27-2017, 10:59 PM)torreydale link Wrote: [ -> ]What happens when you press ctrl-alt-delete and select the Shut Down option?


ctrl-alt-delete in desktop does nothing. No response at all.
Hello,

have you tried these in terminal

Code:
sudo shutdown -h now

Code:
sudo init 0

Code:
poweroff
sudo is not meant to be needed for "poweroff" in 16.04, it may be worth checking this yourself.

for to force a shutdown

Code:
sudo poweroff -f