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
Asus N53SV Unlocked v215
Last Post: Jantheman
Today 03:29 PM
» Replies: 2
» Views: 1379
[REQUEST] Asus eeepc 1025C
Last Post: biospherebios
Yesterday 11:23 PM
» Replies: 89
» Views: 110755
[REQUEST] Lenovo G480 (62CNxxWW) Whiteli...
Last Post: AS7Alexis
Yesterday 10:23 PM
» Replies: 61
» Views: 17717
HP EliteBook 840 g2 NVMe
Last Post: manlopsi
Yesterday 09:07 PM
» Replies: 1
» Views: 175
[REQUEST] Lenovo ThinkPad T30 (2367) Whi...
Last Post: Ibm38729
Yesterday 03:29 PM
» Replies: 0
» Views: 55
[REQUEST] HP ProBook 4535s Whitelist Rem...
Last Post: matxav
Yesterday 01:35 PM
» Replies: 5
» Views: 3444
[HELP] BIOS modding to change soldered R...
Last Post: F-18
Yesterday 12:44 PM
» Replies: 0
» Views: 87
Cannot repair or reset bios Lenovo G500 ...
Last Post: POPKAPOPI2222
Yesterday 12:26 PM
» Replies: 0
» Views: 98
[REQUEST] Unlocked ASUS H81M-E/M52AD/DP_...
Last Post: CertifiedCosmos
Yesterday 08:50 AM
» Replies: 1
» Views: 292
[REQUEST] Lenovo IdeaPad S540 (GPETxxWW)...
Last Post: loginnow
Yesterday 03:39 AM
» Replies: 46
» Views: 16129
[REQUEST] Lenovo IdeaPad U310 & U410 (65...
Last Post: Dudu2002
Yesterday 03:25 AM
» Replies: 1768
» Views: 383236
[REQUEST] Lenovo G500 (78CNxxWW) BIOS Un...
Last Post: Dudu2002
Yesterday 03:20 AM
» Replies: 280
» Views: 125181
Fujitsu Esprimo P5710 - unlock [REQUEST]
Last Post: monkeywrench
05-05-2024 12:30 PM
» Replies: 34
» Views: 773
Lenovo Z50-70: CPU update
Last Post: PedroFX
05-04-2024 07:20 PM
» Replies: 6
» Views: 231
My Gateway NV57h has an ACER in BIOS - c...
Last Post: drmrsolds
05-04-2024 05:42 PM
» Replies: 1
» Views: 2088
Z97-PRO(Wi-Fi ac)/USB 3.1
Last Post: Jedrek
05-04-2024 09:49 AM
» Replies: 4
» Views: 2313
[Request] Acer Aspire 3050 unlocked BIOS
Last Post: prowindows62
05-04-2024 07:43 AM
» Replies: 0
» Views: 162
HP H-IG41-uATX 45nm microcode update LGA...
Last Post: goldenhill
05-04-2024 04:49 AM
» Replies: 58
» Views: 57001
Asus h61m-d & xeon e3-1265l v2
Last Post: DeathBringer
05-03-2024 04:28 PM
» Replies: 3
» Views: 272
[REQUEST] - Acer Swift 3 SF314-41G bios ...
Last Post: ersan
05-03-2024 03:03 PM
» Replies: 1
» Views: 206

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