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] Dell Precision M6800 A16 BIOS ...
Last Post: bytehat248
Today 05:04 PM
» Replies: 2
» Views: 205
[REQUEST] Lenovo IdeaPad Y410p & Y510p (...
Last Post: aleks57
Today 02:19 PM
» Replies: 100
» Views: 82516
HP Pro 3300 & 3400 (H61): Upgrade to Ivy...
Last Post: acidmonkey
Today 09:42 AM
» Replies: 131
» Views: 132563
[REQUEST] Lenovo Thinkpad X230(i) (G2ETx...
Last Post: Dudu2002
Today 09:37 AM
» Replies: 1097
» Views: 643866
[REQUEST] Lenovo IdeaPad Gaming 3 15IMH0...
Last Post: Dudu2002
Today 09:35 AM
» Replies: 63
» Views: 43935
[REQUEST] Lenovo G580 (5ECNxxWW) Whiteli...
Last Post: xantio
Today 05:46 AM
» Replies: 1727
» Views: 1007253
[REQUEST] Acer Aspire A515-52(G) BIOS Un...
Last Post: VissarionovichIvan
11-27-2025 05:16 PM
» Replies: 7
» Views: 6743
BIOS Mod for Sony VGC RA940G (ASUS P5LP-...
Last Post: DTDeniz
11-27-2025 03:50 PM
» Replies: 9
» Views: 2530
[REQUEST] Lenovo IdeaPad U310 & U410 (65...
Last Post: elventorro
11-27-2025 03:08 PM
» Replies: 1786
» Views: 788547
[REQUEST] Acer Switch 10 SW5-012 BIOS Un...
Last Post: pedro691
11-27-2025 12:53 PM
» Replies: 45
» Views: 26996
[REQUEST] Lenovo Thinkpad T540p (GMETxxW...
Last Post: bildmacher
11-27-2025 10:49 AM
» Replies: 84
» Views: 57788
Hp probook 6560B Upgrade to Ivy Bridge
Last Post: Ricsi999
11-27-2025 10:20 AM
» Replies: 4
» Views: 276
[REQUEST] Acer Predator Helios 300 PH315...
Last Post: Dudu2002
11-27-2025 08:52 AM
» Replies: 4
» Views: 184
REQUEST Dell Latitude 6430U Bios extract
Last Post: Smarty
11-26-2025 07:08 PM
» Replies: 1
» Views: 2689
[REQUEST] Lenovo G710 BIOS Whitelist Rem...
Last Post: xubix
11-26-2025 03:22 PM
» Replies: 498
» Views: 263357
[REQUEST] HP ENVY - 17-r102nl (W6X06EA#A...
Last Post: SpaghettONE
11-25-2025 04:51 PM
» Replies: 0
» Views: 227
HP Elitebook 8540w Microcode for I7 920X...
Last Post: DeathBringer
11-25-2025 01:44 PM
» Replies: 9
» Views: 885
[REQUEST] HP Pavilion DM4-2101er BIOS F....
Last Post: Nylon
11-25-2025 01:43 AM
» Replies: 1
» Views: 333
ThinkPad W520 - Corrupted ME
Last Post: lovie_loveth
11-24-2025 10:07 PM
» Replies: 0
» Views: 179
[REQUEST] Lenovo IdeaPad S400 (6DCNxxWW)...
Last Post: MasterSil
11-24-2025 08:09 PM
» Replies: 336
» Views: 177228

[Problem] Flashing lightly modded INSYDE BIOS on HP Victus 16 with CH341a
#1
Hello everyone, my goals with the BIOS mod is very simple. I just want to switch some UEFI variables to enable undervolting using Throttlestop on my i7-14700HX CPU. HP locks it even though it's an HX CPU.

The only modifications I made were switching the default value bits of 7 variables. CFG Lock, Overclocking Lock, Undervolt Protection, Overclocking Feature, BIOS Lock, RTC Memory Lock, FPRR, and FLL Overclock Mode Enable. I am not THAT interested in fancy things like showing hidden menus in the BIOS setup menu.

I did these modifications in the following way:
-First of all I extracted my full BIOS using a CH341a programmer and made sure that I got a good read and obtained backup.bin.

-Extracted SetupUtility.bin from backup.bin (16MB) using UEFITool.

-Extracted SetupUtility.txt from SetupUtility.bin using IFRExtractor.

-Modified the variables in the following way:
Consider CFG Lock as an example, from SetupUtility.txt its located on 0x186370 with {05 91 8F 03 90 03 87 01 03 00 43 00 10 10 00 01 00}
After this string of hex bits comes the Disabled and Enable strings which are {09 07 0D 00 00 00 00} and {09 07 0C 00 30 00 01} respectively.
The only modification I did was the following:

09 07 0D 00 **00** 00 00 -> 09 07 0D 00 **30** 00 00
09 07 0C 00 **30** 00 01 -> 09 07 0C 00 **00** 00 01

Which I think sets Disabled to be the default value of CFG Lock. Am I doing it correctly?
When I extract the SetupUtility.txt from the modified SetupUtility.bin it shows that "(default)"
is moved from the Enabled line to the Disabled line. Same thing was done for the other variables mentioned above.

Sadly after I flashed the modified BIOS, on boot, the laptop gave an error saying "BIOS is corrupted, recovery process is starting soon" and it recovered the original BIOS.

Do you think a checksum validation bypass is necessary, is it something other than a checksum?

Also I have tried flashing the original BIOS which I extracted and it did not give a "BIOS is corrupted, recovery process is starting soon" error. So I am not so worried about bricking the laptop I think.

I linked the unmodified BIOS and the modified BIOS as well.
original BIOS: https://www.mediafire.com/file/l2gtkqosw...p.bin/file
modified BIOS: https://www.mediafire.com/file/j87xzibbk...d.bin/file

Please let me know what Im doing wrong or if there is a way to do this correctly at all. Thank you for this amazing forum, literally 1 month ago I knew almost nothing about BIOS modding and thought that UEFI variable editing was the craziest thing xD

Also side note: The reason I went for a BIOS mod to make these simple changes is because all of the relevant UEFI variables are write-protected and I was not able to edit them with setup_var, RU.efi, or H2OUVE -sv vars.txt. So this was my last resort I think.
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)