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
Help with DMI Info Lenovo Bios
Last Post: force9da
Today 04:04 PM
» Replies: 0
» Views: 76
Lenovo z510 i5-4200m to i7-4700mq upgrad...
Last Post: ClaudeSpeed
Today 03:42 PM
» Replies: 7
» Views: 182
X550VXK BIOS Unlock Request
Last Post: foxbnu
Today 03:40 PM
» Replies: 0
» Views: 60
Dell Optiplex 790 bypass Press F1 during...
Last Post: jozsef_kacso
Today 04:19 AM
» Replies: 5
» Views: 16849
[REQUEST] Whitelist Removal for lenovo v...
Last Post: konjiki no yami
Yesterday 07:36 PM
» Replies: 0
» Views: 140
[REQUEST] HP dv6-6b57el hidden menu
Last Post: Alcatraz
Yesterday 04:28 PM
» Replies: 1
» Views: 226
[REQUEST] Lenovo G500 (78CNxxWW) BIOS Un...
Last Post: Dudu2002
Yesterday 03:22 PM
» Replies: 289
» Views: 199945
[REQUEST] Lenovo IdeaPad L340 (BGCNxxWW)...
Last Post: Dudu2002
Yesterday 03:19 PM
» Replies: 97
» Views: 54643
[REQUEST] Acer Aspire V5-121 Bios Unlock
Last Post: Strongbox256
Yesterday 11:15 AM
» Replies: 5
» Views: 9027
[REQUEST] Eglobal S210H BIOS Unlock
Last Post: ShawnSuter
Yesterday 10:50 AM
» Replies: 145
» Views: 64115
Request: Unlock CPU Voltage (Vcore) for ...
Last Post: hoomaan
Yesterday 10:35 AM
» Replies: 0
» Views: 109
[REQUEST] Bios Unlock - Packard Bell Eas...
Last Post: Overtune2005
Yesterday 08:37 AM
» Replies: 3
» Views: 2075
asrock 970 extreme3 slic 2.1
Last Post: 3xy
Yesterday 03:34 AM
» Replies: 12
» Views: 18518
[Request] Dell Inspiron 17r SE 7720 Unlo...
Last Post: Bennett
Yesterday 12:05 AM
» Replies: 92
» Views: 117368
[REQUEST] HP Probook 6570b Whitelist Rem...
Last Post: nexxus2
10-28-2025 01:07 PM
» Replies: 4
» Views: 5970
Gigabyte GA-MF3 CPU upgrade mod
Last Post: dm-
10-28-2025 10:53 AM
» Replies: 25
» Views: 22753
[REQUEST] Lenovo B590 (H1ETxxWW) Whiteli...
Last Post: yamicazanova2
10-28-2025 09:50 AM
» Replies: 799
» Views: 481361
BIOS fix Lenovo c460
Last Post: waldek69
10-28-2025 07:33 AM
» Replies: 16
» Views: 3805
[REQUEST] Lenovo x121e (AMD, 8RETxxWW) W...
Last Post: Quill6290
10-28-2025 03:31 AM
» Replies: 56
» Views: 43291
Sony vaio UX Boot animation/jingle remov...
Last Post: appletechgeek
10-27-2025 11:55 PM
» Replies: 0
» Views: 164

(UEFI) Dell XPS 15z L511z modded BIOS - and HOWTO
#51
Hi All ,

I'm waiting the day to finish my exams to begin working again in this project Smile
Here is some information would help you :-
I was intending to do this for recovery procedure :-
the bootblock normally have routines for recovery ,,,, if you triggered the correct key combination and have the correct files in the usb , then the recovery process will start automatically ,,,,,,, some cases the drivet and bios files shoukd be named ,, for example ,, insyde hp bios . To begin recovery , the usb drive should be named hp_tools and the bios file should be named too with another name i don't remember and then trigger fn+b to begin recovery .
When fn+b triggered , it calls the recoverymodule which search for the hp_tools drive and the required files inside and let them start recovery .
so , when disassembling the bootblock youcan notice a call to the recovery module with the lea instruction ,,,,,, if you found this call , then you are in the correct routine for recovery , just knew what the rest of routine do and disassemble the recovery module as well to knew what is needed for recovery .
There were some instructions checking for click on keyboard keys and then decides what to do ,,,,,,,,, you will find this for the diagnostic mode , setup module , recovery module and others .
I really have no time to do this now as my exam will be the day after tomorrow and have to study ... if someone can do this , it will be great ,,,,,, or wait till i finish exams Smile

Thank you ,
Ahmed


"Many of life's failures are people who did not realize how close they were to success when they gave up." Smile
find
quote
#52
(01-08-2012, 12:27 PM)AHMED HOSSAM Wrote: Hi All ,

I'm waiting the day to finish my exams to begin working again in this project Smile
Here is some information would help you :-
I was intending to do this for recovery procedure :-
the bootblock normally have routines for recovery ,,,, if you triggered the correct key combination and have the correct files in the usb , then the recovery process will start automatically ,,,,,,, some cases the drivet and bios files shoukd be named ,, for example ,, insyde hp bios . To begin recovery , the usb drive should be named hp_tools and the bios file should be named too with another name i don't remember and then trigger fn+b to begin recovery .
When fn+b triggered , it calls the recoverymodule which search for the hp_tools drive and the required files inside and let them start recovery .
so , when disassembling the bootblock youcan notice a call to the recovery module with the lea instruction ,,,,,, if you found this call , then you are in the correct routine for recovery , just knew what the rest of routine do and disassemble the recovery module as well to knew what is needed for recovery .
There were some instructions checking for click on keyboard keys and then decides what to do ,,,,,,,,, you will find this for the diagnostic mode , setup module , recovery module and others .
I really have no time to do this now as my exam will be the day after tomorrow and have to study ... if someone can do this , it will be great ,,,,,, or wait till i finish exams Smile

Thank you ,
Ahmed

Hey Ahmed - good to hear from you but sorry to have disturbed your studying! Smile

You're right - this is what I've found so far:

73DAB30F-3F9C-4160-B064-439CE16C3EDE_1_1065.ROM:
en-USEnglishF2 = BIOS Setup Entering BIOS Setup F5 = Boot Menu Entering Boot MenuESC = Diagnostic SplashShow Diagnostic Splash F11 = Internal Shell Entering
00011: Internal Shell F12 = Legacy PXE Boot from Legacy PXEATA HDD Boot from ATA HDDF9 = USB HDD Boot from USB HDD F10 = USB FLOPPY Boot from USB FLOPPYF3 = CD-ROM Boot from CD-ROM

So in theory we can enter UEFI shell from F11 if we unlock it properly Smile

I can't seem to find a reference to HP_TOOLS in the code though. Ideally I'd scan for the key combo Fn+F3 (Fn+B) in the bios code to see where it's being referenced. The other ROM dump I posted is indeed a recovery process though it's to create a master+recovery combo for RAID volumes. Interesting though - so Phoenix actually allows the creation of RAID + recovery volumes through BIOS.

Most/All the interesting configurable options (and I mean *really* interesting ones) seem to be in CFEF94C4-4167-466A-8893-8779459DFA86_1_1048.ROM, at least their textual descriptions. So it may be in fact that one of these files references the other... Anyway I'll await your return from the exams.

Good luck for your next exam!

Cheers
jkbuha

find
quote
#53
Hi jkbuha ,

Hp_tools was just example from a hp notebook with insyde bios ,,,,,,, tiano core bios should be like it but not the same ,,,,,, so you won't find any hp_tools string for sure .
another thing , all you have found is strings , but the routine should contain something like this ( don't remember ) :-
lea , crisis recovery
Lea ecx , 443
This means call crisis recovery module and start from offest 443 in it .
I don't remembet exactly butt its something like this .
Every module contain its own strings , sothat strings ( text ) not collected in one module .
You can't search for what happen when pressing f10 or something like that except you knew what means checking for f10 in assembly .
You will not find it as a string for sure but you will find instructions meaning checking for click then if yes , it calls module and if no , it completes the rest of routine .
tryy googling the instruction checking for keyclick and then use ida to disassemble bootblock .
I will check this after exams Smile
Thank you,
Ahmed


"Many of life's failures are people who did not realize how close they were to success when they gave up." Smile
find
quote
#54
(01-08-2012, 01:57 PM)AHMED HOSSAM Wrote: Hp_tools was just example from a hp notebook with insyde bios ,,,,,,, tiano core bios should be like it but not the same ,,,,,, so you won't find any hp_tools string for sure .

D'Oh! Smile I actually thought we'd have HP recovery code in a Dell BIOS!

I just thought of something else - would it make sense to search for the references to the (known) Fn+Function key extended scancodes (double byte pairs)? If thats the case then all we need to do is search for all ROMs which have, say the scancode for Fn+F3 (Fn+B) and we'd be getting closer to the main module?

Cheers
jkbuha

find
quote
#55
Why searching all roms ! Smile it should be in bootblock Wink
Just find routine in bootblock and it will lead you to everything Wink


"Many of life's failures are people who did not realize how close they were to success when they gave up." Smile
find
quote
#56
(01-08-2012, 02:47 PM)AHMED HOSSAM Wrote: Why searching all roms ! Smile it should be in bootblock Wink
Just find routine in bootblock and it will lead you to everything Wink

Yes but that's assuming I know where the bootblock is Wink which I don't at the moment.

I'll wait for you to get back from your exams - don't worry.

Good luck!

Cheers
jkbuha


find
quote
#57
I assume the recovery procedure will be really similar from the 15z to the xps 15 r2 (L502X).
I also will await for your return ahmed : 3
find
quote
#58
Hi all

Added undervolted GT-550M Bios to first post. Testers let me know how you go with this high performance mod!

Cheers
jkbuha
find
quote
#59
So this is a successful UEFI mod? Could the methods used here just be applied to other UEFI notebooks then UEFI modding can start to pick up?
find
quote
#60
(01-15-2012, 02:54 PM)gamerX1990 Wrote: So this is a successful UEFI mod? Could the methods used here just be applied to other UEFI notebooks then UEFI modding can start to pick up?


thank to those methods I sucesfully modded a some XPS 15 (L502X) bioses , changing the voltages of the nvidia video bios and changing some text at the SETUP app.

http://forum.notebookreview.com/dell-xps...-more.html

them has been already tested by me and other users

so yes, I supose It should work for another UEFI bioses ^_^

find
quote


Forum Jump:


Users browsing this thread: 25 Guest(s)