Forum RSS Feed Follow @ Twitter Follow On Facebook

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

Username:


Password:





[-]
Latest Threads
[REQUEST] Gigabyte Aorus 15G KC BIOS unl...
Last Post: Dudu2002
Yesterday 05:10 PM
» Replies: 35
» Views: 15661
Aorus 17G YD unlock bios?
Last Post: Dudu2002
Yesterday 05:08 PM
» Replies: 1
» Views: 115
Unlocking the Hidden MAINTENANCE Menu of...
Last Post: 123BIOS
Yesterday 10:31 AM
» Replies: 0
» Views: 232
[REQUEST] Lenovo Z50-70 & Z40-70 (9BCNxx...
Last Post: pitnixu
Yesterday 04:12 AM
» Replies: 757
» Views: 365076
[REQUEST] Lenovo IdeaPad S400 (6DCNxxWW)...
Last Post: Jamil Missen
10-13-2025 10:04 PM
» Replies: 335
» Views: 166395
[REQUEST] Acer Aspire 5742(G,Z) BIOS Unl...
Last Post: deliter
10-13-2025 09:32 PM
» Replies: 168
» Views: 69477
[REQUEST]wwan whitelist removal ThinkPad...
Last Post: SkyShadow
10-13-2025 02:45 PM
» Replies: 0
» Views: 203
[REQUEST] Lenovo T440(S) (GJETxxWW) Whit...
Last Post: Dudu2002
10-13-2025 07:31 AM
» Replies: 499
» Views: 260148
HP Victus 16 Bios Splash Screen
Last Post: Onyxcho_Lune
10-13-2025 07:26 AM
» Replies: 0
» Views: 212
[REQUEST] Lenovo IdeaPad Gaming 3-15IHU6...
Last Post: Bobby123Patel
10-13-2025 06:38 AM
» Replies: 7
» Views: 4163
[REQUEST] HP Omen 16 InsydeH2O F.18 (08C...
Last Post: Wernexnrs
10-13-2025 04:16 AM
» Replies: 0
» Views: 257
[REQUEST] 775i65g Wolfdale
Last Post: DeathBringer
10-13-2025 01:53 AM
» Replies: 53
» Views: 33841
Dell XPS M1710 Overclock Tab Unlock Mod ...
Last Post: Skeleton
10-12-2025 08:55 PM
» Replies: 0
» Views: 197
[Request] AM3 support for ECS RS485M-M
Last Post: DeathBringer
10-12-2025 07:47 AM
» Replies: 3
» Views: 436
Optiplex 5055 RyzenBIOS Faulty (not upgr...
Last Post: LaszloE
10-12-2025 05:29 AM
» Replies: 2
» Views: 191
Intel Xeon E3 1270 V5 for LGA 1151 (ASUS...
Last Post: abruchez
10-12-2025 03:26 AM
» Replies: 4
» Views: 322
[REQUEST] Lenovo Thinkpad T420 (83ETxxWW...
Last Post: pycckuu4ejl
10-11-2025 07:32 PM
» Replies: 316
» Views: 285134
M3N78 PRO Phenom II x4 955 BE update
Last Post: Vlad94
10-11-2025 01:28 PM
» Replies: 3
» Views: 5867
ASUS M2N4-SLI new cpu
Last Post: Vlad94
10-11-2025 01:17 PM
» Replies: 7
» Views: 1989
Acer Aspire E1 572 black screen, needs b...
Last Post: just_biosmods
10-11-2025 10:38 AM
» Replies: 31
» Views: 38359

(UEFI) Dell XPS 15z L511z modded BIOS - and HOWTO
I updated my vbios from 2098 to 2143 and besides the previous issues, my brightness it's inverted.
find
quote
Which bios did you use Florin? Mine or did you patch yours as per instructions?
You need to insert your device id in the initial block, and replace your connector table in offset 0xbea - 0xd3f
find
quote
For anyone who's trying to get all the module names, I've made a tool to do it. I've only got it compiled for Mac atm so I'll just distribute it as source code.

It's located at:
http://www.github.com/SerialVelocity/EFIModifier

If you compile and run it on BIOS.WPH, it will only list the "SystemFlashUpdateDriverDxe.efi" but if you extract the BIOS.cap file and run it on that, you will get the large list of modules names and their corresponding GUIDs.

Hope that helps!
find
quote
woot, no more time spending hours doing this Smile

thanks a lot!

gave u rep nebster ^^

oh, you said you compilated it just for mac, it would be nice to have a win x86 and win x64 version ^^

edit:

@timewalker

not sure if you was talking about the diagnosis tools of the system wich get loaded when you push FN+B at the system start.

I'm using the first vbios you provided with the modifications jkbuha suggested, ran the diagnosis tool and it ran fine, no blue screens or nothing unusual Smile
find
quote
@kasar

It should compile for every OS. I haven't uploaded a compiled version for Mac anyway. I've just tested it on Mac =)

EDIT: I'll have a quick go at compiling it for windows x64 now. I'm not going to waste my time on 32bit as it's really outdated for EFI technology Wink
It will compile to a 32bit binary easily though.
find
quote
That's cool @nebster! Especially cool for a tool for OSX

You should look into Tiano compression/decompression algorithms so that it wouldn't require extracting the F33 capsule.
I've explained to someone (@CodeRush specifically) what's needed for our Dells to unlock advanced setup menus as well as patch PowerManagement2.efi for AICPM support. He has created a universal CLI tool for this, which now is able to automatically patch Dell-Phoenix Tiano bioses .. here's his repo: https://github.com/NikolajSchlej/PMPatch
You just feed BIOS1.WPH or even the .exe of the BIOS and it patches necessary bytes in appropriate modules.

Actually there was already a tool for that for windows - MMTOOL, but it creates sort of crippled reports because it has a fixed length for the module's name.
find
quote
(11-07-2012, 01:24 PM)TimeWalker Wrote: That's cool @nebster! Especially cool for a tool for OSX

You should look into Tiano compression/decompression algorithms so that it wouldn't require extracting the F33 capsule.
I've explained to someone (@CodeRush specifically) what's needed for our Dells to unlock advanced setup menus as well as patch PowerManagement2.efi for AICPM support. He has created a universal CLI tool for this, which now is able to automatically patch Dell-Phoenix Tiano bioses .. here's his repo: https://github.com/NikolajSchlej/PMPatch
You just feed BIOS1.WPH or even the .exe of the BIOS and it patches necessary bytes in appropriate modules.

Actually there was already a tool for that for windows - MMTOOL, but it creates sort of crippled reports because it has a fixed length for the module's name.

@TimeWalker
Thanks for the link! I'm now using those compression/decompression functions instead of pulling in the EFI toolkit!

I already deal with the tiano compression. It's a simple if statement to traverse inside, it is just easier for debugging without it.

Ok, I compiled a windows version. Anyone want to test and see if it works? (and what I have to bundle it with to make it work?)

I've put it in the GitHub downloads.
find
quote
@nebster

this one right?

https://github.com/downloads/SerialVeloc...bfb198.exe

going to test it right now ^^

edit: it ask me for libgcc_s_sjlj_64-1.dll file

do I missed to install something or should I just try getting that dll from the net?
find
quote
http://a-dda.googlecode.com/svn-history/...j_64-1.dll
find
quote
Yeah you are missing GCC (G++) compiler libraries probably, that's why it asks for this dll.
It appears to be throwing some IOException apparently ..
Quote:WARNING: Unknown type 2: 00504624-8A59-4EEB-BD0F6B36E96128E0
Enforcement failed (Line: 300)

The output it creates looks something like this:
[Image: 1ny07]

Actually no, pardon me .. that's my retarded plugin messing up text thinking it's data stream ...
Quote:FAB8D0AF-1EF9-4864-B735A7BF54866A21 => O n e T o u c h . e f i
3F7753EF-D36F-45CC-8A1A2EAAFF1038B6 => P l a t f o r m P c i . e f i
5BDDE605-B107-419E-9510AA3C434EBBE4 => P l a t f o r m C s m . e f i
find
quote


Forum Jump:


Users browsing this thread: 52 Guest(s)