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
Hello all.

First of all sorry for my English.

I have a asrock G41M-VS motherboard and i need some help to add CPU support on the motherboard.

I got a Q6600 Quad-core thats not supported by my motherboard.

Could someone help me or add / mod a bios and add support for the Q6600 CPU?

I tried to understand microcodes but i just cant get the hang of it.

Link:
http://www.asrock.com/mb/Intel/G41M-VS/
Link bios:
http://www.asrock.com/mb/Intel/G41M-VS/?cat=Download&os=BIOS

I would appreciated if some one could help me out.!

Thank you for reading.!

Best regards,

Najime
Did you tried to boot with Q6600? What was the results? Describe in details.
Tell sSpec of your Q6600.
(11-09-2016, 03:27 AM)DeathBringer Wrote: [ -> ]Did you tried to boot with Q6600? What was the results? Describe in details.

Hello,

Yes i did try to boot with the Q6600.

Did a bios update did a bios reset and no result.

It boots till boot screen and then i get the message:This cpu is not supported system shuts down in 20 sec.

http://ark.intel.com/nl/products/29765/I...66-MHz-FSB

Regars,

Najime
OK. But I still need sSpec of your Q6600. Find it on the top of CPU.
And I need a photo of the error you described.
(11-09-2016, 03:49 AM)DeathBringer Wrote: [ -> ]OK. But I still need sSpec of your Q6600. Find it on the top of CPU.

This is whats on the top of  the cpu:

intel 05 Q6600  intel core 2 quad slacr malay 
2.40GHZ/8m/1066/05al817a098

This is the link of intel :
http://ark.intel.com/nl/products/29765/I...66-MHz-FSB

Regards,

Najime
sSpec is SLACR, CPUID=0x06FB. BIOS 1.10 has microcode for it: version - 0xB6, date - 07/13/2007
(11-09-2016, 04:08 AM)DeathBringer Wrote: [ -> ]sSpec is SLACR, CPUID=0x06FB. BIOS 1.10 has microcode for it: version - 0xB6, date - 07/13/2007

OK. thank you gonna flash the bios and replace the cpu.

Will let you know if it works.

Regards,

Najime
I don't think so. But you'll make a photo of error.
No its not working.

Error this cpu cannot be supported system shuts down in 20 sec.

Sorry no pic.

regards,

Najime
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
Pages: 1 2