Forum RSS Feed Follow @ Twitter Follow On Facebook

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

Username:


Password:





[-]
Latest Threads
[REQUEST] Lenovo Y520-15IKBN (4KCNxxWW) ...
Last Post: coptered
Today 02:35 AM
» Replies: 65
» Views: 46118
Toshiba Satellite L40-13g (PSL40E): CPU ...
Last Post: Calazar
Today 01:02 AM
» Replies: 10
» Views: 565
[REQUEST] HP G62-b00 series (Intel) Whit...
Last Post: adarshs
Yesterday 09:06 PM
» Replies: 55
» Views: 5411
BIOS Lock variable reverts to 0x1
Last Post: GZRattin
Yesterday 04:08 PM
» Replies: 0
» Views: 58
[REQUEST] Sony Vaio VPCCB series (Rxxx0V...
Last Post: Marcos Berlin
Yesterday 02:11 PM
» Replies: 10
» Views: 1245
[REQUEST] Acer Aspire 7250(G) BIOS Unloc...
Last Post: ilya3607
Yesterday 01:18 PM
» Replies: 20
» Views: 9451
[REQUEST] ASUS X510URR BIOS Unlock
Last Post: Rieidi
Yesterday 12:20 PM
» Replies: 2
» Views: 2024
[REQUEST] Lenovo l380 unlock advanced me...
Last Post: denisv7
Yesterday 08:02 AM
» Replies: 2
» Views: 100
[REQUEST] Lenovo P14S AMD Gen 5 (r2let25...
Last Post: Dudu2002
Yesterday 06:55 AM
» Replies: 3
» Views: 487
My Gateway NV57h has an ACER in BIOS - c...
Last Post: zischer
02-15-2025 06:13 PM
» Replies: 2
» Views: 2660
[Request] Bios upgrade of an HP Elitedes...
Last Post: CZanoS
02-15-2025 10:08 AM
» Replies: 29
» Views: 1057
[REQUEST] Supermicro X8DT3-LN4F Bios UEF...
Last Post: LHairstonX
02-15-2025 07:32 AM
» Replies: 0
» Views: 127
IPSB-H61 Cpu Upgrade Support 3rd gen to ...
Last Post: DeathBringer
02-15-2025 07:07 AM
» Replies: 1
» Views: 151
[REQUEST] Lenovo G50-80 (B0CNxxWW) White...
Last Post: Dudu2002
02-14-2025 06:21 PM
» Replies: 105
» Views: 43956
[REQUEST] Lenovo G400S (7BCNxxWW) Whitel...
Last Post: Nascimenttojunior
02-14-2025 05:32 PM
» Replies: 206
» Views: 91279
[REQUEST] Lenovo G510 (79CNxxWW) Whiteli...
Last Post: Dudu2002
02-14-2025 04:43 AM
» Replies: 593
» Views: 255235
BIOS Unlock Asus ROG GL753VD
Last Post: Dudu2002
02-14-2025 04:42 AM
» Replies: 16
» Views: 13567
Toshiba Satellite L500 & L505 (with Sock...
Last Post: DeathBringer
02-13-2025 11:24 AM
» Replies: 54
» Views: 29087
[REQ] Aorus b450 m Bios unlock
Last Post: soundguy
02-13-2025 10:10 AM
» Replies: 4
» Views: 3533
Lenovo M5400 CPU upgrade
Last Post: Blackangel85
02-13-2025 10:02 AM
» Replies: 50
» Views: 16174

[Solved] Trouble Flashing Lenovo Y50-70 4k
#1
I'm trying to mod the Insyde bios in my Y50-70 4k (remove white list, custom splash screen, enable hidden menus) but am having some trouble. I am using a combination of Andy's SLIC tool, IDA Pro, and a hex editor to do my hacks and build the rom, but this is my time so I'm not sure if I'm doing something wrong.

Anyway, when I try to flash using Windows tool (iscflash), it reboots into InsydeH2O and gives a 'Secure Flash/Invalid Firmware' error and doesn't flash. For the time being, I'm only trying to remove the white list, which only changes 2 bytes in the entire rom.

I've tried building the rom both using a backup image and using the downloaded update which didn't make a difference. I admit I'm a little confused about which one I should use and how I should flash it.

One thing I noticed is the backup image is exactly 64Mbits, while the downloaded update image is a bit longer. I opened the update in a hex editor to investigate and see the actual rom is prefaced with an executable ('MZ' are first 2 bytes, follow by a few k of machine code and string tables) and followed by what appears to be a cryptographic signature (I see the text 'Trust - Lenovo Certificate' and a bunch of seemingly random bytes). When I opened this image in the SLIC tool, I didn't receive a notice about encryption. Is it possible the built in update utility is verifying a signature before flashing?

I know other people were able to flash their Y50-70's without issue, so maybe I'm doing something wrong. My concern though is that since this is the newer 4k model, Lenovo may have subsequently locked down the updater. I am willing to pull the flash IC and program on the bench if needed, but obviously would rather not. Any suggestions on what I should do from here?

Thanks!
find
quote
#2
(12-22-2014, 04:43 PM)limaxray Wrote: I'm trying to mod the Insyde bios in my Y50-70 4k (remove white list, custom splash screen, enable hidden menus) but am having some trouble. I am using a combination of Andy's SLIC tool, IDA Pro, and a hex editor to do my hacks and build the rom, but this is my time so I'm not sure if I'm doing something wrong.

Anyway, when I try to flash using Windows tool (iscflash), it reboots into InsydeH2O and gives a 'Secure Flash/Invalid Firmware' error and doesn't flash. For the time being, I'm only trying to remove the white list, which only changes 2 bytes in the entire rom.

I've tried building the rom both using a backup image and using the downloaded update which didn't make a difference. I admit I'm a little confused about which one I should use and how I should flash it.

One thing I noticed is the backup image is exactly 64Mbits, while the downloaded update image is a bit longer. I opened the update in a hex editor to investigate and see the actual rom is prefaced with an executable ('MZ' are first 2 bytes, follow by a few k of machine code and string tables) and followed by what appears to be a cryptographic signature (I see the text 'Trust - Lenovo Certificate' and a bunch of seemingly random bytes). When I opened this image in the SLIC tool, I didn't receive a notice about encryption. Is it possible the built in update utility is verifying a signature before flashing?

I know other people were able to flash their Y50-70's without issue, so maybe I'm doing something wrong. My concern though is that since this is the newer 4k model, Lenovo may have subsequently locked down the updater. I am willing to pull the flash IC and program on the bench if needed, but obviously would rather not. Any suggestions on what I should do from here?

Thanks!

HI friend,
actualy all UEFI Bioses are Signed and Write Protect so is not possible to use Original Flash Tool to
re-write Bios Mod into Eeprom, so can use if Intel CPU an powerful Intel tool FPT and if there is
error28 can try to use Svl7 prr.exe tool to bypss It !
So the Original Bios file is much different than Backup and You cannot use the Original Pure, but
have to get only Bios Region !
Let me know
Regards

Use this tool run It as Admin and upload here the result file :

http://rghost.net/58219938

[size=undefined]Your Brain [/size]. . . . It's the best tool U can use ! Wink
[size=undefined]Don't FLASH the Bios Mod if You get a Size Alert, You risk a Brick !!! [/size]
Donate to me for my work, click here BDM
find
quote
#3
Here you go: https://www.sendspace.com/file/hxlzl5
find
quote
#4
(12-22-2014, 05:30 PM)limaxray Wrote: Here you go: https://www.sendspace.com/file/hxlzl5

Ok friend,
download this Bios Mod and use It from Windows !!!
move modified folder into C: HD root place and open a Comand Prompt with
Admin Rights and get a CLI window then execute these comands :

cd \
cd modified
fptw.exe -f bios.bin -bios (for win7 32 Bits)

OR

fptw64.exe -f bios.bin -bios (for win7 64 Bits)


If You got errors then use Readme file to flash from USB Stick !

http://rghost.net/59906461

Let me know
Regards

[size=undefined]Your Brain [/size]. . . . It's the best tool U can use ! Wink
[size=undefined]Don't FLASH the Bios Mod if You get a Size Alert, You risk a Brick !!! [/size]
Donate to me for my work, click here BDM
find
quote
#5
That worked perfectly, thanks!
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)