Forum RSS Feed Follow @ Twitter Follow On Facebook

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

Username:


Password:





[-]
Latest Threads
[REQUEST] Veriton M2610 - Ivy Bridge Sup...
Last Post: callumfix77
Today 05:17 AM
» Replies: 24
» Views: 13993
BIOS Mod to Disable Intel iGPU on Acer V...
Last Post: DeathBringer
Today 05:16 AM
» Replies: 5
» Views: 178
[REQUEST] Check my bios mod ASUS TUF A15...
Last Post: waayo69
Yesterday 07:46 PM
» Replies: 0
» Views: 153
Sony Vaio VGN-FE31M (R0170J3) / VGN-FE41...
Last Post: geanna
06-22-2025 06:37 PM
» Replies: 54
» Views: 68982
[REQUEST] Lenovo G400S (7BCNxxWW) Whitel...
Last Post: Dudu2002
06-22-2025 11:19 AM
» Replies: 214
» Views: 107445
[REQUEST] Acer Aspire 4750(G,Z) & 4752(G...
Last Post: vladimir500
06-22-2025 06:45 AM
» Replies: 49
» Views: 48862
[Request] Lenovo v520s sff unit bios sup...
Last Post: DeathBringer
06-21-2025 02:05 PM
» Replies: 9
» Views: 929
[REQUEST] Acer PT715-51 (Triton 700) ins...
Last Post: count1100
06-21-2025 08:45 AM
» Replies: 27
» Views: 15931
[Request] Support for Intel Xeon E3-1230...
Last Post: biospains
06-21-2025 04:40 AM
» Replies: 36
» Views: 15684
Acer Aspire 5738 Restore full ram speed
Last Post: IrRaziel
06-20-2025 04:50 PM
» Replies: 10
» Views: 609
[REQUEST] Acer Aspire E1-510 BIOS Unlock
Last Post: banusri123
06-20-2025 03:31 PM
» Replies: 41
» Views: 38216
[REQUEST] Machenike F117-FPE BIOS Unlock
Last Post: mortalrun
06-20-2025 11:23 AM
» Replies: 0
» Views: 316
[REQUEST] Axioo Hype 5 AMD X3 Bios Unloc...
Last Post: Aseptartar
06-20-2025 12:39 AM
» Replies: 0
» Views: 334
BIOS Hex Offset
Last Post: Pacho
06-19-2025 03:33 PM
» Replies: 0
» Views: 318
[REQUEST] BIOS Unlock for Gigabyte G5-KD...
Last Post: Dudu2002
06-18-2025 06:52 AM
» Replies: 10
» Views: 3667
[REQUEST] HP 15-ac109nx – Insyde BIOS F....
Last Post: Naifaey13
06-18-2025 06:08 AM
» Replies: 0
» Views: 330
[REQUEST] Acer Predator Helios 300 PH315...
Last Post: Dudu2002
06-18-2025 02:45 AM
» Replies: 44
» Views: 13156
HP probook4436s(e2-3000m)can update to a...
Last Post: hurricaning
06-17-2025 09:21 AM
» Replies: 2
» Views: 450
[REQUEST] Acer Nitro 5 AN515-58 BIOS Unl...
Last Post: Neonka
06-17-2025 05:05 AM
» Replies: 36
» Views: 14173
[REQUEST] Asus ROG Strix GL702ZC BIOS Un...
Last Post: bip_bop
06-17-2025 02:16 AM
» Replies: 171
» Views: 99465

[READ FIRST] Access Advanced settings through EFI shell
HP G4-1003TX
-Bios Revision : 3.5
-Bios Version: F.66
-Bios Type : InsydeH20
I need the AHCI option, if can, please unlock Secure Boot for me. Thanks you very much.
find
quote
(05-12-2013, 05:31 AM)Falseclock Wrote:
(05-10-2013, 01:08 PM)elyavark9 Wrote: HP DV6-7280LA
-Bios Revision : 3.7
-Bios Version: F.24
-Bios Type : Insyde EFI
I need the AHCI option, and if possible, unlock the Advanced tab c:

1. Download latest version of you BIOS which is F.26
2. Flash new BIOS
3. Take USB stick and format to FAT32
4. Create directory structure EFI\Boot
5. Download BOOTX64.EFI
6. Put downloaded file to Boot directory.
7. Restart and enter BIOS setup.
8. Make sure you have following values:
Legacy Support: Disable
Secure Boot: Disable
9. Reboot and press F9 to boot from USB stick
10. Give commands:
setup_var 0x36 0x01
setup_var 0x39 0x01

11. Reboot and you Windows should find Intel AHCI controller.
12. REPORT RESULT HERE
13. Enjoy.

Here is required information from F.26 dump
Code:
┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Form Name: 'InsydeH2O Setup Utility'                                                               [ ID: '0x0023' ]│
└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
Subtitle: 'IDE Configuration'
┌- Grayout IF:
|    Question [ ID: '0x11' ] == 0x02
|    Question [ ID: '0x10' ] == 0x01
|    AND expression
└- END IF Grayout;
Select option: 'IDE Controller'                 [ VarStore: '0x36', QuestionId: '0x1b',   Help: 'DISABLED: Disables SATA Controller. ENABLED: Enables SATA Controller.']
  Option: 'Disabled'                            [ Value: '0'   Default: 'false'    Type: 'int8'  ]
  Option: 'Enabled'                             [ Value: '1'   Default: 'true'     Type: 'int8'  ]
┌- Grayout IF:
|    Question [ ID: '0x11' ] == 0x02
|    Question [ ID: '0x10' ] == 0x01
|    AND expression
|    Question [ ID: '0x1b' ] == 0x00
|    OR expression
└- END IF Grayout;
Select option: 'HDC Configure As'               [ VarStore: '0x39', QuestionId: '0x1c',   Help: 'Set Harddisk Controller Configure Type']
  Option: 'IDE'                                 [ Value: '0'   Default: 'false'    Type: 'int8'  ]
  Option: 'AHCI'                                [ Value: '1'   Default: 'false'    Type: 'int8'  ]
  Option: 'RAID'                                [ Value: '2'   Default: 'true'     Type: 'int8'  ]


Hi,
will it work for a HP envy dv4-5213cl with Insyde20 BIOS n°F.24?
I want to change the factory installed OS from WIndows 8 to Windows 7
find
quote
Hello,

i have the newest bios generation on my acer it's an UEFI Protocoll Bios.
I can only dump the protocoll output with the UEFI IFR Extractor.

But it's complety different with the EFI output results.
I don't no, how can i find/read the 64Bit Variables values and how to enable the variables
in the bootx64.efi shell to unlock hidden menues or menu entrys

Can your give me an example please to read the output, find variables and patch the correct value
to unlock the hidden menue?

Extracted protocoll ouput

FABDD96B-2DDD-4747-9612-F9E777C84A38_743-IFR.txt

thx for help
sebrina
find
quote
I follow your tutorial but there is two bios files not one then i get log from both and can you look at my logs and look there is option to enable advanced mode and if its note hard for you can you give link about how it works.
https://drive.google.com/folderview?id=0...sp=sharing
find
quote
(05-12-2013, 05:31 AM)Falseclock Wrote:
(05-10-2013, 01:08 PM)elyavark9 Wrote: HP DV6-7280LA
-Bios Revision : 3.7
-Bios Version: F.24
-Bios Type : Insyde EFI
I need the AHCI option, and if possible, unlock the Advanced tab c:

1. Download latest version of you BIOS which is F.26
2. Flash new BIOS
3. Take USB stick and format to FAT32
4. Create directory structure EFI\Boot
5. Download BOOTX64.EFI
6. Put downloaded file to Boot directory.
7. Restart and enter BIOS setup.
8. Make sure you have following values:
Legacy Support: Disable
Secure Boot: Disable
9. Reboot and press F9 to boot from USB stick
10. Give commands:
setup_var 0x36 0x01
setup_var 0x39 0x01

11. Reboot and you Windows should find Intel AHCI controller.
12. REPORT RESULT HERE
13. Enjoy.

Here is required information from F.26 dump
Code:
┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Form Name: 'InsydeH2O Setup Utility'                                                               [ ID: '0x0023' ]│
└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
Subtitle: 'IDE Configuration'
┌- Grayout IF:
|    Question [ ID: '0x11' ] == 0x02
|    Question [ ID: '0x10' ] == 0x01
|    AND expression
└- END IF Grayout;
Select option: 'IDE Controller'                 [ VarStore: '0x36', QuestionId: '0x1b',   Help: 'DISABLED: Disables SATA Controller. ENABLED: Enables SATA Controller.']
  Option: 'Disabled'                            [ Value: '0'   Default: 'false'    Type: 'int8'  ]
  Option: 'Enabled'                             [ Value: '1'   Default: 'true'     Type: 'int8'  ]
┌- Grayout IF:
|    Question [ ID: '0x11' ] == 0x02
|    Question [ ID: '0x10' ] == 0x01
|    AND expression
|    Question [ ID: '0x1b' ] == 0x00
|    OR expression
└- END IF Grayout;
Select option: 'HDC Configure As'               [ VarStore: '0x39', QuestionId: '0x1c',   Help: 'Set Harddisk Controller Configure Type']
  Option: 'IDE'                                 [ Value: '0'   Default: 'false'    Type: 'int8'  ]
  Option: 'AHCI'                                [ Value: '1'   Default: 'false'    Type: 'int8'  ]
  Option: 'RAID'                                [ Value: '2'   Default: 'true'     Type: 'int8'  ]

Hi,
My laptop has the following specs
HP Pavilion 15-n221se
-Bios Version: F.42 (Possible upgrade to F.66 on HP website)
-Bios Type : Insyde
I also need the AHCI option, and if possible, unlock the Advanced tab c:

Please help!
find
quote
Hello

Im new here my name is Taske and this is my bios.

HP DV7-7295ez
-Bios Revision : 3.7
-Bios Version: F.10
-Bios Type : InsydeH20
I need the AHCI option, and unlock the Advanced tab. to configure to install Hackintosh Nerish mavericks ^^
find
quote
I am very new to modding BIOS and i have very little experience as it only extends to altering already unlocked BIOS and what I've learned through my A+ cert course I'm currently taking.
my system information is:

Product Name HP G42 Notebook PC
Product Number XZ046UA#ABA
Serial Number CNF0496KNQ
BIOS (Configuration) F.17 - 11/07/2010 ( 058D110002242710010620100 )

If there is other info needed just ask. Help would be greatly appreciated. I'm looking for access to things that would allow me overclocking primarily and any other hidden/locked features would be nice.
find
quote
Can I apply these steps on dumped file using "Universal IFR Extractor"?
find
quote
hey guys,
my bios link for lenovo G50-45 is this:

http://download.lenovo.com/consumer/mobi...cn24ww.exe

so can anyone help in how to enable the advanced and power tabs in this?

Thanks in advance

and link to the bios DUMP folder

https://drive.google.com/folderview?id=0...sp=sharing

forogt to mention i have insydeH20 bios
find
quote
Question 
Can anybody help with enabling of displaying hidden settings?

.zip   uefidump.zip (Size: 23.2 KB / Downloads: 15)
find
quote


Forum Jump:


Users browsing this thread: 17 Guest(s)