Bios Mods -The Best BIOS Update and Modification Source

Full Version: I have questions for falseclock method .
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i got my bios dump log.. here is mine.

------------------------------------------------------------------------------------------------------------------------------------------------------
Select option: 'Memory Frequency' [ VarStore: '0x1ec', QuestionId: '0x10c', Help: 'Memory Frequency Selections in Mhz']
Option: 'Auto' [ Value: '0' Default: 'false' Type: 'int8' ]
Option: '1067' [ Value: '3' Default: 'false' Type: 'int8' ]
Option: '1200' [ Value: '4' Default: 'false' Type: 'int8' ]
Option: '1333' [ Value: '5' Default: 'false' Type: 'int8' ]
Option: '1400' [ Value: '6' Default: 'false' Type: 'int8' ]
Option: '1600' [ Value: '7' Default: 'true' Type: 'int8' ]
Option: '1800' [ Value: '8' Default: 'false' Type: 'int8' ]
Option: '1867' [ Value: '9' Default: 'false' Type: 'int8' ]
Option: '2000' [ Value: '10' Default: 'false' Type: 'int8' ]
Option: '2133' [ Value: '11' Default: 'false' Type: 'int8' ]
Option: '2200' [ Value: '12' Default: 'false' Type: 'int8' ]
Option: '2400' [ Value: '13' Default: 'false' Type: 'int8' ]
Option: '2600' [ Value: '14' Default: 'false' Type: 'int8' ]
Option: '2667' [ Value: '15' Default: 'false' Type: 'int8' ]
------------------------------------------------------------------------------------------------------------------------------------------------------

i want to change memory frequency. and i know that changing value must be hexadecimal code.

, i need 2133 clock.

which is a correct commend?

setup_var 0x1ec 0xB

or

setup_var 0x1d8 0x0B
It's better to upload your Bios Backup (or Original Biosl) file link
and for easy & quick the EFI IFR txt file !
Use this tool run It as Admin and upload the result file here :

http://rghost.net/7GBZt7FVt

let me know
Regards


It seems VarStore: '0x1ec' and 11 = 0B so

setup_var 0x1ec 0xB