Manjaro won't completely shut/power off

Hello All,

My PC won’t shut/power off completely unless I manually press the power button. It shuts down using the terminal, but not with the mouse. My machine is a Lenovo ideacentre 200-01IBW.

Thank you!

Had the same issue with Manjaro KDE after last update.
Happened only once.

:+1: Welcome to Manjaro! :+1:

Please read this:

and post some more information so we can see what’s really going on. Now we know the symptom of the disease, but we need some more probing to know where the origin lies…

An inxi --admin --verbosity=7 --filter --no-host would be the minimum required information… (Personally Identifiable Information like serial numbers and MAC addresses will be filtered out by the above command)

:innocent:

P.S. If you enter a bit more details in your profile, we can also see which Desktop Environment you’re using, which CPU/GPU you have, …

I was able to follow this and it worked…

  1. sudo gedit /etc/default/grub
    Change the line
  2. GRUB_CMDLINE_LINUX_DEFAULT=“quiet splash”
    to
    GRUB_CMDLINE_LINUX_DEFAULT=“quiet splash acpi=force apm=power_off”
  3. sudo update-grub

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.