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 IdeaPad Flex 15 (8ACNxx...
Last Post: psycomaffo
Today 10:36 AM
» Replies: 69
» Views: 25879
Request for Modded BIOS with AI Tweaker ...
Last Post: CertifiedCosmos
Yesterday 05:04 PM
» Replies: 0
» Views: 93
Lenovo ThinkCentre M71e GPU Whitelist re...
Last Post: saschalein
Yesterday 03:23 PM
» Replies: 0
» Views: 79
[REQUEST] Lenovo Ideapad 330S-15ARR (7WC...
Last Post: nadolivbios
Yesterday 01:26 PM
» Replies: 25
» Views: 6102
How To Add SLIC 2.1 To An Intel Motherbo...
Last Post: sanya.silitskiy
Yesterday 11:52 AM
» Replies: 73
» Views: 219901
[REQUEST] 13w Yoga Gen 2 (Type 82YR) (KB...
Last Post: SiberianTiger97
Yesterday 09:48 AM
» Replies: 2
» Views: 150
Acer Extensa 5620: CPU replace
Last Post: MPM
Yesterday 08:28 AM
» Replies: 2
» Views: 125
[REQUEST] Sony Vaio VPCEH & VPCEJ series...
Last Post: nrns
04-16-2024 08:08 PM
» Replies: 232
» Views: 98374
[REQUEST] Lenovo Y70-70 (9ECNxxWW) White...
Last Post: Dudu2002
04-16-2024 02:35 PM
» Replies: 103
» Views: 23982
[REQUEST] Lenovo Yoga 2 Pro (76CNxxWW) W...
Last Post: Dudu2002
04-16-2024 07:29 AM
» Replies: 847
» Views: 323758
[REQUEST] Acer Predator Helios 300 PH315...
Last Post: Dudu2002
04-16-2024 07:28 AM
» Replies: 26
» Views: 989
[REQUEST] Lenovo ThinkPad P14s 3rd Gen 1...
Last Post: Dudu2002
04-16-2024 07:26 AM
» Replies: 4
» Views: 283
Add CPU support Lenovo M715s
Last Post: pashtet440
04-16-2024 06:56 AM
» Replies: 0
» Views: 130
[REQUEST] Lenovo G580 (5ECNxxWW) Whiteli...
Last Post: Dudu2002
04-14-2024 09:02 AM
» Replies: 1733
» Views: 541988
Dell Latitude 5520 - get to know passwor...
Last Post: yeti1299
04-14-2024 06:48 AM
» Replies: 2
» Views: 237
[REQUEST]: Asus TP420IA - how to dump bi...
Last Post: quantumx3
04-14-2024 05:34 AM
» Replies: 0
» Views: 206
[REQUEST] Lenovo Y50-70 (9ECNxxWW) BIOS ...
Last Post: Nightdemon2001
04-14-2024 01:13 AM
» Replies: 2319
» Views: 656354
[REQUEST] Lenovo B575 (52CNxxWW) Whiteli...
Last Post: thepwrtank18
04-13-2024 06:13 PM
» Replies: 56
» Views: 20430
[REQUEST] Lenovo B590 (H9ETxxWW) Whiteli...
Last Post: alvaro8905
04-13-2024 05:25 PM
» Replies: 673
» Views: 163514
Lenovo Yoga 14s (slim7Gen 8)
Last Post: Dudu2002
04-13-2024 03:32 PM
» Replies: 12
» Views: 649

[REQUEST] Alienware X51 R3 BIOS unlock,3Q
#11
(11-05-2018, 10:45 AM)Lost_N_BIOS Wrote: OK, great, thank you for the new image!  OC Root menu is visible, that is good!  
Now, all we need to do is change each of the settings gray out and Suppress if values for each setting.  This is done via IFR output and hex editing

Extract setup module PE32, get IFR using Universal IFR extractor, then view each item under "Form: OC" and you'll see each setting has "Gray out If" and "Suppress If True"

Here is 0.7 version of Universal IFR Extractor
https://www.sendspace.com/file/na2ybc

Here is how you change those, open setup.sct in hex editor, find the Form: OD ID via hex (01 86 13 27 1F 00) then change from this bold items below
Form: OC, FormId: 0x2713 {01 86 13 27 1F 00}
0x28615 Gray Out If {19 82}
0x28617 QuestionId: 0xA79 equals value 0x1 {12 06 79 0A 01 00}
0x2861D Gray Out If {19 82}
0x2861F QuestionId: 0xA79 equals value 0x1 {12 06 79 0A 01 00}
0x28625 Suppress If {0A 82}
0x28627 True {46 02}

To this (And do same for any/all settings following within the OC menu area).  You can test the root level changes only first, changing this one may unlock them all, but I doubt it since each one has it's own gray/suppress constraints.... Probably have to do each one individually

Form: OC, FormId: 0x2713 {01 86 13 27 1F 00}
0x28615 Gray Out If {19 82}
0x28617 QuestionId: 0xA79 equals value 0x1 {12 06 79 0A FF 00}<< this will change to Value = 0xFF on your modified file's IFR output
0x2861D Gray Out If {19 82}
0x2861F QuestionId: 0xA79 equals value 0x1 {12 06 79 0A FF 00} << this will change to Value = 0xFF on your modified file's IFR output
0x28625 Suppress If {0A 82}
0x28627 True {47 02}  << this will change to False on your modified file's IFR output

If you need this done for you, I can do later tonight if Genius239 does not get to it before I have time (Thanks if you do Genius239!)
Okay, thank you. If it's convenient for you, please make one for me. I'll test it. I'll understand the HEX content you wrote slowly.
find
quote
#12
OK, I can do tonight, it's lots of changes. For now, you can test this one, with only the changes mentioned above, root level only changed, it may further unlock settings, but possibly not Sad and we'll have to do them all one by one.
https://www.sendspace.com/file/6nfieu <<< NO ONE USE THIS BIOS, or any modified BIOS for this system!

Have you flashed modified BIOS before on this system? BootGuard may be enabled, so may cause boot failure, please wait to flash!
Download this and run MEInfoWin twice - https://mega.nz/#!GRFHjQyY!OyVZDCdMQmWku...vsQd51wxDI

First, run Meinfowin without switch and post full scrolled image, bottom is most important (Check left side for "Measured Boot" and "Verified Boot", if both disabled or NO, then it's OK)

Then run MEinfoWin -fwsts - and post full output here in text or image

Or you can go ahead, if you see FPF = NO
FPF HW Source value: FPF HW Not Set
ME FPF Fusing Patch Status: Anything but YES/Patched/Enabled/Set etc
find
quote
#13
Did you test the above BIOS yet? If yes, did any new settings appear or still same? Please note, I did not intend for any to appear, only made that one root level change at the OC menu, sometimes this is all that's needed. If nothing changed, it's kind of expected and each setting will need to be edited one by one to unhide.
find
quote
#14
Sorry, I slept too late yesterday, and I tested it after I passed it. Thank you!
find
quote
#15
No rush to test, I just expected to see several posts here when I got back and there was none Smile

Still not sure, if you flashed the BIOS or not? If yes, do you now see all settings in OC menu, or still same and mainly empty with only few setting?
find
quote
#16
(11-05-2018, 12:37 PM)Lost_N_BIOS Wrote: OK, I can do tonight, it's lots of changes.   For now, you can test this one, with only the changes mentioned above, root level only changed, it may further unlock settings, but possibly not Sad and we'll have to do them all one by one.
https://www.sendspace.com/file/6nfieu

Have you flashed modified BIOS before on this system?  BootGuard may be enabled, so may cause boot failure, please wait to flash!
Download this and run MEInfoWin twice - https://mega.nz/#!GRFHjQyY!OyVZDCdMQmWku...vsQd51wxDI

First, run Meinfowin without switch and post full scrolled image, bottom is most important (Check left side for "Measured Boot" and "Verified Boot", if both disabled or NO, then it's OK)

Then run MEinfoWin -fwsts  - and post full output here in text or image

Or you can go ahead, if you see FPF = NO
FPF HW Source value: FPF HW Not Set
ME FPF Fusing Patch Status: Anything but YES/Patched/Enabled/Set etc

I just checked with MEINFO. You said "Measured Boot" and "Verified Boot" are both Enabled and not unlocked. What should I do about this? Should I change it to Disabled to refresh firmware?


Attached Files Thumbnail(s)
   
find
quote
#17
This means certain sections of the BIOS, or possibly all, cannot be edited and flashed or it will not boot.  Let me check and see if setup is within those regions, sadly it usually is.   So this means, nothing you can do to enable these settings due to BootGuard enabled at FPF (Burned into PCH @ Enabled)

*Edit - I doble-checked via Intel FITc and UEFITool NE and correct hashes are set, configured properly, along with your FPF enabled (Burned into the PCH chipset) MEInfo output, this means BootGuard is properly configured and enabled and no sections we need to change in your BIOS can be edited. 

Not even a single byte of the setup module we edit for this can be touched. 
It's located in a Cyan marked region of the BIOS = CYAN — every byte is covered by one of vendor’s chain-of-trust code entry

DO NOT FLASH ABOVE BIOS!!! This applies to anyone with this model

It will brick your board, and hardware flash programmer will be required to recover the board (with a valid, verified backup in hand before this happens) 
So this all means, I am sorry, your BIOS cannot be edited in any way, by anyone, without causing a brick.

The only way to use a different modified BIOS on this system is to replace the PCH with a new chip without Bootguard burned in, and then disable at BIOS/ME in the new mod BIOS.
find
quote
#18
It doesn't matter to brush the firmware black screen. This motherboard has SPI pins. I can successfully restore BIOS with a programmer (tested normally). The key is how to modify it.
find
quote
#19
English Smile I translated though, see my edit again above, I made one more edit while you replied.
It does not matter what you have, or what you do to the BIOS, this (Bootguard enabled and set) is burned into the chipset
Replacing chipset is the only way to use modified BIOS on this system. Nothing can be done, except and until you replace the chipset with a new one without bootguard burned into it.
find
quote
#20
(11-06-2018, 06:08 AM)Lost_N_BIOS Wrote: English Smile  I translated though, see my edit again above, I made one more edit while you replied.  
It does not matter what you have, or what you do to the BIOS, this (Bootguard enabled and set) is burned into the chipset
Replacing chipset is the only way to use modified BIOS on this system.  Nothing can be done, except and until you replace the chipset with a new one without bootguard burned into it.

It doesn't matter to brush the firmware black screen. This motherboard has SPI pins. I can successfully restore BIOS with a programmer (tested normally). The key is how to modify it.
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)