Forum RSS Feed Follow @ Twitter Follow On Facebook

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

Username:


Password:





[-]
Latest Threads
Request for Modded BIOS with AI Tweaker ...
Last Post: CertifiedCosmos
Yesterday 05:04 PM
» Replies: 0
» Views: 70
Lenovo ThinkCentre M71e GPU Whitelist re...
Last Post: saschalein
Yesterday 03:23 PM
» Replies: 0
» Views: 66
[REQUEST] Lenovo Ideapad 330S-15ARR (7WC...
Last Post: nadolivbios
Yesterday 01:26 PM
» Replies: 25
» Views: 6062
How To Add SLIC 2.1 To An Intel Motherbo...
Last Post: sanya.silitskiy
Yesterday 11:52 AM
» Replies: 73
» Views: 219845
[REQUEST] 13w Yoga Gen 2 (Type 82YR) (KB...
Last Post: SiberianTiger97
Yesterday 09:48 AM
» Replies: 2
» Views: 142
Acer Extensa 5620: CPU replace
Last Post: MPM
Yesterday 08:28 AM
» Replies: 2
» Views: 115
[REQUEST] Sony Vaio VPCEH & VPCEJ series...
Last Post: nrns
04-16-2024 08:08 PM
» Replies: 232
» Views: 98288
[REQUEST] Lenovo Y70-70 (9ECNxxWW) White...
Last Post: Dudu2002
04-16-2024 02:35 PM
» Replies: 103
» Views: 23905
[REQUEST] Lenovo Yoga 2 Pro (76CNxxWW) W...
Last Post: Dudu2002
04-16-2024 07:29 AM
» Replies: 847
» Views: 323557
[REQUEST] Acer Predator Helios 300 PH315...
Last Post: Dudu2002
04-16-2024 07:28 AM
» Replies: 26
» Views: 944
[REQUEST] Lenovo ThinkPad P14s 3rd Gen 1...
Last Post: Dudu2002
04-16-2024 07:26 AM
» Replies: 4
» Views: 279
Add CPU support Lenovo M715s
Last Post: pashtet440
04-16-2024 06:56 AM
» Replies: 0
» Views: 125
[REQUEST] Lenovo G580 (5ECNxxWW) Whiteli...
Last Post: Dudu2002
04-14-2024 09:02 AM
» Replies: 1733
» Views: 541819
Dell Latitude 5520 - get to know passwor...
Last Post: yeti1299
04-14-2024 06:48 AM
» Replies: 2
» Views: 228
[REQUEST]: Asus TP420IA - how to dump bi...
Last Post: quantumx3
04-14-2024 05:34 AM
» Replies: 0
» Views: 201
[REQUEST] Lenovo Y50-70 (9ECNxxWW) BIOS ...
Last Post: Nightdemon2001
04-14-2024 01:13 AM
» Replies: 2319
» Views: 656136
[REQUEST] Lenovo B575 (52CNxxWW) Whiteli...
Last Post: thepwrtank18
04-13-2024 06:13 PM
» Replies: 56
» Views: 20400
[REQUEST] Lenovo B590 (H9ETxxWW) Whiteli...
Last Post: alvaro8905
04-13-2024 05:25 PM
» Replies: 673
» Views: 163396
Lenovo Yoga 14s (slim7Gen 8)
Last Post: Dudu2002
04-13-2024 03:32 PM
» Replies: 12
» Views: 638
[REQUEST] Lenovo G710 BIOS Whitelist Rem...
Last Post: Dudu2002
04-13-2024 03:31 PM
» Replies: 470
» Views: 129336

[REQUEST] Acer Aspire VN7-592G BIOS Unlock
#51
Alright, so I ordered the clip and set-up a RPi for the programmer and was able to read and write to the chip without issue (read and backed-up my existing BIOS and re-flashed it after a failed flash of the modded one).

As for the modded BIOS itself, the filesize was a problem. I'm using flashrom on Linux and it has a hard requirement that the BIOS file must match the BIOS chip size (6MB modded file vs 8MB chip). I tried a random command to try to write zeros to the remaining space in order to pad it, but the laptop didn't boot (either I messed up while trying to pad it or the modded BIOS wasn't accepted; the padding issue is much more likely).

Is it possible to get the modded BIOS padded to match the exact size of the BIOS chip? The exact size is 8388608 bytes.

Here is the modded BIOS you provided (the previous link is broken): https://drive.google.com/file/d/0B9CekGW...sp=sharing

And here is my original BIOS as-is straight from the chip through Flashrom: https://drive.google.com/file/d/0B9CekGW...sp=sharing

(if you want a different download host, please ask)

Edit: After loading up both files in GHex; the beginnings look totally different. The bottom of both files look somewhat the same though (just different offsets because of what I imagine the different filesizes).

[Image: 820LcDeSURqbEMgv.jpg]
find
quote
#52
Hello!
I have some good news for you.
First, possibly i found way to disable bios rewrite protection (it is set by vendor in bios)
Second, possibly i found way to unlock one hidden tab.
All these tricks we can do without programmer.
Just follow next steps.
1. Take USB stick and format to FAT32
2. Create directory structure EFI\Boot
3. Download BOOTX64.EFI (http://www.mediafire.com/download.php?81vegw2aw0pxcib)
4. Put downloaded file to Boot directory.
5. Restart and enter BIOS setup.
6. Make sure you have following values:
Legacy Support: Disable
Secure Boot: Disable
7. Reboot and press F9 to boot from USB stick
8. Give commands:
setup_var 0x258 0x01
setup_var 0x259 0x00
9. Reboot and check bios setup for new menu.

Please,do not post requests me in PM.Bios modding is very dangerous work.If i provide you confirmed modded bios, please donate for my dangerous work https://goo.gl/98BgtO.Thank you!
find
quote
#53
I've tried booting from the stick with that EFI file but my laptop just displays a blank screen.

Is this similar to: https://www.bios-mods.com/forum/Thread-R...7#pid90017 ? I've tried that in the past but only got an error stating it was unable to change the EFI variable when trying to change 0x258. It looks like your link provides a different EFI Shell though.

What does 0x259 do? If I recall correctly, 0x258 enables an advanced settings page for Intel settings. In any case, are both variables easy enough to modify from the ROM rip I provided earlier? If those values could be set, I could flash the ROM directly and then have the rewrite protection disabled, and then have a go with flashing the modded BIOS through software means.

Alternatively; if you wouldn't mind modding the modded BIOS to just be padded to the exact size of the flash chip (I'm not certain how difficult that would be), I could just flash it directly and be good to go.

[Image: 820LcDeSURqbEMgv.jpg]
find
quote
#54
Hello!
var 0x259 can disable bios rewrite protection, i think.Bios rewrite protection is vendor limitation but it can be disabled if this option present.
Some mb have this feature but ,if you can see, we'll try to disable it.
Your mod completed and sent in PM!

Please,do not post requests me in PM.Bios modding is very dangerous work.If i provide you confirmed modded bios, please donate for my dangerous work https://goo.gl/98BgtO.Thank you!
find
quote
#55
Hi, I was able to flash that BIOS successfully to my chip but the laptop didn't POST.

My failed attempt at trying to pad and flash the previous BIOS made the laptop turn on and then immediately turn back off. With the modded BIOS you provided in the PM, the laptop turns on but the screen doesn't turn on and USB devices aren't initialized.

I tried resetting BIOS settings by leaving the motherboard battery out for a little bit, which did seem to cause the laptop to act a little differently (it powered on, powered back off, and then powered back on) but still led to the same result (black screen).

I was able to re-flash my unmodded BIOS again and it POSTS and runs fine.

Did you do both variables in the same mod (258 and 259)? Perhaps one of those are incompatible with my motherboard. If you wouldn't mind, could you perhaps mod two separate BIOS files for each variable (so for one, only enable 258 and then the other BIOS, disable 259) and I could try each one and see if either allow me to POST.

Thank you for all your help so far by the way, I really appreciate it Smile

[Image: 820LcDeSURqbEMgv.jpg]
find
quote
#56
Bump Smile

[Image: 820LcDeSURqbEMgv.jpg]
find
quote
#57
New mod completed and sent in PM!Check it!

Please,do not post requests me in PM.Bios modding is very dangerous work.If i provide you confirmed modded bios, please donate for my dangerous work https://goo.gl/98BgtO.Thank you!
find
quote
#58
(07-28-2016, 01:05 PM)Da Vinci Code Wrote: New mod completed and sent in PM!Check it!

Hi, thanks for the quick mod, but unfortunately that one didn't seem to work either (same result; laptop doesn't go past black screen).

It seems BIOS recovery through Fn + Esc is still possible though while the laptop was in that state. I tried taking the modded BIOS and renaming it, but it didn't flash through that either.

Was able to restore my backup BIOS again and was good to go (I back it up before trying the modded BIOS each time).

Here's the most recent chip backup I took from my working BIOS; not sure if it'll help or if anything really changes at all but maybe it might help for some kind of comparison: https://drive.google.com/file/d/0B9CekGW...sp=sharing

I'm not sure if there's some kind of security check or perhaps if you have any other ideas, but maybe something to try is to mod the BIOS in such a minor way that it shouldn't break anything, and I could see if that works; just to make sure there isn't some kind of hard-check going on or something.

[Image: 820LcDeSURqbEMgv.jpg]
find
quote
#59
I made changes in second chain of bit lock code but it seems bios have internal RSA check like HP.It's very difficult to detect checking module.
One of Legendary modders, Domovan6000 spent 7 months for checking same module in HP laptops.
I have no idea at now, you are first who have this problem.We need some tester to know if Insydeh20 uses new type of security check.

Please,do not post requests me in PM.Bios modding is very dangerous work.If i provide you confirmed modded bios, please donate for my dangerous work https://goo.gl/98BgtO.Thank you!
find
quote
#60
We can try last way:
Create list of some needed options with needed values,
after that i'll make it as default so you can use laptop with new settings even bios lock disabled.

Please,do not post requests me in PM.Bios modding is very dangerous work.If i provide you confirmed modded bios, please donate for my dangerous work https://goo.gl/98BgtO.Thank you!
find
quote


Forum Jump:


Users browsing this thread: 7 Guest(s)