Forum RSS Feed Follow @ Twitter Follow On Facebook

Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[-]
Welcome
You have to register before you can post on our site.

Username:


Password:





[-]
Latest Threads
[REQUEST] Lenovo B50-70 (9DCNxxWW) BIOS ...
Last Post: MrVK13
Today 05:13 PM
» Replies: 76
» Views: 56085
HP Pro 3300 & 3400 (H61): Upgrade to Ivy...
Last Post: Hooper
Today 02:50 PM
» Replies: 135
» Views: 141781
[REQUEST] Lenovo G780 (5ECNxxWW) Whiteli...
Last Post: Dudu2002
Today 10:54 AM
» Replies: 886
» Views: 552274
Optiplex 7050 8th gen support
Last Post: Idaho
Today 10:07 AM
» Replies: 7
» Views: 242
Need bios dump for Dell Precision M4800
Last Post: Waldfruchttee
Today 09:55 AM
» Replies: 0
» Views: 72
[REQUEST] Lenovo T440(S) (GJETxxWW) Whit...
Last Post: Paul Withers
Today 09:22 AM
» Replies: 501
» Views: 288116
bios unlock request aorus 15 xe4
Last Post: Sinon2k26
02-20-2026 09:00 PM
» Replies: 2
» Views: 316
BIOS Unlock ASUS TUF F15 FX506HE Gaming ...
Last Post: laret
02-20-2026 07:03 PM
» Replies: 3
» Views: 2722
[REQUEST] Lenovo G570 (40CNxxWW) Whiteli...
Last Post: eisen1000
02-20-2026 03:16 PM
» Replies: 173
» Views: 183577
Boot Password on Asus UX330U (solved)
Last Post: neverstop
02-20-2026 03:09 PM
» Replies: 0
» Views: 204
Abit IP35 Pro: Microcode Update
Last Post: DeathBringer
02-20-2026 01:26 PM
» Replies: 10
» Views: 10466
AMI Bios flash tool - AFUDOS.EXE
Last Post: Ondrej2005
02-20-2026 05:05 AM
» Replies: 12
» Views: 198436
HP Omen EC firmware for 509V5AV - 17t-Ck...
Last Post: fixbricked
02-19-2026 04:41 PM
» Replies: 0
» Views: 198
[REQUEST] Lenovo B580 (H5ETxxWW) Whiteli...
Last Post: Sverhnoviy
02-19-2026 04:30 PM
» Replies: 83
» Views: 49620
[REQUEST] Acer Predator Helios 300 PH315...
Last Post: carlmour
02-19-2026 12:08 PM
» Replies: 47
» Views: 33196
[REQUEST] Lenovo Ideapad Z710 (7FCNxxWW)...
Last Post: zhaduga
02-19-2026 10:22 AM
» Replies: 230
» Views: 189411
Default original bios file for Acer Pred...
Last Post: Aliraaaza19977
02-19-2026 07:20 AM
» Replies: 0
» Views: 215
[REQUEST] Lenovo IdeaPad L340 (BGCNxxWW)...
Last Post: Dudu2002
02-19-2026 04:39 AM
» Replies: 107
» Views: 69786
[REQUEST] Acer Aspire E1-572(G,P) Bios U...
Last Post: pawelo
02-19-2026 12:27 AM
» Replies: 376
» Views: 229331
[REQUEST] Lenovo Thinkpad T420s (8CETxxW...
Last Post: sidoravich
02-18-2026 01:32 PM
» Replies: 197
» Views: 134901

Dell OptiPlex GX520 & GX620: CPU Upgrade to P4 and Pentium D
#71
OK. Download SYMCMOS and run in DOS:
SYMCMOS –v2 –lOLD.TXT
Post file old.txt
Code:
usage:                                                  
   SYMCMOS <options>                                    
      -?                show this help                  
      -D                program BIOS default values    
      -S[filename]      produce symbolic report file    
      -L[filename]      produce literal report file    
      -U[filename]      update CMOS using script file  
      -C[filename]      combine build files            
      -F[filename]      use combine file for report    
      -V0               disable logging                
      -V1               enable error logging (default)  
      -V2               enable verbose logging          
      -V3               No CMOS update and verbose logging
find
quote
#72
receive an error with no log file generated:

Write literal report to file: OLD.TXT

combineFiles (0h, COMBINE.ROM)...
initPdmEntry ...
search '$PDM' ... not Found!
pdmEntry = NULL !
find
quote
#73
Do you run in native DOS or command line in Windows?
find
quote
#74
through windows. should i run it in pure dos?
find
quote
#75
Pure DOS only!
find
quote
#76
Tried in pure dos with dos running on a usb stick. gives the same error Sad
find
quote
#77
I found code that verify CPUID and Diagnostic LEDs. On error it set status number 0x16 (Alert! Incompatible processor detected.).
Code:
seg000:7F81 sub_7F81        proc far
seg000:7F81                 pushad
seg000:7F83                 call    far ptr 0F000h:1CD9h
seg000:7F88                 jnz     short loc_7FF4
seg000:7F8A                 mov     eax, 1
seg000:7F90                 cpuid
seg000:7F92                 cmp     ax, 0F30h
seg000:7F95                 jb      short loc_7FF4
seg000:7F97                 mov     ecx, 198h
seg000:7F9D                 rdmsr
seg000:7F9F                 test    eax, 80000000h
seg000:7FA5                 jnz     short loc_7FE7
seg000:7FA7                 mov     eax, 1
seg000:7FAD                 cpuid
seg000:7FAF                 cmp     ax, 0F44h
seg000:7FB2                 jb      short loc_7FCF
seg000:7FB4                 cmp     ax, 0F60h
seg000:7FB7                 jnb     short loc_7FBE
seg000:7FB9                 cmp     ax, 0F49h
seg000:7FBC                 jnb     short loc_7FCF
seg000:7FBE
seg000:7FBE loc_7FBE:                               ; CODE XREF: sub_7F81+36j
seg000:7FBE                 call    far ptr 0F000h:33E9h
seg000:7FC3                 jz      short loc_7FCF
seg000:7FC5                 mov     dx, 8B8h
seg000:7FC8                 in      al, dx
seg000:7FC9                 and     al, 2
seg000:7FCB                 cmp     al, 2
seg000:7FCD                 jnz     short loc_7FE7
seg000:7FCF
seg000:7FCF loc_7FCF:                               ; CODE XREF: sub_7F81+31j
seg000:7FCF                                         ; sub_7F81+3Bj ...
seg000:7FCF                 mov     ecx, 1A1h
seg000:7FD5                 rdmsr
seg000:7FD7                 test    eax, 40000h
seg000:7FDD                 jz      short loc_7FF4
seg000:7FDF                 test    eax, 20000h
seg000:7FE5                 jnz     short loc_7FF4
seg000:7FE7
seg000:7FE7 loc_7FE7:                               ; CODE XREF: sub_7F81+24j
seg000:7FE7                                         ; sub_7F81+4Cj
seg000:7FE7                 push    cx
seg000:7FE8                 mov     cx, 16h
seg000:7FEB                 call    sub_9B4A
seg000:7FEE                 pop     cx
seg000:7FEF                 call    far ptr 0F000h:0A497h
seg000:7FF4
seg000:7FF4 loc_7FF4:                               ; CODE XREF: sub_7F81+7j
seg000:7FF4                                         ; sub_7F81+14j ...
seg000:7FF4                 popad
seg000:7FF6                 retf
seg000:7FF6 sub_7F81        endp
But I can't edit BIOS Sad But I found reason why this warning is occur on one board and don't on other. It's diagnostic chip that control Diagnostic LEDs.
BIOS with Pentium D always check value in I/O port with address 0x8B8.
find
quote
#78
maybe some of the guys from the dell section can help?

https://www.bios-mods.com/forum/Forum-Dell
find
quote
#79
I don't think so.
Try this:
1.Restart your computer and tap F12 at Dell logo.
2.Select 'Diagnostics' and hit Enter.
3.Make a note of error code if any.
find
quote
#80
my system only has hard drive diagnostics Sad
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)