(05-25-2013, 01:30 PM)AlexQue Wrote: got it, but i need a bit more of your help first, the .log file, what do i do with it, cant seem to find a Tut...
1. Take USB stick and format to FAT32
2. Create directory structure EFI\Boot
3. Download
BOOTX64.EFI
4. Put downloaded file to Boot directory.
5. Restart and enter BIOS setup.
6. Make sure you have following values:
Legacy Support: Disable
Secure Boot: Disable
7. Reboot and press F9 to boot from USB stick
8. HOW TO CHANGE:
For example you want to change
Code:
Select option: 'Throttle On Temperature' [ VarStore: '0x1aa', QuestionId: '0x78', Help: 'Set the CPU temperature point of Throttle On']
give command setup_var 0x1aa
look at log file. Default value for your bios is
Code:
Option: '85 ' [ Value: '85' Default: 'true' Type: 'int8' ]
so you should get 85 as value. (HEX 0x55)
Try to change for example to 40 degree.
give command setup_var 0x1aa 0x28
28 is HEX for 40 DEC
9. Now Reboot
10. Start some CPU stress test (AIDA64 for example) and check performance
You can also try to play with Fan speed temperature.