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
bios f.02 Help!!!
Last Post: karbonid777
Today 12:21 PM
» Replies: 0
» Views: 72
[REQUEST] Lenovo Ideadpad N581 Whitelist...
Last Post: Dudu2002
Yesterday 02:07 PM
» Replies: 238
» Views: 115377
[REQUEST] Lenovo ThinkPad T480s (N22ETxx...
Last Post: Dudu2002
Yesterday 06:31 AM
» Replies: 25
» Views: 15283
[REQUEST] Lenovo G500 (78CNxxWW) BIOS Un...
Last Post: dump_bios_gg
Yesterday 04:59 AM
» Replies: 290
» Views: 200726
X550VXK BIOS Unlock Request
Last Post: laret
Yesterday 03:35 AM
» Replies: 1
» Views: 210
[REQUEST] HP EliteBook 640 G9 – Remove W...
Last Post: dlareklami
10-31-2025 04:20 AM
» Replies: 0
» Views: 169
Help with DMI Info Lenovo Bios
Last Post: force9da
10-30-2025 04:04 PM
» Replies: 0
» Views: 210
Lenovo z510 i5-4200m to i7-4700mq upgrad...
Last Post: ClaudeSpeed
10-30-2025 03:42 PM
» Replies: 7
» Views: 303
Dell Optiplex 790 bypass Press F1 during...
Last Post: jozsef_kacso
10-30-2025 04:19 AM
» Replies: 5
» Views: 16938
[REQUEST] Whitelist Removal for lenovo v...
Last Post: konjiki no yami
10-29-2025 07:36 PM
» Replies: 0
» Views: 231
[REQUEST] HP dv6-6b57el hidden menu
Last Post: Alcatraz
10-29-2025 04:28 PM
» Replies: 1
» Views: 285
[REQUEST] Lenovo IdeaPad L340 (BGCNxxWW)...
Last Post: Dudu2002
10-29-2025 03:19 PM
» Replies: 97
» Views: 55060
[REQUEST] Acer Aspire V5-121 Bios Unlock
Last Post: Strongbox256
10-29-2025 11:15 AM
» Replies: 5
» Views: 9109
[REQUEST] Eglobal S210H BIOS Unlock
Last Post: ShawnSuter
10-29-2025 10:50 AM
» Replies: 145
» Views: 64417
Request: Unlock CPU Voltage (Vcore) for ...
Last Post: hoomaan
10-29-2025 10:35 AM
» Replies: 0
» Views: 191
[REQUEST] Bios Unlock - Packard Bell Eas...
Last Post: Overtune2005
10-29-2025 08:37 AM
» Replies: 3
» Views: 2140
asrock 970 extreme3 slic 2.1
Last Post: 3xy
10-29-2025 03:34 AM
» Replies: 12
» Views: 18583
[Request] Dell Inspiron 17r SE 7720 Unlo...
Last Post: Bennett
10-29-2025 12:05 AM
» Replies: 92
» Views: 117551
[REQUEST] HP Probook 6570b Whitelist Rem...
Last Post: nexxus2
10-28-2025 01:07 PM
» Replies: 4
» Views: 6031
Gigabyte GA-MF3 CPU upgrade mod
Last Post: dm-
10-28-2025 10:53 AM
» Replies: 25
» Views: 22875

[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)