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] AM3 support for ECS RS485M-M
Last Post: Vlad94
Today 05:18 PM
» Replies: 6
» Views: 951
Intel Xeon E3 1270 V5 for LGA 1151 (ASUS...
Last Post: DeathBringer
Today 03:26 PM
» Replies: 6
» Views: 537
ASUS M2N4-SLI new cpu
Last Post: Vlad94
Today 02:52 PM
» Replies: 9
» Views: 2173
UNLOCKED BIOS S3810 WITH LIMIT 8GB RAM
Last Post: DeathBringer
Today 11:55 AM
» Replies: 1
» Views: 279
Microcode Update for HP Compaq DC7900 (7...
Last Post: DeathBringer
Today 11:52 AM
» Replies: 19
» Views: 10979
[REQUEST] Lenovo Flex 2-14 (A0CNxxWW) Wh...
Last Post: Dudu2002
Today 11:51 AM
» Replies: 246
» Views: 118670
disabling amd prochot with moded bios.
Last Post: vorajeeah
Today 07:21 AM
» Replies: 0
» Views: 201
[REQUEST] Lenovo Thinkpad X240 (GIETxxWW...
Last Post: Dudu2002
Yesterday 11:34 PM
» Replies: 343
» Views: 199367
[REQUEST] Samsung RV520 BIOS Unlock
Last Post: ezikCel
Yesterday 07:45 PM
» Replies: 9
» Views: 13733
Winflash "flash bios is not an upgrade" ...
Last Post: lovie_loveth
Yesterday 06:47 PM
» Replies: 23
» Views: 11847
[REQUEST] Sony Vaio SVE141 & SVE151 seri...
Last Post: nitro88
Yesterday 02:13 AM
» Replies: 59
» Views: 37938
[REQUEST] Toshiba Satellite L750D & L755...
Last Post: thepwrtank18
10-16-2025 08:20 PM
» Replies: 14
» Views: 12985
Huananzhi x79-8d
Last Post: lomajpure
10-16-2025 01:13 PM
» Replies: 0
» Views: 331
Alienware M17x R3 Bios Unlock
Last Post: Dudu2002
10-16-2025 10:40 AM
» Replies: 12
» Views: 20986
[REQUEST] Gigabyte Aorus 15G KC BIOS unl...
Last Post: Dudu2002
10-14-2025 05:10 PM
» Replies: 35
» Views: 15908
Aorus 17G YD unlock bios?
Last Post: Dudu2002
10-14-2025 05:08 PM
» Replies: 1
» Views: 588
Unlocking the Hidden MAINTENANCE Menu of...
Last Post: 123BIOS
10-14-2025 10:31 AM
» Replies: 0
» Views: 910
[REQUEST] Lenovo Z50-70 & Z40-70 (9BCNxx...
Last Post: pitnixu
10-14-2025 04:12 AM
» Replies: 757
» Views: 366808
[REQUEST] Lenovo IdeaPad S400 (6DCNxxWW)...
Last Post: Jamil Missen
10-13-2025 10:04 PM
» Replies: 335
» Views: 167328
[REQUEST] Acer Aspire 5742(G,Z) BIOS Unl...
Last Post: deliter
10-13-2025 09:32 PM
» Replies: 168
» Views: 70184

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