Forum RSS Feed Follow @ Twitter Follow On Facebook

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

Username:


Password:





[-]
Latest Threads
UNLOCKED BIOS S3810 WITH LIMIT 8GB RAM
Last Post: ccrguez
Today 06:32 AM
» Replies: 10
» Views: 891
[REQUEST] Acer Predator Helios 500 PH517...
Last Post: MaksaMax
Yesterday 06:11 PM
» Replies: 46
» Views: 23867
[Request] Mod JGINYUE X99-M D4 BIOS
Last Post: polmzqwe
Yesterday 11:54 AM
» Replies: 0
» Views: 122
2x CPU Dell Workstation BIOS modding
Last Post: amyleon
Yesterday 06:59 AM
» Replies: 1
» Views: 1509
[REQUEST] Acer Nitro 5 AN515-54 BIOS Unl...
Last Post: Dudu2002
Yesterday 02:39 AM
» Replies: 135
» Views: 94644
Lenovo X250 WAN whitelist remove
Last Post: rahimali
10-20-2025 11:59 AM
» Replies: 12
» Views: 4111
[REQUEST] HP Elitebook 8560w Whitelist R...
Last Post: daedaluus
10-20-2025 11:16 AM
» Replies: 26
» Views: 16877
How to peek inside a bios that comes as ...
Last Post: amyleon
10-20-2025 10:46 AM
» Replies: 1
» Views: 1463
BTC79X9 Core unlock
Last Post: Stahan
10-20-2025 05:27 AM
» Replies: 0
» Views: 199
Biostar N68S3B to disable TDP check
Last Post: DeathBringer
10-20-2025 03:24 AM
» Replies: 3
» Views: 304
[REQUEST] Lenovo Thinkpad T420s (8CETxxW...
Last Post: fr4nk
10-19-2025 09:35 PM
» Replies: 196
» Views: 122397
BIOS P09ABE and 32GB RAM with 2 16GB mod...
Last Post: DeathBringer
10-19-2025 11:16 AM
» Replies: 3
» Views: 564
Microcode Update for HP Compaq DC7900 (7...
Last Post: MarkF
10-19-2025 09:53 AM
» Replies: 20
» Views: 11276
[Request] AM3 support for ECS RS485M-M
Last Post: DeathBringer
10-19-2025 02:03 AM
» Replies: 7
» Views: 1100
Intel Xeon E3 1270 V5 for LGA 1151 (ASUS...
Last Post: DeathBringer
10-18-2025 03:26 PM
» Replies: 6
» Views: 624
ASUS M2N4-SLI new cpu
Last Post: Vlad94
10-18-2025 02:52 PM
» Replies: 9
» Views: 2246
[REQUEST] Lenovo Flex 2-14 (A0CNxxWW) Wh...
Last Post: Dudu2002
10-18-2025 11:51 AM
» Replies: 246
» Views: 119478
disabling amd prochot with moded bios.
Last Post: vorajeeah
10-18-2025 07:21 AM
» Replies: 0
» Views: 542
[REQUEST] Lenovo Thinkpad X240 (GIETxxWW...
Last Post: Dudu2002
10-17-2025 11:34 PM
» Replies: 343
» Views: 200112
[REQUEST] Samsung RV520 BIOS Unlock
Last Post: ezikCel
10-17-2025 07:45 PM
» Replies: 9
» Views: 13775

[Question]Extract LG Gram Phoenix Secure Core Bios
#11
Pflugshaupt - here is all the settings sections IFR, you'll have to scroll through and see what you are missing, I was mainly talking the "Advanced" Page, only a few settings are missing. All this can be changed via hex, even if you cannot see the setting. Of course, some of it can easily be made visible too by unsuppressing
http://s000.tinyupload.com/index.php?fil...4805674363

carlinux - see above files

You have backup you can flash now, but depending on how bad things get messed up, you may not be able to flash. You really need a hardware programmer, then backup, if you want to be 100% sure you can always recover.

This logo? If so, yes it can be changed, it's in there three times in one file (3x different sizes)
[Image: 2jr5hHU.jpg]

DVMT preallocated can be set to 64MB (and or made visible)
CFG Lock (aka MSR 0x2E) can be set to disabled or hack applied to powermanagement etc.

Finger Print Sensor can be disabled now via grub / setup_var too if you want (So can above settings)
Enable Finger Print Sensor, VarStoreInfo (VarOffset/VarName): 0x2A3
0x7D25C One Of Option: AUTO, Value (8 bit): 0x2 {09 07 06 00 00 00 02}
0x7D263 One Of Option: Enabled, Value (8 bit): 0x1 {09 07 03 00 00 00 01}
0x7D26A One Of Option: Disabled, Value (8 bit): 0x0 {09 07 04 00 00 00 00}

setup_var 0x2A3 0x? << ? You set to option you want above - disabled example >> setup_var 0x2A3 0x0
Same for below, but using 0x297 0x0

One Of: Finger Print Sensor, VarStoreInfo (VarOffset/VarName): 0x297
0x7D2C5 One Of Option: Disabled, Value (8 bit): 0x0 {09 07 04 00 00 00 00}
0x7D2CC One Of Option: FPC1011, Value (8 bit): 0x1 {09 07 76 0D 00 00 01}
0x7D2D3 One Of Option: FPC1020, Value (8 bit): 0x2 {09 07 77 0D 00 00 02}
0x7D2DA One Of Option: VFSI6101, Value (8 bit): 0x3 {09 07 79 0D 00 00 03}
0x7D2E1 One Of Option: Synaptics VFSI7500, Value (8 bit): 0x4 {09 07 7A 0D 00 00 04}
0x7D2E8 One Of Option: EGIS0300, Value (8 bit): 0x5 {09 07 7B 0D 00 00 05}
0x7D2EF One Of Option: FPC1021, Value (8 bit): 0x6 {09 07 78 0D 00 00 06}

Yes, if you unlock BIOS lock via grub, then flash back your dumped BIOS, that will show you if BIOS is not corrupted you can flash back FPT BIOS region dump or mod etc
find
quote
#12
(04-12-2019, 12:47 AM)Lost_N_BIOS Wrote: Pflugshaupt - here is all the settings sections IFR, you'll have to scroll through and see what you are missing, I was mainly talking the "Advanced" Page, only a few settings are missing.  All this can be changed via hex, even if you cannot see the setting.  Of course, some of it can easily be made visible too by unsuppressing
http://s000.tinyupload.com/index.php?fil...4805674363

carlinux - see above files

You have backup you can flash now, but depending on how bad things get messed up, you may not be able to flash.  You really need a hardware programmer, then backup, if you want to be 100% sure you can always recover.

This logo?  If so, yes it can be changed, it's in there three times in one file (3x different sizes)
[Image: 2jr5hHU.jpg]

DVMT preallocated can be set to 64MB (and or made visible)
CFG Lock (aka MSR 0x2E) can be set to disabled or hack applied to powermanagement etc.

Finger Print Sensor can be disabled now via grub / setup_var too if you want (So can above settings)
Enable Finger Print Sensor, VarStoreInfo (VarOffset/VarName): 0x2A3
0x7D25C One Of Option: AUTO, Value (8 bit): 0x2 {09 07 06 00 00 00 02}
0x7D263 One Of Option: Enabled, Value (8 bit): 0x1 {09 07 03 00 00 00 01}
0x7D26A One Of Option: Disabled, Value (8 bit): 0x0 {09 07 04 00 00 00 00}

setup_var 0x2A3 0x?  << ? You set to option you want above - disabled example >> setup_var 0x2A3 0x0
Same for below, but using 0x297 0x0

One Of: Finger Print Sensor, VarStoreInfo (VarOffset/VarName): 0x297
0x7D2C5 One Of Option: Disabled, Value (8 bit): 0x0 {09 07 04 00 00 00 00}
0x7D2CC One Of Option: FPC1011, Value (8 bit): 0x1 {09 07 76 0D 00 00 01}
0x7D2D3 One Of Option: FPC1020, Value (8 bit): 0x2 {09 07 77 0D 00 00 02}
0x7D2DA One Of Option: VFSI6101, Value (8 bit): 0x3 {09 07 79 0D 00 00 03}
0x7D2E1 One Of Option: Synaptics VFSI7500, Value (8 bit): 0x4 {09 07 7A 0D 00 00 04}
0x7D2E8 One Of Option: EGIS0300, Value (8 bit): 0x5 {09 07 7B 0D 00 00 05}
0x7D2EF One Of Option: FPC1021, Value (8 bit): 0x6 {09 07 78 0D 00 00 06}

Yes, if you unlock BIOS lock via grub, then flash back your dumped BIOS, that will show you if BIOS is not corrupted you can flash back FPT BIOS region dump or mod etc

Very interesting, There's some stuff related to thunderbolt. In this model apparently there's not thunderbolt but i wonder is there's something that they have disabled in the firmware or really they didn't incude hardware for it. I mean, they needed a licence for it so there's a possibility that they have the hardware in place and disabled the option..
In the same fashion they have touchscreen in all the models in Korea and USA but in europe they don't come with touchscreen neither... so maybe there's something disabled as well. The weight and specs are the same across alll countries.
find
quote
#13
Lost_N_BIOS, thanks a lot for the information. This is very interesting. There's one hidden setting I find especially interesting:

0x6733 One Of: Fan Mode Control:, VarStoreInfo (VarOffset/VarName): 0x4, VarStore: 0x3, QuestionId: 0xF, Size: 1, Min: 0x0, Max 0x1, Step: 0x0 {05 91 34 00 35 00 0F 00 03 00 04 00 00 10 00 01 00}
0x6744 One Of Option: Automatic, Value (8 bit): 0x0 {09 07 39 00 00 00 00}
0x674B One Of Option: On, Value (8 bit): 0x1 (default) {09 07 38 00 10 00 01}
0x6752 End One Of {29 02}

Does that mean the shell command to change "Fan Mode Control" to "On" would the following?

setup_var 0x4 0x1

What I find slightly confusing is that there are multiple settings in the advanced category using offset 0x3.. how can one tweak those?
find
quote
#14
Yes, that would be how you'd change fan control from Auto to On

On your advanced/offset question, you'd have to show me or give me the exact names so I can see what you mean.
find
quote
#15
Hi guys, this BIOS is compatible with my model, 15Z970-G.AA75C ?
Tks
find
quote


Forum Jump:


Users browsing this thread: 3 Guest(s)