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] hp 14-cm0xxx bios unlock(ami f...
Last Post: Anneaham
Yesterday 11:34 PM
» Replies: 1
» Views: 399
[Request] Lenovo v520s sff unit bios sup...
Last Post: DeathBringer
Yesterday 01:41 PM
» Replies: 7
» Views: 715
[REQUEST] BIOS Unlock for Gigabyte G5-KD...
Last Post: Dudu2002
Yesterday 06:52 AM
» Replies: 10
» Views: 3484
[REQUEST] HP 15-ac109nx – Insyde BIOS F....
Last Post: Naifaey13
Yesterday 06:08 AM
» Replies: 0
» Views: 119
[REQUEST] Acer Predator Helios 300 PH315...
Last Post: Dudu2002
Yesterday 02:45 AM
» Replies: 44
» Views: 12887
HP probook4436s(e2-3000m)can update to a...
Last Post: hurricaning
06-17-2025 09:21 AM
» Replies: 2
» Views: 322
[REQUEST] Acer Nitro 5 AN515-58 BIOS Unl...
Last Post: Neonka
06-17-2025 05:05 AM
» Replies: 36
» Views: 13929
[REQUEST] Asus ROG Strix GL702ZC BIOS Un...
Last Post: bip_bop
06-17-2025 02:16 AM
» Replies: 171
» Views: 98878
[SOLVED] Lenovo E545 (HRETxxWW) WiFi + B...
Last Post: Vigor89
06-16-2025 04:51 PM
» Replies: 268
» Views: 117608
[Test, sp54926] HP Pavilion dm1-4000sd
Last Post: symbios24
06-16-2025 08:14 AM
» Replies: 36
» Views: 28741
[REQUEST] Lenovo G400S (7BCNxxWW) Whitel...
Last Post: flastac
06-14-2025 09:45 AM
» Replies: 212
» Views: 106477
[Request] Bios is locked need to unlock ...
Last Post: Xperjo
06-14-2025 12:59 AM
» Replies: 0
» Views: 440
Ailenware M15 R2
Last Post: axdy
06-13-2025 05:17 PM
» Replies: 0
» Views: 308
ASUS P5LD2 Deluxe & Conroe CPU
Last Post: k24a1
06-13-2025 03:05 PM
» Replies: 20
» Views: 9786
Request: Modded BIOS with NVMe support f...
Last Post: thadrusta
06-13-2025 01:08 PM
» Replies: 1
» Views: 867
[REQUEST] Lenovo Yoga 500 (BDCNxxWW) BIO...
Last Post: soren
06-12-2025 05:19 PM
» Replies: 21
» Views: 15973
Unlock EMT64 / 64-bit UEFI support on In...
Last Post: ordi
06-12-2025 01:41 PM
» Replies: 4
» Views: 611
H-Joshua-H61-uATX with i5-2500K or i7-37...
Last Post: EQX
06-12-2025 12:49 PM
» Replies: 33
» Views: 19131
[REQUEST] Lenovo Thinkpad X240 (GIETxxWW...
Last Post: Yaserxi
06-12-2025 08:50 AM
» Replies: 341
» Views: 173866
[Request] Alienware X51 R2 BIOS Unlock
Last Post: thadrusta
06-11-2025 08:22 PM
» Replies: 14
» Views: 14439

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)