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] Mod Adaptec ARCCONF to allow x...
Last Post: Teetrinker
09-13-2025 10:14 AM
» Replies: 0
» Views: 1849
[REQUEST] Lenovo G580 (5ECNxxWW) Whiteli...
Last Post: Princeneo
09-12-2025 09:23 AM
» Replies: 1726
» Views: 899020
[REQUEST] Lenovo Ideapad 100-14IBD & 100...
Last Post: Dudu2002
09-12-2025 02:22 AM
» Replies: 26
» Views: 24532
[REQUEST] Acer Nitro 5 AN515-58 BIOS Unl...
Last Post: iku56m22v
09-11-2025 10:02 AM
» Replies: 37
» Views: 27585
3rd Party RAM Mod For HP EliteDesk 705 G...
Last Post: AmyGrrl
09-10-2025 09:40 AM
» Replies: 0
» Views: 3676
MSI PR210 AHCI
Last Post: iday82
09-09-2025 04:40 PM
» Replies: 0
» Views: 3871
Honor Magicbook D14 Ryzen 4800H
Last Post: Altermann
09-09-2025 05:04 AM
» Replies: 0
» Views: 4164
[REQUEST] Thinkpad X60S WiFi WhiteList r...
Last Post: Vigor89
09-08-2025 04:46 PM
» Replies: 0
» Views: 4939
[REQUEST] GIGABYTE G6 MF (2024) Bios Unl...
Last Post: lovesickugh
09-07-2025 09:15 PM
» Replies: 3
» Views: 8924
Gigabyte GA-G33-DS3R: USB Boot
Last Post: dinix
09-04-2025 10:37 AM
» Replies: 0
» Views: 6802
Optiplex 7060 SFF 9th Generation Intel C...
Last Post: DeathBringer
08-31-2025 01:59 AM
» Replies: 68
» Views: 38557
Bios Powered classmate
Last Post: MosheNessi
08-28-2025 08:08 AM
» Replies: 0
» Views: 6825
[REQUEST] Lenovo Thinkpad X12 Detachable...
Last Post: Kokoko123
08-28-2025 12:48 AM
» Replies: 0
» Views: 7052
[REQUEST] Unlock advanced options to HP ...
Last Post: huguito
08-26-2025 02:57 PM
» Replies: 0
» Views: 7173
[REQUEST] Dell Precision T3500 BIOS Unlo...
Last Post: DEX0ZEN
08-25-2025 01:30 PM
» Replies: 45
» Views: 52761
[REQUEST] Samsung NP900X4D AES-NI enable...
Last Post: Vesly
08-23-2025 05:25 PM
» Replies: 63
» Views: 48356
Acer Veriton X2640G Xeon support
Last Post: hercares
08-19-2025 03:21 PM
» Replies: 5
» Views: 2564
[Request] Lenovo v520s sff unit bios sup...
Last Post: DeathBringer
08-17-2025 02:05 PM
» Replies: 15
» Views: 3413
[Success] [Bios Mod] Dell XPS L321X EFI ...
Last Post: tuwumo
08-17-2025 11:37 AM
» Replies: 18
» Views: 30889
Samsung N140 JA05IT AHCI
Last Post: Ranmamez
08-12-2025 05:22 PM
» Replies: 0
» Views: 7614

(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: 38 Guest(s)