Forum RSS Feed Follow @ Twitter Follow On Facebook

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

Username:


Password:





[-]
Latest Threads
Chuwi Lapbook Pro Laptop: corrupted bios
Last Post: voyagers
Today 09:04 AM
» Replies: 7
» Views: 336
[REQUEST] Lenovo Thinkpad E130 (H4ETxxWW...
Last Post: Dudu2002
Today 08:54 AM
» Replies: 489
» Views: 113635
[REQUEST] Lenovo Thinkpad W540 & W541 (G...
Last Post: Dudu2002
Today 08:52 AM
» Replies: 47
» Views: 18073
[REQUEST] Acer eMachines eMD729Z BIOS Un...
Last Post: FDragon_21
Today 08:48 AM
» Replies: 6
» Views: 5595
[REQUEST] Toshiba Satellite C850 & C855 ...
Last Post: rock77
Today 07:25 AM
» Replies: 65
» Views: 20456
[REQUEST] Lenovo G500 (78CNxxWW) Whiteli...
Last Post: Makasiaka
Today 06:26 AM
» Replies: 1184
» Views: 285122
[REQUEST] Asus Rog Strix III (G731GU) ad...
Last Post: Onkelboern
Today 06:07 AM
» Replies: 19
» Views: 6288
[Request] Packard Bell EasyNote TE11HC B...
Last Post: boikoboiko120
Today 03:56 AM
» Replies: 120
» Views: 57554
[REQUEST] Acer VN7-792G BIOS Unlock
Last Post: xdjbx
Today 03:51 AM
» Replies: 32
» Views: 11514
AliExpress Windows Tablet Bios Password ...
Last Post: jindraaa
Yesterday 06:00 PM
» Replies: 0
» Views: 72
How to dump BIOS on Acer Predator Helios...
Last Post: fIysolos
Yesterday 01:28 AM
» Replies: 0
» Views: 110
[REQUEST] Sony VAIO SVE151 & SVE171 Seri...
Last Post: netxxl
05-30-2024 03:00 PM
» Replies: 57
» Views: 24937
REQUEST - Dell XPS 720 BIOS mod to unloc...
Last Post: milo3169
05-30-2024 12:40 PM
» Replies: 0
» Views: 127
[REQUEST] Lenovo Thinkpad Edge E430 & E5...
Last Post: Dudu2002
05-30-2024 11:41 AM
» Replies: 486
» Views: 141861
[REQUEST] Acer Predator Helios 300 PH315...
Last Post: Dudu2002
05-30-2024 11:38 AM
» Replies: 13
» Views: 6722
[REQUEST] BIOS unlock for an AMI based M...
Last Post: grave_digga
05-30-2024 07:33 AM
» Replies: 1
» Views: 227
[REQUEST] ASUS Maximus Z790 HERO | DMI E...
Last Post: Phantom14022
05-30-2024 03:39 AM
» Replies: 0
» Views: 168
[REQUEST] Lenovo IdeaPad L340 (BGCNxxWW)...
Last Post: Dudu2002
05-30-2024 02:50 AM
» Replies: 55
» Views: 16903
[REQUEST] Gigabyte Aorus 7 9KF Advanced ...
Last Post: N0Mercy
05-29-2024 07:14 PM
» Replies: 0
» Views: 160
[REQUEST] Acer Aspire E1-421 BIOS Unlock
Last Post: e_favero
05-29-2024 07:47 AM
» Replies: 19
» Views: 11290

[READ FIRST] Access Advanced settings through EFI shell
#41
(05-25-2013, 12:55 PM)AlexQue Wrote: Understood...

http://support1.toshiba-tro.de/tedd-file...101902.zip

here is the link...

Ok. I decompiled your BIOS. What you want to change?

If you want thank me - HERE IS BEST WAY TO DO IT
find
quote
#42
nice Smile ...would like to be able to control my CPU and GPU, so basically, performance related settings...
find
quote
#43
use at your own risk

http://rghost.ru/46257479

If you want thank me - HERE IS BEST WAY TO DO IT
find
quote
#44
cool, will try *now and report back...
find
quote
#45
do no try enable/disable peripheral devices (LAN, GPS, IRDA, etc...), otherwise you have a chance to brisk your laptop forever

If you want thank me - HERE IS BEST WAY TO DO IT
find
quote
#46
got it, but i need a bit more of your help first, the .log file, what do i do with it, cant seem to find a Tut...
find
quote
#47
(05-25-2013, 01:30 PM)AlexQue Wrote: got it, but i need a bit more of your help first, the .log file, what do i do with it, cant seem to find a Tut...

1. Take USB stick and format to FAT32
2. Create directory structure EFI\Boot
3. Download BOOTX64.EFI
4. Put downloaded file to Boot directory.
5. Restart and enter BIOS setup.
6. Make sure you have following values:
Legacy Support: Disable
Secure Boot: Disable
7. Reboot and press F9 to boot from USB stick
8. HOW TO CHANGE:
For example you want to change

Code:
Select option: 'Throttle On Temperature'        [ VarStore: '0x1aa', QuestionId: '0x78',   Help: 'Set the CPU temperature point of Throttle On']
give command setup_var 0x1aa

look at log file. Default value for your bios is
Code:
Option: '85 '                               [ Value: '85'   Default: 'true'     Type: 'int8'  ]

so you should get 85 as value. (HEX 0x55)

Try to change for example to 40 degree.

give command setup_var 0x1aa 0x28

28 is HEX for 40 DEC

9. Now Reboot
10. Start some CPU stress test (AIDA64 for example) and check performance
You can also try to play with Fan speed temperature.

If you want thank me - HERE IS BEST WAY TO DO IT
find
quote
#48
hahaha, now i feel like i was blind, thanx, will give it a go now...

no joy, cant boot in to EFI shell, tried 2 sticks, i recon they are incompatible, will read more in to it now...
find
quote
#49
(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
it doesn't work
boot fail

usb stick formatted
how to Create directory structure EFI\Boot ?
downloaded file put in Boot directory.
boot failed.
what can I do ?
Thanks for your help !
find
quote
#50
very easy

open stick in explorer
create folder EFI
open folder EFI
create folder Boot
take file
put into Boot directory

also try to enable Legacy, but after F9 choose boot from EFI

If you want thank me - HERE IS BEST WAY TO DO IT
find
quote


Forum Jump:


Users browsing this thread: YazeedM, 16 Guest(s)