I’m trying to enable my Mac Mini (late 2012) running HA OS to auto boot after power failure.
Most articles online I see recommend using setpci to enable this feature.
@reboot /usr/bin/setpci -s 00:1f.0 0xa4.b=0
I have been able to install pciutils using:
apk add pciutils
but then setpci command gives me the following error:
pcilib: Cannot open /sys/bus/pci/devices/0000:00:1f.0/config
I can see the file is rw and I am running as root.
Does anyone have an idea what I’m doing wrong?