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] Enabling PCI-E bifurcation on ...
Last Post: fenomena6909
Today 05:03 AM
» Replies: 3
» Views: 4286
Asus Zephyrus G16 GU605CR request for bi...
Last Post: FlorikDT
Today 04:42 AM
» Replies: 0
» Views: 30
[REQUEST] Lenovo G700 (7ACNxxWW) Whiteli...
Last Post: Duh-bm
Yesterday 07:57 PM
» Replies: 165
» Views: 107036
HP Pro 3300 & 3400 (H61): Upgrade to Ivy...
Last Post: Hooper
03-03-2026 07:36 PM
» Replies: 139
» Views: 144698
[REQUEST] Lenovo Thinkpad X240 (GIETxxWW...
Last Post: Defekt2008
03-03-2026 02:18 PM
» Replies: 344
» Views: 225925
Lenovo ThinkPad Edge E530: I'm trying to...
Last Post: MadBerry
03-03-2026 01:53 PM
» Replies: 1
» Views: 190
Request to unlock advance features in Ac...
Last Post: napsteronly
03-03-2026 07:57 AM
» Replies: 71
» Views: 93676
[Request] Unlocking BIOS for iMedia D361...
Last Post: SplatPie
03-03-2026 04:20 AM
» Replies: 0
» Views: 134
[Request] Lenovo ThinkPad x100e Whitelis...
Last Post: Komzpa
03-03-2026 04:10 AM
» Replies: 2
» Views: 6921
[REQUEST] Lenovo Thinkpad W540 & W541 (G...
Last Post: nameerfk1
03-02-2026 09:20 PM
» Replies: 51
» Views: 38689
Asus Rog Strix Scar 15 G533QS/G733QS Key...
Last Post: rakecikas
03-02-2026 02:55 PM
» Replies: 2
» Views: 2905
[Unlocked] Acer Aspire One D255E
Last Post: clearest
03-02-2026 02:38 AM
» Replies: 2
» Views: 5149
[REQUEST] Sony Vaio VPCEH & VPCEJ series...
Last Post: shum25
03-01-2026 12:56 PM
» Replies: 245
» Views: 193422
[REQUEST] Sony Vaio SVT131 (R1xx0D4) BIO...
Last Post: dumbpartition
03-01-2026 11:54 AM
» Replies: 3
» Views: 3059
Asus G513RC Bios hidden settings unlock
Last Post: ormcra
03-01-2026 04:51 AM
» Replies: 0
» Views: 172
ACER Aspire 7736ZG BIOS microcode update...
Last Post: DeathBringer
03-01-2026 02:04 AM
» Replies: 11
» Views: 595
Lenovo Legion 5 15ITH6H – “Device Freeze...
Last Post: laret
02-28-2026 09:32 AM
» Replies: 5
» Views: 303
sony vaio VGN-Z56MG insydeH20 bios unloc...
Last Post: DevilEpic2
02-28-2026 08:37 AM
» Replies: 0
» Views: 231
Modded BIOS for HP 6730b to support Q900...
Last Post: DeathBringer
02-27-2026 05:00 AM
» Replies: 6
» Views: 600
Asus P5Q Deluxe EFI
Last Post: maoshen1234
02-27-2026 12:55 AM
» Replies: 7
» Views: 18755

[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: