AdriandMartin / LightNIX

Linux based operating system with minimal overhead for low-specs computers
https://adriandmartin.github.io/LightNIX/
GNU General Public License v3.0
1 stars 0 forks source link

Allow shutdowning the machine #1

Open AdriandMartin opened 3 years ago

AdriandMartin commented 3 years ago

Find why poweroff doesn't work and solve it

AdriandMartin commented 3 years ago

It might have to be caused because using an init script instead of the busybox binary itself

Another possible cause might be ACPI is not included into the kernel's compilation. Another cause is busybox also has an ACPI configuration which is not being compiled

AdriandMartin commented 3 years ago

UPDATE

Using poweroff -f and reboot -f it works!

Troubleshooting now could be oriented towards why it works that way and not the another