Trying to resolving the bug for KWORKERS HIGH CPU, as suggested in this answer. I put in my crontab the row:
@reboot echo "disable" > /sys/firmware/acpi/interrupts/gpe06
After the reboot, the system doesn't start. Also in single user mode it doesn't start.
I rebooted my PC with the option:
init=/bin/bash
and I removed the row in the root crontab but the system doesn't start.
echo
command. $ which echo /bin/echo So : sudo crontab -e Then add the line: @reboot /bin/echo "disable" > /sys/firmware/acpi/interrupts/gpe06 – Maythux Jul 22 '15 at 11:05