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
[Request] Lenovo v520s sff unit bios sup...
Last Post: DeathBringer
Yesterday 02:05 PM
» Replies: 15
» Views: 2272
[Success] [Bios Mod] Dell XPS L321X EFI ...
Last Post: tuwumo
Yesterday 11:37 AM
» Replies: 18
» Views: 8072
Acer Veriton X2640G Xeon support
Last Post: stanislav.rum
08-14-2025 09:28 AM
» Replies: 4
» Views: 562
Samsung N140 JA05IT AHCI
Last Post: Ranmamez
08-12-2025 05:22 PM
» Replies: 0
» Views: 318
MSI MS-9661 bios unlock/mod request
Last Post: Hunter2
08-12-2025 08:07 AM
» Replies: 3
» Views: 3461
Dell XPS m1730 - Unlock Power Supply che...
Last Post: Iljalein
08-11-2025 03:14 PM
» Replies: 7
» Views: 13252
[REQUEST] Samsung RV520 BIOS Unlock
Last Post: Dudu2002
08-08-2025 07:51 PM
» Replies: 8
» Views: 4743
[REQUEST] Asus G733PZ BIOS Unlock
Last Post: xfinity
08-07-2025 11:22 AM
» Replies: 0
» Views: 669
[REQUEST] HP Envy 15-k203nl bios mod
Last Post: Maxinator500
08-05-2025 07:20 AM
» Replies: 3
» Views: 1618
[REQUEST] Acer Nitro 5 AN515-54 BIOS Unl...
Last Post: Dudu2002
07-31-2025 02:57 PM
» Replies: 133
» Views: 72292
[REQUEST] HP Stream 13 (13-c100nm) White...
Last Post: krusic22
07-29-2025 06:42 PM
» Replies: 0
» Views: 1136
Acer Aspire 7741G BIOS
Last Post: lucky42
07-28-2025 08:53 AM
» Replies: 1
» Views: 1682
[REQUEST] [AMIBIOS8] MSI MS-1731 unlock
Last Post: wololo
07-27-2025 02:07 PM
» Replies: 0
» Views: 1570
REQUEST - Unlock bios for Toshiba Satell...
Last Post: SaadC50
07-27-2025 10:14 AM
» Replies: 0
» Views: 1316
[REQUEST] Lenovo G500(S) (7BCNxxWW) Whit...
Last Post: Tchistiakov
07-27-2025 08:52 AM
» Replies: 566
» Views: 310647
[REQUEST] HP Pavilion dv7-6153er - F.1B ...
Last Post: swmint
07-26-2025 08:31 AM
» Replies: 2
» Views: 5820
[REQUEST] Lenovo G580 (62CNxxWW) Whiteli...
Last Post: Rt1213
07-26-2025 06:03 AM
» Replies: 817
» Views: 405052
Soltek SL-65KIV2
Last Post: DeathBringer
07-26-2025 05:44 AM
» Replies: 20
» Views: 2372
[REQUEST] Lenovo IdeaPad 3 15ALC6 (GLCNx...
Last Post: KADCORP
07-26-2025 12:30 AM
» Replies: 11
» Views: 7567
[REQUEST] GIGABYTE G6 MF (2024) Bios Unl...
Last Post: cwaras
07-25-2025 06:14 PM
» Replies: 2
» Views: 1991

[Solved] Possible AWARD Bios Mod for HP Pavilion s3750t?
#1
All,

I've got an HP Pavilion Slimline s3750t that has a Foxconn Irvine board with an Nvidia nForce 630i chipset.

I've been in the process of updating the BIOS for this board to accept a Core 2 Quad (Q9400). There is only one official BIOS from HP and doesn't seem to support the Core 2 Quads. There is conflicting information from HP on CPU upgrade support. One spot only lists the dual-core CPUs with 65W TDP as potential upgrades. Another spot lists some of the quad core cpus but incorrectly labels the Core2 Quad Q9400 as a 65W part. It's a 95W TDP part the 65W version is a Q9400S.

Long story short....I updated the bios with the Q9400 microcode and when booted into Win10 it works. However, this BIOS has some kind of CPU whitelist. After POST it throws a screen up that says something like "Unsupported CPU installed. Will shut down in a few seconds". And, if left alone it will shut down! However, it is possible to bypass this shutdown by hitting F2 during POST. 

My question is: What in the BIOS is determining that the CPU is "unsupported" and can I remove that check? 


Thanks!
find
quote
#2
Post screenshots of first (CPU) & third (Mainboard) tabs of CPU-Z with native CPU.
find
quote
#3
Here's the CPU-Z output with the NEW CPU (The Quad Core). I don't have the original installed.

The original CPU was a Pentium Dual Core E5300 (SLB9U)

http://ark.intel.com/products/35300/Inte...00-MHz-FSB


Attached Files Thumbnail(s)
       
find
quote
#4
OK. I'll try to find code that write string about "usupported CPU".
Can you post a foto of the screen with that error?
find
quote
#5
(09-03-2016, 02:01 PM)DeathBringer Wrote: OK. I'll try to find code that write string about "usupported CPU".
Can you post a foto of the screen with that error?

I did take apart the BIOS and found the section that has those errors. It seems to be just a list of the possible user-interface responses to all of the possible responses the BIOS would print to the screen. There were several versions, for different languages, of the same set of responses. 

I'm guessing there is some other "test" that checks the CPU and references that "CPU Unsupported..." text if it fails.


I'm trying to figure out how it identifies the CPU. I've looked for strings for CPUID and processor stepping but found none.....


Thanks for your help.
find
quote
#6
I've found that info too. But it isn't executable code. It look like text data in tree form for external using.
I still need a foto.
find
quote
#7
(09-03-2016, 03:07 PM)DeathBringer Wrote: I've found that info too. But it isn't executable code. It look like text data in three form for external using.
I still need a foto.

Ok, Here's a pic during boot-up. Sorry about the quality.

Here's the text that I got from looking at strings in "_EN_CODE.BIN"

ERROR: Unsupported CPU installed.
PC will automatically power down in a few seconds.


Attached Files Thumbnail(s)
   
find
quote
#8
Thx. I'll try to find the function that print this string.
find
quote
#9
I've found the required code. I see two ways to patch.
1. Add your CPU to whitelist.
2. Disable CPU whitelist.
what do you prefer?
find
quote
#10
(09-05-2016, 12:30 PM)DeathBringer Wrote: I've found the required code. I see two ways to patch.
1. Add your CPU to whitelist.
2. Disable CPU whitelist.
what do you prefer?

Whichever one's easier. This is prob the last CPU for this box anyways.
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)