Forum RSS Feed Follow @ Twitter Follow On Facebook

Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[-]
Welcome
You have to register before you can post on our site.

Username:


Password:





[-]
Latest Threads
[REQUEST]wwan whitelist removal ThinkPad...
Last Post: SkyShadow
Today 02:45 PM
» Replies: 0
» Views: 52
[REQUEST] Lenovo T440(S) (GJETxxWW) Whit...
Last Post: Dudu2002
Today 07:31 AM
» Replies: 499
» Views: 259611
HP Victus 16 Bios Splash Screen
Last Post: Onyxcho_Lune
Today 07:26 AM
» Replies: 0
» Views: 50
[REQUEST] Lenovo IdeaPad Gaming 3-15IHU6...
Last Post: Bobby123Patel
Today 06:38 AM
» Replies: 7
» Views: 4123
[REQUEST] HP Omen 16 InsydeH2O F.18 (08C...
Last Post: Wernexnrs
Today 04:16 AM
» Replies: 0
» Views: 97
[REQUEST] 775i65g Wolfdale
Last Post: DeathBringer
Today 01:53 AM
» Replies: 53
» Views: 33745
Dell XPS M1710 Overclock Tab Unlock Mod ...
Last Post: Skeleton
Yesterday 08:55 PM
» Replies: 0
» Views: 88
[Request] AM3 support for ECS RS485M-M
Last Post: DeathBringer
Yesterday 07:47 AM
» Replies: 3
» Views: 238
Optiplex 5055 RyzenBIOS Faulty (not upgr...
Last Post: LaszloE
Yesterday 05:29 AM
» Replies: 2
» Views: 175
Intel Xeon E3 1270 V5 for LGA 1151 (ASUS...
Last Post: abruchez
Yesterday 03:26 AM
» Replies: 4
» Views: 189
[REQUEST] Lenovo Thinkpad T420 (83ETxxWW...
Last Post: pycckuu4ejl
10-11-2025 07:32 PM
» Replies: 316
» Views: 284827
M3N78 PRO Phenom II x4 955 BE update
Last Post: Vlad94
10-11-2025 01:28 PM
» Replies: 3
» Views: 5858
ASUS M2N4-SLI new cpu
Last Post: Vlad94
10-11-2025 01:17 PM
» Replies: 7
» Views: 1973
Acer Aspire E1 572 black screen, needs b...
Last Post: just_biosmods
10-11-2025 10:38 AM
» Replies: 31
» Views: 38308
[REQUEST] Acer Nitro 5 AN517-54 BIOS Unl...
Last Post: svetepach
10-11-2025 10:17 AM
» Replies: 27
» Views: 10387
I want to remove the BIOS whitelist from...
Last Post: stallonh
10-11-2025 03:06 AM
» Replies: 2
» Views: 199
[REQUEST] Lenovo ThinkPad Edge E330 (H3E...
Last Post: Dudu2002
10-11-2025 01:54 AM
» Replies: 647
» Views: 325889
[REQUEST] HP dv6-6b57el hidden menu
Last Post: Lupetto2k
10-10-2025 05:54 PM
» Replies: 0
» Views: 130
[REQUEST]wwan whitelist removal ThinkPad...
Last Post: igorl22
10-10-2025 08:37 AM
» Replies: 4
» Views: 367
[REQ] Acer Aspire 7738G - Microcode upda...
Last Post: Teodor91
10-09-2025 01:50 PM
» Replies: 6
» Views: 229

[REQUEST] Dell Precision T3500 BIOS Unlock
#31
Hello Sml,

Im sorry for any confusion occurred but it wasn't intended for sure, however, this post is for modding Precision T3500 UEFI/Secure Boot of latest bios version A17 exactely as you mentioned, the second thing about latitude 3340 i just gave it as an example if we can extract anything from this type of bios as it is already UEFI/Secure Boot included in the bios, just for our research for T3500 modding purpose, that is all.
find
quote
#32
Terribly sorry, forgot about this request.

I will open the 3500 BIOS update tonight and begin looking for strings from the BIOS menu screenshots in this thread. If I can find them in plain text, then this gives me a lot to go on in terms of figuring out a way to unlock or unhide settings. If I am able to make progress, I will post regular updates.

!!!!!PLEASE READ!!!!!! Our Ukrainian friends are undergoing atrocities right now and need support. There are two things you can do for starters:

1.) Donate to one of various organizations offering medical, military, and psychological support to those impacted: Support Organizations

2.) Combat misinformation on social media. 

Also, please feel free to PM me if I have not replied again about your BIOS mod request after 5 days.
www find
quote
#33
I have found the module that contains most of the strings that show up in the BIOS menus. It is titled "3C_6.ROM". The module is 347KB, the third largest module. You can find this module by running "T3500A17.exe -writehdrfile" (Hint: if running in Powershell, type "./" before the command).

A section of the file beginning at offset 0x21920 can be seen in the attached photo. You may notice that many of the strings there are the names of the top level menus in your BIOS Setup Utility.

Now we have to figure out what calls to those strings. In a standard (ie: non-Dell) Phoenix BIOS, you would take the beginning offset of a menu/sub-menu/setting string (in the STRINGS module), flip the bytes (Little Endian), search for it in the large jump table near the beginning portion of the file it shows up in (STRINGS), take the result's beginning offset, and search for those two bytes reversed in another module (TEMPLAT). This would take you to two bytes after the beginning of the set of bytes that handles that particular menu/sub-menu/setting. This set of bytes is usually 16-32 bytes long, with the size specified by the second byte from the beginning of the set of bytes.

I suspect that we will likely encounter something along these lines, though it is too early to close off other options. Essentially, we want to find the internal (same module) or external (different module) reference that calls these strings found in the 3C_6.ROM file.

I will post further updates as I learn more.


Attached Files Thumbnail(s)
   

!!!!!PLEASE READ!!!!!! Our Ukrainian friends are undergoing atrocities right now and need support. There are two things you can do for starters:

1.) Donate to one of various organizations offering medical, military, and psychological support to those impacted: Support Organizations

2.) Combat misinformation on social media. 

Also, please feel free to PM me if I have not replied again about your BIOS mod request after 5 days.
www find
quote
#34
Interesting. I don't know anything about this so...
find
quote
#35
Apologies again. I have been very slow at responding on this thread and making progress.

I am afraid I have bad news. I am not seeing a UEFI Boot setting hidden in this BIOS image Sad . I'm not even seeing the term "UEFI" anywhere in the BIOS image. Further, this BIOS image does not look like UEFI at all comparing it to other UEFI images. "Secure boot" was also nowhere to be found, probably because it is a UEFI functionality.

At this time, I am not sure how to import UEFI Boot capabilities from the BIOS image for the T3600. It is probably impossible. As for whether the T3600 could be flashed on the T3500, I would say that too is almost certainly impossible as UEFI and BIOS have completely different structural makeups. Yours is BIOS.

I know this news wasn't what anyone wanted to hear, especially after this much time.

!!!!!PLEASE READ!!!!!! Our Ukrainian friends are undergoing atrocities right now and need support. There are two things you can do for starters:

1.) Donate to one of various organizations offering medical, military, and psychological support to those impacted: Support Organizations

2.) Combat misinformation on social media. 

Also, please feel free to PM me if I have not replied again about your BIOS mod request after 5 days.
www find
quote
#36
How about the latuide notebook? Could we import that uefi? As intel bootgaurd thingy is disabled
find
quote
#37
The Dell Latitude 3340 definitely uses UEFI and not BIOS. It seems to already have quite a few accessible menus and settings according to the images posted by StarPrince on the second (I think) page of this thread.

Are you looking for the option to choose Legacy boot (as opposed to UEFI Boot)? I noticed that one is grayed out. Are you also looking for "Secure Boot"?

Full disclosure, this UEFI looks different from others I have seen before. It looks like Dell has special, non-standard versions of both their Phoenix BIOS and Phoenix UEFI firmwares... I know someone who might know how to modify this if you are looking for the "Legacy Boot" option and the "Secure Boot" setting.

!!!!!PLEASE READ!!!!!! Our Ukrainian friends are undergoing atrocities right now and need support. There are two things you can do for starters:

1.) Donate to one of various organizations offering medical, military, and psychological support to those impacted: Support Organizations

2.) Combat misinformation on social media. 

Also, please feel free to PM me if I have not replied again about your BIOS mod request after 5 days.
www find
quote
#38
No sorry i was talking about adding the uefi code (from the latatuide) into the legacy code (dell t3500)
One more thing i found that some X58 motherboards do support uefi (asus)
How about we put the code from the asus bios? Or just use the asus bios?
find
quote
#39
Hey SML

we need just uefi/secureboot option into precision t3500 bios, i wondered if my latitude we can import some coding from it to use it in the t3500 bios, it is all about this kind of pc ( precision t3500 A17 bios)

Hey Itron
i think that would be great to give us (attach it) here other kinds of uefi bioses which got from asus X58 motherboard, it can massively aid us for this research
find
quote
#40
Looks like i found 2 one from msi and asus. People say these have uefi and some people dont so..not sure. For some reason my phone doesnt alow sending downloads so.. here are the motherboard names. Asus sabertooth x58 and MSI's X58 Eclipse.
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)