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] MSI B550M VDH WIFI BIOS UNLOCK
Last Post: CFW
Yesterday 08:28 PM
» Replies: 0
» Views: 36
[REQUEST] Lenovo B590 (H5ETxxWW) Whiteli...
Last Post: Deltist
Yesterday 03:09 PM
» Replies: 267
» Views: 65704
Acer Extensa 5620: CPU replace
Last Post: MPM
Yesterday 01:22 PM
» Replies: 3
» Views: 357
[REQUEST] Lenovo G70-70 BIOS Whitelist R...
Last Post: zuendus
Yesterday 10:48 AM
» Replies: 133
» Views: 66513
[REQUEST] Acer Nitro 5 AN515-52 BIOS Unl...
Last Post: Dudu2002
Yesterday 04:13 AM
» Replies: 21
» Views: 9165
Amibios 8 mod - problem with LPT port
Last Post: Beniu33
Yesterday 04:10 AM
» Replies: 1
» Views: 162
[REQUEST] ASUS TUF A15 FA506IV BIOS Unlo...
Last Post: crankeed11
05-11-2024 02:48 PM
» Replies: 62
» Views: 19121
[REQUEST] Acer Nitro N50-610 BIOS Unlock
Last Post: Maxinator500
05-11-2024 01:00 PM
» Replies: 2
» Views: 225
MSI GX640 (Ms-1656) E1656ims.10f BIOS ne...
Last Post: maciekj22
05-11-2024 11:48 AM
» Replies: 0
» Views: 139
[REQUEST] Lenovo G50-70 (9ACNxxWW) White...
Last Post: kashif7723
05-11-2024 11:08 AM
» Replies: 239
» Views: 72226
Looking for the best VPN for PC
Last Post: Alford
05-10-2024 11:54 PM
» Replies: 1
» Views: 195
[REQUEST] Acer predator Triton 300se pt3...
Last Post: Dudu2002
05-10-2024 07:18 PM
» Replies: 4
» Views: 307
[HELP] Unlock bios advanced settings
Last Post: Iarm0620
05-10-2024 04:44 PM
» Replies: 0
» Views: 192
[REQUEST] Lenovo Y50-70 (9ECNxxWW) BIOS ...
Last Post: gizmo77
05-10-2024 02:34 PM
» Replies: 1971
» Views: 681563
Optiplex 7060 SFF 9th Generation Intel C...
Last Post: DeathBringer
05-10-2024 09:42 AM
» Replies: 45
» Views: 8690
[REQUEST] Acer Aspire E5-573(G) BIOS Unl...
Last Post: death20013
05-10-2024 08:45 AM
» Replies: 79
» Views: 42342
[REQUEST] Lenovo Z50-70 & Z40-70 (9BCNxx...
Last Post: Dudu2002
05-10-2024 07:57 AM
» Replies: 726
» Views: 200844
[Request] GA-8I915PMD Bios unlock
Last Post: ilciumbia
05-10-2024 04:13 AM
» Replies: 5
» Views: 5247
[REQUEST] Lenovo Flex 10 BIOS Unlock
Last Post: artamis
05-10-2024 03:20 AM
» Replies: 26
» Views: 1796
[REQUEST] Acer Nitro 5 AN515-54 BIOS Unl...
Last Post: Dudu2002
05-10-2024 02:09 AM
» Replies: 82
» Views: 25487

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)