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] Resizable BAR for Lenovo m720q...
Last Post: elfloko
Yesterday 10:13 AM
» Replies: 1
» Views: 1410
disabling amd prochot with moded bios.
Last Post: vorajeeah
11-03-2025 09:27 AM
» Replies: 2
» Views: 848
[REQUEST] ThinkPad X1 Carbon (20A7 & 20A...
Last Post: neax61
11-03-2025 05:46 AM
» Replies: 87
» Views: 50656
[REQUEST] Lenovo G50-80 (B0CNxxWW) White...
Last Post: Leonardosena
11-02-2025 04:17 PM
» Replies: 110
» Views: 66107
bios f.02 Help!!!
Last Post: karbonid777
11-02-2025 12:21 PM
» Replies: 0
» Views: 179
[REQUEST] Lenovo Ideadpad N581 Whitelist...
Last Post: Dudu2002
11-01-2025 02:07 PM
» Replies: 238
» Views: 115952
[REQUEST] Lenovo ThinkPad T480s (N22ETxx...
Last Post: Dudu2002
11-01-2025 06:31 AM
» Replies: 25
» Views: 15407
[REQUEST] Lenovo G500 (78CNxxWW) BIOS Un...
Last Post: dump_bios_gg
11-01-2025 04:59 AM
» Replies: 290
» Views: 201564
X550VXK BIOS Unlock Request
Last Post: laret
11-01-2025 03:35 AM
» Replies: 1
» Views: 258
[REQUEST] HP EliteBook 640 G9 – Remove W...
Last Post: dlareklami
10-31-2025 04:20 AM
» Replies: 0
» Views: 227
Help with DMI Info Lenovo Bios
Last Post: force9da
10-30-2025 04:04 PM
» Replies: 0
» Views: 264
Lenovo z510 i5-4200m to i7-4700mq upgrad...
Last Post: ClaudeSpeed
10-30-2025 03:42 PM
» Replies: 7
» Views: 381
Dell Optiplex 790 bypass Press F1 during...
Last Post: jozsef_kacso
10-30-2025 04:19 AM
» Replies: 5
» Views: 17011
[REQUEST] Whitelist Removal for lenovo v...
Last Post: konjiki no yami
10-29-2025 07:36 PM
» Replies: 0
» Views: 280
[REQUEST] HP dv6-6b57el hidden menu
Last Post: Alcatraz
10-29-2025 04:28 PM
» Replies: 1
» Views: 316
[REQUEST] Lenovo IdeaPad L340 (BGCNxxWW)...
Last Post: Dudu2002
10-29-2025 03:19 PM
» Replies: 97
» Views: 55491
[REQUEST] Acer Aspire V5-121 Bios Unlock
Last Post: Strongbox256
10-29-2025 11:15 AM
» Replies: 5
» Views: 9174
[REQUEST] Eglobal S210H BIOS Unlock
Last Post: ShawnSuter
10-29-2025 10:50 AM
» Replies: 145
» Views: 64802
Request: Unlock CPU Voltage (Vcore) for ...
Last Post: hoomaan
10-29-2025 10:35 AM
» Replies: 0
» Views: 227
[REQUEST] Bios Unlock - Packard Bell Eas...
Last Post: Overtune2005
10-29-2025 08:37 AM
» Replies: 3
» Views: 2185

(UEFI) Dell XPS 15z L511z modded BIOS - and HOWTO
(11-22-2013, 03:24 PM)kasar Wrote: thanks for the info Florin9doi

oh, didnt saw the second method in time as you edited your post after some time.

I followed your first instructions and managed to get identical size images,

added some padding in one of them (replaced stuff with FF)

then I replaced the original image content from the file with the one from my modded images

I attached both modded and unmodded images + final modules.

I will test it in some minutes, if someone want to check if I messed something feel free to do it Smile

the second method seems a little more complex, If first one doenst work, I will try it.

nope, the first method didnt worked, after flashing, the system remained with black screen (where it was suposed to show the logos), then it went to the S.O and the resolutione were messed up, like just 1024 x 768, had to reflash my last working bios mod to make logos working back and get the system back to normal.

definitly I did something wrong ...

Hey Kasar- I used to insert images into Playstation .iso back in the day and recall having a plugin for Photoshop to deal with the specific format. Maybe there is a plugin that allows you to save your logo accurately??? This is an interesting topic , wish I was of more help.
find
quote
thanks for your help marcie Smile

well, the fact is that there is already some people wich managed to flash custom logos like prema or the guy wich replaced dell logo with apple logo.

the question is what is the exact procedure I should follow ^^

my attempt is on my previous post as attached file, maybe someone can give it a try and tell me what I did wrong

I managed to get my custom images the same size than default ones, however it is not working for me.

I sent an email to Prema, but he did not reply yet , probably busy with his bios modding stuff or getting his laptop back to life ^^
find
quote
Hey guys, I've spend some time on figuring out format of image package and mostly done it! I've wrote a simple packer/unpacker in C that works for me. Sources and .exe in attach


Attached Files
.zip   1.zip (Size: 33.7 KB / Downloads: 6)
find
quote
(12-25-2011, 04:03 PM)jkbuha Wrote: HOWTO Unlock Hidden Menus

This was a really tough nut to crack, but perseverance pays off in the end. Essentially it involves the following:

1) Dump your AdvancedSetup.efi module (IDA, objdump etc) and parse it through the IFR specification provided by UEFI
2) UEFI IFR spec says: EFI_IFR_SUPPRESS_IF_OP: UINT64 0000000000000000
3) In hex, this translates to: 0A 82 45 8A (00) 00 00 00 00 00 00 00 45 0A
3) Change opcode to UNIT64: 0000000000000001 - replace the (00) above with (01). In my case there were two identical hex strings in my file, I just had to patch the second hex string.
4) Save module, repack with PhoenixTool, and voila!

Thanks so much for this!
The information helped me tremendously in unlocking all the hidden menus in the A12 BIOS on a Dell XPS L502X. Basically the only difference was in that I had to modify the PlatformSetupAdvancedDxe.efi module instead of the AdvancedSetup.efi (plus I had three occurrences of the EFI_IFR_SUPPRESS_IF_OP operation and I replaced all of them).
I'm attaching the resulting unlocked BIOS (A12 09/07/2012) for convenience.


Attached Files
.zip   BIOS1_UNLOCKED.WPH.zip (Size: 1.81 MB / Downloads: 2)
find
quote
@mruza

nice , however that plus other mods has been already done to the L502X Big Grin

more info here ^^

http://forum.notebookreview.com/dell-xps...-more.html
find
quote
There was new vbios 2170 released, anyone tried it already?

Sent from my GT-I9070 using Tapatalk
find
quote
Happy to patch it and give it a go if someone posts it here. In fact if it's good I'll update the first post with a couple of additional DSDT mods as well.
find
quote
Upgraded to vanilla 2170 without a hitch.

Same patch table as the vanilla 2170, ie: same as vanilla 2158. However I recall that some people had issues upgrading to 2158 previously, so for that reason I am not going to upload the patched bios here. If anyone wants it (and *fully* understands the risks) he/she can PM me.

For all the others out there who don't have a 15z but want to try v2170, it worked well on mine, but you'll need to manually patch in your tables as per last time. Again; your best bet is to see what's working on your current existing Intel HD3000 vbios connector tables...
find
quote
is there any performance hit or any new features worth of update to the 2170 intel vbios?

I updated mine long time ago using your method (had also to patch the connector table, else the miniDP port stoped working) but didnt noticed too much difference.
find
quote
Here's the changelog between 2158-2170

New:
[DCN][3872820] Dynamic Media Refresh Rate Switching option added in VBT (Default Enabled)
[DCN][3826644] Support for EDID over SDVO-LVDS
[RCR][1024178] Chromaticity RCR: Added options in VBT for panels 1-16 for narrow color gamut
Fixed display port registers to use correct panel spec values during full link training when system boots

Bug fixes:
System cannot meet the Win8 Seamless Boot requirement with Intel VBIOS.
Internal display not lighting from Windows 7 or 8 install USB stick
[VBIOS]eDP T8 Value configuration on VBT doesn‟t work correctly
Screen corruption issue on RedHat linux
Boot display device combination is not following the definition with VBIOS VBT
find
quote


Forum Jump:


Users browsing this thread: 42 Guest(s)