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] Acer Predator Helios 300 PH315...
Last Post: Dudu2002
Today 02:33 PM
» Replies: 40
» Views: 13386
[REQUEST] Lenovo IdeaPad U330, U430 & U5...
Last Post: derdbk
Today 02:27 PM
» Replies: 412
» Views: 140700
lenovo z570 Advanced Menu Unlocked
Last Post: Brunobox99
Today 10:02 AM
» Replies: 9
» Views: 6103
[REQUEST] Lenovo IdeaPad U310 & U410 (65...
Last Post: djcostyro
Today 06:48 AM
» Replies: 1783
» Views: 499848
Lenovo ThinkCentre M700 10GS - Kaby Lake...
Last Post: tommi22012
Today 04:42 AM
» Replies: 11
» Views: 3801
[Request] Lenovo T550 Whitelist removal
Last Post: Dudu2002
Today 04:37 AM
» Replies: 5
» Views: 1151
[REQUEST] Acer PT715-51 (Triton 700) ins...
Last Post: Dudu2002
Yesterday 10:49 AM
» Replies: 24
» Views: 12378
[REQUEST] Acer Aspire 9300 BIOS Unlock
Last Post: Geortor
11-26-2024 04:01 PM
» Replies: 10
» Views: 2240
[Request] Asus H110M-R Mainboard - Xeon ...
Last Post: kusslegyen
11-26-2024 02:04 PM
» Replies: 14
» Views: 6780
LGA771 Bios Microcode for HP dc7800 sff
Last Post: Netuser232
11-26-2024 01:27 PM
» Replies: 136
» Views: 92098
Dell Vostro 3500 full unlocked
Last Post: kamilchno
11-26-2024 10:51 AM
» Replies: 0
» Views: 92
Bios logo
Last Post: Nkosenhle
11-26-2024 10:43 AM
» Replies: 0
» Views: 95
Gigabyte AORUS 5 (KB/SB/MB) BIOS Unlock
Last Post: Dudu2002
11-26-2024 10:41 AM
» Replies: 18
» Views: 4829
[REQUEST] Lenovo G580 (5ECNxxWW) Whiteli...
Last Post: Dudu2002
11-26-2024 09:09 AM
» Replies: 1730
» Views: 672800
[REQUEST] Lenovo Thinkpad X230(i) (G2ETx...
Last Post: willow25565
11-26-2024 02:06 AM
» Replies: 1090
» Views: 451782
[REQUEST] Lenovo Thinkpad Edge E430 & E5...
Last Post: RuryGame
11-25-2024 06:23 PM
» Replies: 494
» Views: 171477
2x CPU Dell Workstation BIOS modding
Last Post: William P
11-25-2024 03:30 PM
» Replies: 0
» Views: 128
[REQUEST] Lenovo T440(S) (GJETxxWW) Whit...
Last Post: Dudu2002
11-25-2024 01:28 PM
» Replies: 492
» Views: 186199
[Request] ECS P6LX-A bios mod for HDD si...
Last Post: pdesrosiers
11-24-2024 11:20 PM
» Replies: 0
» Views: 379
Sony Vaio AW11Z - Support for Quad CPU -...
Last Post: lala2025
11-24-2024 08:19 PM
» Replies: 12
» Views: 3898

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