Forum RSS Feed Follow @ Twitter Follow On Facebook

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

Username:


Password:





[-]
Latest Threads
(new to forums) searching for aid/direct...
Last Post: adorable_yangire
Today 12:11 AM
» Replies: 0
» Views: 20
i7 2860QM how to raise power limit?
Last Post: DeathBringer
Yesterday 11:44 PM
» Replies: 8
» Views: 240
[SOLVED] Change Serial Number, UUID, Mac...
Last Post: dsdn1
Yesterday 07:55 PM
» Replies: 10
» Views: 16746
[REQUEST] Lenovo G50-45 BIOS Unlock
Last Post: szakiz
Yesterday 05:36 PM
» Replies: 49
» Views: 53271
Acer Aspire 5920G - Requesting Modded BI...
Last Post: EbrahimSiami
Yesterday 12:29 PM
» Replies: 0
» Views: 92
[REQUEST] Lenovo Yoga 7 Pro 82Y7 unlock
Last Post: Dudu2002
Yesterday 07:13 AM
» Replies: 1
» Views: 165
[REQUEST] Lenovo G710 BIOS Whitelist Rem...
Last Post: Dudu2002
Yesterday 07:12 AM
» Replies: 491
» Views: 217381
Lenovo Y550 BIOS Unlocking (Advanced Men...
Last Post: kentsergeo
Yesterday 12:15 AM
» Replies: 5
» Views: 1099
[REQUEST] Acer Aspire 8930(G) BIOS Unloc...
Last Post: Ilias manolopoulos
07-07-2025 01:52 PM
» Replies: 58
» Views: 43515
ASUS M11AD > Haswell Refresh
Last Post: JCY1962
07-07-2025 12:40 PM
» Replies: 22
» Views: 7698
overclocking msi b150 gaming m3
Last Post: J1419
07-06-2025 05:51 PM
» Replies: 0
» Views: 215
Asus K72jr repair
Last Post: Moddo73@PROXIMUS
07-06-2025 02:08 PM
» Replies: 0
» Views: 188
[REQUEST] Lenovo Z50-70 & Z40-70 (9BCNxx...
Last Post: Dudu2002
07-06-2025 01:29 PM
» Replies: 757
» Views: 320582
Excalibur G900.1160 BİOS unlock request
Last Post: Dudu2002
07-06-2025 01:28 PM
» Replies: 7
» Views: 1003
[REQUEST] Sony Vaio VPCEH & VPCEJ series...
Last Post: mariukonie
07-06-2025 09:17 AM
» Replies: 241
» Views: 154190
[Request] BIOS mod for Acer EG43M (P01-A...
Last Post: DeathBringer
07-06-2025 08:50 AM
» Replies: 7
» Views: 435
HOW TO FLASH MODIFIED OR ORIGINAL BIOS
Last Post: Ali987
07-06-2025 03:16 AM
» Replies: 20
» Views: 72111
[REQUEST] Lenovo ThinkPad Yoga S1 (GQETx...
Last Post: Dudu2002
07-06-2025 03:05 AM
» Replies: 116
» Views: 56581
Hp 11-ak0040nr add option to boot from i...
Last Post: Xanmx
07-05-2025 05:47 PM
» Replies: 0
» Views: 303
[GUIDE] How to modify AMI MSI BIOS to un...
Last Post: solver_001
07-05-2025 06:34 AM
» Replies: 56
» Views: 335082

Unlock all hidden options for insydeh20 bios
#11
(01-23-2012, 08:58 AM)evilshadowreign Wrote: Thanks I will try tonight

Would be nice to get some feedback :-)
www find
quote
#12
(01-23-2012, 11:15 AM)SnakyJake Wrote:
(01-23-2012, 08:58 AM)evilshadowreign Wrote: Thanks I will try tonight

Would be nice to get some feedback :-)
I can't seem to get it to work. Can you tell me the full procedure on how to mod? Thanks
find
quote
#13
(01-23-2012, 01:05 PM)evilshadowreign Wrote:
(01-23-2012, 11:15 AM)SnakyJake Wrote:
(01-23-2012, 08:58 AM)evilshadowreign Wrote: Thanks I will try tonight

Would be nice to get some feedback :-)
I can't seem to get it to work. Can you tell me the full procedure on how to mod? Thanks

Ok, here we go:

Best way to do it is with Linux. I used Fedora16, 32bit, but you probably can use some live cd.
I used Python 2.7, Python 3 will not work!
Have not tried Windows...probably will fail to load lzma libraries...

So here are the prerequisites I remember:
1. Linux (tested on Fedora16, 32bit)
2. lzmadec and lzma libraries (installed on most systems, look in /usr/lib for lzmadec.so and lzma.so; install required packages if needed)
3. Python 2.7, (maybe lower) and some python modules (scripts will complain about missing modules, install them)

What to do:
1. First download the stuff and extract to some directory.
2. Then you need some bios from your vendor. (with the fmem-mod you can extract it from your machine, but just take one from your vendor - easier)
3. in linux shell: untar the downloaded package: tar xzvf insyde.tgz
4. copy your bios to that directory
5. cd to that directory and do "python main.py -v biosfile newbiosfile"

This should create a patched bios, with lots of verbose output, or some errors (hopefully not).
If it works do another check with "python main.py -v newbiosfile" - should also run with no errors, then its ok.
Put newbiosfile to USB-Stick and rename it to the name your computer requires (see Flash-section on my website - its important to check recovery method first!)

If you cannot get it to work you can send the bios to me (contact on my website) and I will try it. Still you need to try that recovery method first if you want to make sure to be able to recover from a brick.

BTW: someone else is trying it on windows. Maybe there will be a complete windows package soon.
www find
quote
#14
(01-23-2012, 03:20 PM)SnakyJake Wrote:
(01-23-2012, 01:05 PM)evilshadowreign Wrote:
(01-23-2012, 11:15 AM)SnakyJake Wrote:
(01-23-2012, 08:58 AM)evilshadowreign Wrote: Thanks I will try tonight

Would be nice to get some feedback :-)
I can't seem to get it to work. Can you tell me the full procedure on how to mod? Thanks
Thanks, I don't use Linux. I only use windows so i think i will wait for the windows package to come out. I don't want to waste your time.
Ok, here we go:

Best way to do it is with Linux. I used Fedora16, 32bit, but you probably can use some live cd.
I used Python 2.7, Python 3 will not work!
Have not tried Windows...probably will fail to load lzma libraries...

So here are the prerequisites I remember:
1. Linux (tested on Fedora16, 32bit)
2. lzmadec and lzma libraries (installed on most systems, look in /usr/lib for lzmadec.so and lzma.so; install required packages if needed)
3. Python 2.7, (maybe lower) and some python modules (scripts will complain about missing modules, install them)

What to do:
1. First download the stuff and extract to some directory.
2. Then you need some bios from your vendor. (with the fmem-mod you can extract it from your machine, but just take one from your vendor - easier)
3. in linux shell: untar the downloaded package: tar xzvf insyde.tgz
4. copy your bios to that directory
5. cd to that directory and do "python main.py -v biosfile newbiosfile"

This should create a patched bios, with lots of verbose output, or some errors (hopefully not).
If it works do another check with "python main.py -v newbiosfile" - should also run with no errors, then its ok.
Put newbiosfile to USB-Stick and rename it to the name your computer requires (see Flash-section on my website - its important to check recovery method first!)

If you cannot get it to work you can send the bios to me (contact on my website) and I will try it. Still you need to try that recovery method first if you want to make sure to be able to recover from a brick.

BTW: someone else is trying it on windows. Maybe there will be a complete windows package soon.


Thanks, i use windows only. I think i will wait for the windows package to come out since i don't want to waste your time.
find
quote
#15
I try to test it on some windows machine this week, so on weekend it should be out
www find
quote
#16
Thank you so much
find
quote
#17
hi i am try your script in fedora and flash the output file but nothing has been unlocked !!
plz can you look in to my bios file


Attached Files
.zip   sp54629.zip (Size: 1.93 MB / Downloads: 53)
find
quote
#18
(01-24-2012, 06:17 AM)akbar102 Wrote: hi i am try your script in fedora and flash the output file but nothing has been unlocked !!
plz can you look in to my bios file

Ok, first I was really happy my tool even got along with your file :-)
My bios is 1MB, yours is 2MB, still no errors.

The sad part: my tools don't find hidden forms, means: they are hidden differently than in my bios :-(

So I cannot present you a patched bios right now. But I will analyse your bios with IDA and find the peace of code hiding your forms. The script finds seven forms, I guess two of them (advanced and power) are hidden?

Edit: Ok, its 64bit Smile Mine is 32bit. I'll see if I can crack that piece

So you will have to wait until I found the hiding code.

www find
quote
#19
(01-24-2012, 01:01 PM)SnakyJake Wrote:
(01-24-2012, 06:17 AM)akbar102 Wrote: hi i am try your script in fedora and flash the output file but nothing has been unlocked !!
plz can you look in to my bios file

Ok, first I was really happy my tool even got along with your file :-)
My bios is 1MB, yours is 2MB, still no errors.

The sad part: my tools don't find hidden forms, means: they are hidden differently than in my bios :-(

So I cannot present you a patched bios right now. But I will analyse your bios with IDA and find the peace of code hiding your forms. The script finds seven forms, I guess two of them (advanced and power) are hidden?

Edit: Ok, its 64bit Smile Mine is 32bit. I'll see if I can crack that piece

So you will have to wait until I found the hiding code.

yes the advanced and power are hidden. thanks man for your help im wait for your work
find
quote
#20
Can you try to flash this one:
http://h10025.www1.hp.com/ewfrf/wc/softw...0&sw_lang=
This is the newer version. Thanks Smile
find
quote


Forum Jump:


Users browsing this thread: 2 Guest(s)