1) Extract Intel-Turbo-Enable.zip to desired location. (EX. /userdata/intel_turbo)
2) Navigate to newly extracted directory in terminal  (EX: cd /userdata/intel_turbo)
3) Run command:  chmod +x rdmsr && chmod +x wrmsr
4)  Navigate to the directory:  /userdata/system/services  You may need to create the folder services
5) Create a new file called intel_turbo_service. Make sure to NOT use a file extension (EX: touch intel_turbo_service)
6) Add the following to file:

bash /userdata/turbo-enable/intel_turbo.sh &

Make sure to cghange path to where you extracted Intel_Turbo_Enable.sh file

7) Save the file
8) Run command: batocera-services start
9) Reboot PC
10) In UI navigate to: Menu --> System Settings --> Services  & enable INTEL_TURBO_SERVICE

Turbo Boost should now be enabled & start at system startup. 


View CPU Core Speeds:
watch "(cat /proc/cpuinfo | grep "MHz")"



NOTE:
The original file intel_turbo.sh has been edited & renamed for custom compatability.  Original file is from:  https://github.com/LDrawe/intel-turbo-unlock
