Skip to main content
Topic: Cant shutdown my computer (Read 760 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

Cant shutdown my computer

Hello, need help.
First try artix runit. I cant shutdown my laptop. Was try some command from googling but the behavior is reboot so my laptop keep turn on by it self.
# poweroff
# poweroff && exit
# shutdown -P  now
# runit-init 0
# loginctl poweroff
# halt now

🐧

Re: Cant shutdown my computer

Reply #1
What is the laptop model? Perhaps there is something specific to the hardware, you might try searching say model shutdown linux or similar. Also perhaps check if there are any settings in the BIOS menu that might help?  Sounds like pretty annoying behaviour anyway!

 


Re: Cant shutdown my computer

Reply #4
you must not apologize, just put here some irelevant infos  ;)

Re: Cant shutdown my computer

Reply #5
Try to run
Code: [Select]
sudo dmesg | grep -P '(rror|ailed)'
and provide the output.