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
Samsung NP300V5AH (300V3A/300V4A/300V5A/...
Last Post: justsomerandomguy
Today 02:09 PM
» Replies: 21
» Views: 25432
[REQUEST] Lenovo L340-15API & V155-15API...
Last Post: Marc_LT
Today 08:14 AM
» Replies: 10
» Views: 4956
[REQUEST] Lenovo Thinkpad T440p (GLETxxW...
Last Post: Dudu2002
Yesterday 11:20 AM
» Replies: 529
» Views: 231942
[REQUEST] Lenovo ThinkPad Edge E330 (H3E...
Last Post: Dudu2002
Yesterday 02:15 AM
» Replies: 643
» Views: 263207
[REQUEST] Acer Aspire 5742(G,Z) BIOS Unl...
Last Post: Brasil150
Yesterday 12:13 AM
» Replies: 165
» Views: 47021
Bricked InsydeH2O BIOS of Acer Aspire 57...
Last Post: Brasil150
05-01-2025 11:50 PM
» Replies: 3
» Views: 1506
[REQUEST] Lenovo G560e (4ECNxxWW) Whitel...
Last Post: lenovo_g560_user
05-01-2025 04:45 AM
» Replies: 4
» Views: 3454
Clevo NH70RH
Last Post: RWS021193
04-30-2025 03:08 PM
» Replies: 0
» Views: 301
Clevo P775TM1-G BIOS
Last Post: Gertjie1975
04-30-2025 01:29 AM
» Replies: 158
» Views: 88190
ASUS X101CH EMT64 Request
Last Post: ioannisbfirst
04-29-2025 04:08 PM
» Replies: 34
» Views: 28436
Bios modding tool for vintage AMIBIOS
Last Post: lilkuz2005
04-29-2025 11:56 AM
» Replies: 0
» Views: 459
New Members Say Hi Here
Last Post: marcusp
04-29-2025 10:28 AM
» Replies: 161
» Views: 249222
Asus K95VB (motherboard LA-A681P) BIOS c...
Last Post: marcusp
04-29-2025 10:24 AM
» Replies: 0
» Views: 265
[REQUEST] Dell Inspiron 5675 CPU Upgrade
Last Post: claymore
04-29-2025 08:50 AM
» Replies: 4
» Views: 3485
[REQUEST] Asus GL504GW Bios Unlock
Last Post: RocoCoco90
04-29-2025 05:06 AM
» Replies: 66
» Views: 30530
[REQUEST] ASUS TUF Gaming A16 FA617NS BI...
Last Post: Santy
04-29-2025 12:44 AM
» Replies: 0
» Views: 444
Request. optiplex 5050 bios modd for cpu...
Last Post: DeathBringer
04-28-2025 11:47 PM
» Replies: 12
» Views: 1187
[REQUEST] Acer Aspire E1-571(G) BIOS Unl...
Last Post: LOyoujoLI
04-28-2025 07:28 AM
» Replies: 135
» Views: 84622
[request] Update microcode in HP BIOS fo...
Last Post: j5blue
04-28-2025 06:58 AM
» Replies: 93
» Views: 74963
[QUESTION] Modding an AMI bios to bypass...
Last Post: misty
04-27-2025 05:51 PM
» Replies: 10
» Views: 1198

Nearly there but
#1
Hi,

I have a silly Chinese PC (Haier 7G-3) and mostly everything is looked in the BIOS including basic features I need as the Intel (VMX) Virtualization Technology disable for unknown reason and invisible in the BIOS. So I extracted the IFR structure from the Setup module and I got this:

Code:
0x233AD Form: CPU Configuration, Form ID: 0xD {01 06 0D 00 8F 00}
0x233B3 Subtitle: CPU Configuration {02 04 8F 00}
0x233B7 Subtitle: {02 04 02 00}
0x233BB Text: Brand String {03 0B 96 00 95 00 97 00 00 00 00}
0x233C6 Text: Processor ID {03 0B 9A 00 98 00 99 00 00 00 00}
0x233D1 Text: Frequency {03 0B 9D 00 9B 00 9C 00 00 00 00}
0x233DC Text: L1 Data Cache {03 0B A0 00 9E 00 9F 00 00 00 00}
0x233E7 Text: L1 Instruction Cache {03 0B A3 00 A1 00 A2 00 00 00 00}
0x233F2 Text: L2 Cache {03 0B A6 00 A4 00 A5 00 00 00 00}
0x233FD Text: L3 Cache {03 0B A9 00 A7 00 A8 00 00 00 00}
0x23408 Text: VMX {03 0B AB 00 AA 00 AC 00 00 00 00}
0x23413 Text: SMX/TXT {03 0B AE 00 AD 00 AF 00 00 00 00}
0x2341E Subtitle: {02 04 02 00}
...
0x234D8 Suppress If: {0A 03 00}
0x234DB Variable Store Select: 0xC {25 04 0C 00}
0x234DF Variable 0x6[1] equals 0x0 {12 07 06 00 01 00 00}
0x234E6 Grayout If: {19 03 00}
0x234E9 Variable Store Select: 0xF000 {25 04 00 F0}
0x234ED Variable 0x0[1] equals 0x1 {12 07 00 00 01 01 00}
0x234F4 Variable Store Select: 0x0 {25 04 00 00}
0x234F8 Setting: Intel (VMX) Virtualization Technology, Variable: 0x61[1] {05 09 61 00 01 D9 00 DA 00}
0x23501 Option: Disabled, Value: 0x0 {09 09 04 00 00 00 10 00 00}
0x2350A Option: Enabled, Value: 0x1 {09 09 03 00 01 00 13 00 00}
0x23513 End of Options {10 02}
0x23515 End If0x23515 End If {18 02}

There is a lot of instruction "Suppress If: {0A 03 00}". I can find the part I am looking for in the binary using a Hex editor at 0x234D8

[Image: vmx_suppress_hex.PNG]
From here it should be simple to patch, if I can understand the bit to change and the value to use. Any helps, newbee here, sorry?
Thanks
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)