Forum RSS Feed Follow @ Twitter Follow On Facebook

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

Username:


Password:





[-]
Latest Threads
[Request] AM3 support for ECS RS485M-M
Last Post: Vlad94
Today 05:18 PM
» Replies: 6
» Views: 950
Intel Xeon E3 1270 V5 for LGA 1151 (ASUS...
Last Post: DeathBringer
Today 03:26 PM
» Replies: 6
» Views: 537
ASUS M2N4-SLI new cpu
Last Post: Vlad94
Today 02:52 PM
» Replies: 9
» Views: 2173
UNLOCKED BIOS S3810 WITH LIMIT 8GB RAM
Last Post: DeathBringer
Today 11:55 AM
» Replies: 1
» Views: 277
Microcode Update for HP Compaq DC7900 (7...
Last Post: DeathBringer
Today 11:52 AM
» Replies: 19
» Views: 10979
[REQUEST] Lenovo Flex 2-14 (A0CNxxWW) Wh...
Last Post: Dudu2002
Today 11:51 AM
» Replies: 246
» Views: 118666
disabling amd prochot with moded bios.
Last Post: vorajeeah
Today 07:21 AM
» Replies: 0
» Views: 199
[REQUEST] Lenovo Thinkpad X240 (GIETxxWW...
Last Post: Dudu2002
Yesterday 11:34 PM
» Replies: 343
» Views: 199366
[REQUEST] Samsung RV520 BIOS Unlock
Last Post: ezikCel
Yesterday 07:45 PM
» Replies: 9
» Views: 13733
Winflash "flash bios is not an upgrade" ...
Last Post: lovie_loveth
Yesterday 06:47 PM
» Replies: 23
» Views: 11847
[REQUEST] Sony Vaio SVE141 & SVE151 seri...
Last Post: nitro88
Yesterday 02:13 AM
» Replies: 59
» Views: 37938
[REQUEST] Toshiba Satellite L750D & L755...
Last Post: thepwrtank18
10-16-2025 08:20 PM
» Replies: 14
» Views: 12985
Huananzhi x79-8d
Last Post: lomajpure
10-16-2025 01:13 PM
» Replies: 0
» Views: 330
Alienware M17x R3 Bios Unlock
Last Post: Dudu2002
10-16-2025 10:40 AM
» Replies: 12
» Views: 20986
[REQUEST] Gigabyte Aorus 15G KC BIOS unl...
Last Post: Dudu2002
10-14-2025 05:10 PM
» Replies: 35
» Views: 15908
Aorus 17G YD unlock bios?
Last Post: Dudu2002
10-14-2025 05:08 PM
» Replies: 1
» Views: 586
Unlocking the Hidden MAINTENANCE Menu of...
Last Post: 123BIOS
10-14-2025 10:31 AM
» Replies: 0
» Views: 908
[REQUEST] Lenovo Z50-70 & Z40-70 (9BCNxx...
Last Post: pitnixu
10-14-2025 04:12 AM
» Replies: 757
» Views: 366802
[REQUEST] Lenovo IdeaPad S400 (6DCNxxWW)...
Last Post: Jamil Missen
10-13-2025 10:04 PM
» Replies: 335
» Views: 167327
[REQUEST] Acer Aspire 5742(G,Z) BIOS Unl...
Last Post: deliter
10-13-2025 09:32 PM
» Replies: 168
» Views: 70184

[UNLOCKED] Unlocking amd-v for Aspire AO725
#21
Yes a bit further down you have a whole block of strings used to provide for the different menus. svl7 has overwritten a few characters with his nickname.

Also at the very beggining of the module the header is changed over a few bytes it's most likely due to the CRC.

Those are all the differences between original setup module and svl7's setup module mod.

I was too lazy to diff the other modules looking for modifications and i believe it's technically feasible to include some sort of malware among all the other modules. Even though i belive svl7 provided a clean mod i prefered to apply the patch on the two jumps on a freshly downloaded bios update from Acer's website just to be sure.

Maybe you should consider doing same depending on what the machine is purposed for.

Also i think this might be the actual snippet of code inside the CPU module which enables SVM instructions by writting to bit 4 of C001_0114h #CR_VM.SVME_DISABLE register thus enabling write over bit 12 of C000_0080h #EFER.SVME finally allowing to use virtualization.

So probably a more targetted lower level patch could have taken place there turning on permanently the SVM feature:

(sub_CDAA4 and sub_CDABE being respectively a "rdmsr" and a "wrmsr" function)
[Image: 8ich8.png]

See AMD reference architecture manuals for further details: BIOS and Kernel Developer Guide (BKDG) for AMD Family 14h Models 00h-0Fh Processors PDF – 01/04/2011
find
quote
#22
(12-30-2012, 09:42 AM)boulbi Wrote: I prefered to apply the patch on the two jumps on a freshly downloaded bios update from Acer's website just to be sure.

Share your result, if you can Wink
find
quote
#23
Ok so i had the time to redo this all over again cleanly:

- took stock bios 2.04 from acer.
- cut out the file to fit on 4MiB like described previously.
- extracted setup module "FE3542FE-C1D3-4EF8-657C-8048606FF670_2_265" with phoenix tool 2.12
- hexedited the module at offset 0x969: "74 59" >> "90 90" and offset 0x973: "74 4F" >> "90 90"
- replaced the original module by the modified module inside the bios, still with phoenix tool.
- reflashed the bios using Fn+Esc recovery method.

At the end the menus are all unlocked and only 4bytes were modified appart from the CRC which is managed by phoenixtool. As everything gets compressed in the process even such a small modification obviously gives a very different file from the original.

This method worked to flash two different Aspire One 725 using the same file, one was already updated to 2.04 and my other one was a stock 1.05. So it will work on any AO725 no matter what bios version it was originally.

It would also have been possible to dump the 4MiB bios directly from the running system but this would have included specific configuration and serial numbers thus making clones with every new flashed computer. Instead by taking the original bios you can generate a file that can apply to any AO725.

I hope every interrogations on that matter are now answered :p
find
quote
#24
thanks for the istructions
find
quote
#25
this thread must be marked as UNLOCKED
find
quote
#26
Thanks for confirming,



Moved to unlocked /mod

Toshiba Satellite C885D-S5340

>> DONATE PLEASE! <<
find
quote
#27
(12-29-2012, 11:12 AM)AlexKidd Wrote: Finally I have won, we have won.

Hello.

I have AO725 with v1.05 BIOS. I flashed your modified version v2.04 and it works perfectly.

But version v2.09 has been released. Can you unlock them?

Thank you.
find
quote
#28
I'm unable to mod the new version, I haven't the required know-how

If you want it (and you know what improvements are brought from 2.04 and 2.09) you can extract the ZHGBIOS.FD file from the exe (the method is described above in this thread) and submit it at users more skilled than me
find
quote
#29
Although 2.09 does not have a change log, from what I can tell at least two issues have been fixed. Under Windows 7 I had two problems with the old version. Seemingly at random after resuming from sleep, brightness would be stuck on 100 %, and only a reboot would fix this. In addition, I had random and rare reboots when going to sleep. So far I haven't encountered either with 2.09.
find
quote
#30
Modded v2.09 version by conghoaxa1.

- unlocked SVM support
- added SLIC 2.1 Acer

Tested, and works perfectly Smile Flasher is also unlocked so upgrade from v1.05 to v2.09 is no problem. Just run InsydeFlash.exe.

Download

Smile

/update/

v.2.12 mod below.
find
quote


Forum Jump:


Users browsing this thread: 2 Guest(s)