Dear visitor, in case we do not cover a topic you are looking for, then feel free to ask in our freshly created forum for IT-professionals for a solution. We hope our visitors can help you out with your questions. Have a good one. ~ Tom.

How to fix CentOS 7 does not poweroff or reboot (GURUB2)

BIOS Requirement

  • Make sure your BIOS is supporting ACPI
  • If you can: Configure Max CPU C-State to C7 (Read More)

Install ACPI

# yum -y install acpid systemctl start acpid systemctl enable acpid

Use acpi=force

Add acpi=force to the followin line to /etc/default/grub

GRUB_CMDLINE_LINUX=”crashkernel=auto rd.lvm.lv=cl/root rd.lvm.lv=cl/swap rhgb quiet acpi=force

Some users reported: “When acpi=force was added to the altoptions line, it powered down correctly, but when Restart was subsequently selected, the system also powered down on that and did not restart. For Restart and Shutdown to correctly work, I had to place both acpi=force and reboot=warm on the two kernel lines.”

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.