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
[REQUEST] HP Pavilion G42-272BR Whitelis...
Last Post: eepromm
Today 01:55 AM
» Replies: 0
» Views: 58
[REQUEST] Lenovo G710 BIOS Whitelist Rem...
Last Post: voyageur
Yesterday 04:33 PM
» Replies: 475
» Views: 167145
[REQUEST] Acer Aspire 5738(G,Z): CPU Upg...
Last Post: DeathBringer
Yesterday 03:44 PM
» Replies: 49
» Views: 32841
[REQUEST] HP Mini 110-4100 BIOS Unlock
Last Post: DSI INF
Yesterday 09:24 AM
» Replies: 7
» Views: 229
[REQUEST] Lenovo IdeaPad U310 & U410 (65...
Last Post: Dudu2002
Yesterday 03:11 AM
» Replies: 1780
» Views: 494143
Lenovo ThinkCentre M715q 2nd Gen & AMD R...
Last Post: Elmurley
11-20-2024 09:37 PM
» Replies: 2
» Views: 1281
[REQUEST] Lenovo Y50-70 (9ECNxxWW) White...
Last Post: SWZSSR
11-20-2024 09:34 PM
» Replies: 1775
» Views: 553510
[REQUEST] Lenovo Thinkpad X240 (GIETxxWW...
Last Post: Dudu2002
11-20-2024 04:58 PM
» Replies: 337
» Views: 143107
Unlock bios insyde
Last Post: Matox3140
11-19-2024 03:40 PM
» Replies: 0
» Views: 197
Whitelist WIFI card removal Lenovo Yoga ...
Last Post: Dudu2002
11-19-2024 12:58 PM
» Replies: 1
» Views: 203
[REQUEST] H310 MSI Gaming Infinite S (MS...
Last Post: awittyusername
11-19-2024 09:21 AM
» Replies: 10
» Views: 127
[REQUEST] Gigabyte GA-B85M-HD3 Rev 2.0 u...
Last Post: Maduli
11-19-2024 02:22 AM
» Replies: 0
» Views: 146
[REQUEST] Lenovo Ideapad 330-15ICH BIOS ...
Last Post: Dudu2002
11-18-2024 01:25 PM
» Replies: 8
» Views: 1900
[REQUEST] Lenovo ThinkPad Edge E330 (H3E...
Last Post: Dudu2002
11-18-2024 01:23 PM
» Replies: 640
» Views: 220823
[Request] Unlocked Bios for Asus TUF FX5...
Last Post: FlT4ever
11-18-2024 01:05 PM
» Replies: 1
» Views: 419
[REQUEST] Lenovo ThinkPad Edge E125(v1.1...
Last Post: kamome74
11-18-2024 10:43 AM
» Replies: 0
» Views: 190
[REQUEST] Xpg 15g 4070 2023ver InsydeH20...
Last Post: MireVelli
11-18-2024 07:26 AM
» Replies: 2
» Views: 189
Please help me recover my bios
Last Post: FuryOP
11-17-2024 12:37 PM
» Replies: 0
» Views: 205
[Request-Camilo] Sony Vaio SA/SB/SC/SD/S...
Last Post: edit
11-17-2024 12:13 PM
» Replies: 107
» Views: 136945
[REQUEST] Lenovo Thinkpad Edge E440 & E5...
Last Post: Dudu2002
11-17-2024 06:50 AM
» Replies: 196
» Views: 91936

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: 2 Guest(s)