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: kizuna__
Today 09:06 AM
» Replies: 0
» Views: 80
[Project] SHE and AHCI BIOS mod for ASUS...
Last Post: tierrasverdes
Today 07:02 AM
» Replies: 106
» Views: 267981
[REQUEST] Asus eeepc 1025C
Last Post: St0Rm
Today 06:23 AM
» Replies: 95
» Views: 138300
[REQUEST] Lenovo B5400 (J7ETxxWW) Whitel...
Last Post: RADRSK
Today 04:53 AM
» Replies: 108
» Views: 52296
[REQUEST] Lenovo B50-70 (9DCNxxWW) White...
Last Post: Dudu2002
Yesterday 04:10 PM
» Replies: 177
» Views: 83839
[REQUEST] Lenovo ThinkPad X380 Yoga 20LJ...
Last Post: firecode95
Yesterday 08:02 AM
» Replies: 9
» Views: 1621
UNlock ASpire GX-781
Last Post: REPEINAO
06-05-2025 07:29 PM
» Replies: 0
» Views: 188
msi n930 microcode hozzáadasa s1g4 suppo...
Last Post: sasaittvan
06-05-2025 12:18 PM
» Replies: 8
» Views: 636
[REQUEST] Lenovo G710 BIOS Whitelist Rem...
Last Post: Dudu2002
06-05-2025 04:09 AM
» Replies: 487
» Views: 210206
[REQUEST] Lenovo Thinkpad T430u (H6ETxxW...
Last Post: Dudu2002
06-05-2025 04:04 AM
» Replies: 29
» Views: 14448
[Request] fujitsu siemens esprimo q5030 ...
Last Post: theonlyphilbee
06-04-2025 11:36 PM
» Replies: 3
» Views: 3132
[REQUEST] Acer Nitro 5 AN517-54 BIOS Unl...
Last Post: Onnozel
06-04-2025 08:02 AM
» Replies: 22
» Views: 7053
PREDATOR HELIOS NEO 16 BIOS UNLOCK
Last Post: Dudu2002
06-04-2025 04:54 AM
» Replies: 3
» Views: 388
[REQUEST] HP Mini 1103 unlock Advance fe...
Last Post: boreau
06-04-2025 12:13 AM
» Replies: 1
» Views: 737
[REQUEST] Acer Predator Helios 300 PH315...
Last Post: Dudu2002
06-03-2025 02:50 PM
» Replies: 38
» Views: 11508
[REQUEST] Acer Aspire 5 A515-56 BIOS Unl...
Last Post: Archeritto
06-03-2025 02:15 PM
» Replies: 5
» Views: 3180
Machenike L16
Last Post: Dudu2002
06-03-2025 09:58 AM
» Replies: 9
» Views: 1218
Dell E7270
Last Post: artur_n
06-02-2025 01:48 PM
» Replies: 4
» Views: 538
[REQUEST] Lenovo IdeaPad Gaming 3 15IMH0...
Last Post: Dudu2002
06-02-2025 10:00 AM
» Replies: 52
» Views: 31675
Request for BIOS Unlock / Undervolt Supp...
Last Post: куфде
06-02-2025 07:45 AM
» Replies: 0
» Views: 402

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