When I run
In both cases, the system goes down but the hardware remains powered. What else can I do to try to troubleshoot this?
# shutdown -h now the system goes down, but the laptop remains powered up. I tried manipulating the sysctl hw.efi.poweroff settings without any luck.# sysctl hw.efi.poweroffhw.efi.poweroff: 1# shutdown -h now# sysctl hw.efi.poweroff=0# sysctl hw.efi.poweroffhw.efi.poweroff: 0# shutdown -h nowIn both cases, the system goes down but the hardware remains powered. What else can I do to try to troubleshoot this?