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
[REQUEST] Lenovo G50-30 (A7CNxxWW) BIOS ...
Last Post: carmelletomato
Today 07:29 PM
» Replies: 46
» Views: 22048
[REQUEST] Lenovo G50-70 (9ACNxxWW) BIOS ...
Last Post: colin89
Today 06:04 PM
» Replies: 140
» Views: 40992
[Request] HP Elitebook 6930P WLAN Whitel...
Last Post: k24a1
Today 05:28 PM
» Replies: 16
» Views: 6579
[REQUEST + BOUNTY] Lenovo Thinkpad P14s ...
Last Post: loadit
Today 02:23 PM
» Replies: 3
» Views: 93
[REQUEST] Lenovo Yoga 2 Pro (76CNxxWW) W...
Last Post: Dudu2002
Today 10:53 AM
» Replies: 845
» Views: 317162
[REQUEST] Lenovo Thinkpad E130 (H4ETxxWW...
Last Post: Dudu2002
Today 10:51 AM
» Replies: 509
» Views: 101085
[REQUEST] Lenovo Yoga 11E (N15ETxxW) Whi...
Last Post: Dudu2002
Today 08:15 AM
» Replies: 5
» Views: 2525
[REQUEST] CPU Support for Ryzen 5 3600 o...
Last Post: flexpavillion
Today 04:32 AM
» Replies: 1
» Views: 339
Clevo P775TM1-G BIOS
Last Post: ActivatedNut
Today 01:36 AM
» Replies: 145
» Views: 55331
ASUS P5G41T-M LX2/GB Unlocked Hidden Ove...
Last Post: GangsteR23
Yesterday 04:58 PM
» Replies: 25
» Views: 64136
lenovo z570 Advanced Menu Unlocked
Last Post: Kaluva12345
Yesterday 04:58 PM
» Replies: 7
» Views: 4103
Lenovo ThinkCentre M715q 2nd Gen & AMD R...
Last Post: RedfieldHUN1987
Yesterday 09:23 AM
» Replies: 2
» Views: 148
L14 Gen 3 AMD , Need UEFI unlock advance...
Last Post: frankeinstein2532555
Yesterday 04:08 AM
» Replies: 0
» Views: 100
[REQUEST] Lenovo Y400 & Y500 (6BCNxxWW) ...
Last Post: freedome
03-26-2024 11:00 PM
» Replies: 188
» Views: 52222
[REQUEST] Lenovo G510 (79CNxxWW) Whiteli...
Last Post: ghostinoss
03-26-2024 09:21 PM
» Replies: 655
» Views: 167268
[Request] CPU support for Lenovo IQ57I
Last Post: DeathBringer
03-26-2024 10:02 AM
» Replies: 5
» Views: 241
unlocked Bios for Machenike s16
Last Post: Dudu2002
03-26-2024 09:06 AM
» Replies: 5
» Views: 332
[REQUEST] Bios Unlock Whitelist HP DV6-6...
Last Post: DimanTLT63
03-26-2024 03:03 AM
» Replies: 0
» Views: 147
[REQUEST] HP Pavilion G6-1252ss Whitelis...
Last Post: joseefitness
03-26-2024 01:40 AM
» Replies: 0
» Views: 131
[REQUEST] Lenovo S310 & S410 (8BCNxxWW) ...
Last Post: morgley
03-25-2024 10:43 PM
» Replies: 14
» Views: 6334

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: 52)
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...10&sw_lang=
This is the newer version. Thanks Smile
find
quote


Forum Jump:


Users browsing this thread: 3 Guest(s)