Forum RSS Feed Follow @ Twitter Follow On Facebook

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

Username:


Password:





[-]
Latest Threads
[REQUEST] CPU Support for Ryzen 5 3600 o...
Last Post: flexpavillion
Today 04:32 AM
» Replies: 1
» Views: 293
Clevo P775TM1-G BIOS
Last Post: ActivatedNut
Today 01:36 AM
» Replies: 145
» Views: 55283
[REQUEST] Lenovo G50-70 (9ACNxxWW) BIOS ...
Last Post: colin89
Yesterday 06:16 PM
» Replies: 138
» Views: 40944
ASUS P5G41T-M LX2/GB Unlocked Hidden Ove...
Last Post: GangsteR23
Yesterday 04:58 PM
» Replies: 25
» Views: 64120
lenovo z570 Advanced Menu Unlocked
Last Post: Kaluva12345
Yesterday 04:58 PM
» Replies: 7
» Views: 4094
[Request] HP Elitebook 6930P WLAN Whitel...
Last Post: Maxinator500
Yesterday 02:25 PM
» Replies: 15
» Views: 6556
[REQUEST] Lenovo Yoga 11E (N15ETxxW) Whi...
Last Post: drradkin
Yesterday 12:30 PM
» Replies: 4
» Views: 2501
Lenovo ThinkCentre M715q 2nd Gen & AMD R...
Last Post: RedfieldHUN1987
Yesterday 09:23 AM
» Replies: 2
» Views: 137
L14 Gen 3 AMD , Need UEFI unlock advance...
Last Post: frankeinstein2532555
Yesterday 04:08 AM
» Replies: 0
» Views: 84
[REQUEST] Lenovo Y400 & Y500 (6BCNxxWW) ...
Last Post: freedome
03-26-2024 11:00 PM
» Replies: 188
» Views: 52166
[REQUEST] Lenovo G510 (79CNxxWW) Whiteli...
Last Post: ghostinoss
03-26-2024 09:21 PM
» Replies: 655
» Views: 167065
[Request] CPU support for Lenovo IQ57I
Last Post: DeathBringer
03-26-2024 10:02 AM
» Replies: 5
» Views: 230
unlocked Bios for Machenike s16
Last Post: Dudu2002
03-26-2024 09:06 AM
» Replies: 5
» Views: 322
[REQUEST] Bios Unlock Whitelist HP DV6-6...
Last Post: DimanTLT63
03-26-2024 03:03 AM
» Replies: 0
» Views: 134
[REQUEST] HP Pavilion G6-1252ss Whitelis...
Last Post: joseefitness
03-26-2024 01:40 AM
» Replies: 0
» Views: 118
[REQUEST] Lenovo S310 & S410 (8BCNxxWW) ...
Last Post: morgley
03-25-2024 10:43 PM
» Replies: 14
» Views: 6328
Acer Nitro ANV15-51 Bios Bin File Reques...
Last Post: Papethzkie23
03-25-2024 06:04 PM
» Replies: 0
» Views: 135
[REQUEST] Lenovo G710 BIOS Whitelist Rem...
Last Post: si1975
03-25-2024 01:28 PM
» Replies: 468
» Views: 125397
[REQUEST] Lenovo Yoga 2 Pro (76CNxxWW) W...
Last Post: TalKaz
03-25-2024 11:10 AM
» Replies: 844
» Views: 317018
[REQUEST] Toshiba Satellite A300D PSAK0C...
Last Post: 1000palladium
03-25-2024 10:43 AM
» Replies: 4
» Views: 227

[SOLVED] HP Pavilion ZD8000 BIOS RAM Limit?
#21
Make full CPU-Z TXT Reports with and without moving range.
find
quote
#22
(12-09-2016, 07:32 AM)DeathBringer Wrote: Make full CPU-Z TXT Reports with and without moving range.

Attached.
Note some programs under Windows 9x (including this older CPU-Z and DXDIAG) do not report more than 2048MB of total memory if it is present. CPU-Z gets the total count wrong but however does see later in the report that there are two 2048MB DIMM's.


Attached Files
.txt   BEFORE98.TXT (Size: 50.12 KB / Downloads: 5)
.txt   AFTER98.TXT (Size: 50.12 KB / Downloads: 5)

find
quote
#23
Analysing result of these files: your friend just replace one byte in Host Bridge's registers to change TOLUD (Top of Low Usable DRAM).
I've found an interesting code in BIOSCOD2.ROM
Code:
5D1     mov     al, es:[esi+9Ch]  ; 0x9C is offset of TOLUD
5D9     cmp     al, 0A0h
5DB     jbe     short 5E7h
5DD     mov     al, 0A0h          ; set TOLUD to 0xA0000000
5DF     mov     es:[esi+9Ch], al
5E7     ...
Official BIOS has two files: 3082F34.M22 & 3082F34.M24. I don't know which of them you laptop uses.
Make BIOS backup by Universal BIOS Backup ToolKit 2.0.
find
quote
#24
(12-10-2016, 01:33 AM)DeathBringer Wrote: Analysing result of these files: your friend just replace one byte in Host Bridge's registers to change TOLUD (Top of Low Usable DRAM).
I've found an interesting code in BIOSCOD2.ROM
Code:
5D1 mov al, es:[esi+9Ch] ; 0x9C is offset of TOLUD
5D9 cmp al, 0A0h
5DB jbe short 5E7h
5DD mov al, 0A0h ; set TOLUD to 0xA0000000
5DF mov es:[esi+9Ch], al
5E7 ...
Official BIOS has two files: 3082F34.M22 & 3082F34.M24. I don't know which of them you laptop uses.
Make BIOS backup by Universal BIOS Backup ToolKit 2.0.

Interesting. BIOS backup file here. I'm pretty sure that the choice of which file to use depends on the onboard video (there are M22 and M24 references in the ATI INF file in the HP display driver package for this laptop) so in reality both probably need to be patched.

Which actually leads to another issue; can the module for the onboard video be updated/replaced? Dell apparently issued an update for this particular onboard video that no one else seems to have covered. And, I wondered if another video BIOS module might help the onboard video be more compatible with the last official 9x ATI driver which supports other X600 devices but not this exact model? This is of course a less important issue and I'll worry about it later once the memory issue is fixed.

find
quote
#25
Your laptop uses M24 (ATI Mobility Radeon X600). Version of current VBIOS is 008.019M.044.003, date - 02/21/2005. So Dell BIOS (008.017M.192.060) isn't compatible.
Try to flash my mod.
find
quote
#26
(12-10-2016, 03:32 AM)DeathBringer Wrote: Try to flash my mod.

Unfortunately it doesn't work. After flashing it tries to power up and gives two quick beeps then a pause and then one longer beep. No display is output and it repeatedly tries to access the DVDROM drive for whatever reason. I tried ejecting the tray and leaving it out for the heck of it but it doesn't help. After a few seconds of this it will power down and start over again in a continuous loop.

I thought I had bricked it... but removing 1 of the 2GB DIMMs will allow the system to boot again. Big Grin

So, the system can use the RAM once it is booted as already proven, but it can't POST with it all present and enabled.
I would hazard a guess that something else needs to be patched as well as the points you already found? Huh

What did you use to be able to extract the ROM's? I tried the Phoenix BIOS Editor and it will list them but I can't do anything with them or extract them.


(12-10-2016, 03:32 AM)DeathBringer Wrote: Your laptop uses M24 (ATI Mobility Radeon X600). Version of current VBIOS is 008.019M.044.003, date - 02/21/2005. So Dell BIOS (008.017M.192.060) isn't compatible.

So the second VBIOS version field is what matters for compatibility?
I have tried to find another VBIOS update for this particular graphics chip but no luck besides the Dell one. Any chance one from a standard PCI-E version of an X600 card would work?

find
quote
#27
I need new screenshots of Device Manager with my mod & one DIMM.
P.S. I think your BIOS has the latest compatible vBIOS.
find
quote
#28
(12-11-2016, 02:41 AM)DeathBringer Wrote: I need new screenshots of Device Manager with my mod & one DIMM.

[Image: XPDMMOD1.BMP]
[Image: XPDMMOD2.BMP]
[Image: XPDMMOD3.BMP]


(12-11-2016, 02:41 AM)DeathBringer Wrote: P.S. I think your BIOS has the latest compatible vBIOS.

A user on another forum reported being able to use the last official 9x driver from ATI with a Dell laptop that has a Mobility X600 chip but I haven't been able to reproduce this. This is the only reason I would be interested in changing it at all. The last 9x package supports X600 devices generally but not this specific model. I have a couple of other ideas to try but trying to change the VBIOS is a last resort.

find
quote
#29
Well, try to flash my new mod and test with one & two DIMMs.
P.S. Only third screenshot with expanded node Memory is useful.
find
quote
#30
(12-11-2016, 03:32 AM)DeathBringer Wrote: Well, try to flash my new mod and test with one & two DIMMs.
P.S. Only third screenshot with expanded node Memory is useful.

This one works with both DIMM's. A step in the right direction at least!
Apparently something depends on the RAM being limited during POST.

[Image: XPDMMOD4.BMP]
[Image: XPDMMOD5.BMP]

You didn't say what you were using to be able to extract the ROM's.
Could you attach the uncompressed BIOSCOD2.ROM?

find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)