Quantcast
Channel: Bios Mods -The Best BIOS Update and Modification Source - All Forums
Viewing all 25982 articles
Browse latest View live

GA-5AX patch injection for RAS Precharge Time and Internal Tag RAM

$
0
0
Hello everybody Smile

Do you optimize the BIOS of old mainboards, too?

I've got an old Gigabyte GA-5AX (Rev 5.2) Super Socket 7 board with ALi Aladdin V chipset (Rev H). This latest chipset revision has a working internal Tag RAM. However, unlike other manufactures (e.g. Asus, Jetway) using chipset revision G, Gigabyte didn't enable it. Instead, they continued using a slower external Tag RAM.

I tried to enable internal Tag RAM during running OS sessions without success: changing operation mode of L2 Cache using TweakBIOS or WPCRedit resulted in instant reboot i.e. disabling/enabling L2 cache completely (whereas that can be done in BIOS-Setup without any trouble), enabling internal TAG RAM, or disabling external Tag RAM.

Therefore, I like to try enabling internal Tag RAM during POST by changing some register settings of the northbridge. To do so, I read "BIOS Disassembly Ninjutsu Uncovered" by Darmawan Salihun and adapted his mem-optimize patch to my purpose.
However, as this is the first time I'm writing a computer programme I'm not sure whether it's free from error.
Moreover, injecting it into the BIOS binary file, finding the POST jump table, and creating a jump instruction to the patch there turned out to be a too difficult task for me Huh

Please, can you help me injecting and executing a patch that enables the internal Tag RAM of my motherboard's chipset?

At first, as a proof of concept that the method works, I like to inject a patch that sets RAS Precharge Time (tRP) to 2T.
Normally, tRP is 3T at FSB 100 MHz. However, it can be lowered to 2T during running OS session using TweakBIOS or WPCRedit without any trouble.

If this works then I would just replace the first patch by a second one that tries to enable internal Tag RAM additionally.

These are the two patches (based on Darmawan Salihun's memory optimization) I wrote in FASM 1.73.12 (Windows version):
- tRP.ASM patches only memory timing
- TAG-tRP.ASM patches both Tag RAM and memory timing

The BIOS 5AXSOMOD.F42 I'm currently using is a patched version of Gigabyte's latest BIOS F4.
It was patched using BIOS Patcher 6.00.alpha_15 from www.ROM.by.
In addition, some hidden options were revealed with modbin.

It would be great if this version could be used for injection. You can find all files
- patched BIOS "5AXSOMOD.F42"
- patch protocol "readme.txt"
- first patch "tRP.ASM"
- binary file of first patch "tRP.BIN"
- second patch "TAG-tRP.ASM"
- binary file of second patch "TAG-tRP.BIN"
attached to this post
.zip   ModBIOSF42.zip (Size: 115.9 KB / Downloads: 1)

If the patched BIOS file is not suitable, Gigabyte's GA-5AX original BIOS F4 is also appreciated:
https://www.gigabyte.com/de/Motherboard/...support-dl

Datasheets of ALi Aladdin V Chipset:
Northbridge: http://www.hard-net.de/info_wissen/chips...-M1542.pdf
Southbridge: http://www.hard-net.de/info_wissen/chips...M1543C.pdf

Any help is welcome Shy !

Kind regards,
Lotosdrache

[REQUEST]Folio9470m BIOS whitelist removal (edited accessories)

$
0
0
Hello!
Can I ask you for a modificated BIOS with removed whitelist for my HP 9470m for WLAN and WWAN?

Model: HP EliteBook Folio 9470m
System BIOS version: 68IBD Ver. F.73 04/12/2019

https://ftp.hp.com/pub/softpaq/sp96001-9...p96090.exe

all, what I know about my PC accessories.

WLAN I have now:
Intel® Centrino® Advanced-N 6205
PCI\VEN_8086&DEV_0082&SUBSYS_13018086&REV_34

WLAN I want to install:
Broadcom BCM43225HMB

WWAN I have now:
PCI-E WWAN Card 483377-002 3G

And it's does not work and shows me 703 error: WWAN is not supported

I would be appreciate for any help =)

.jpg   photo_2019-06-26_13-56-21.jpg (Size: 185.08 KB / Downloads: 2)

Help to Downgrade Acer aspire E1-571g Bios from 2.21 to 2.04

$
0
0
Hello ,
my pc was working perfectly , i just update the bios to 2.21 version the video ram decresed to 64mb and now its 32mb i dont know why moreover my nvidia (Nvidia 710M) card not detected anymore only my intel hd 4000 worrking. my previous version was 2.04 , current version 2.21 
i try all bios version but nothing worg if i try to install 1.X version message shows up (update the same type of bios)
if i try to install 2.X version message shows up (Bios version compare error)
im so tired  guys i spent one month trying methods... visting forums but nothing help

GA-5AX patch injection for RAS Precharge Time and Internal Tag RAM

$
0
0
Hello everybody Smile

Do you optimize the BIOS of old mainboards, too?

I've got an old Gigabyte GA-5AX (Rev 5.2) Super Socket 7 board with ALi Aladdin V chipset (Rev H). This latest chipset revision has a working internal Tag RAM. However, unlike other manufactures (e.g. Asus, Jetway) using chipset revision G, Gigabyte didn't enable it. Instead, they continued using a slower external Tag RAM.

I tried to enable internal Tag RAM during running OS sessions without success: changing operation mode of L2 Cache using TweakBIOS or WPCRedit resulted in instant reboot i.e. disabling/enabling L2 cache completely (whereas that can be done in BIOS-Setup without any trouble), enabling internal TAG RAM, or disabling external Tag RAM.

Therefore, I like to try enabling internal Tag RAM during POST by changing some register settings of the northbridge. To do so, I read "BIOS Disassembly Ninjutsu Uncovered" by Darmawan Salihun and adapted his mem-optimize patch to my purpose.
However, as this is the first time I'm writing a computer programme I'm not sure whether it's free from error.
Moreover, injecting it into the BIOS binary file, finding the POST jump table, and creating a jump instruction to the patch there turned out to be a too difficult task for me Huh

Please, can you help me injecting and executing a patch that enables the internal Tag RAM of my motherboard's chipset?

At first, as a proof of concept that the method works, I like to inject a patch that sets RAS Precharge Time (tRP) to 2T.
Normally, tRP is 3T at FSB 100 MHz. However, it can be lowered to 2T during running OS session using TweakBIOS or WPCRedit without any trouble.

If this works then I would just replace the first patch by a second one that tries to enable internal Tag RAM additionally.

These are the two patches (based on Darmawan Salihun's memory optimization) I wrote in FASM 1.73.12 (Windows version):
- tRP.ASM patches only memory timing
- TAG-tRP.ASM patches both Tag RAM and memory timing

The BIOS 5AXSOMOD.F42 I'm currently using is a patched version of Gigabyte's latest BIOS F4.
It was patched using BIOS Patcher 6.00.alpha_15 from www.ROM.by.
In addition, some hidden options were revealed with modbin.

It would be great if this version could be used for injection. You can find all files
- patched BIOS "5AXSOMOD.F42"
- patch protocol "readme.txt"
- first patch "tRP.ASM"
- binary file of first patch "tRP.BIN"
- second patch "TAG-tRP.ASM"
- binary file of second patch "TAG-tRP.BIN"
attached to this post
.zip   ModBIOSF42.zip (Size: 115.9 KB / Downloads: 1)

If the patched BIOS file is not suitable, Gigabyte's GA-5AX original BIOS F4 is also appreciated:
https://www.gigabyte.com/de/Motherboard/...support-dl

Datasheets of ALi Aladdin V Chipset:
Northbridge: http://www.hard-net.de/info_wissen/chips...-M1542.pdf
Southbridge: http://www.hard-net.de/info_wissen/chips...M1543C.pdf

Any help is welcome Shy !

Kind regards,
Lotosdrache

Request Lenovo N580 5ECN92WW(V8.04) Whitelist Removal

GA-5AX patch injection for RAS Precharge Time and Internal Tag RAM

$
0
0
Hello everybody Smile

Do you optimize the BIOS of old mainboards, too?

I've got an old Gigabyte GA-5AX (Rev 5.2) Super Socket 7 board with ALi Aladdin V chipset (Rev H). This latest chipset revision has a working internal Tag RAM. However, unlike other manufactures (e.g. Asus, Jetway) using chipset revision G, Gigabyte didn't enable it. Instead, they continued using a slower external Tag RAM.

I tried to enable internal Tag RAM during running OS sessions without success: changing operation mode of L2 Cache using TweakBIOS or WPCRedit resulted in instant reboot i.e. disabling/enabling L2 cache completely (whereas that can be done in BIOS-Setup without any trouble), enabling internal TAG RAM, or disabling external Tag RAM.

Therefore, I like to try enabling internal Tag RAM during POST by changing some register settings of the northbridge. To do so, I read "BIOS Disassembly Ninjutsu Uncovered" by Darmawan Salihun and adapted his mem-optimize patch to my purpose.
However, as this is the first time I'm writing a computer programme I'm not sure whether it's free from error.
Moreover, injecting it into the BIOS binary file, finding the POST jump table, and creating a jump instruction to the patch there turned out to be a too difficult task for me Huh

Please, can you help me injecting and executing a patch that enables the internal Tag RAM of my motherboard's chipset?

At first, as a proof of concept that the method works, I like to inject a patch that sets RAS Precharge Time (tRP) to 2T.
Normally, tRP is 3T at FSB 100 MHz. However, it can be lowered to 2T during running OS session using TweakBIOS or WPCRedit without any trouble.

If this works then I would just replace the first patch by a second one that tries to enable internal Tag RAM additionally.

These are the two patches (based on Darmawan Salihun's memory optimization) I wrote in FASM 1.73.12 (Windows version):
- tRP.ASM patches only memory timing
- TAG-tRP.ASM patches both Tag RAM and memory timing

The BIOS 5AXSOMOD.F42 I'm currently using is a patched version of Gigabyte's latest BIOS F4.
It was patched using BIOS Patcher 6.00.alpha_15 from www.ROM.by.
In addition, some hidden options were revealed with modbin.

It would be great if this version could be used for injection. You can find all files
- patched BIOS "5AXSOMOD.F42"
- patch protocol "readme.txt"
- first patch "tRP.ASM"
- binary file of first patch "tRP.BIN"
- second patch "TAG-tRP.ASM"
- binary file of second patch "TAG-tRP.BIN"
attached to this post
.zip   ModBIOSF42.zip (Size: 115.9 KB / Downloads: 1)

If the patched BIOS file is not suitable, Gigabyte's GA-5AX original BIOS F4 is also appreciated:
https://www.gigabyte.com/de/Motherboard/...support-dl

Datasheets of ALi Aladdin V Chipset:
Northbridge: http://www.hard-net.de/info_wissen/chips...-M1542.pdf
Southbridge: http://www.hard-net.de/info_wissen/chips...M1543C.pdf

Any help is welcome Shy !

Kind regards,
Lotosdrache

HP RP5800

$
0
0
Hi I have a HP RP5800. I used the phoenixtool and was able to add the slic 2.1 to the Dos version of the bios the bin file. However after flashing it fails the checksum it has 2 files for a md5 and md256. The bios has a dos and windows flashable version the windows version is inside a *.cab folder I tried to recreate one with the same size but no luck also I tried to add / remove the bios from it without luck. 

Hoping Someone can help please and thanks I have uploaded the AcpiTbls 
https://www.sendspace.com/file/qljqnr
HP RP5800
Bios Rev 00.02.30 Rev.A 12.3 MB
https://ftp.hp.com/pub/softpaq/sp96001-9...p96031.exe


Thanks so much for viewing

Asus eeepc 1215b Bios corrupt

$
0
0
Hi i tried to update my laptop with the latest bios but It doesn't boot anymore. I tried to recovery It with a pendrive formatted fat32 and the latest Bios... but nothing... i tried to press ctrl + home. Alt+f2 nothing...
Can anyone help me? Thanks...

OMEN by HP - 15-dc0029na request

[Request] Thinkpad T440s Advanced Menu & WLAN Whitelist Removal

HP Pavilion DV7-3180sg Whitelist removal

asus F556-UA54, possibly bricked

$
0
0
hi all,

I think I may of accidentally bricked my asus laptop the other day when asus pushed out a bios update the night before.  when I powered on my laptop at work the following day, I wasn't paying any attention to the boot process.  when I looked up, there was a blue screen with a progress bar and all I recall it saying was 30% erasing flash.  I thought to myself, WTF, did I just get hit with some ransomware?  and proceeded to force the laptop to power down...

after that it wouldn't power back up.  I'm also getting 0 activity from the indicator lights on the front of the laptop.

I've tried putting the latest firmware onto a usb stick and tried several different key combinations I found online (not specifically for my laptop model) to see if it'd look for the bios file from the usb stick and try reflashing it.  no dice!

I've tried the following key combos thus far:
- pressing F12 and then the power button
- pressing F4, ctrl + home and then the power button
- pressing ctrl + home and then the power button

does anyone know if newer asus laptops have a special key combo to force an emergency bios reflash?  asus live chat was about useless in this regard..

my laptop also has a battery that is "non-removable"..


thanks!

unlock BIOS for Lenovo x260

pay for my esl masters essay on pokemon go

$
0
0
[Image: 500x500.jpg]

write my essay https://essayerudite.com/write-my-essay/














top essays writer sites for school
thesis proposal editing for hire uk
write my essay nursing resume
esl content editing site usa
custom course work writing websites for masters
popular academic essay ghostwriters service ca
occupancy of Korea
write my essay extended lesson plan
sample apa research paper title page
professional expository essay on hacking
custom thesis statement proofreading website us
volunteer organizations in moldova essay
child soldiers zimbabwe essay
best best essay writing service usa
professional movie review ghostwriters sites gb
world literature ghostwriter website
Write my thesis proposal outline sample
making your essay flow
esl course work editor site for college
esl letter writers service online
professional research proposal editor site online
cheap book review writers sites uk
2 page essay ideas for year olds
top dissertation methodology writer service us
short essay about food zoological park
2 page essay template hlooman
2 page essay on forest national
help writing finance dissertation abstract
samples of an essay about myself
ap world history comparative essays
cheap research paper ghostwriter websites ca
best resume writers for hire us
best phd essay example
top mba essay ghostwriting service uk
essay proud shoes
professional academic essay ghostwriters services online
best school essay writer site for masters

informative essay topics
thesis writing service
descriptive essay topics
write essays for me

popular dissertation abstract ghostwriters websites usa
thesis work on poverty
professional critical thinking editor sites usa
professional phd reflective essay sample
lalla essaydi wikipedia
custom annotated bibliography proofreading websites for masters
top annotated bibliography proofreading for hire for university
thesis on logistics and supply chain
writing my essay about myself hobby in marathi
100 college essay common app word limit generator
resultado de exame eliel figueiredo
professional masters essay writing website us
cheap course work proofreading sites for masters
essay writing techniques in english
best thesis statement writing service for phd
type my popular home work online
writing ged essay topics
how to write a history dissertation
good 100 words essays university
imperialism conclusion essay
help me write health cover letter
History of Abortion
tips for writing good college essays personal
writing my academic essay school for class 10 in urdu
benito cereno thesis statement
admire essay
intermediate question papers
diwali essay 100 words in english quora
cover letter proofreading sites usa
esl research proposal editor website usa
thomas jefferson and slavery essay
essay writing service employment medical
professional dissertation abstract writer websites for university
buy admission paper online
write an article on my role model is my teacher shortage
essay writing on my college life need help
joyas voladoras essay F meaning
popular thesis statement editing services gb
20 page essay marking scheme year 1

professional home work writers website for college
dissertation proposal ghostwriters service au
a gift i treasure essay
Society vs. individual in Huck Finn
best cover letter editing sites for college
how to write a compare and contrast essay for kids
200 words essay on swachh bharat xml
14th amendment essay naturalization nationality
custom dissertation chapter editor service usa

Help needed for a BIOS unlock of a AOD270

$
0
0
Hello,
I've got the same problem with the 8GB Video RAM.
Therefore I downloaded that BIOS Mod and followed the instruction of Post #2, which will work! I'd tried several times with no success. I also used 3 different USB Flash drive, no success.

I already had the latest BIOS v. 1.10 on the Acer Aspire One D270 N2800 ZE7, which I run with 4GB RAM. Everything just works fine, I just need more Video RAM to work properly with Windows 10 Pro.

Question: Do I need to disable/unplug the HDD, and/or set the USB as first Boot Device in BIOS upfront?

The Netbook I use is an Acer Aspire One D270 N2800 ZE7 (Model AOD270). I upgraded the netbook to 4GB RAM which just works fine. 
Now I would like to get the BIOS unlocked to be able to use more than just 8MB VRAM. For that, I downloaded the recommended BIOS Mod (mentioned in the Bios Unlock for Aspire One D270 Thread) and followed the instruction @BDMaster which were unsuccessful several times already. I also downloaded That other Bios Mod: ZE7IA32_110_SLIC.exe but I'm not sure how to use that file properly.

BIOS V. 1.10 is already installed on the Netbook. 

I just asking for a bit of detailed and clear advice on how to use the BIOS Mods so I could get the limited VRAM unlocked in the BIOS.

I have done now the following:
1. Set USB HDD as the primary Boot drive
2. created a DOS (FreeDOS) bootable USB Flash (4GB) with Rufus
3. copied the ZE7.fd (created from BIOS Mod file ZE7_110W.rar and renamed to ZE7.fd) to the Flash drive
4. used the instruction from BDMaster (from Post #2 of this thread) to enter the Recovery Mode
5. Netbook booted to the Flash drive and NO changes to the BIOS are done!

How to use that other BIOS Mod ZE7IA32_110_SLIC.exe which also seems to be DOS App?

Any helpful information is very appreciated, Thanks.

Mod request Asus FX505DU

$
0
0
Hi, I recently bought this laptop and the bios on it is a little bit lacking. I would be glad if someone could unlock some more options (default gpu, disable nvme, ...)

I also have a problem with svm. When enabled neither windows nor linux boot. They just end on a black screen. I wrote about this to Asus, but they said the usual maybe in future bios revision blah blah...

I attached the latest bios from asus website.

Thanks in advance for your help Smile

.zip   FX505DUAS305.zip (Size: 5.2 MB / Downloads: 0)

Help needed for a BIOS unlock of a AOD270

$
0
0
Hello,
I've got the same problem with the 8GB Video RAM.
Therefore I downloaded that BIOS Mod and followed the instruction of Post #2, which will work! I'd tried several times with no success. I also used 3 different USB Flash drive, no success.

I already had the latest BIOS v. 1.10 on the Acer Aspire One D270 N2800 ZE7, which I run with 4GB RAM. Everything just works fine, I just need more Video RAM to work properly with Windows 10 Pro.

Question: Do I need to disable/unplug the HDD, and/or set the USB as first Boot Device in BIOS upfront?

The Netbook I use is an Acer Aspire One D270 N2800 ZE7 (Model AOD270). I upgraded the netbook to 4GB RAM which just works fine. 
Now I would like to get the BIOS unlocked to be able to use more than just 8MB VRAM. For that, I downloaded the recommended BIOS Mod (mentioned in the Bios Unlock for Aspire One D270 Thread) and followed the instruction @BDMaster which were unsuccessful several times already. I also downloaded That other Bios Mod: ZE7IA32_110_SLIC.exe but I'm not sure how to use that file properly.

BIOS V. 1.10 is already installed on the Netbook. 

I just asking for a bit of detailed and clear advice on how to use the BIOS Mods so I could get the limited VRAM unlocked in the BIOS.

I have done now the following:
1. Set USB HDD as the primary Boot drive
2. created a DOS (FreeDOS) bootable USB Flash (4GB) with Rufus
3. copied the ZE7.fd (created from BIOS Mod file ZE7_110W.rar and renamed to ZE7.fd) to the Flash drive
4. used the instruction from BDMaster (from Post #2 of this thread) to enter the Recovery Mode
5. Netbook booted to the Flash drive and NO changes to the BIOS are done!

How to use that other BIOS Mod ZE7IA32_110_SLIC.exe which also seems to be DOS App?

Any helpful information is very appreciated, Thanks.

delete

[request] Lenovo G51 whitelist removal

$
0
0
So i just bought a intel 7265 only to have my laptop say unauthrized, couldnt find my laptop on here.

I have a lenovo g51

and here is the latest bios 

https://pcsupport.lenovo.com/us/en/produ...s/DS104847

(
my current work around right now is, i start the laptop with the old card, and at login i change out to the new chip intel 7265 if i restart though it gives me the unauthrized error

Request: HP Pavilion g7-2228sg BIOS Whilelist removed

Viewing all 25982 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>