Forum RSS Feed Follow @ Twitter Follow On Facebook

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

Username:


Password:





[-]
Latest Threads
Temu Coupon Code $200 Off United States ...
Last Post: hhgchh7788
Today 06:59 AM
» Replies: 0
» Views: 1
Temu Coupon Code {70%} Off [ACW696499] M...
Last Post: hhgchh7788
Today 06:58 AM
» Replies: 0
» Views: 4
Temu Coupon Code 60% Off [{ACW696499}] M...
Last Post: hhgchh7788
Today 06:57 AM
» Replies: 0
» Views: 4
Temu Coupon Code 30% Off [ACW696499] Mar...
Last Post: hhgchh7788
Today 06:56 AM
» Replies: 0
» Views: 5
Temu Coupon Code {40%} Off [ACW696499] M...
Last Post: hhgchh7788
Today 06:55 AM
» Replies: 0
» Views: 2
Maximize Savings With [ACW696499] Temu C...
Last Post: hhgchh7788
Today 06:53 AM
» Replies: 0
» Views: 4
Temu Coupon Code €100 Off [ACW696499] Fo...
Last Post: hhgchh7788
Today 06:52 AM
» Replies: 0
» Views: 10
Temu Promo Code $100 Off [ACW696499] For...
Last Post: hhgchh7788
Today 06:50 AM
» Replies: 0
» Views: 10
[REQUEST] Gigabyte G5 MD BIOS Unlock
Last Post: Rainbyte2000
Yesterday 11:30 PM
» Replies: 8
» Views: 3249
Lenovo Ideapad 1 14IGL05 - Model: 81VU
Last Post: Znerak
Yesterday 01:41 PM
» Replies: 0
» Views: 90
[REQUEST] Lenovo Z50-70 & Z40-70 (9BCNxx...
Last Post: Nymmyneedshelp
Yesterday 07:28 AM
» Replies: 762
» Views: 417882
HP Pro 3300 & 3400 (H61): Upgrade to Ivy...
Last Post: miant
Yesterday 05:45 AM
» Replies: 148
» Views: 150019
Lenovo G31T-LM OC unlock
Last Post: crissaegrim87
03-18-2026 09:48 AM
» Replies: 2
» Views: 231
[REQUEST] LLKBOHA N5105 Mini PC BIOS EJP...
Last Post: Sw0rdX
03-17-2026 11:10 AM
» Replies: 0
» Views: 195
Lenovo G31T-LM
Last Post: DeathBringer
03-17-2026 12:16 AM
» Replies: 3
» Views: 348
[REQUEST] Unlock Insyde BIOS for Gigabyt...
Last Post: maestrae
03-16-2026 03:49 AM
» Replies: 0
» Views: 266
[Request] Lenovo G50-45 (A2CNxxWW) White...
Last Post: koner
03-15-2026 03:51 PM
» Replies: 31
» Views: 25817
COMPAQ C700 F.35 InsydeH2O WLAN UNLOCKED
Last Post: FrancoTecno
03-14-2026 10:38 PM
» Replies: 0
» Views: 261
[REQUEST] Acer Nitro 5 AN515-57 BIOS Unl...
Last Post: Dudu2002
03-14-2026 11:43 AM
» Replies: 23
» Views: 13245
BIOS MOD FOR DELL N7110 UNLOCKED UEFI BO...
Last Post: grewnik26
03-14-2026 07:34 AM
» Replies: 37
» Views: 78547

[REQUEST] Keyboard mod for InsydeH2O BIOS Lenovo S400T
#11
Let me reboot and take a pic.. 1 min
find
quote
#12
(09-12-2013, 03:33 AM)wilco_sg Wrote: Hi,

I need a mod to change the keyboard behavior.
There is a setting in the BIOS, Hotkeys Mode:
[Image: attachment.php?thumbnail=5654]

it looks like this picture taken from another laptop

If you want thank me - HERE IS BEST WAY TO DO IT
find
quote
#13
Erm.. I took the pic myself on my Lenovo S400T, it is under Configuration.
Do you see Configuration?


Attached Files Thumbnail(s)
   
find
quote
#14
Nope,

I even do not see such words combination in translation files.

Are you sure you sent correct bios dump?

If you want thank me - HERE IS BEST WAY TO DO IT
find
quote
#15
I have only 1 notebook. I took the dump using the Universal BIOS Backup ToolKit 2.0.
Did I do it wrong? I will gladly do it again if you can guide me with some links or instructions.
find
quote
#16
hm... finally found it.. but in a strange place

now at work, later will look at

If you want thank me - HERE IS BEST WAY TO DO IT
find
quote
#17
Thanks!!
find
quote
#18
so your bios have some additional menu which is a part of another setup program

here is dumper with debug information.

Your Configuration submenu is a part of Boot menu.

EFI_IFR_VARSTORE_EFI_OP triggers another program to build sub-sub menu

Code:
╔════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╗
║ FormSet: 'Boot'                                                         GUID: a04a27f4-df00-4d42-b552-39511302113d ║
╟────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢
║ VarStore Id: '0x1234', Size: '900', Name: 'SystemConfig'                GUID: a04a27f4-df00-4d42-b552-39511302113d ║
╚════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝
  EFI_IFR_VARSTORE_EFI_OP

typedef struct _EFI_IFR_VARSTORE_EFI {
   EFI_IFR_OP_HEADER        Header;
   EFI_VARSTORE_ID          VarStoreId;
   EFI_GUID                 Guid;
   UINT32                   Attributes;
   UINT16                   Size;
   UINT8                    Name[1];
} EFI_IFR_VARSTORE_EFI;

my dumper does not read alien GUID forms. But tonight will try to decompile this part of code and will check how it works.

but it seems key remaping stored somewhere inside and need to patch driver, cause bios itself does not operate with hardware buttons

If you want thank me - HERE IS BEST WAY TO DO IT
find
quote
#19
Ok, I can roughly follow what you are saying, just let me know if you need to me extract any more files... thanks!
find
quote
#20
falseclock, did you find a way? thank you
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)