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
Lenovo Y550 BIOS Unlocking (Advanced Men...
Last Post: Maxinator500
Today 10:18 PM
» Replies: 3
» Views: 771
[Unlocked] Acer Aspire One A110/A150 v33...
Last Post: Ranmamez
Today 07:14 PM
» Replies: 21
» Views: 29108
[REQUEST] Lenovo Z50-70 & Z40-70 (9BCNxx...
Last Post: Da60
Today 07:07 PM
» Replies: 753
» Views: 318776
ASUS M11AD > Haswell Refresh
Last Post: DeathBringer
Today 02:57 PM
» Replies: 21
» Views: 7229
[REQUEST] Acer Nitro 5 AN515-54 BIOS Unl...
Last Post: 2u75
Today 03:37 AM
» Replies: 131
» Views: 64344
[REQUEST] Acer Nitro 5 AN517-51 BIOS Unl...
Last Post: Dudu2002
Yesterday 04:08 PM
» Replies: 18
» Views: 12719
[REQUEST] Lenovo IdeaPad Z570 (45CNxxWW)...
Last Post: andkul
Yesterday 09:52 AM
» Replies: 96
» Views: 114342
Lenovo T430 clean Bios needed
Last Post: halfchemistry
Yesterday 04:40 AM
» Replies: 1
» Views: 817
[REQUEST] Clevo P150SM Prema Bios Reques...
Last Post: wussification
07-02-2025 10:21 PM
» Replies: 4
» Views: 1368
I need help updating the BIOS on my HP D...
Last Post: benjax_vg122
07-02-2025 01:08 PM
» Replies: 0
» Views: 215
[REQUEST] Lenovo G400S (7BCNxxWW) Whitel...
Last Post: luanstoltzemburg
07-02-2025 10:33 AM
» Replies: 216
» Views: 109380
BIOS Mod to Disable Intel iGPU on Acer V...
Last Post: diabolicgod
07-02-2025 09:14 AM
» Replies: 8
» Views: 803
[REQUEST] Lenovo G450 & G550 (18CNxxWW) ...
Last Post: SoporteNetFe
07-02-2025 09:07 AM
» Replies: 97
» Views: 72689
Help me please
Last Post: DarkKnight0
07-02-2025 04:39 AM
» Replies: 0
» Views: 243
[REQUEST] Acer Aspire E5-473(G) BIOS Unl...
Last Post: KUSANAGUI777
07-02-2025 12:45 AM
» Replies: 20
» Views: 13950
[REQUEST] Lenovo Thinkpad SL400 & SL500 ...
Last Post: FilhoSenhor
07-01-2025 09:39 PM
» Replies: 19
» Views: 11374
[REQUEST] HP ProBook 4720s whitelist rem...
Last Post: Paxviffpack
06-30-2025 04:26 PM
» Replies: 15
» Views: 11261
[REQUEST] Acer Aspire VN7-791(G) BIOS Un...
Last Post: Dudu2002
06-30-2025 02:16 AM
» Replies: 91
» Views: 89934
BIOS Unlock Request – Dell Latitude 5420
Last Post: gata.infernum
06-29-2025 09:14 PM
» Replies: 0
» Views: 270
Asus T100
Last Post: EmmetIsOfficial
06-29-2025 02:33 PM
» Replies: 6
» Views: 11858

[SOLVED] Dell Dimension E310: Incompatible processor detected
#1
Hey all,

I have a Dell Dimension E310 running a Pentium 4 650 that gets a little loud under load, and I was hoping to upgrade to a D0 Cedar Mill CPU with a 65W TDP. Here's what happens when I try installing a Pentium 4 651 SL9KE:

http://imgur.com/a/LA0Rk

Current BIOS: http://www.dell.com/support/home/us/en/0...id=R121070

Potential donor BIOS:
http://dlcdnet.asus.com/pub/ASUS/mb/sock...GV0801.zip
http://asrock.pc.cdn.bitgravity.com/BIOS...(1.20).zip

CPU-Z report: https://drive.google.com/open?id=0B5BZMG...lVIeDFUQ1U

Ideally if I get a modded BIOS installed I'd want to start off with the SL9KE just to make sure everything's working properly then upgrade further to a P4 661 SL9KD, which I don't own yet due to price.

Thank you!
find
quote
#2
I've found the insteresting code in 0B_8 module:
Code:
74CB       pushad
74CD       mov     eax, 1
74D3       cpuid
74D5       and     ax, 0FFFh
74D8       cmp     ax, 0F30h
74DB       jb      7517h
74DD       cmp     ax, 0F60h
74E0       jb      74F1h
74E2       mov     dx, 88Ch
74E5       in      eax, dx
74E7       test    eax, 80000000h
74ED       jz      7509h
74EF       jmp     7517h
74F1       mov     ecx, 1A1h
74F7       rdmsr
74F9       test    eax, 40000h
74FF       jz      7517h
7501       test    eax, 20000h
7507       jnz     7517h
7509       push    1000h
750C       push    6DAFh                ; offset of "Alert! Incompatible processor detected."
750F       call    far ptr 0F000h:52DCh ; printing alert string.
7514       jmp     4DF7h                ; go to halt
7517       popad
7519       retf
I've made one byte patch:
Code:
74ED       jz      74EFh

Try to flash my mod.
After flashing install new CPU, then try enter in BIOS and do Load Defaults.
Then boot in Windows, make & post a screenshot of regedit with expanded key HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0
find
quote
#3
Amazing! You're a miracle worker DeathBringer, it's working now. Seems to me like Dell had BIOS support for Cedar Mill all along but for whatever reason prevented those processors from booting. Here's the screenshot you asked for:

http://imgur.com/a/kcc6G

One more thing, do you know of any way to manipulate the memory's CAS latency via BIOS modding? I can adjust every memory timing except CL using a tool called Memset but thought it would be nice to get the most out of my RAM. I'd be shooting for CL3 at DDR2-533 which I'm 100% sure my RAM supports, as I've tested it in another PC.

Thanks again for the quick and painless mod!
find
quote
#4
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.
Your BIOS hasn't microcode for this CPU, but Windows loads microcode itself.
P.S. CL manipulating isn't supported by this BIOS.
find
quote
#5
Will do. Shame about the CAS latency but that's Dell for you.
find
quote
#6
Hey fellow hackers and good afternoon. I need a little favor so to save research time, etc...

Trying to put a P4 550 HT in title topic motherboard but Dell has artificial block saying the processor is incompatible, at boot. It is 3.4 GHz and same exact chip as the one it came with other than that one being 2.8 GHz.

So, can you mod this for me to rid this limitation? Any other mods like FSB settings etc... would be cool too, but really need the limitation removed.

Thank you!

https://www.dell.com/support/home/us/en/...00/drivers

Direct link to the bios update I need modded: https://downloads.dell.com/bios/DV051A04.EXE
find
quote
#7
Thank you so much Deathbringer, both for your original work and for deleting my original thread. (I am almost always better than that hah hah!)

When I have access to the machine in question later on, I will give it a try with lots of confidence and post back about results. Rock on \m/.
find
quote
#8
Very surprised. I flashed twice, both times saying successful. Tried clearing cmos after, holding in power with it unplugged for 30 seconds, all sorts of things like that. Error message of incompatible processor still remains with faster chip. Even set defaults in bios, no dice. No big deal!
find
quote
#9
Make current BIOS backup by Universal BIOS Backup ToolKit 2.0
Tell sSpec of your P4 550 HT.
Can you make TXT-report of CPU-Z on other system with this CPU?
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)