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
Need help removing Wi-Fi whitelist and r...
Last Post: Leonardosena
Today 04:23 PM
» Replies: 1
» Views: 12
bios f.02 Help!!!
Last Post: karbonid777
Today 12:21 PM
» Replies: 0
» Views: 75
[REQUEST] Lenovo Ideadpad N581 Whitelist...
Last Post: Dudu2002
Yesterday 02:07 PM
» Replies: 238
» Views: 115380
[REQUEST] Lenovo ThinkPad T480s (N22ETxx...
Last Post: Dudu2002
Yesterday 06:31 AM
» Replies: 25
» Views: 15283
[REQUEST] Lenovo G500 (78CNxxWW) BIOS Un...
Last Post: dump_bios_gg
Yesterday 04:59 AM
» Replies: 290
» Views: 200727
X550VXK BIOS Unlock Request
Last Post: laret
Yesterday 03:35 AM
» Replies: 1
» Views: 210
[REQUEST] HP EliteBook 640 G9 – Remove W...
Last Post: dlareklami
10-31-2025 04:20 AM
» Replies: 0
» Views: 169
Help with DMI Info Lenovo Bios
Last Post: force9da
10-30-2025 04:04 PM
» Replies: 0
» Views: 210
Lenovo z510 i5-4200m to i7-4700mq upgrad...
Last Post: ClaudeSpeed
10-30-2025 03:42 PM
» Replies: 7
» Views: 303
Dell Optiplex 790 bypass Press F1 during...
Last Post: jozsef_kacso
10-30-2025 04:19 AM
» Replies: 5
» Views: 16938
[REQUEST] Whitelist Removal for lenovo v...
Last Post: konjiki no yami
10-29-2025 07:36 PM
» Replies: 0
» Views: 231
[REQUEST] HP dv6-6b57el hidden menu
Last Post: Alcatraz
10-29-2025 04:28 PM
» Replies: 1
» Views: 285
[REQUEST] Lenovo IdeaPad L340 (BGCNxxWW)...
Last Post: Dudu2002
10-29-2025 03:19 PM
» Replies: 97
» Views: 55065
[REQUEST] Acer Aspire V5-121 Bios Unlock
Last Post: Strongbox256
10-29-2025 11:15 AM
» Replies: 5
» Views: 9110
[REQUEST] Eglobal S210H BIOS Unlock
Last Post: ShawnSuter
10-29-2025 10:50 AM
» Replies: 145
» Views: 64419
Request: Unlock CPU Voltage (Vcore) for ...
Last Post: hoomaan
10-29-2025 10:35 AM
» Replies: 0
» Views: 191
[REQUEST] Bios Unlock - Packard Bell Eas...
Last Post: Overtune2005
10-29-2025 08:37 AM
» Replies: 3
» Views: 2140
asrock 970 extreme3 slic 2.1
Last Post: 3xy
10-29-2025 03:34 AM
» Replies: 12
» Views: 18583
[Request] Dell Inspiron 17r SE 7720 Unlo...
Last Post: Bennett
10-29-2025 12:05 AM
» Replies: 92
» Views: 117554
[REQUEST] HP Probook 6570b Whitelist Rem...
Last Post: nexxus2
10-28-2025 01:07 PM
» Replies: 4
» Views: 6032

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: 8 Guest(s)