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] Lenovo v520s sff unit bios sup...
Last Post: alegatorul
Today 04:31 AM
» Replies: 16
» Views: 3550
[REQUEST] Lenovo Ideapad Z710 (7FCNxxWW)...
Last Post: Dudu2002
Yesterday 03:56 PM
» Replies: 224
» Views: 139925
[Request] Mod Adaptec ARCCONF to allow x...
Last Post: Teetrinker
09-13-2025 10:14 AM
» Replies: 0
» Views: 3253
[REQUEST] Lenovo G580 (5ECNxxWW) Whiteli...
Last Post: Princeneo
09-12-2025 09:23 AM
» Replies: 1726
» Views: 907829
[REQUEST] Lenovo Ideapad 100-14IBD & 100...
Last Post: Dudu2002
09-12-2025 02:22 AM
» Replies: 26
» Views: 29342
[REQUEST] Acer Nitro 5 AN515-58 BIOS Unl...
Last Post: iku56m22v
09-11-2025 10:02 AM
» Replies: 37
» Views: 32889
3rd Party RAM Mod For HP EliteDesk 705 G...
Last Post: AmyGrrl
09-10-2025 09:40 AM
» Replies: 0
» Views: 5263
MSI PR210 AHCI
Last Post: iday82
09-09-2025 04:40 PM
» Replies: 0
» Views: 5373
Honor Magicbook D14 Ryzen 4800H
Last Post: Altermann
09-09-2025 05:04 AM
» Replies: 0
» Views: 5502
[REQUEST] Thinkpad X60S WiFi WhiteList r...
Last Post: Vigor89
09-08-2025 04:46 PM
» Replies: 0
» Views: 6653
[REQUEST] GIGABYTE G6 MF (2024) Bios Unl...
Last Post: lovesickugh
09-07-2025 09:15 PM
» Replies: 3
» Views: 11022
Gigabyte GA-G33-DS3R: USB Boot
Last Post: dinix
09-04-2025 10:37 AM
» Replies: 0
» Views: 8460
Optiplex 7060 SFF 9th Generation Intel C...
Last Post: DeathBringer
08-31-2025 01:59 AM
» Replies: 68
» Views: 39136
Bios Powered classmate
Last Post: MosheNessi
08-28-2025 08:08 AM
» Replies: 0
» Views: 8336
[REQUEST] Lenovo Thinkpad X12 Detachable...
Last Post: Kokoko123
08-28-2025 12:48 AM
» Replies: 0
» Views: 8603
[REQUEST] Unlock advanced options to HP ...
Last Post: huguito
08-26-2025 02:57 PM
» Replies: 0
» Views: 8575
[REQUEST] Dell Precision T3500 BIOS Unlo...
Last Post: DEX0ZEN
08-25-2025 01:30 PM
» Replies: 45
» Views: 57652
[REQUEST] Samsung NP900X4D AES-NI enable...
Last Post: Vesly
08-23-2025 05:25 PM
» Replies: 63
» Views: 53002
Acer Veriton X2640G Xeon support
Last Post: hercares
08-19-2025 03:21 PM
» Replies: 5
» Views: 2774
[Success] [Bios Mod] Dell XPS L321X EFI ...
Last Post: tuwumo
08-17-2025 11:37 AM
» Replies: 18
» Views: 35773

(UEFI) Dell XPS 15z L511z modded BIOS - and HOWTO
from the UEFI IFR specification - it's a UINT64 variable after the suppress opcode (0A 82 45 8A). So 00 really is 00 00 00 00 00 00 00 00, and because it's little-endian we modify only the first byte to make it a 01. In your case it may be that 0A 82 45 0A is the opcode (yours may have a different sequence) which is why I'm interested to see if you have that byte sequence: 0A 82 45 0A 00
find
quote
(09-30-2012, 01:53 PM)jkbuha Wrote: from the UEFI IFR specification - it's a UINT64 variable after the suppress opcode (0A 82 45 8A). So 00 really is 00 00 00 00 00 00 00 00, and because it's little-endian we modify only the first byte to make it a 01. In your case it may be that 0A 82 45 0A is the opcode (yours may have a different sequence) which is why I'm interested to see if you have that byte sequence: 0A 82 45 0A 00

see here is assembly by Florin9doi if you want to see it Blush

http://www.sendspace.com/file/voutq9
find
quote
@kasar - I have suppress code occurrences in two more modules:
166CD554-8AAE-4617-8FDD-A2E3A5AFD89E_1_1056.ROM: 2
4A538818-5AE0-4EB2-B2EB-488B23657022_0_4.ROM: 15
find
quote
[censored], Trusted Platform Module would be cool to have .. if it's anywhere close to what Latitude D630 used to have.
Computrace .. meh, not so much .. but useful if you have a kid enable it by accident Big Grin

Please report how this goes.
find
quote
@jkbuha

I dont have those files.

those numbers differs from bios to bios I think.

however, the efi file name is written inside one of the 1 kb file with almost the same name the others.

for example SystemVgaDxe.efi

in the other hand, modifing other modules, specially boot modules , shouldnt that be dangerous?

I mean if some critical module fail to load due a fail string replacement it can brick the machine, it wasnt important at the setup module cause it just fail while you enter at the setup module, you can allways flash the bios back to recover it.
however not sure about others.

with the options tweaking, the only way to brick the machine is by changing bios options via menu, however you can allways do a clear cmos by removing the cmos battery to clear the settings.
find
quote
can any one share setup.asm (untouched) of his unlocked bios I want to compare Smile

edit

don't worry about that I extracted it from linked bios on first post
find
quote
A user by the name dexz has confirmed UEFI working for Windows 7 UEFI installations.
The result is that Windows Boot Manager sets itself as a boot option through UEFI Shell's bcfg:
[Image: 1arTQ]

Even though we don't technically have access to our native shell yet we can use the one, say from Intel's EDK.
You have to get the Shell.efi module, rename it to bootx64.efi and place onto a FAT32 formatted USB stick creating a folder /EFI and copying bootx64.efi to this folder.
When you boot from that stick it will load up shell giving you all sorts of access .. like for example adding CLOVERX64.efi as an additional boot option (like Windows Boot Manager on the screenshot above).
find
quote
Can I use Bios1_A11.WPH file from the BiosA11.zip file attached to the first post to flash?

This is for XPS 15Z (L511z).

Thanks
MK
find
quote
Like jkbuha said earlier, there are 2 occurrences of IFR_SUPRESS in SystemSetupSecurityDxe.efi
For Vostro 3450 bios GUID = 166CD554-8AAE-4617-8FDD-A2E3A5AFD89E_1_1079
EFI_IFR_SUPRESS: 0A 82 45 8A (00) 00 00 00 00 00 00 00 45 0A
Address of 1st occurrence: 88F9
Address of 2nd occurrence: 897F
If these are in fact IFR SUPRESS sequences then they must be related to TPM unlocking as there are text string regarding TPM found in the module.

The file that is 7.5Mb in size also has few occurrences but I guess it's really a bad idea to tamper with this as it appears to be the base of the entire fw.

Also I have found an interesting string in SystemBootManagerDxe.efi which says: "F11 - Internal Shell"
find
quote
(10-02-2012, 07:02 AM)TimeWalker Wrote: Like jkbuha said earlier, there are 2 occurrences of IFR_SUPRESS in SystemSetupSecurityDxe.efi
For Vostro 3450 bios GUID = 166CD554-8AAE-4617-8FDD-A2E3A5AFD89E_1_1079
EFI_IFR_SUPRESS: 0A 82 45 8A (00) 00 00 00 00 00 00 00 45 0A
Address of 1st occurrence: 88F9
Address of 2nd occurrence: 897F
If these are in fact IFR SUPRESS sequences then they must be related to TPM unlocking as there are text string regarding TPM found in the module.

The file that is 7.5Mb in size also has few occurrences but I guess it's really a bad idea to tamper with this as it appears to be the base of the entire fw.

Also I have found an interesting string in SystemBootManagerDxe.efi which says: "F11 - Internal Shell"

oh, thanks for the info TimeWalker Smile

anyway, like you said, it seems dangerous to mess with the boot secuence modules.

because I supose a small mistake can kill the entire boot secuence, resulting in a brick.

I think our priority now should be get the bios recovery function working.

I will save us from getting another motherboard if we broke something in bios, also with the recovery working we can also do more agresive tests ^^
find
quote


Forum Jump:


Users browsing this thread: 37 Guest(s)