CPU limited ( Lock ) to 798 MHz
In Windows Unclock with "ThrottleStop"
In Ubuntu Unlock with this Script
attached the shell code to execute :
# Resolve problem cpu Lock in ubuntu
# Need :
# sudo apt-get install cpufrequtils
# sudo apt-get install msr-tools
sudo cpufreq-set -c 0 -g performance
sudo cpufreq-set -c 1 -g performance
sudo cpufreq-set -c 2 -g performance
sudo cpufreq-set -c 3 -g performance
sudo modprobe msr
sudo wrmsr 0x1FC 17422