Bios Mods -The Best BIOS Update and Modification Source

Full Version: Lenovo IdeaPad S205 - 4BCN24WW - Hidden menus
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
I´ve uploaded it to mediafire, S205 E-450 APU BIOS
I hope someone can unlock it soon.

http://www.mediafire.com/download.php?07txixclvcuu7u3
Information
Unlocked two hidden menus named "Advanced" and "AMD", that contain a bunch of settings - including UEFI boot preferences known to cause much confusion with this model in the past.

Model: Lenovo IdeaPad S205
Type: Phoenix SecureCore Tiano
BIOS: 4BCN24WW (version 24)
[attachment=6498][attachment=6499]

Instructions
- Flash BIOS using Flash.bat
- Enter the BIOS after flashing, go to "Configuration" and disable the setting "Hidden Page". Save settings, reboot, and you will see the new menus.

Do it yourself
- Extract PE32+ image section body of module PlatformSetupConfigurationDxe (F2CDF4CF-398D-459D-98CE-A925CAD02194) with UEFITool and parse it with IFR extractor
- Find "Setting: Hidden Page" at the very bottom of the generated file. Suppress instruction for hidden page is at offset 0x1791, the condition is at offset 0x1793
- Change the condition from "45 0A 01 00" to "45 0A 00 00" in the extracted module at offset 0x1793. Screenshot: [attachment=6497]
- Reintegrate your patched module with UEFITool and you're done

Credits
- donovan6000 for Universal IFR Extractor
- CodeRush for UEFITool
(04-26-2014, 08:01 AM)xsmile Wrote: [ -> ]Information
Unlocked two hidden menus named "Advanced" and "AMD", that contain a bunch of settings - including UEFI boot preferences known to cause much confusion with this model in the past.

Model: Lenovo IdeaPad S205
Type: Phoenix SecureCore Tiano
BIOS: 4BCN24WW (version 24)


Instructions
- Flash BIOS using Flash.bat
- Enter the BIOS after flashing, go to "Configuration" and disable the setting "Hidden Page". Save settings, reboot, and you will see the new menus.

Do it yourself
- Extract PE32+ image section body of module PlatformSetupConfigurationDxe (F2CDF4CF-398D-459D-98CE-A925CAD02194) with UEFITool and parse it with IFR extractor
- Find "Setting: Hidden Page" at the very bottom of the generated file. Suppress instruction for hidden page is at offset 0x1791, the condition is at offset 0x1793
- Change the condition from "45 0A 01 00" to "45 0A 00 00" in the extracted module at offset 0x1793. Screenshot:
- Reintegrate your patched module with UEFITool and you're done

Credits
- donovan6000 for Universal IFR Extractor
- CodeRush for UEFITool

Hey it worked !!! but can you explain me those setting ?
(06-05-2014, 04:48 AM)zodiac3011 Wrote: [ -> ]Hey it worked !!! but can you explain me those setting ?
Hi, sadly not. Make sure not to change anything you don't know the effect of.
You should be able to find most settings with google.

If you have any specific question, I will try to answer.
Hello,
I've just flashed your modified bios rom. It works! Great job.

I have some questions.
Boot from SD card possible?
I had a issue before. My Lenovo S205 equipped with 2 GB of Hynix RAM. I've installed Kingston 2GB DDR3-1333 mhz. 4 GB of RAM was seen correctly but the issue was PC can't wake up from sleep mode, just black screen. I am gonna try it again with this bios, do I need to change some settings?
Hello xsmile,

Thank you for your work in modifying this BIOS image. I have added your modified BIOS image to the bios-mods Index of Modified BIOS Images in the Wiki.
(06-13-2014, 05:30 AM)cinowell Wrote: [ -> ]Hello,
I've just flashed your modified bios rom. It works! Great job.

I have some questions.
Boot from SD card possible?
I had a issue before. My Lenovo S205 equipped with 2 GB of Hynix RAM. I've installed Kingston 2GB DDR3-1333 mhz. 4 GB of RAM was seen correctly but the issue was PC can't wake up from sleep mode, just black screen. I am gonna try it again with this bios, do I need to change some settings?
Hi cinowell,

thank you. I wouldn't expect too much. I only revealed the hidden page setting, nothing else. Neither did I see any settings related to the two issues you mentioned.
I never tried to boot with the internal card reader, only saw some posts about it. You might want to try to boot from it in UEFI mode, but that depends on what you want to achieve of course.

(06-16-2014, 08:31 PM)Sml6397 Wrote: [ -> ]Hello xsmile,

Thank you for your work in modifying this BIOS image. I have added your modified BIOS image to the bios-mods Index of Modified BIOS Images in the Wiki.
Hi Sml6396,

thanks for adding it, keep up the good work.
For those who want to change the wifi card (or already did), I attached the current BIOS for the S205 without wifi card whitelisting and with the hidden menu option from xsmile's first post.

Thanks to xsmile, you just did a wonderful job Smile

Please adjust the settings the way xsmile posted above.
(04-26-2014, 08:01 AM)xsmile Wrote: [ -> ]Information
Unlocked two hidden menus named "Advanced" and "AMD", that contain a bunch of settings - including UEFI boot preferences known to cause much confusion with this model in the past.

Model: Lenovo IdeaPad S205
Type: Phoenix SecureCore Tiano
BIOS: 4BCN24WW (version 24)


Instructions
- Flash BIOS using Flash.bat
- Enter the BIOS after flashing, go to "Configuration" and disable the setting "Hidden Page". Save settings, reboot, and you will see the new menus.

Do it yourself
- Extract PE32+ image section body of module PlatformSetupConfigurationDxe (F2CDF4CF-398D-459D-98CE-A925CAD02194) with UEFITool and parse it with IFR extractor
- Find "Setting: Hidden Page" at the very bottom of the generated file. Suppress instruction for hidden page is at offset 0x1791, the condition is at offset 0x1793
- Change the condition from "45 0A 01 00" to "45 0A 00 00" in the extracted module at offset 0x1793. Screenshot:
- Reintegrate your patched module with UEFITool and you're done

Credits
- donovan6000 for Universal IFR Extractor
- CodeRush for UEFITool

Is there any way to run this from DOS or to extract a .bin that can be run with PHLASH from a DOS boot disk?
Hi friend,
use these tools run Them as Admin and upload the results files here :

http://rghost.net/58219938

http://rghost.net/53128665

I will reply to say if It's possible to flash It from Dos !
Let me know
regards
Pages: 1 2 3 4 5