Forum RSS Feed Follow @ Twitter Follow On Facebook

Thread Rating:
  • 1 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] Lenovo G50-70 (9ACNxxWW) White...
Last Post: Pipo89
Today 06:47 AM
» Replies: 236
» Views: 69357
[REQUEST] Acer Nitro 5 AN517-41 BIOS Unl...
Last Post: onetapxdf
Today 03:37 AM
» Replies: 11
» Views: 1299
[REQUEST] Lenovo G400S (7BCNxxWW) Whitel...
Last Post: Dudu2002
Today 03:14 AM
» Replies: 203
» Views: 70319
[REQUEST] Lenovo V570(c) (44CNxxWW) BIOS...
Last Post: d3m3n7r
Yesterday 05:20 PM
» Replies: 18
» Views: 11094
[REQUEST] Lenovo Y520-15IKBN (4KCNxxWW) ...
Last Post: ati90
Yesterday 05:02 AM
» Replies: 64
» Views: 36881
[REQUEST] Lenovo G580 (5ECNxxWW) Whiteli...
Last Post: SteamTug
Yesterday 04:24 AM
» Replies: 1734
» Views: 544249
[REQUEST] Lenovo G410 (79CNxxWW) Whiteli...
Last Post: Dudu2002
Yesterday 03:58 AM
» Replies: 53
» Views: 10717
Asus h110m-a & xeon e3-1280v5
Last Post: Brutoloco
04-21-2024 08:22 PM
» Replies: 16
» Views: 489
[REQUEST] LG GRAM 14T990 Unlock request
Last Post: riclausk
04-21-2024 12:15 PM
» Replies: 16
» Views: 4195
[REQUEST] SLIC 2.1 for ASRock 880GM-LE F...
Last Post: amijim
04-21-2024 10:27 AM
» Replies: 2
» Views: 107
[REQUEST] Dell Alienware 15 R3 BIOS Unlo...
Last Post: jason.exe
04-21-2024 03:44 AM
» Replies: 1
» Views: 162
[REQUEST] Samsung NP450R5G unlock hide s...
Last Post: magg
04-21-2024 12:54 AM
» Replies: 0
» Views: 153
lenovo e595 20nf bios spw unlock
Last Post: vsteez
04-20-2024 07:56 PM
» Replies: 0
» Views: 152
uefi mod for mac pro 1.1/21. support xeo...
Last Post: victorgbrmrr
04-20-2024 01:17 PM
» Replies: 2
» Views: 163
[REQUEST] Lenovo Y50-70 (9ECNxxWW) BIOS ...
Last Post: Dudu2002
04-20-2024 07:24 AM
» Replies: 1974
» Views: 659633
[REQUEST] Lenovo ThinkPad Edge E531 (HEE...
Last Post: MAVARACOMPLEX
04-20-2024 03:23 AM
» Replies: 121
» Views: 22190
[REQUEST] - ACER ASPIRE 2012 BIOS with U...
Last Post: Aspire
04-20-2024 03:21 AM
» Replies: 0
» Views: 125
[WORKING] Asus P8Z77-V: NVMe BOOT Suppor...
Last Post: 0nlythebest
04-19-2024 08:35 PM
» Replies: 21
» Views: 22933
[REQUEST] Lenovo Thinkpad SL400 & SL500 ...
Last Post: ivan333bor
04-19-2024 04:54 PM
» Replies: 16
» Views: 6872
[REQUEST] DNS A35FB, Pegatron A35
Last Post: Polkash51
04-19-2024 01:28 PM
» Replies: 4
» Views: 2889

Need help unlocking X550JX Aptio bios
#1
Hi!

This is my first post here and it had to be a request Sad I am trying to unlock the hidden settings in the advanced tab of AMI Aptio bios. In my case, I could access the advanced tab in the bios. But except for a few options such as virtualization, etc, I don't see any other advanced options. I tried following instructions in some of the forum posts and so far, this is what I could achieve.

-Saved the bios file using AMIBIOS Aptio firmware update Utility

-Used MMTool (ver 4.5) to extract setup module

-Extracted setup module using Universal IFR tool

After taking a look at the IFR file, I checked the offset where the advanced tab began. There, I could see some settings such as clock speed, AHCI, etc in unscrambled format. Since I am not good at hex editing, I am not able to do anything with the values. Could someone help me with unlocking those settings?


Machine : Asus X550JX (https://www.asus.com/Notebooks/X550JX)
Bios    : AMI Aptio X550JX.204 
Bios version : 204

I have attached the .rom file along with the extracted setup and the IFR files. Kindly take a look. Thanks Smile


Attached Files
.zip   X550JX_try.zip (Size: 2.48 MB / Downloads: 35)
find
quote
#2
After a bit of searching, I came across AMIBCP. The tool was a god send! Using the tool, I was able to unlock most, if not all the hidden settings in Advanced, Security and Chipset tabs. I was able to flash the edited bios without any problems using Afuwin64. But when I check the bios, I don't see the Chipset tab. I had set everything to "user" in "Access" column of AMIBCP. Does this take some old school hex editing? If so, could someone help?

Edit: In the setup module I extracted, I was able to identify the hex value that enables Chipset tab. I edited the value and save it using HXD. Now when I try to replace the original setup module with the modified one, I am getting the error message "Invalid ffs file". Any ideas?
find
quote
#3
Big Grin 
After spending the whole day trying to unlock my bios, I finally have a fully unlocked bios! Every setting in the advanced and chipset tab are editable in the bios now Smile Thanks to all those nicely put down guides and AMI's well developed tools, I learnt a lot about bios and option roms as well. 

In case if any of you are wondering how I did it, here it is.

-Extract the bios file from the system using AfuWin64
-Use AMIBCP tool to change locked/hidden settings's status to "User"
-Save the work as .rom file
-Using MMTool, extract the file name, "setup"
-Use Universal IFR extractor to look for the menu order (the initial order was 01 01 00 01 01 01) in the setup file you just extracted.
-Open the saved rom file in Phoenix SLI mod tool
-Go to "structure view" option and find the guid, "setup"
-Extract the "PE32 image section" under "compressed section"
-In order to enable the Chipset tab, use hex editor (I used HxD) to edit the extracted file by searching for the sequence (01 01 00 01 01 01) and changing it to (01 01 01 01 01 01). Save the file.
-Replace "PE32" image section under "setup" with the edited file.
-Save the rom file
-Use AfuWin64 to flash the bios file

NB: In the previous post, I mentioned about getting "Invalid ffs file" error when trying to add the hex edited file to the rom using MMTools. The reason seems to be associated with incorrect checksum. This problem was automatically taken care of by the Phoenix SLI mod tool.

If anyone wants the edited file, I have attached them along with this post.
Warning: I take no responsibility if the bios breaks/burns your system! You take sole responsibility. These mods are meant for Asus x550jx (ver. 204) only. Installing it on any other bios versions may result in a hard brick!

There are 2 files in the archive. I have included the original unmodified bios file as well.

X550JX_Untouched - Original unmodified bios file
Safest - Has all the tabs unlocked but with settings in default state. This means some settings are either not displayed or greyed out.
Advanced - Everything except for boot options and security settings are unlocked and editable. Be careful when fiddling it as you might permanently put your system to sleep :/

The mods may close this thread now Smile


Attached Files
.zip   X550JX_Modded.zip (Size: 6.85 MB / Downloads: 211)
find
quote
#4
will this work for my aptio American megatrends bios uefi?

i want t add some options to my cyberpower fangbook 3 one of them being switch FN function.
find
quote
#5
So you  went from making a request to solving your own answer. Could you make a step by step video of the process it took for you to get a successfully unlocked bios? I'm sure it will help a lot of people who wouldn't even know where to begin in doing something like this.
find
quote
#6
thanks for bios look here for setting fan or create profile for this notebook
https://github.com/hirschmann/nbfc
find
quote
#7
(01-23-2016, 01:53 PM)(b)ios Wrote: After spending the whole day trying to unlock my bios, I finally have a fully unlocked bios! Every setting in the advanced and chipset tab are editable in the bios now Smile Thanks to all those nicely put down guides and AMI's well developed tools, I learnt a lot about bios and option roms as well. 

In case if any of you are wondering how I did it, here it is.

-Extract the bios file from the system using AfuWin64
-Use AMIBCP tool to change locked/hidden settings's status to "User"
-Save the work as .rom file
-Using MMTool, extract the file name, "setup"
-Use Universal IFR extractor to look for the menu order (the initial order was 01 01 00 01 01 01) in the setup file you just extracted.
-Open the saved rom file in Phoenix SLI mod tool
-Go to "structure view" option and find the guid, "setup"
-Extract the "PE32 image section" under "compressed section"
-In order to enable the Chipset tab, use hex editor (I used HxD) to edit the extracted file by searching for the sequence (01 01 00 01 01 01) and changing it to (01 01 01 01 01 01). Save the file.
-Replace "PE32" image section under "setup" with the edited file.
-Save the rom file
-Use AfuWin64 to flash the bios file

NB: In the previous post, I mentioned about getting "Invalid ffs file" error when trying to add the hex edited file to the rom using MMTools. The reason seems to be associated with incorrect checksum. This problem was automatically taken care of by the Phoenix SLI mod tool.

If anyone wants the edited file, I have attached them along with this post.
Warning: I take no responsibility if the bios breaks/burns your system! You take sole responsibility. These mods are meant for Asus x550jx (ver. 204) only. Installing it on any other bios versions may result in a hard brick!

There are 2 files in the archive. I have included the original unmodified bios file as well.

X550JX_Untouched - Original unmodified bios file
Safest - Has all the tabs unlocked but with settings in default state. This means some settings are either not displayed or greyed out.
Advanced - Everything except for boot options and security settings are unlocked and editable. Be careful when fiddling it as you might permanently put your system to sleep :/

The mods may close this thread now Smile



Friend,
Thank you very much for your amazing job! 
I flashed your advanced driver but it asks for a password to  edit settings. Do you know this password?

Best regards,
RuRa
find
quote
#8
It's been a while since the last reply...but I'll join in the choir and say biiiiig thanks for uploading your modded Bioses. Tried the Safe model and flashing it with the GUI version of AfuWin64...and it worked brilliantly  Smile Smile Smile Smile Smile
I now have access to CPU settings and could disable EIST and C-States which likely have been causing issues with my UAD Apollo Twin USB audio interface.

I was hesitant at first as I'm newbie at BIOS modding but I can share my research and fears in case someone else is hesitant to use your files.
I saw that your files were slightly smaller than the original .204 bios...but as I learned the APTIO container for the flash file does not work with modded bioses and you need to stay with the pure UEFI image....this explained the slight size difference.

As the mobo, built in, Asus EZ flash did not work with modded .rom files without APTIO containers...I was also hesitant to use a windows based flasher as it is said they're more likely to fail due to background O.S. activities and I didn't know if I needed to set any specific Block Options in the AFUWINGUI.exe...but the program defaulted to only set the "Main BIOS Image" flag and I went with this (as also the asus original file did the same) and it sounded fairly safe and a better match in comparison to the other options.

afuwin2
picture hosting
[Image: fkGLpv]


Anyway it worked brilliantly for me.

So once again....Huuuuge thank you!  Smile
find
quote
#9
Is this an Aptio V or IV bios?
find
quote
#10
(07-17-2016, 07:35 PM)RuRa Wrote:
(01-23-2016, 01:53 PM)(b)ios Wrote: After spending the whole day trying to unlock my bios, I finally have a fully unlocked bios! Every setting in the advanced and chipset tab are editable in the bios now Smile Thanks to all those nicely put down guides and AMI's well developed tools, I learnt a lot about bios and option roms as well. 

In case if any of you are wondering how I did it, here it is.

-Extract the bios file from the system using AfuWin64
-Use AMIBCP tool to change locked/hidden settings's status to "User"
-Save the work as .rom file
-Using MMTool, extract the file name, "setup"
-Use Universal IFR extractor to look for the menu order (the initial order was 01 01 00 01 01 01) in the setup file you just extracted.
-Open the saved rom file in Phoenix SLI mod tool
-Go to "structure view" option and find the guid, "setup"
-Extract the "PE32 image section" under "compressed section"
-In order to enable the Chipset tab, use hex editor (I used HxD) to edit the extracted file by searching for the sequence (01 01 00 01 01 01) and changing it to (01 01 01 01 01 01). Save the file.
-Replace "PE32" image section under "setup" with the edited file.
-Save the rom file
-Use AfuWin64 to flash the bios file

NB: In the previous post, I mentioned about getting "Invalid ffs file" error when trying to add the hex edited file to the rom using MMTools. The reason seems to be associated with incorrect checksum. This problem was automatically taken care of by the Phoenix SLI mod tool.

If anyone wants the edited file, I have attached them along with this post.
Warning: I take no responsibility if the bios breaks/burns your system! You take sole responsibility. These mods are meant for Asus x550jx (ver. 204) only. Installing it on any other bios versions may result in a hard brick!

There are 2 files in the archive. I have included the original unmodified bios file as well.

X550JX_Untouched - Original unmodified bios file
Safest - Has all the tabs unlocked but with settings in default state. This means some settings are either not displayed or greyed out.
Advanced - Everything except for boot options and security settings are unlocked and editable. Be careful when fiddling it as you might permanently put your system to sleep :/

The mods may close this thread now Smile



Friend,
Thank you very much for your amazing job! 
I flashed your advanced driver but it asks for a password to  edit settings. Do you know this password?

Best regards,
RuRa

For the 'safest' bios file, you've set up a password for entering the bios setting. What is the password?
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)