Forum RSS Feed Follow @ Twitter Follow On Facebook

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[-]
Welcome
You have to register before you can post on our site.

Username:


Password:





[-]
Latest Threads
Fujitsu Esprimo P5710 - unlock [REQUEST]
Last Post: monkeywrench
Today 01:15 PM
» Replies: 10
» Views: 209
Gigabyte B75M-D3H BIOS rev 1.1
Last Post: topadefir
Today 12:56 PM
» Replies: 0
» Views: 7
[REQUEST] Lenovo B590 (H9ETxxWW) Whiteli...
Last Post: samugarob
Today 10:08 AM
» Replies: 674
» Views: 167983
[REQUEST] Asus GL504GV BIOS Unlock
Last Post: merjeu
Today 09:28 AM
» Replies: 5
» Views: 1661
[REQUEST] Asus ROG Strix GL702ZC BIOS Un...
Last Post: George205
Today 09:22 AM
» Replies: 168
» Views: 68468
[REQUEST] Lenovo G780 advanced menu
Last Post: serinity63
Today 07:03 AM
» Replies: 42
» Views: 16843
[REQUEST] HP Gaming Pavilion 15-cx0xxx B...
Last Post: falkorikstv
Today 07:03 AM
» Replies: 10
» Views: 1538
[REQUEST] Gigabyte G5 KC Unlock BIOS
Last Post: Dudu2002
Today 04:06 AM
» Replies: 6
» Views: 2233
[REQUEST] M920q BIOS unlock
Last Post: d3vf0x
Yesterday 04:50 PM
» Replies: 0
» Views: 96
[REQUEST] Lenovo G500 (78CNxxWW) Whiteli...
Last Post: MAVARACOMPLEX
Yesterday 02:15 PM
» Replies: 1186
» Views: 267688
[REQUEST] Lenovo Thinkpad X240 (GIETxxWW...
Last Post: BOJIKA
Yesterday 01:33 PM
» Replies: 49
» Views: 17197
[REQUEST] Lenovo Y400 & Y500 (6BCNxxWW) ...
Last Post: Dudu2002
Yesterday 11:17 AM
» Replies: 157
» Views: 54702
[REQUEST] Lenovo G780 (5ECNxxWW) Whiteli...
Last Post: Dudu2002
Yesterday 11:16 AM
» Replies: 877
» Views: 289676
[Removed, sp52359] HP Touchsmart Tm2t-22...
Last Post: OrionDakota
Yesterday 10:04 AM
» Replies: 24
» Views: 21095
[REQUEST] HP Laptop 15-dw3xxx BIOS Unloc...
Last Post: UltraVi0let
Yesterday 09:58 AM
» Replies: 4
» Views: 194
Clevo P775TM1-G BIOS
Last Post: Spacoom
04-29-2024 09:09 AM
» Replies: 146
» Views: 58528
[REQUEST] Unlocked BIOS for Gigabyte H51...
Last Post: IsHacker
04-29-2024 05:32 AM
» Replies: 0
» Views: 168
[REQUEST] Lenovo G510 (79CNxxWW) BIOS Un...
Last Post: Crazy tech
04-28-2024 09:51 PM
» Replies: 78
» Views: 43050
Analyze java class System Identifier cod...
Last Post: Hasan jeet
04-28-2024 03:44 PM
» Replies: 0
» Views: 150
[REQUEST] Lenovo G710 BIOS Whitelist Rem...
Last Post: sscdimon
04-28-2024 01:53 PM
» Replies: 471
» Views: 133220

[Request] BIOS Unlock for Asus ROG GL553VE
#41
(01-12-2019, 02:53 PM)Lost_N_BIOS Wrote: I can help you make changes via grub using setup_var.  What is the chipset on this system, and what CPU, you may be limited on ram speeds due to one of those.

The CPU's an Intel® Core™ i7-7700HQ CPU @ 2.80GHz, and the Chipset's an Intel Kaby Lake HM175.


Attached Files
.pdf   Intel Core i7 7700HQ @ 2893.pdf (Size: 205.86 KB / Downloads: 5)
find
quote
#42
Could you please confirm if the chipset is limiting me?
find
quote
#43
I know how to unlock this BIOS now! Please see post #6 adhelyhn and send me FPT BIOS region backup.


Or, if you would rather not flash mod BIOS and change settings via grub/setup_var here is my general guide on that
https://www.win-raid.com/t3908f16-GUIDE-Grub-Setup-Var-Guide-Fix-Intel-FPT-Error-BIOS-Lock-Bit-Set-HSFS-W-Asus-or-Other-Mod-BIOS.html
Alt boot to grub when no boot to EFI on exit page - https://www.win-raid.com/t3144f16-Help-needed-Hidden-Advanced-menu-Bios-HP-Z-J-BIN-1.html#msg58324

And here are your variables to change regarding memory
To change, you use the (VarOffset/VarName) value 0x7CA for example with Setup_var at the grub prompt, example below

Example >> Setup_var 0x7CA 0x2
^^ That changes default setting below (of default/auto) to XMP 1 (0x2)

Another example >> Setup_var 0x7CA 0x3 (Changes it to XMP 2
If you change it to custom 0x1, then you can use all the rest of the settings below (timings can be changed too, but I didn't give variables here right now, let me know if you need them later.

Memory profile, VarStoreInfo (VarOffset/VarName): 0x7CA
One Of Option: Default profile, Value (8 bit): 0x0 (default) {09 07 5A 13 30 00 00}
One Of Option: Custom profile, Value (8 bit): 0x1 {09 07 5D 13 00 00 01}
One Of Option: XMP profile 1, Value (8 bit): 0x2 {09 07 5B 13 00 00 02}
One Of Option: XMP profile 2, Value (8 bit): 0x3 {09 07 5C 13 00 00 03}

Memory Reference Clock, VarStoreInfo (VarOffset/VarName): 0x6C6
One Of Option: Auto, Value (8 bit): 0x0 {09 07 8E 00 00 00 00}
One Of Option: 133, Value (8 bit): 0x1 (default) {09 07 51 13 30 00 01}
One Of Option: 100, Value (8 bit): 0x2 {09 07 50 13 00 00 02}


One Of: Memory Ratio, VarStoreInfo (VarOffset/VarName): 0x6C8
One Of Option: Auto, Value (8 bit): 0x0 (default) {09 07 8E 00 30 00 00}
One Of Option: 3, Value (8 bit): 0x3 {09 07 A6 01 00 00 03}
One Of Option: 4, Value (8 bit): 0x4 {09 07 37 13 00 00 04}
One Of Option: 5, Value (8 bit): 0x5 {09 07 38 13 00 00 05}
One Of Option: 6, Value (8 bit): 0x6 {09 07 39 13 00 00 06}
One Of Option: 7, Value (8 bit): 0x7 {09 07 3A 13 00 00 07}
One Of Option: 8, Value (8 bit): 0x8 {09 07 3B 13 00 00 08}
One Of Option: 9, Value (8 bit): 0x9 {09 07 3C 13 00 00 09}
One Of Option: 10, Value (8 bit): 0xA {09 07 3D 13 00 00 0A}
One Of Option: 11, Value (8 bit): 0xB {09 07 3E 13 00 00 0B}
One Of Option: 12, Value (8 bit): 0xC {09 07 3F 13 00 00 0C}
One Of Option: 13, Value (8 bit): 0xD {09 07 40 13 00 00 0D}
One Of Option: 14, Value (8 bit): 0xE {09 07 41 13 00 00 0E}
One Of Option: 15, Value (8 bit): 0xF {09 07 42 13 00 00 0F}

One Of: QCLK Odd Ratio, VarStoreInfo (VarOffset/VarName): 0x6C9
One Of Option: Disabled, Value (8 bit): 0x0 (default) {09 07 04 00 30 00 00}
One Of Option: Enabled, Value (8 bit): 0x1 {09 07 03 00 00 00 01}
find
quote
#44
Hello boys, i got same laptop, how i can flash this modified bios?
find
quote
#45
There is no modified BIOS in this thread meant for anyone to flash. Please see my post above at #43, and send me your FPT backup for modifications, due to FPT needing to be used to flash back the mod BIOS, actual modifications have to be done on individual user basis to their dumped BIOS region. If you modify stock and flash back via FPT you will loose serial, UUID etc, this is why user dump must be modified on case-by-case basis.

I do know how to unlock this BIOS now, so anyone that needs mod BIOS send me a BIOS region dump per the post in #43, see post #6 for info on dumping BIOS region via FPT and follow my grub guide above in post #43 to unlock your BIOS Lock setting so you'll be ready to reflash mod BIOS once completed.
find
quote
#46
(02-07-2019, 11:35 PM)Lost_N_BIOS Wrote: There is no modified BIOS in this thread meant for anyone to flash.  Please see my post above at #43, and send me your FPT backup for modifications, due to FPT needing to be used to flash back the mod BIOS, actual modifications have to be done on individual user basis to their dumped BIOS region.  If you modify stock and flash back via FPT you will loose serial, UUID etc, this is why user dump must be modified on case-by-case basis.

I do know how to unlock this BIOS now, so anyone that needs mod BIOS send me a BIOS region dump per the post in #43, see post #6 for info on dumping BIOS region via FPT and follow my grub guide above in post #43 to unlock your BIOS Lock setting so you'll be ready to reflash mod BIOS once completed.

Here's dump, can you actually unlock graphics settings?


Attached Files
.zip   biosdump.zip (Size: 3.57 MB / Downloads: 10)
find
quote
#47
Yes, I can unlock all this BIOS now! I figured out method required, which I didn't initially know when I first started reply on this thread long ago
I'll send you unlocked mod BIOS soon as I have time to do the mods for you, probably tomorrow night, can't do now because I'm leaving in little bit.
find
quote
#48
adhelyhn - what are you having trouble with running?  If FPT, it must be ran from the command line, I gave directions on how to use it in post #6, and I'll edit this in there as well >> Select folder that contains FPTw.exe, hold shift and press right click, choose open command window here (not power shell), then type in your command

yoba_shoker - here is your mod BIOS - flash via  >> FPTw.exe -bios -f modbiosdump.bin
http://s000.tinyupload.com/index.php?fil...1731393294

*** This mod BIOS ^^ is for yoba_shoker ONLY, no one else use or you will loose your system specific details (Serial, UUID etc)
Please pay attention to this warning!
find
quote
#49
(02-10-2019, 08:37 AM)Lost_N_BIOS Wrote: adhelyhn - what are you having trouble with running?  If FPT, it must be ran from the command line, I gave directions on how to use it in post #6, and I'll edit this in there as well >> Select folder that contains FPTw.exe, hold shift and press right click, choose open command window here (not power shell), then type in your command

yoba_shoker - here is your mod BIOS - flash via  >> FPTw.exe -bios -f modbiosdump.bin
http://s000.tinyupload.com/index.php?fil...1731393294

*** This mod BIOS ^^ is for yoba_shoker ONLY, no one else use or you will loose your system specific details (Serial, UUID etc)
Please pay attention to this warning!

Thank you, i'll test soon.
Can you unclock some cpu settings like HPET?
find
quote
#50
Everything should be visible for you now! HPET is at Chipset >> PCH I/O >> High Precision Timer (TCO Timer few down below that too)
find
quote


Forum Jump:


Users browsing this thread: 2 Guest(s)