Bios Mods -The Best BIOS Update and Modification Source

Full Version: Cpu support asrock G41M-VS Q6600
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(11-09-2016, 04:51 AM)DeathBringer Wrote: [ -> ]The error string is "This CPU cannot be supported. System will shutdown in 20 seconds".
I've asked you for a photo cause you didn't gave the exact error string. But I've found it myself.

I've found interesting code in RUN_CSEG module:
Code:
7B05 cmp al, cs:[si+4]
7B09 jz 7B12h
7B0B ....
...
7B10 jmps 7AD6h
7B12 popad
7B14 call sub_7B18 ; printing the error string & halt

One byte patch is needed:
Code:
7B09 jz 7B0Bh

Ok thank you for your help i realy appreciated How do i ad the One byte patch ?

I dont understand strings/mods etc etc.

Could you help me out?

Regards,

Najime
(11-09-2016, 04:51 AM)DeathBringer Wrote: [ -> ]The error string is "This CPU cannot be supported. System will shutdown in 20 seconds".
I've asked you for a photo cause you didn't gave the exact error string. But I've found it myself.

I've found interesting code in RUN_CSEG module:
Code:
7B05 cmp al, cs:[si+4]
7B09 jz 7B12h
7B0B ....
...
7B10 jmps 7AD6h
7B12 popad
7B14 call sub_7B18 ; printing the error string & halt

One byte patch is needed:
Code:
7B09 jz 7B0Bh
Ok thank you.

How do i do that?

Thank you for your help i realy appreciat it.
Just download & flash it.
And please edit your posts to remove large quotes.
(11-09-2016, 06:33 AM)DeathBringer Wrote: [ -> ]Just download & flash it.
And please edit your post to remove quotes.

Thank you dude.!

It worked.!

Thank you verry much.!
Nice news!
Add "[Solved]" to this topic's header by editing first post.
And please post new topic in Confirmed CPU Support Upgrades with attached BIOS mod.
Pages: 1 2