Posts: 4
Threads: 0
Joined: Jun 2014
Reputation:
0
(07-12-2014, 07:48 AM)BDMaster Wrote: (07-12-2014, 04:56 AM)blackrider6 Wrote: Hello together,
would someone of you be so kind and do the whitelist removal for me, too.
BIOS-Version: 5ECN96WW (V9.01)
Link to the file is: https://www.sendspace.com/file/9kqw3m
Thank you in advance.
Mike
Hi friend,
I want to start a New Way to pass Mods to users :
AutoMod
Using CodeRush Tool UEFIPatch + Patches.txt We can do the Mod by ourself, in any time and wherever We are !!!
Just use the right Patches.txt for the own Bios Version, so for 5ECN96WW use this one !!!
How to use ? It's easy, just do a biosbackup.bin file and drag&drop on UEFIPatch.exe (the Patches.txt file has to be togheter at tool) It will reply with a file patched, then rename that file as bios.bin, put It into modified folder where are all rest tools to re-flash Bios Mod and copy all files from modified folder to an USB Dos Formatted Bootable Stick and Boot from USB !
Then at CLI Prompt Comand run flash.bat That's It all !
Here CodeRush Tool :
http://rghost.net/56830811
The Patches.txt file for 5ECN96WW (N580 = N581) :
http://rghost.net/56840792
Here Modified folder with all tools to re-flash Bios Mod from USB, follow instructions :
http://rghost.net/56795507
I hope It will become the New Mod Way !!!
Let me know
regards
Hi BDMaster,
sounds good. I will try as soon as possible (hopefully today). Thank you for your effort so far.
Best regards,
Mike
Posts: 4
Threads: 0
Joined: Jun 2014
Reputation:
0
Hi BDMaster,
I tried your way but it didn't work out for me. Maybe somebody can tell me how to do the troubleshooting.
I used the NEW_BACKUP_FPTs tool to back uo the bios.
One of the resulting files was the x64_bios-region_8.1.10.1286 which I put into the UEFIPatch tool.
Renamed the result into bios.bin and put it together with the files from the "modified" onto a bootable stick which I created using "rufus-1.4.9".
Then booting from stick and starting to flash.
It stops showing: Error 104: The 2 SPI flash devices do not have compatible command sets.
Does anybody know how to fix this or what I did wrong?
Thanks in advance.
Best regards,
Mike
Posts: 10,260
Threads: 3
Joined: Oct 2011
Reputation:
540
07-15-2014, 01:15 PM
(This post was last modified: 07-15-2014, 01:17 PM by BDMaster.)
Ok the problem is Fparts.txt file !
Follow this sequence :
1. Bios Backup rename x64_bios-region_8.1.10.1286.bin as bios.bin
2. Drag&Drop bios.bin on UEFIPatch Tool ang get bios.bin.patched file
3. Rename bios.bin.patched file as bios.bin and put in modified folder
4. Copy all files from Modified folder to USB Stick and use It
This Error 104 is about fparts.txt Eeprom Definitions,
so check fparts.txt file in modified folder open It an look these rows
W25Q16BV, 0xEF4015, 0x1000000, 0x1000, 0x20, 64, 0, 0x60, 80000
W25Q32BV, 0xEF4016, 0x2000000, 0x1000, 0x20, 64, 0, 0x60, 80000
change 0x60 in 0xc7 or otherwise and save then try again to flash !
W25Q16BV, 0xEF4015, 0x1000000, 0x1000, 0x20, 64, 0, 0xc7, 80000
W25Q32BV, 0xEF4016, 0x2000000, 0x1000, 0x20, 64, 0, 0xc7, 80000
Let me know
Regards
[size=undefined]Your Brain [/size]. . . . It's the best tool U can use !
[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
Posts: 4
Threads: 0
Joined: Jun 2014
Reputation:
0
(07-15-2014, 01:15 PM)BDMaster Wrote: Ok the problem is Fparts.txt file !
Follow this sequence :
1. Bios Backup rename x64_bios-region_8.1.10.1286.bin as bios.bin
2. Drag&Drop bios.bin on UEFIPatch Tool ang get bios.bin.patched file
3. Rename bios.bin.patched file as bios.bin and put in modified folder
4. Copy all files from Modified folder to USB Stick and use It
This Error 104 is about fparts.txt Eeprom Definitions,
so check fparts.txt file in modified folder open It an look these rows
W25Q16BV, 0xEF4015, 0x1000000, 0x1000, 0x20, 64, 0, 0x60, 80000
W25Q32BV, 0xEF4016, 0x2000000, 0x1000, 0x20, 64, 0, 0x60, 80000
change 0x60 in 0xc7 or otherwise and save then try again to flash !
W25Q16BV, 0xEF4015, 0x1000000, 0x1000, 0x20, 64, 0, 0xc7, 80000
W25Q32BV, 0xEF4016, 0x2000000, 0x1000, 0x20, 64, 0, 0xc7, 80000
Let me know
Regards
Absolutely nice. Worked perfect for me. Good description. Thank you very much. Also for the fast responses.
Nice Work! Thanks!
Posts: 2
Threads: 0
Joined: Aug 2014
Reputation:
0
(07-12-2014, 07:48 AM)BDMaster Wrote: Hi friend,
I want to start a New Way to pass Mods to users :
AutoMod
Using CodeRush Tool UEFIPatch + Patches.txt We can do the Mod by ourself, in any time and wherever We are !!!
Just use the right Patches.txt for the own Bios Version, so for 5ECN96WW use this one !!!
How to use ? It's easy, just do a biosbackup.bin file and drag&drop on UEFIPatch.exe (the Patches.txt file has to be togheter at tool) It will reply with a file patched, then rename that file as bios.bin, put It into modified folder where are all rest tools to re-flash Bios Mod and copy all files from modified folder to an USB Dos Formatted Bootable Stick and Boot from USB !
Then at CLI Prompt Comand run flash.bat That's It all !
Here CodeRush Tool :
http://rghost.net/56830811
The Patches.txt file for 5ECN96WW (N580 = N581) :
http://rghost.net/56840792
Here Modified folder with all tools to re-flash Bios Mod from USB, follow instructions :
http://rghost.net/56795507
I hope It will become the New Mod Way !!!
Let me know
regards
Could you please reupload the Patches.txt so I can try by myself?
Here is my backup if someone want to mod it for me: https://www.sendspace.com/file/vda4d5 (5ECN96WW v9.01)
Thank you guys and ladies very much!
Posts: 10,260
Threads: 3
Joined: Oct 2011
Reputation:
540
[size=undefined]Your Brain [/size]. . . . It's the best tool U can use !
[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
Posts: 2
Threads: 0
Joined: Aug 2014
Reputation:
0
(08-05-2014, 07:18 AM)BDMaster Wrote: Here You go :
http://rghost.net/private/57293912/dc6c3...8005c680db
Let me know
Regards
Thanks! Worked fine. New Wifi Card is running und extended options in BIOS are available.
But I also had to change
W25Q32BV, 0xEF4016, 0x2000000, 0x1000, 0x20, 64, 0, 0x60, 80000
into
W25Q32BV, 0xEF4016, 0x2000000, 0x1000, 0x20, 64, 0, 0xc7, 80000
in fparts.txt.
Posts: 9
Threads: 0
Joined: Aug 2014
Reputation:
0
08-30-2014, 11:49 PM
(This post was last modified: 09-02-2014, 03:04 PM by nillebor.)
hello @ all,
Please can someone help with unlocking whitelist in bios?
i have 3 Lenovo N581 for my wife, work and me.
I would like to change the wlan card, because it is just bad.
enough for me only the white list, the advance mode, I do not need!
would be very happy if one would find that could solve my problem. the backups created with Universal Bios Backup, hope that was right?
may have BDMaster or Sovem a few minutes
Laptop: Lenovo N581
Biosversion: 96
Bios from Lenovo: http://download.lenovo.com/consumer/mobi...cn96ww.exe
Bios Backup: deleted
sorry for my english
thx
nillebor
Posts: 9
Threads: 0
Joined: Aug 2014
Reputation:
0
09-01-2014, 07:36 PM
(This post was last modified: 09-02-2014, 03:05 PM by nillebor.)
hello friends,
apparently I wrote in the wrong forum or done something wrong, click here for the original
I need to install another WLAN card but restricted with Lenovo bios Whitelist
the backups created with Universal Bios Backup, hope that was right?
Laptop: Lenovo Ideapad N581
Bios Original: 5ecn96ww
Bios Backup: deleted
sorry for my english
please help me
thx
Posts: 9
Threads: 0
Joined: Aug 2014
Reputation:
0
Please close, here it goes to the correct forum
sorry, I'll be better
|