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
Temu Promosyon Kodu 3000 TL [acs670886] ...
Last Post: Ayang
Today 09:46 PM
» Replies: 0
» Views: 14
Temu Fırsat Kodu [acs670886]: 1.500 TL K...
Last Post: Ayang
Today 09:44 PM
» Replies: 0
» Views: 14
Temu Kupon Kodu %40 İndirim ☛ "acs670886...
Last Post: Ayang
Today 09:43 PM
» Replies: 0
» Views: 16
Temu Kupon Kodu %40 İndirim ☛ "acs670886...
Last Post: Ayang
Today 09:42 PM
» Replies: 0
» Views: 13
%90 İndirim! En Son [acs670886] Temu Kup...
Last Post: Ayang
Today 09:41 PM
» Replies: 0
» Views: 18
Temu Promo Code [acs670886] 90% + $100 O...
Last Post: Ayang
Today 09:39 PM
» Replies: 0
» Views: 17
Temu Discount Code $100 off [acs670886] ...
Last Post: Ayang
Today 09:37 PM
» Replies: 0
» Views: 14
[New] Temu Coupon $100 Off First Order [...
Last Post: Ayang
Today 09:36 PM
» Replies: 0
» Views: 14
What Is The Temu Coupon Code For 70% off...
Last Post: Ayang
Today 09:33 PM
» Replies: 0
» Views: 19
delete whitelist for thinkpad l460
Last Post: andromedych007
Yesterday 07:25 PM
» Replies: 0
» Views: 124
HP Pro 3300 & 3400 (H61): Upgrade to Ivy...
Last Post: miant
Yesterday 02:35 PM
» Replies: 140
» Views: 145113
[Request] Enabling PCI-E bifurcation on ...
Last Post: fenomena6909
Yesterday 05:03 AM
» Replies: 3
» Views: 4354
Asus Zephyrus G16 GU605CR request for bi...
Last Post: FlorikDT
Yesterday 04:42 AM
» Replies: 0
» Views: 108
[REQUEST] Lenovo G700 (7ACNxxWW) Whiteli...
Last Post: Duh-bm
03-04-2026 07:57 PM
» Replies: 165
» Views: 107286
[REQUEST] Lenovo Thinkpad X240 (GIETxxWW...
Last Post: Defekt2008
03-03-2026 02:18 PM
» Replies: 344
» Views: 226336
Lenovo ThinkPad Edge E530: I'm trying to...
Last Post: MadBerry
03-03-2026 01:53 PM
» Replies: 1
» Views: 221
Request to unlock advance features in Ac...
Last Post: napsteronly
03-03-2026 07:57 AM
» Replies: 71
» Views: 93886
[Request] Unlocking BIOS for iMedia D361...
Last Post: SplatPie
03-03-2026 04:20 AM
» Replies: 0
» Views: 163
[Request] Lenovo ThinkPad x100e Whitelis...
Last Post: Komzpa
03-03-2026 04:10 AM
» Replies: 2
» Views: 6943
[REQUEST] Lenovo Thinkpad W540 & W541 (G...
Last Post: nameerfk1
03-02-2026 09:20 PM
» Replies: 51
» Views: 38804

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)