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] HP ENVY - 17-r102nl (W6X06EA#A...
Last Post: SpaghettONE
Yesterday 04:51 PM
» Replies: 0
» Views: 82
HP Elitebook 8540w Microcode for I7 920X...
Last Post: DeathBringer
Yesterday 01:44 PM
» Replies: 9
» Views: 791
[REQUEST] HP Pavilion DM4-2101er BIOS F....
Last Post: Nylon
Yesterday 01:43 AM
» Replies: 1
» Views: 275
ThinkPad W520 - Corrupted ME
Last Post: lovie_loveth
11-24-2025 10:07 PM
» Replies: 0
» Views: 95
[REQUEST] Lenovo IdeaPad S400 (6DCNxxWW)...
Last Post: MasterSil
11-24-2025 08:09 PM
» Replies: 336
» Views: 176038
HP Pro 3300 & 3400 (H61): Upgrade to Ivy...
Last Post: acidmonkey
11-24-2025 03:14 PM
» Replies: 129
» Views: 131205
BIOS ESS Xerox C60
Last Post: JSteen
11-24-2025 02:37 PM
» Replies: 0
» Views: 98
[REQUEST] Acer Nitro 5 AN517-54 BIOS Unl...
Last Post: Carlos_Eduardo13087
11-24-2025 12:25 PM
» Replies: 30
» Views: 12171
[REQUEST] Acer Predator PHN16-72 BIOS Un...
Last Post: Dudu2002
11-24-2025 07:11 AM
» Replies: 3
» Views: 2640
[REQUEST] Lenovo T440(S) (GJETxxWW) Whit...
Last Post: Cevox
11-24-2025 06:36 AM
» Replies: 500
» Views: 271856
[REQUEST] Please help unlock em64t in bi...
Last Post: MonoTightt
11-24-2025 02:48 AM
» Replies: 3
» Views: 2937
[REQUEST] Acer Nitro 5 AN515-54 BIOS Unl...
Last Post: Dudu2002
11-24-2025 12:55 AM
» Replies: 141
» Views: 103246
Need HP BIOS 080B0 (080B0.bin + .sig) fo...
Last Post: AldoRmz
11-23-2025 11:06 PM
» Replies: 0
» Views: 138
[REQUEST] HP dc7600 CMT BIOS Modding for...
Last Post: C2WRtm36y
11-23-2025 05:47 PM
» Replies: 7
» Views: 735
[Request] Dell Precision M6800 A16 BIOS ...
Last Post: bytehat248
11-23-2025 12:39 PM
» Replies: 1
» Views: 126
[REQUEST] Lanner FW-7573 (7571)
Last Post: romankul
11-23-2025 03:36 AM
» Replies: 0
» Views: 145
[REQUEST] Dell Precision T3600 Xeon E5 v...
Last Post: DeathBringer
11-23-2025 01:19 AM
» Replies: 1
» Views: 226
Acer M5-518t Boot Loop (No bootloader)
Last Post: Cfox
11-23-2025 12:16 AM
» Replies: 0
» Views: 152
[REQUEST] Lenovo G710 BIOS Whitelist Rem...
Last Post: winged
11-20-2025 04:16 PM
» Replies: 499
» Views: 260925
[REQUEST] Lenovo Z410 & Z510 (8DCNxxWW) ...
Last Post: palych88
11-20-2025 03:54 PM
» Replies: 502
» Views: 251945

[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: 3 Guest(s)