Posts: 11
Threads: 0
Joined: Feb 2019
Reputation:
0
(06-08-2019, 11:56 AM)Lost_N_BIOS Wrote: Sounds like bad BIOS flash. How were you going back to stock BIOS, with EZ flash?
Asus WinFlash
Posts: 1,776
Threads: 0
Joined: Aug 2018
Reputation:
42
It happens sometimes, even with modern systems and built in EZ Flash too. You'll have to order a flash programmer and SOIC8 test clip with cable. If you need links to some examples of these on ebay let me know.
Posts: 11
Threads: 0
Joined: Feb 2019
Reputation:
0
Ok, give me links, i'll check later
Posts: 1,776
Threads: 0
Joined: Aug 2018
Reputation:
42
Posts: 26
Threads: 2
Joined: Nov 2018
Reputation:
0
03-06-2020, 12:31 PM
(This post was last modified: 03-06-2020, 12:34 PM by ciprinami.)
(01-20-2019, 01:57 AM)Lost_N_BIOS Wrote: I know how to unlock this BIOS now! Please see post #6 adhelyhn and send me FPT BIOS region backup.
Or, if you would rather not flash mod BIOS and change settings via grub/setup_var here is my general guide on that
https://www.win-raid.com/t3908f16-GUIDE-Grub-Setup-Var-Guide-Fix-Intel-FPT-Error-BIOS-Lock-Bit-Set-HSFS-W-Asus-or-Other-Mod-BIOS.html
Alt boot to grub when no boot to EFI on exit page - https://www.win-raid.com/t3144f16-Help-needed-Hidden-Advanced-menu-Bios-HP-Z-J-BIN-1.html#msg58324
And here are your variables to change regarding memory
To change, you use the (VarOffset/VarName) value 0x7CA for example with Setup_var at the grub prompt, example below
Example >> Setup_var 0x7CA 0x2
^^ That changes default setting below (of default/auto) to XMP 1 (0x2)
Another example >> Setup_var 0x7CA 0x3 (Changes it to XMP 2
If you change it to custom 0x1, then you can use all the rest of the settings below (timings can be changed too, but I didn't give variables here right now, let me know if you need them later.
Memory profile, VarStoreInfo (VarOffset/VarName): 0x7CA
One Of Option: Default profile, Value (8 bit): 0x0 (default) {09 07 5A 13 30 00 00}
One Of Option: Custom profile, Value (8 bit): 0x1 {09 07 5D 13 00 00 01}
One Of Option: XMP profile 1, Value (8 bit): 0x2 {09 07 5B 13 00 00 02}
One Of Option: XMP profile 2, Value (8 bit): 0x3 {09 07 5C 13 00 00 03}
Memory Reference Clock, VarStoreInfo (VarOffset/VarName): 0x6C6
One Of Option: Auto, Value (8 bit): 0x0 {09 07 8E 00 00 00 00}
One Of Option: 133, Value (8 bit): 0x1 (default) {09 07 51 13 30 00 01}
One Of Option: 100, Value (8 bit): 0x2 {09 07 50 13 00 00 02}
One Of: Memory Ratio, VarStoreInfo (VarOffset/VarName): 0x6C8
One Of Option: Auto, Value (8 bit): 0x0 (default) {09 07 8E 00 30 00 00}
One Of Option: 3, Value (8 bit): 0x3 {09 07 A6 01 00 00 03}
One Of Option: 4, Value (8 bit): 0x4 {09 07 37 13 00 00 04}
One Of Option: 5, Value (8 bit): 0x5 {09 07 38 13 00 00 05}
One Of Option: 6, Value (8 bit): 0x6 {09 07 39 13 00 00 06}
One Of Option: 7, Value (8 bit): 0x7 {09 07 3A 13 00 00 07}
One Of Option: 8, Value (8 bit): 0x8 {09 07 3B 13 00 00 08}
One Of Option: 9, Value (8 bit): 0x9 {09 07 3C 13 00 00 09}
One Of Option: 10, Value (8 bit): 0xA {09 07 3D 13 00 00 0A}
One Of Option: 11, Value (8 bit): 0xB {09 07 3E 13 00 00 0B}
One Of Option: 12, Value (8 bit): 0xC {09 07 3F 13 00 00 0C}
One Of Option: 13, Value (8 bit): 0xD {09 07 40 13 00 00 0D}
One Of Option: 14, Value (8 bit): 0xE {09 07 41 13 00 00 0E}
One Of Option: 15, Value (8 bit): 0xF {09 07 42 13 00 00 0F}
One Of: QCLK Odd Ratio, VarStoreInfo (VarOffset/VarName): 0x6C9
One Of Option: Disabled, Value (8 bit): 0x0 (default) {09 07 04 00 30 00 00}
One Of Option: Enabled, Value (8 bit): 0x1 {09 07 03 00 00 00 01}
Hi there!
i'm back with the biosregdump file.
All I need is the setting that allows me to disable the intel video and keep the nvidia graphics only.
link
Posts: 1,822
Threads: 1
Joined: Dec 2013
Reputation:
60
(03-06-2020, 12:31 PM)ciprinami Wrote: (01-20-2019, 01:57 AM)Lost_N_BIOS Wrote: I know how to unlock this BIOS now! Please see post #6 adhelyhn and send me FPT BIOS region backup.
Or, if you would rather not flash mod BIOS and change settings via grub/setup_var here is my general guide on that
https://www.win-raid.com/t3908f16-GUIDE-Grub-Setup-Var-Guide-Fix-Intel-FPT-Error-BIOS-Lock-Bit-Set-HSFS-W-Asus-or-Other-Mod-BIOS.html
Alt boot to grub when no boot to EFI on exit page - https://www.win-raid.com/t3144f16-Help-needed-Hidden-Advanced-menu-Bios-HP-Z-J-BIN-1.html#msg58324
And here are your variables to change regarding memory
To change, you use the (VarOffset/VarName) value 0x7CA for example with Setup_var at the grub prompt, example below
Example >> Setup_var 0x7CA 0x2
^^ That changes default setting below (of default/auto) to XMP 1 (0x2)
Another example >> Setup_var 0x7CA 0x3 (Changes it to XMP 2
If you change it to custom 0x1, then you can use all the rest of the settings below (timings can be changed too, but I didn't give variables here right now, let me know if you need them later.
Memory profile, VarStoreInfo (VarOffset/VarName): 0x7CA
One Of Option: Default profile, Value (8 bit): 0x0 (default) {09 07 5A 13 30 00 00}
One Of Option: Custom profile, Value (8 bit): 0x1 {09 07 5D 13 00 00 01}
One Of Option: XMP profile 1, Value (8 bit): 0x2 {09 07 5B 13 00 00 02}
One Of Option: XMP profile 2, Value (8 bit): 0x3 {09 07 5C 13 00 00 03}
Memory Reference Clock, VarStoreInfo (VarOffset/VarName): 0x6C6
One Of Option: Auto, Value (8 bit): 0x0 {09 07 8E 00 00 00 00}
One Of Option: 133, Value (8 bit): 0x1 (default) {09 07 51 13 30 00 01}
One Of Option: 100, Value (8 bit): 0x2 {09 07 50 13 00 00 02}
One Of: Memory Ratio, VarStoreInfo (VarOffset/VarName): 0x6C8
One Of Option: Auto, Value (8 bit): 0x0 (default) {09 07 8E 00 30 00 00}
One Of Option: 3, Value (8 bit): 0x3 {09 07 A6 01 00 00 03}
One Of Option: 4, Value (8 bit): 0x4 {09 07 37 13 00 00 04}
One Of Option: 5, Value (8 bit): 0x5 {09 07 38 13 00 00 05}
One Of Option: 6, Value (8 bit): 0x6 {09 07 39 13 00 00 06}
One Of Option: 7, Value (8 bit): 0x7 {09 07 3A 13 00 00 07}
One Of Option: 8, Value (8 bit): 0x8 {09 07 3B 13 00 00 08}
One Of Option: 9, Value (8 bit): 0x9 {09 07 3C 13 00 00 09}
One Of Option: 10, Value (8 bit): 0xA {09 07 3D 13 00 00 0A}
One Of Option: 11, Value (8 bit): 0xB {09 07 3E 13 00 00 0B}
One Of Option: 12, Value (8 bit): 0xC {09 07 3F 13 00 00 0C}
One Of Option: 13, Value (8 bit): 0xD {09 07 40 13 00 00 0D}
One Of Option: 14, Value (8 bit): 0xE {09 07 41 13 00 00 0E}
One Of Option: 15, Value (8 bit): 0xF {09 07 42 13 00 00 0F}
One Of: QCLK Odd Ratio, VarStoreInfo (VarOffset/VarName): 0x6C9
One Of Option: Disabled, Value (8 bit): 0x0 (default) {09 07 04 00 30 00 00}
One Of Option: Enabled, Value (8 bit): 0x1 {09 07 03 00 00 00 01}
Hi there!
i'm back with the biosregdump file.
All I need is the setting that allows me to disable the intel video and keep the nvidia graphics only.
link
No ,you can't keep nvidia vga individually.
As long as you disable internal intel graphic ,you will get a black screen ,and never see a screen.
Here is modded base on your dump bios ,i let some tabs appear in bios screen.
http://katfile.com/rpq0rk42isr0/GL553VE_1.rar.html
If you don't believe that i said ,you could going to Chipset > System Agent (SA) Configuration > Graphics Configuration and try to set up related options.
Posts: 26
Threads: 2
Joined: Nov 2018
Reputation:
0
(03-06-2020, 01:54 PM)genius239 Wrote: (03-06-2020, 12:31 PM)ciprinami Wrote: (01-20-2019, 01:57 AM)Lost_N_BIOS Wrote: I know how to unlock this BIOS now! Please see post #6 adhelyhn and send me FPT BIOS region backup.
Or, if you would rather not flash mod BIOS and change settings via grub/setup_var here is my general guide on that
https://www.win-raid.com/t3908f16-GUIDE-Grub-Setup-Var-Guide-Fix-Intel-FPT-Error-BIOS-Lock-Bit-Set-HSFS-W-Asus-or-Other-Mod-BIOS.html
Alt boot to grub when no boot to EFI on exit page - https://www.win-raid.com/t3144f16-Help-needed-Hidden-Advanced-menu-Bios-HP-Z-J-BIN-1.html#msg58324
And here are your variables to change regarding memory
To change, you use the (VarOffset/VarName) value 0x7CA for example with Setup_var at the grub prompt, example below
Example >> Setup_var 0x7CA 0x2
^^ That changes default setting below (of default/auto) to XMP 1 (0x2)
Another example >> Setup_var 0x7CA 0x3 (Changes it to XMP 2
If you change it to custom 0x1, then you can use all the rest of the settings below (timings can be changed too, but I didn't give variables here right now, let me know if you need them later.
Memory profile, VarStoreInfo (VarOffset/VarName): 0x7CA
One Of Option: Default profile, Value (8 bit): 0x0 (default) {09 07 5A 13 30 00 00}
One Of Option: Custom profile, Value (8 bit): 0x1 {09 07 5D 13 00 00 01}
One Of Option: XMP profile 1, Value (8 bit): 0x2 {09 07 5B 13 00 00 02}
One Of Option: XMP profile 2, Value (8 bit): 0x3 {09 07 5C 13 00 00 03}
Memory Reference Clock, VarStoreInfo (VarOffset/VarName): 0x6C6
One Of Option: Auto, Value (8 bit): 0x0 {09 07 8E 00 00 00 00}
One Of Option: 133, Value (8 bit): 0x1 (default) {09 07 51 13 30 00 01}
One Of Option: 100, Value (8 bit): 0x2 {09 07 50 13 00 00 02}
One Of: Memory Ratio, VarStoreInfo (VarOffset/VarName): 0x6C8
One Of Option: Auto, Value (8 bit): 0x0 (default) {09 07 8E 00 30 00 00}
One Of Option: 3, Value (8 bit): 0x3 {09 07 A6 01 00 00 03}
One Of Option: 4, Value (8 bit): 0x4 {09 07 37 13 00 00 04}
One Of Option: 5, Value (8 bit): 0x5 {09 07 38 13 00 00 05}
One Of Option: 6, Value (8 bit): 0x6 {09 07 39 13 00 00 06}
One Of Option: 7, Value (8 bit): 0x7 {09 07 3A 13 00 00 07}
One Of Option: 8, Value (8 bit): 0x8 {09 07 3B 13 00 00 08}
One Of Option: 9, Value (8 bit): 0x9 {09 07 3C 13 00 00 09}
One Of Option: 10, Value (8 bit): 0xA {09 07 3D 13 00 00 0A}
One Of Option: 11, Value (8 bit): 0xB {09 07 3E 13 00 00 0B}
One Of Option: 12, Value (8 bit): 0xC {09 07 3F 13 00 00 0C}
One Of Option: 13, Value (8 bit): 0xD {09 07 40 13 00 00 0D}
One Of Option: 14, Value (8 bit): 0xE {09 07 41 13 00 00 0E}
One Of Option: 15, Value (8 bit): 0xF {09 07 42 13 00 00 0F}
One Of: QCLK Odd Ratio, VarStoreInfo (VarOffset/VarName): 0x6C9
One Of Option: Disabled, Value (8 bit): 0x0 (default) {09 07 04 00 30 00 00}
One Of Option: Enabled, Value (8 bit): 0x1 {09 07 03 00 00 00 01}
Hi there!
i'm back with the biosregdump file.
All I need is the setting that allows me to disable the intel video and keep the nvidia graphics only.
link
No ,you can't keep nvidia vga individually.
As long as you disable internal intel graphic ,you will get a black screen ,and never see a screen.
Here is modded base on your dump bios ,i let some tabs appear in bios screen.
http://katfile.com/rpq0rk42isr0/GL553VE_1.rar.html
If you don't believe that i said ,you could going to Chipset > System Agent (SA) Configuration > Graphics Configuration and try to set up related options.
So, I tried to update the bios with EZ Flash but it says that failed. Why it's failing ?
Posts: 1,822
Threads: 1
Joined: Dec 2013
Reputation:
60
03-07-2020, 07:56 AM
(This post was last modified: 03-07-2020, 08:23 AM by genius239.)
(03-07-2020, 07:21 AM)ciprinami Wrote: (03-06-2020, 01:54 PM)genius239 Wrote: (03-06-2020, 12:31 PM)ciprinami Wrote: (01-20-2019, 01:57 AM)Lost_N_BIOS Wrote: I know how to unlock this BIOS now! Please see post #6 adhelyhn and send me FPT BIOS region backup.
Or, if you would rather not flash mod BIOS and change settings via grub/setup_var here is my general guide on that
https://www.win-raid.com/t3908f16-GUIDE-Grub-Setup-Var-Guide-Fix-Intel-FPT-Error-BIOS-Lock-Bit-Set-HSFS-W-Asus-or-Other-Mod-BIOS.html
Alt boot to grub when no boot to EFI on exit page - https://www.win-raid.com/t3144f16-Help-needed-Hidden-Advanced-menu-Bios-HP-Z-J-BIN-1.html#msg58324
And here are your variables to change regarding memory
To change, you use the (VarOffset/VarName) value 0x7CA for example with Setup_var at the grub prompt, example below
Example >> Setup_var 0x7CA 0x2
^^ That changes default setting below (of default/auto) to XMP 1 (0x2)
Another example >> Setup_var 0x7CA 0x3 (Changes it to XMP 2
If you change it to custom 0x1, then you can use all the rest of the settings below (timings can be changed too, but I didn't give variables here right now, let me know if you need them later.
Memory profile, VarStoreInfo (VarOffset/VarName): 0x7CA
One Of Option: Default profile, Value (8 bit): 0x0 (default) {09 07 5A 13 30 00 00}
One Of Option: Custom profile, Value (8 bit): 0x1 {09 07 5D 13 00 00 01}
One Of Option: XMP profile 1, Value (8 bit): 0x2 {09 07 5B 13 00 00 02}
One Of Option: XMP profile 2, Value (8 bit): 0x3 {09 07 5C 13 00 00 03}
Memory Reference Clock, VarStoreInfo (VarOffset/VarName): 0x6C6
One Of Option: Auto, Value (8 bit): 0x0 {09 07 8E 00 00 00 00}
One Of Option: 133, Value (8 bit): 0x1 (default) {09 07 51 13 30 00 01}
One Of Option: 100, Value (8 bit): 0x2 {09 07 50 13 00 00 02}
One Of: Memory Ratio, VarStoreInfo (VarOffset/VarName): 0x6C8
One Of Option: Auto, Value (8 bit): 0x0 (default) {09 07 8E 00 30 00 00}
One Of Option: 3, Value (8 bit): 0x3 {09 07 A6 01 00 00 03}
One Of Option: 4, Value (8 bit): 0x4 {09 07 37 13 00 00 04}
One Of Option: 5, Value (8 bit): 0x5 {09 07 38 13 00 00 05}
One Of Option: 6, Value (8 bit): 0x6 {09 07 39 13 00 00 06}
One Of Option: 7, Value (8 bit): 0x7 {09 07 3A 13 00 00 07}
One Of Option: 8, Value (8 bit): 0x8 {09 07 3B 13 00 00 08}
One Of Option: 9, Value (8 bit): 0x9 {09 07 3C 13 00 00 09}
One Of Option: 10, Value (8 bit): 0xA {09 07 3D 13 00 00 0A}
One Of Option: 11, Value (8 bit): 0xB {09 07 3E 13 00 00 0B}
One Of Option: 12, Value (8 bit): 0xC {09 07 3F 13 00 00 0C}
One Of Option: 13, Value (8 bit): 0xD {09 07 40 13 00 00 0D}
One Of Option: 14, Value (8 bit): 0xE {09 07 41 13 00 00 0E}
One Of Option: 15, Value (8 bit): 0xF {09 07 42 13 00 00 0F}
One Of: QCLK Odd Ratio, VarStoreInfo (VarOffset/VarName): 0x6C9
One Of Option: Disabled, Value (8 bit): 0x0 (default) {09 07 04 00 30 00 00}
One Of Option: Enabled, Value (8 bit): 0x1 {09 07 03 00 00 00 01}
Hi there!
i'm back with the biosregdump file.
All I need is the setting that allows me to disable the intel video and keep the nvidia graphics only.
link
No ,you can't keep nvidia vga individually.
As long as you disable internal intel graphic ,you will get a black screen ,and never see a screen.
Here is modded base on your dump bios ,i let some tabs appear in bios screen.
http://katfile.com/rpq0rk42isr0/GL553VE_1.rar.html
If you don't believe that i said ,you could going to Chipset > System Agent (SA) Configuration > Graphics Configuration and try to set up related options.
So, I tried to update the bios with EZ Flash but it says that failed. Why it's failing ?
This laptop model can be directly re-flash modded with fpt tool again.(it didn't need to change variable on GRUB shell)
You backup it with fpt why use EZflash re-flash modded ??
dump command line like this : fptw64.exe -d dump.rom -bios
flash command line like this : fptw64.exe -f dump.rom -bios
Posts: 3
Threads: 0
Joined: Jul 2020
Reputation:
0
07-14-2020, 09:16 AM
(This post was last modified: 07-14-2020, 09:22 AM by gradops1000.)
Hi,
My laptop has set the PROCHOT at 85*C which leads to decreased performance in many situations. I need you guys to help me unlock my bios.
This is my dump file: http://www.mediafire.com/file/4ywaqcc28a...g.rar/file
If you cannot download the file, I do add Attachment
biosreg.bin (Size: 6 MB / Downloads: 4)
ME version: v11.6
Thanks a lot.
Posts: 219
Threads: 0
Joined: Apr 2017
Reputation:
20
07-14-2020, 10:18 AM
(This post was last modified: 07-14-2020, 10:50 AM by feluchi.)
(07-14-2020, 09:16 AM)gradops1000 Wrote: Hi,
My laptop has set the PROCHOT at 85*C which leads to decreased performance in many situations. I need you guys to help me unlock my bios.
This is my dump file: http://www.mediafire.com/file/4ywaqcc28a...g.rar/file
If you cannot download the file, I do add Attachment
ME version: v11.6
Thanks a lot.
Hi!
Your bios with PROCHOT at 97°C completed. Check your PM.
|