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] Acer Nitro 5 AN515-58 BIOS Unl...
Last Post: DamGiaXI
Yesterday 09:47 PM
» Replies: 38
» Views: 56898
[REQUEST] Lenovo G780 (5ECNxxWW) Whiteli...
Last Post: Dudu2002
09-28-2025 03:43 AM
» Replies: 884
» Views: 492739
Lenovo B590 unlock the checking original...
Last Post: spamme
09-25-2025 02:59 AM
» Replies: 35
» Views: 42524
[REQUEST] IBM ThinkPad X40 whitelist rem...
Last Post: kahlil88
09-18-2025 05:53 PM
» Replies: 0
» Views: 7726
[Request] Lenovo v520s sff unit bios sup...
Last Post: alegatorul
09-18-2025 04:31 AM
» Replies: 16
» Views: 5028
[REQUEST] Lenovo Ideapad Z710 (7FCNxxWW)...
Last Post: Dudu2002
09-17-2025 03:56 PM
» Replies: 224
» Views: 169013
[Request] Mod Adaptec ARCCONF to allow x...
Last Post: Teetrinker
09-13-2025 10:14 AM
» Replies: 0
» Views: 9681
[REQUEST] Lenovo G580 (5ECNxxWW) Whiteli...
Last Post: Princeneo
09-12-2025 09:23 AM
» Replies: 1726
» Views: 949664
[REQUEST] Lenovo Ideapad 100-14IBD & 100...
Last Post: Dudu2002
09-12-2025 02:22 AM
» Replies: 26
» Views: 50882
3rd Party RAM Mod For HP EliteDesk 705 G...
Last Post: AmyGrrl
09-10-2025 09:40 AM
» Replies: 0
» Views: 12388
MSI PR210 AHCI
Last Post: iday82
09-09-2025 04:40 PM
» Replies: 0
» Views: 12244
Honor Magicbook D14 Ryzen 4800H
Last Post: Altermann
09-09-2025 05:04 AM
» Replies: 0
» Views: 11275
[REQUEST] Thinkpad X60S WiFi WhiteList r...
Last Post: Vigor89
09-08-2025 04:46 PM
» Replies: 0
» Views: 14232
[REQUEST] GIGABYTE G6 MF (2024) Bios Unl...
Last Post: lovesickugh
09-07-2025 09:15 PM
» Replies: 3
» Views: 20151
Gigabyte GA-G33-DS3R: USB Boot
Last Post: dinix
09-04-2025 10:37 AM
» Replies: 0
» Views: 15189
Optiplex 7060 SFF 9th Generation Intel C...
Last Post: DeathBringer
08-31-2025 01:59 AM
» Replies: 68
» Views: 41717
Bios Powered classmate
Last Post: MosheNessi
08-28-2025 08:08 AM
» Replies: 0
» Views: 15404
[REQUEST] Lenovo Thinkpad X12 Detachable...
Last Post: Kokoko123
08-28-2025 12:48 AM
» Replies: 0
» Views: 14899
[REQUEST] Unlock advanced options to HP ...
Last Post: huguito
08-26-2025 02:57 PM
» Replies: 0
» Views: 14613
[REQUEST] Dell Precision T3500 BIOS Unlo...
Last Post: DEX0ZEN
08-25-2025 01:30 PM
» Replies: 45
» Views: 75420

(UEFI) Dell XPS 15z L511z modded BIOS - and HOWTO
Sure Florin. To dump the file, disassemble it or open it with a hex editor. You then need to look for a hex sequence with the pattern I updated in the first post. That string is the IFR SUPPRESS instruction (01 disables it). Have you found the string in the BIOS?
find
quote
The PTID is located in ACPI Configuration. I assume it drops one of SSDTs related to this device.
Also while enabling Thermal Sensor Device in Platform Thermal Configuration and booting to windows I saw this:
[Image: 19IZO]
I wonder why the [censored] would DELL disable a chipset sensor? Just to stick with DTS/PTID instead?
Still playing around with temp stuff as we speak, I also would like to figure out the "passive cooling formula" stuff, what Tn and Tt mean... and whats delta performance...

There are still some options to be unlocked as pointed out by HairyCube .. There must be a way to completely disable HD graphics as well as Intel Management Engine. And like you said OC is missing and so does access to UEFI shell.
find
quote
(09-29-2012, 12:19 PM)Florin9doi Wrote:
(12-25-2011, 04:03 PM)jkbuha Wrote: 1) Dump your AdvancedSetup.efi module (IDA, objdump etc) and parse it through the IFR specification provided by UEFI
can you explain this step?

you are here Smile
good luck on doing this Heart Big Grin
find
quote
My notebook has ami aptio and the hex sequence doesn't exist. I disassembled the file. What's the next step?
find
quote
Big Grin

I was also able to unhide the thermal menu by using those hex codes ^^

[Image: dsc0067gbz.jpg]
[Image: dsc0068pl.jpg]


so as for the moment all mods to the module are:

00 29 02 29 02 0A 82 45 8A 00

and

00 20 00 29 02 0A 82 45 8A 00

to 01 on the last 00 right?
find
quote
yes that's correct kasar. It's actually all (29 02 0a 82 45 8a 00) to (01) in the last byte.
find
quote
(09-29-2012, 03:02 PM)Florin9doi Wrote: My notebook has ami aptio and the hex sequence doesn't exist. I disassembled the file. What's the next step?

Can you check for this sequence of bytes:

0A 82 45 8A 00

And let me know if you find them in the raw AdvancedSetup efi module?
find
quote
(09-30-2012, 02:35 AM)jkbuha Wrote: yes that's correct kasar. It's actually all (29 02 0a 82 45 8a 00) to (01) in the last byte.

ah ok thx ^^

I asked because the other second hex string (00 20 00 29 02 0A 82 45 8A 00) unlocked the thermal menus for me.

I modified 3 strings in total

two 29 02 0a 82 45 8a 00 strings (one of them unlock language setting, and the other one unlock a bunch of menus)

and 00 20 00 29 02 0A 82 45 8A 00 (unlocked thermal menus)
find
quote
We are now tinkering to find additional stuff, mind taking a look at the Vostro 3450 thread in Phoenix subforum to read our rant?
Basically HairyCube stumbled upon another sequence which unlocks 2 more menus, however they don't seem to do what they are supposed to.. and also he got confused. So we need your guidance Smile
find
quote
(09-30-2012, 05:13 AM)jkbuha Wrote: Can you check for this sequence of bytes:

0A 82 45 8A 00

And let me know if you find them in the raw AdvancedSetup efi module?
No. That doesn't exist
find
quote


Forum Jump:


Users browsing this thread: 25 Guest(s)