Acer 5742G Bios(1.30)修改

各种笔记本的Bios基本上都被厂商设置了各种限制,剩下可以修改的选项寥寥无几,而如果想要进行一些高级配置却没有什么办法。于是就只能自己想办法解决了,例如宏基的笔记本就只剩下了这么几个选项。

说实话,这几个选项基本没什么太大的用处,而我要改bios也不是对什么修改启动画面有兴趣,那个东东其实没虾米意思。

从网上随便搜索了一下,看到了几篇文章中有提到修改bios主程序的相关内容。但是基本都没有脱离insyde EzH2O这个东西,很不幸的是这个东西在我的笔记本上没法加载bios文件,搜索了下据说是无法加载2m以上的文件,这个就没办法了。我现在修改的那个文件有4m。只好另寻他法。

http://rajko.info/acer/tools/ 下载python工具包,执行python main.py PEW71130.fd

解压完成之后可以在data目录下找到SetupUtility-mine.pe文件,直接载入ida64进行分析,定位到如下的地址(这个文件对应的是acer 5742g  1.30 版的bios,其他版本地址可能不太一致)

代码如下:

text:000000018000122C                 mov     rax, cs:qword_180084B38

.text:0000000180001233                 movzx   eax, byte ptr [rax+49h]

.text:0000000180001237                 cmp     eax, 0Ah

.text:000000018000123A                 jge     loc_1800012F0

.text:0000000180001240                 mov     rax, [rsp+68h]

.text:0000000180001245                 movzx   eax, word ptr [rax+12h]

.text:0000000180001249                 cmp     eax, 67h

.text:000000018000124C                 jz      loc_1800012F0

.text:0000000180001252                 mov     rax, [rsp+68h]

.text:0000000180001257                 movzx   eax, word ptr [rax+12h]

.text:000000018000125B                 cmp     eax, 283h

.text:0000000180001260                 jz      loc_1800012F0

.text:0000000180001266                 mov     rax, [rsp+68h]

修改方法也比较简单,直接把三个连续的jz      loc_1800012F0跳转nop掉即可,这里没有办法用ida修改,可以用winhex或者其他的工具找到对应的地址进行修改。

如果无法定位到上面的地址可以通过alt+I进行搜索立即数,搜索67h即可,找到相似的地方就可以了。

现在主要目标已经达成了,但是需要将修改之后的程序重新封装到fd文件中,用c32asm或者winhex打开PEW71130.fd,搜索lzma文件头5D 00 80 00,找到压缩数据的文件头。

简单一点,直接往下拉,找到一篇FF区域就是压缩数据的文件末尾(281068-38a1ff):

将这个数据段的数据保存为bios.lzma,然后用lzma.exe或者7zip进行解压得到原始的数据(保存为bios)。用c32asm载入bios查看会发现这个数据段并不是一个单独的exe,文件头如下:

在离文件头不远的地方就会发现一个可执行文件的文件头,但是这个pe程序并不是前面修改的那个程序,所以如果替换掉这个程序会就导致刷入之后完蛋鸟。用最原始的办法,直接用修改之后的pe文件头和文件尾进行搜索,定位到整个pe文件的区段。

可以发现我们修改的程序是从10e488开始到1936f7结束,用修改之后的SetupUtility-mine.pe文件数据覆盖到这个区段,保存修改之后的文件为bios2。使用lzma.exe进行压缩:

现在进行最后一步,将bios2.lzma 的数据覆盖到PEW71130.fd 文件的281068-38a1ff区域中,需要说明的是这个东西在修改之后压缩大小为989k,少了1k的数据。

也就是说覆盖之后会剩余1k的空间,此时只需要将原来的数据用FF填充掉即可。

将修改之后的文件保存,然后就可以用InsydeFlash.exe刷新bios了:

这个东西支持平刷,但是不支持降级,如果需要降级可以尝试patch这个程序就行了,但是这个东东和本文关系不大,有兴趣的可以自己去搞搞,因为在http://rajko.info/acer/tools/提供了几个低版本的修改之后的bios:

刷机之后重启就看到效果了:

主页面

高级选项,其实选项还是少的可怜

ASF设置

Power选项

中断选项

 

刷机包:http://pan.baidu.com/share/link?shareid=164677&uk=3188888025

相关文件以及工具:http://pan.baidu.com/share/link?shareid=164678&uk=3188888025

 

 

相关链接:

http://rajko.info/acer/tools/

http://forums.mydigitallife.info/threads/23762-ACER-5742G-BIOS-modding-(unhidden-pages-enabled-UEFI-BOOT)

 

☆版权☆

* 网站名称:obaby@mars
* 网址:https://h4ck.org.cn/
* 个性:https://oba.by/
* 本文标题: 《Acer 5742G Bios(1.30)修改》
* 本文链接:https://www.h4ck.org.cn/2012/12/4806
* 短链接:https://oba.by/?p=4806
* 转载文章请标明文章来源,原文标题以及原文链接。请遵从 《署名-非商业性使用-相同方式共享 2.5 中国大陆 (CC BY-NC-SA 2.5 CN) 》许可协议。


猜你喜欢:

22 comments

    1. 公主 Queen 
      Opera IBIS 12 Opera IBIS 12 Windows XP Windows XP cn福建省厦门市 电信

      我是折腾家,单纯的刷一下体现不出我的技术水平,哈哈。所以要刷就要刷的帅点。

    1. 公主 Queen 
      Opera IBIS 12 Opera IBIS 12 Windows 7 Windows 7 cn福建省厦门市思明区 电信

      well ,i have not do any more research ,but i will have a try.

  1. Level 1
    Firefox 20 Firefox 20 Windows 7 Windows 7 de德国

    Hello,

    first i have to thank you for unlocking my bios on my acer 5742g. After hours of searching i found your modded file and after reading the reviews i decided to flash it to my bios. It works great!

    But the reason i installed it, was that i hoped to control the fan because my acer has like many of those others overheating problems. Off course there is no option to control the fan, so i believe the last option is to compile it in the installer.

    I have no problems if my fan would be everytime on 100%, but a stepped fan would be great! Im no programmer so i cant help myself, but after testing your file i trust you and i hope you can help me and many others.

    If you want, i can donate u with paypal. It would be very nice if you could release a modded 1.30 with fan control or modded fan steppings! I would pay for it.

    Greetings from Germany

    1. 公主 Queen 
      Opera 12 Opera 12 Windows 8 Windows 8 cn福建省厦门市 电信

      I am wondering if I will continue the reverse of acer bios . In this post i didnt do much research of the bios file . there has been a release low version of acer bios on this url :http://rajko.info/acer/tools/ . Since I now mostly use my MSI GE70,now the acer is just a backup option , so i do not spent much time on the acer laptop.But if i have time i will have a further research .Thx for the donate, I just reverse the program for fun, so I release everything for free. If ur laptop overheating ,u can first try to clean up the cpu fan tunnel for a better wind cool effect.

  2. Level 1
    Firefox 20 Firefox 20 Windows 7 Windows 7 de德国

    Yes i tried so much. But me and many others in Acerforums are looking for a modified bios, with priority point on the fan control. If this isnt possible, the fan could run on 100% all the time, i have no problems with noise. But it would be better if the fan would step until 100%! He is now to lame because of to low rpms and cant cool the laptop enough.

    You would help me and many others! A fast work would be really nice from you and i would donate you beacause i need the fan control fast!

    1. 公主 Queen 
      Opera 12 Opera 12 Windows 8 Windows 8 cn福建省厦门市 电信

      I am sorry ,but I can not say when I will finish the job. sorry for that.

      1. Level 1
        Firefox 20 Firefox 20 Windows 7 Windows 7 de德国

        No problem. I will wait and visit your site from times to times or would you send me a email? I like the thought that an asians hacker writes my new bios 😉 Youre great, dude!

        1. 公主 Queen 
          Opera 12 Opera 12 Windows 8 Windows 8 cn福建省厦门市 电信

          U do not have to visit my blog all the time ,once I done the job I would like to send u the files via the email address with ur nick name. Also u can contact me with the email root(at)h4ck.ws.

          1. Level 1
            Firefox 20 Firefox 20 Windows 7 Windows 7 de德国

            Hey dude did u try the job?
            I need the .exe and are really exited waiting until your release 😉
            And i dont know how to thank you for this.

            1. 公主 Queen 
              Opera 12 Opera 12 Windows 8 Windows 8 cn福建省厦门市思明区 电信

              Sorry for that ,I am changing my job now days, and is so busy that to have time to reverse the file again. In the next half month I have to move to a new city and start a fresh live. I am afraid that until July i will barely have no time to do it.

  3. Level 1
    Firefox 21 Firefox 21 Windows 7 Windows 7 de德国

    Hey Dude,

    it would be nice to hear from you soon. smile
    Did you solve the problem with the fan?
    If you have any other questions ill try to help u out!

    Greetings from Germany

    1. 公主 Queen 
      Opera 12 Opera 12 Windows 7 Windows 7 cn山东省青岛市 联通

      Glad to hear from u ,but so sorry to say that ,I have not have another try to fix the problem. Live in Fucking China is really tough , now I have been back in Shandong ,but still live in a small hotel. and have no pleasure to do any research .

      Just fucking the shit China.

      Wish u have a nice day.

      From Shandong China

  4. Level 1
    Firefox 22 Firefox 22 Windows 7 Windows 7 de德国

    Im so sorry to hurry you up, but my Acer 5742G is over 100° Celcius hot this summer time… i need you to fix my fan speed…you will help me and many others! Please help me i will to pay you for you work!
    Nobody on this world can to this except you…. thats my intention when i look in many threads.

    Greetings from …Germany!

    1. 公主 Queen 
      Opera 12 Opera 12 Windows 7 Windows 7 cn山东省济宁市 移动

      I think u should clean the cpu fan by open the laptop, this will help u to cool the cpu much better, or just use a laptop cooler to get much more wind. I am sorry for have u wait for a long time.

      1. Level 1
        Opera 24 Opera 24 LG LG es西班牙

        hello as I have seen on the internet that would serve the same bios for packard bell tk85?, another question, to start the installation just run the file as an administrator InsydeFlash.exe, that is inside the Winflash folder already?, I hope to answer, thank you.

        1. 公主 Queen 
          Firefox 49 Firefox 49 Mac OS X 10.12 Mac OS X 10.12 cn山东省临沂市 联通

          InsydeFlash.exe is the offical acer bois flash tool,you may get that from the acer offical web site.

          1. Level 1
            Opera 24 Opera 24 LG LG es西班牙

            Hello, I have read that the software to unlock the acer aspire 5842G bios, it is compatible with the packard bell tk85 ?, is it true ?, and that there is a winflash folder file to run to install this software on the laptop?, I hope to answer, Thank you.

          2. Level 1
            Opera 24 Opera 24 LG LG es西班牙

            Hello, I have read that the software to unlock the acer aspire 5742G bios, it is compatible with the packard bell tk85 ?, is it true ?, and that there is a winflash folder file to run to install this software on the laptop?, I hope to answer, Thank you.

            1. 公主 Queen 
              Firefox 49 Firefox 49 Mac OS X 10.12 Mac OS X 10.12 cn山东省临沂市 联通

              The bois bin is unique for different laptop,so you’d better not do that.
              U have to find your laptop version bios.
              flash this version possibly mey break down your laptop.

  5. Level 1
    Firefox 62 Firefox 62 Windows 7 Windows 7 de德国

    Hello,
    what’s the difference between “PEW7130_MoreOptionsMorePages_UefiBoot_HackedBds.zip” from 2013
    and “ACER5742G_130_MoreOptionsMorePages_UEFIBOOT.rar” from 2016?
    And i wanted to say that the memory frequency option not work.
    I can set i to 800MHz or to 1333MHz but the memory is still running on 1066MHz.
    Can you do something?
    Thank you!

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注