We use cookies to offer you a more personalized and smoother experience. By visiting this website, you agree to our use of cookies. If you prefer not to accept cookies or require more information, please visit our Privacy Policy.

FAQ

Issue:

On ARM-based motherboards (ALTRA, AMPONE series), when the system is running some specific OS such as RHEL 9.5 and 9.6, executing the “Orderly Shutdown” or “Orderly Reboot” function from WebUI may cause the system to enter and remain on a black screen.

How to Resolve the “Orderly Shutdown” and “Orderly Reboot” malfunction on ARM-Based Motherboards

Step to resolve the issue:

1. Perform an AC power cycle, then boot into the OS

2. Open a terminal and execute the following commands to install the “acpid” module.

A. $ dnf install acpid
B. $ systemctl enable acpid
C. $ systemctl start acpid

3. After installation, run the following command to verify whether the “acpid” module is functioning properly, as shown in the image below.
$ systemctl status acpid #check acpid status

After installation, run the following command to verify whether the “acpid” module is functioning properly, as shown in the image below.

4. Try the functions from the WebUI again to check whether the issue has been resolved.