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] Lenovo Ideadpad N581 Whitelist...
Last Post: Dudu2002
Today 02:07 PM
» Replies: 238
» Views: 115029
[REQUEST] Lenovo B490 (H5ET73WW 1.16) Wh...
Last Post: yamicazanova2
Today 10:01 AM
» Replies: 0
» Views: 44
[REQUEST] Lenovo ThinkPad T480s (N22ETxx...
Last Post: Dudu2002
Today 06:31 AM
» Replies: 25
» Views: 15226
[REQUEST] Lenovo G500 (78CNxxWW) BIOS Un...
Last Post: dump_bios_gg
Today 04:59 AM
» Replies: 290
» Views: 200484
X550VXK BIOS Unlock Request
Last Post: laret
Today 03:35 AM
» Replies: 1
» Views: 170
[REQUEST] HP EliteBook 640 G9 – Remove W...
Last Post: dlareklami
Yesterday 04:20 AM
» Replies: 0
» Views: 146
Help with DMI Info Lenovo Bios
Last Post: force9da
10-30-2025 04:04 PM
» Replies: 0
» Views: 196
Lenovo z510 i5-4200m to i7-4700mq upgrad...
Last Post: ClaudeSpeed
10-30-2025 03:42 PM
» Replies: 7
» Views: 277
Dell Optiplex 790 bypass Press F1 during...
Last Post: jozsef_kacso
10-30-2025 04:19 AM
» Replies: 5
» Views: 16911
[REQUEST] Whitelist Removal for lenovo v...
Last Post: konjiki no yami
10-29-2025 07:36 PM
» Replies: 0
» Views: 206
[REQUEST] HP dv6-6b57el hidden menu
Last Post: Alcatraz
10-29-2025 04:28 PM
» Replies: 1
» Views: 266
[REQUEST] Lenovo IdeaPad L340 (BGCNxxWW)...
Last Post: Dudu2002
10-29-2025 03:19 PM
» Replies: 97
» Views: 54881
[REQUEST] Acer Aspire V5-121 Bios Unlock
Last Post: Strongbox256
10-29-2025 11:15 AM
» Replies: 5
» Views: 9082
[REQUEST] Eglobal S210H BIOS Unlock
Last Post: ShawnSuter
10-29-2025 10:50 AM
» Replies: 145
» Views: 64276
Request: Unlock CPU Voltage (Vcore) for ...
Last Post: hoomaan
10-29-2025 10:35 AM
» Replies: 0
» Views: 166
[REQUEST] Bios Unlock - Packard Bell Eas...
Last Post: Overtune2005
10-29-2025 08:37 AM
» Replies: 3
» Views: 2126
asrock 970 extreme3 slic 2.1
Last Post: 3xy
10-29-2025 03:34 AM
» Replies: 12
» Views: 18561
[Request] Dell Inspiron 17r SE 7720 Unlo...
Last Post: Bennett
10-29-2025 12:05 AM
» Replies: 92
» Views: 117488
[REQUEST] HP Probook 6570b Whitelist Rem...
Last Post: nexxus2
10-28-2025 01:07 PM
» Replies: 4
» Views: 6010
Gigabyte GA-MF3 CPU upgrade mod
Last Post: dm-
10-28-2025 10:53 AM
» Replies: 25
» Views: 22844

UEFI variable + IFR only works on settings
#1
Photo 
Hey guys,

I seem to be having a little difficulty with unlocking hiding settings through IFR.
I extracted the IFR from the bios using universal IFR extractor and proceeded with a simple test.

I can see the option "Multi Core Support" in my bios, So looking at the IFR (Code below).
Suppress if variable 0x510 equals 0x0 and since i can see it variable 0x510 should be not 0x0, right?

Yet setup_var 0x510 gives me 0x0 and even changing it to 0x1 doesn't make a difference.
But if i change the option itself (variable 0x1F from 0x0 to 0x1) the Multi core setting does change.

It seems i can change settings but not show or hide forms.


Code:
0x7BAF9     Form: Multi Core Support, Form ID: 0x8502 {01 86 02 85 3E 08}
0x7BAFF         Subtitle: Multi Core Support {02 87 3E 08 00 00 00}
0x7BB06         End {29 02}
0x7BB08         Subtitle:  {02 87 02 00 00 00 00}
0x7BB0F         End {29 02}
0x7BB11         Suppress If: {0A 82}
0x7BB13             Variable 0x510 equals 0x0 {12 06 10 05 00 00}
0x7BB19             Grayout If: {19 82}
0x7BB1B                 Variable 0x4F3 equals 0x0 {12 06 F3 04 00 00}
0x7BB21                 Setting: Active Processor Cores, Variable: 0x1F {05 A6 4D 0A 4E 0A 5C 04 02 00 1F 00 10 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00}
0x7BB47                     Option: All, Value: 0x0 {09 0E 4A 0A 30 00 00 00 00 00 00 00 00 00}
0x7BB55                     Option: 1, Value: 0x1 {09 0E 46 0A 00 00 01 00 00 00 00 00 00 00}
0x7BB63                     Option: 2, Value: 0x2 {09 0E 47 0A 00 00 02 00 00 00 00 00 00 00}
0x7BB71                 End of Options {29 02}
0x7BB73             End If {29 02}
0x7BB75         End If {29 02}
0x7BB77     End Form {29 02}



Code:
//Parent
0x797C3     Form: Performance, Form ID: 0x8005 {01 86 05 80 75 00}
0x797C9         Subtitle: Performance {02 87 75 00 00 00 00}
0x797D0         End {29 02}
0x797D2         Subtitle:  {02 87 02 00 00 00 00}
0x797D9         End {29 02}
0x797DB         Suppress If: {0A 82}
0x797DD             Variable 0x510 equals 0x0 {12 06 10 05 00 00}
0x797E3             Ref: Multi Core Support, Variable: 0xFFFF {0F 0F 3E 08 3F 08 D0 03 00 00 FF FF 00 02 85}
0x797F2         End If {29 02}

Full IFR attached

Am i doing something wrong?

Thanks


Attached Files
.txt   UserInterfaceA18 IFR.txt (Size: 595.41 KB / Downloads: 6)
find
quote
#2
delete
find
quote


Forum Jump:


Users browsing this thread: 2 Guest(s)