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.poweroff
hw.efi.poweroff: 1
# shutdown -h now
# sysctl hw.efi.poweroff=0
# sysctl hw.efi.poweroff
hw.efi.poweroff: 0
# shutdown -h now
In both cases, the system goes down but the hardware remains powered. What else can I do to try to troubleshoot this?