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] Lanner FW-7573 (7571)
Last Post: romankul
Today 03:36 AM
» Replies: 0
» Views: 37
[REQUEST] Dell Precision T3600 Xeon E5 v...
Last Post: DeathBringer
Today 01:19 AM
» Replies: 1
» Views: 68
Acer M5-518t Boot Loop (No bootloader)
Last Post: Cfox
Today 12:16 AM
» Replies: 0
» Views: 44
[REQUEST] HP Pavilion DM4-2101er BIOS F....
Last Post: Nylon
11-21-2025 04:49 AM
» Replies: 0
» Views: 148
[REQUEST] Lenovo G710 BIOS Whitelist Rem...
Last Post: winged
11-20-2025 04:16 PM
» Replies: 499
» Views: 260046
[REQUEST] Lenovo Z410 & Z510 (8DCNxxWW) ...
Last Post: palych88
11-20-2025 03:54 PM
» Replies: 502
» Views: 250840
Gigabyte Z690I Aorus Ultra Plus DDR4 & E...
Last Post: EncryptedDataGS
11-20-2025 01:53 PM
» Replies: 11
» Views: 655
[REQUEST] HP Pavilion G7-1227nr
Last Post: brussell639
11-20-2025 01:42 PM
» Replies: 0
» Views: 234
Optiplex 7060 SFF 9th Generation Intel C...
Last Post: loukylor
11-19-2025 04:21 PM
» Replies: 71
» Views: 46954
[REQUEST] Lenovo Thinkpad X230(i) (G2ETx...
Last Post: DImanu
11-19-2025 04:29 AM
» Replies: 1095
» Views: 637317
[REQUEST] Acer Nitro 5 AN515-54 BIOS Unl...
Last Post: dfenton
11-18-2025 06:13 PM
» Replies: 140
» Views: 102557
[REQUEST] Acer Predator Helios 300 PH315...
Last Post: Dudu2002
11-18-2025 04:09 PM
» Replies: 46
» Views: 29632
[REQUEST] Lenovo B590 (H1ETxxWW) Whiteli...
Last Post: basil021985
11-18-2025 01:25 PM
» Replies: 798
» Views: 492162
Looking for Medion H110H4-EM V2.0 Bios
Last Post: ocsabi
11-18-2025 08:46 AM
» Replies: 0
» Views: 313
Asus EEEPC 1015PN enable 64 bit operatio...
Last Post: pathickel
11-17-2025 12:10 AM
» Replies: 0
» Views: 291
[REQUEST] Lenovo Y50-70 (9ECNxxWW) White...
Last Post: PhySix66
11-16-2025 05:05 PM
» Replies: 1775
» Views: 840229
[REQUEST] Lenovo B590 (H5ETxxWW) Whiteli...
Last Post: Cokeef
11-16-2025 01:57 PM
» Replies: 280
» Views: 131406
HP Pro 3300 & 3400 (H61): Upgrade to Ivy...
Last Post: DeathBringer
11-16-2025 10:37 AM
» Replies: 128
» Views: 130615
Toshiba C855 replacement battery problem
Last Post: Rad25
11-16-2025 09:45 AM
» Replies: 0
» Views: 196
CSM unlock Lenovo Ideapad Slim 3
Last Post: mario011
11-16-2025 09:36 AM
» Replies: 0
» Views: 236

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