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
BIOS Unlock Request – Dell Latitude 7480
Last Post: na3nou3.electronics
Today 10:33 AM
» Replies: 1
» Views: 65
[REQUEST] Lenovo G510 (79CNxxWW) Whiteli...
Last Post: Dudu2002
Yesterday 12:58 PM
» Replies: 597
» Views: 298559
[REQUEST] Lenovo G570 (40CNxxWW) Whiteli...
Last Post: Mark738
Yesterday 12:07 PM
» Replies: 172
» Views: 160022
Lenovo Y550 BIOS Unlocking (Advanced Men...
Last Post: kentsergeo
Yesterday 01:23 AM
» Replies: 1
» Views: 418
[REQUEST] Toshiba Satellite L650 WhiteLi...
Last Post: averagenokiauser
06-26-2025 02:58 PM
» Replies: 15
» Views: 7381
[REQUEST] Thunderobot 911s Core BIOS Unl...
Last Post: EgaschNSK
06-26-2025 07:28 AM
» Replies: 0
» Views: 248
[REQUEST] Lenovo G400S (7BCNxxWW) Whitel...
Last Post: Roago
06-25-2025 06:50 PM
» Replies: 215
» Views: 108359
[REQUEST] Toshiba Satellite L750 & L755 ...
Last Post: EiadSherif2008
06-25-2025 05:12 PM
» Replies: 78
» Views: 57308
Lenovo B590 unlock the checking original...
Last Post: leecher1337
06-25-2025 02:42 PM
» Replies: 34
» Views: 26478
[REQUEST] Sony Vaio SVE141 & SVE151 seri...
Last Post: Reza1
06-25-2025 12:28 PM
» Replies: 52
» Views: 31652
BIOS Mod to Disable Intel iGPU on Acer V...
Last Post: DeathBringer
06-25-2025 05:14 AM
» Replies: 7
» Views: 483
[REQUEST] Veriton M2610 - Ivy Bridge Sup...
Last Post: callumfix77
06-24-2025 05:17 AM
» Replies: 24
» Views: 14320
[REQUEST] Check my bios mod ASUS TUF A15...
Last Post: waayo69
06-23-2025 07:46 PM
» Replies: 0
» Views: 377
Sony Vaio VGN-FE31M (R0170J3) / VGN-FE41...
Last Post: geanna
06-22-2025 06:37 PM
» Replies: 54
» Views: 69297
[REQUEST] Acer Aspire 4750(G,Z) & 4752(G...
Last Post: vladimir500
06-22-2025 06:45 AM
» Replies: 49
» Views: 49307
[Request] Lenovo v520s sff unit bios sup...
Last Post: DeathBringer
06-21-2025 02:05 PM
» Replies: 9
» Views: 1016
[REQUEST] Acer PT715-51 (Triton 700) ins...
Last Post: count1100
06-21-2025 08:45 AM
» Replies: 27
» Views: 16055
[Request] Support for Intel Xeon E3-1230...
Last Post: biospains
06-21-2025 04:40 AM
» Replies: 36
» Views: 15826
Acer Aspire 5738 Restore full ram speed
Last Post: IrRaziel
06-20-2025 04:50 PM
» Replies: 10
» Views: 725
[REQUEST] Acer Aspire E1-510 BIOS Unlock
Last Post: banusri123
06-20-2025 03:31 PM
» Replies: 41
» Views: 38350

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