<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Bios Mods - The Best BIOS Update and Modification Source - AMI BIOS Unlocking Requests]]></title>
		<link>https://www.bios-mods.com/forum/</link>
		<description><![CDATA[Bios Mods - The Best BIOS Update and Modification Source - https://www.bios-mods.com/forum]]></description>
		<pubDate>Thu, 20 Aug 2026 07:53:34 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[[Request] Samsung Galaxy Book2 Pro (P12RGG, i7-1260P + Arc A350M) Unlock BIOS Rebar]]></title>
			<link>https://www.bios-mods.com/forum/Thread-Request-Samsung-Galaxy-Book2-Pro-P12RGG-i7-1260P-Arc-A350M-Unlock-BIOS-Rebar</link>
			<pubDate>Sat, 01 Aug 2026 14:18:28 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.bios-mods.com/forum/member.php?action=profile&uid=252218">RafaelLVX</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.bios-mods.com/forum/Thread-Request-Samsung-Galaxy-Book2-Pro-P12RGG-i7-1260P-Arc-A350M-Unlock-BIOS-Rebar</guid>
			<description><![CDATA[Laptop is a Samsung Galaxy Book2 Pro, i7-1260P + Arc A350M dGPU, BIOS P12RGG (AMI Aptio V / AMITSE, Samsung's own graphical skin on top). Arc needs ReBAR or it's basically unusable - GPU-Z shows "ReBAR enabled" on the Arc device but that's misleading, Intel Graphics Software keeps telling me it's off, and performance is bad enough that letting a program actually load the GPU can hang the whole machine.<br />
<br />
There's no 4G Decoding / ReBAR option in Setup, no Chipset submenu at all - just SysInfo/Advanced/Security/Boot tiles with a handful of toggles each.<br />
<br />
What I've checked:<br />
<ul class="mycode_list"><li>PCI resource allocation in Windows: the root port feeding the GPU (Bus 3, Dev 1, Fn 0, "PCI Express Downstream Switch Port", VEN_8086&DEV_4FA4) only gets an ~18MB memory window from firmware. Not enough for even a default-size VRAM BAR. So this is firmware not reserving address space, not a driver/OS issue.<br />
</li>
<li>Pulled P12RGG.CAP out of the Samsung update package (<a href="https://github.com/tavinus/SamsungBIOSTools/blob/main/README.md" target="_blank" rel="noopener" class="mycode_url">tavinus/SamsungBIOSTools method</a>). Delivered as a Windows firmware-class driver (WFU_PRGG.inf, FirmwareId {6B55D383-7F30-4605-9BC6-6685A32C0AC5}), labeled "SAMSUNG ELECTRONICS System Firmware".<br />
</li>
<li>No string for "4G Decoding", "Above 4G", "Resizable BAR", "ReBAR", "MMIO", "Resource Padding" anywhere in the file. ASCII or UTF-16, compressed or not.<br />
</li>
<li>Only one compression scheme in the whole image: LZMAF86 (GUID EE4E5898-3914-4259-9D6E-DC7BD79403CF), 38 sections. Recursively decompressed all of them, including ones nested two levels deep - 83 blobs, ~62MB decompressed. Still nothing.<br />
</li>
<li>Searched for strings I can see live on the actual Setup screen right now (Secure Boot Control, Purchased Date, USB Charging, BT Audio Offload). Also not found, anywhere, in any encoding. Tried brute-forcing single-byte XOR and basic add/sub/rotate/reverse against known plaintext too, no hits. So either Samsung's skin pulls its text from somewhere outside this capsule, or it's obfuscated in a way I haven't guessed yet.<br />
</li>
<li>The "AMITSE" string only shows up inside NVAR entries (AmiTseSetupGuid) - that's stored variable data, not the actual Setup Utility driver/IFR forms.<br />
</li>
</ul>
<br />
So text search is a dead end, both for the skin and for the option I actually want. Looking for anyone who recognizes this format/obfuscation, has Alder Lake reference source to cross-reference the SaSetup/PchSetup Above4GDecoding field offset, or can just add the question back via IFR - the underlying variable is probably still there even with the form ripped out.<br />
<br />
CAP attached (compressed, otherwise I blow the 20MB quota). Can pull any other section out of it on request.<br />
<br />
Thanks for any help! It's the first time I try this so please bear with me.<br />
<br />
<img src="https://gpuz.techpowerup.com/26/08/01/qh9.png" loading="lazy"  alt="[Image: qh9.png]" class="mycode_img" /><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.bios-mods.com/forum/images/attachtypes/tar.gif" title="GZIP Compressed File" border="0" alt=".gz" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=27019" target="_blank" title="">P12RGG.CAP.gz</a> (Size: 12.39 MB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Laptop is a Samsung Galaxy Book2 Pro, i7-1260P + Arc A350M dGPU, BIOS P12RGG (AMI Aptio V / AMITSE, Samsung's own graphical skin on top). Arc needs ReBAR or it's basically unusable - GPU-Z shows "ReBAR enabled" on the Arc device but that's misleading, Intel Graphics Software keeps telling me it's off, and performance is bad enough that letting a program actually load the GPU can hang the whole machine.<br />
<br />
There's no 4G Decoding / ReBAR option in Setup, no Chipset submenu at all - just SysInfo/Advanced/Security/Boot tiles with a handful of toggles each.<br />
<br />
What I've checked:<br />
<ul class="mycode_list"><li>PCI resource allocation in Windows: the root port feeding the GPU (Bus 3, Dev 1, Fn 0, "PCI Express Downstream Switch Port", VEN_8086&DEV_4FA4) only gets an ~18MB memory window from firmware. Not enough for even a default-size VRAM BAR. So this is firmware not reserving address space, not a driver/OS issue.<br />
</li>
<li>Pulled P12RGG.CAP out of the Samsung update package (<a href="https://github.com/tavinus/SamsungBIOSTools/blob/main/README.md" target="_blank" rel="noopener" class="mycode_url">tavinus/SamsungBIOSTools method</a>). Delivered as a Windows firmware-class driver (WFU_PRGG.inf, FirmwareId {6B55D383-7F30-4605-9BC6-6685A32C0AC5}), labeled "SAMSUNG ELECTRONICS System Firmware".<br />
</li>
<li>No string for "4G Decoding", "Above 4G", "Resizable BAR", "ReBAR", "MMIO", "Resource Padding" anywhere in the file. ASCII or UTF-16, compressed or not.<br />
</li>
<li>Only one compression scheme in the whole image: LZMAF86 (GUID EE4E5898-3914-4259-9D6E-DC7BD79403CF), 38 sections. Recursively decompressed all of them, including ones nested two levels deep - 83 blobs, ~62MB decompressed. Still nothing.<br />
</li>
<li>Searched for strings I can see live on the actual Setup screen right now (Secure Boot Control, Purchased Date, USB Charging, BT Audio Offload). Also not found, anywhere, in any encoding. Tried brute-forcing single-byte XOR and basic add/sub/rotate/reverse against known plaintext too, no hits. So either Samsung's skin pulls its text from somewhere outside this capsule, or it's obfuscated in a way I haven't guessed yet.<br />
</li>
<li>The "AMITSE" string only shows up inside NVAR entries (AmiTseSetupGuid) - that's stored variable data, not the actual Setup Utility driver/IFR forms.<br />
</li>
</ul>
<br />
So text search is a dead end, both for the skin and for the option I actually want. Looking for anyone who recognizes this format/obfuscation, has Alder Lake reference source to cross-reference the SaSetup/PchSetup Above4GDecoding field offset, or can just add the question back via IFR - the underlying variable is probably still there even with the form ripped out.<br />
<br />
CAP attached (compressed, otherwise I blow the 20MB quota). Can pull any other section out of it on request.<br />
<br />
Thanks for any help! It's the first time I try this so please bear with me.<br />
<br />
<img src="https://gpuz.techpowerup.com/26/08/01/qh9.png" loading="lazy"  alt="[Image: qh9.png]" class="mycode_img" /><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.bios-mods.com/forum/images/attachtypes/tar.gif" title="GZIP Compressed File" border="0" alt=".gz" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=27019" target="_blank" title="">P12RGG.CAP.gz</a> (Size: 12.39 MB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[REQUEST] Lenovo ThinkCentre Edge 91z UEFI Settings Unlock]]></title>
			<link>https://www.bios-mods.com/forum/Thread-REQUEST-Lenovo-ThinkCentre-Edge-91z-UEFI-Settings-Unlock</link>
			<pubDate>Thu, 30 Jul 2026 04:10:55 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.bios-mods.com/forum/member.php?action=profile&uid=252179">maver3000</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.bios-mods.com/forum/Thread-REQUEST-Lenovo-ThinkCentre-Edge-91z-UEFI-Settings-Unlock</guid>
			<description><![CDATA[Hi<br />
<br />
Can anyone unlock UEFI settings in the original bios?<br />
This is the latest bios update <!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.bios-mods.com/forum/images/attachtypes/zip.gif" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=27015" target="_blank" title="">9ojt23usa.zip</a> (Size: 1.8 MB / Downloads: 0)
<!-- end: postbit_attachments_attachment --><br />
<br />
If you'll check Lenovo support website, this update is named as UEFI bios but there is no any UEFI setting.<br />
<a href="https://support.lenovo.com/us/en/downloads/ds019165-flash-bios-update-thinkcentre-edge-91z" target="_blank" rel="noopener" class="mycode_url">https://support.lenovo.com/us/en/downloa...e-edge-91z</a><br />
<br />
So if it's possible to unlock somehow those UEFI settings please help me with that.<br />
<br />
Thanks in advance]]></description>
			<content:encoded><![CDATA[Hi<br />
<br />
Can anyone unlock UEFI settings in the original bios?<br />
This is the latest bios update <!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.bios-mods.com/forum/images/attachtypes/zip.gif" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=27015" target="_blank" title="">9ojt23usa.zip</a> (Size: 1.8 MB / Downloads: 0)
<!-- end: postbit_attachments_attachment --><br />
<br />
If you'll check Lenovo support website, this update is named as UEFI bios but there is no any UEFI setting.<br />
<a href="https://support.lenovo.com/us/en/downloads/ds019165-flash-bios-update-thinkcentre-edge-91z" target="_blank" rel="noopener" class="mycode_url">https://support.lenovo.com/us/en/downloa...e-edge-91z</a><br />
<br />
So if it's possible to unlock somehow those UEFI settings please help me with that.<br />
<br />
Thanks in advance]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Request] Rog g22ch Bios Unlock (PL1, pl2, iccmax, Fan setuo/tuning)]]></title>
			<link>https://www.bios-mods.com/forum/Thread-Request-Rog-g22ch-Bios-Unlock-PL1-pl2-iccmax-Fan-setuo-tuning</link>
			<pubDate>Wed, 01 Jul 2026 21:21:25 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.bios-mods.com/forum/member.php?action=profile&uid=251715">Echelon36</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.bios-mods.com/forum/Thread-Request-Rog-g22ch-Bios-Unlock-PL1-pl2-iccmax-Fan-setuo-tuning</guid>
			<description><![CDATA[hey guys my name is James im new to the forums im currently coming from windows to linux using cachyos atm and do to asus drivers and locked down bis theres no way to control any fans speeds or tdp for your cpu in linux ive looked at the bios for this g22ch and ive seen in the container that the bios has all the menus but its locked down there marked as hidden i tried modifying the bios to show and changed the container id to match the original but the ezflash utility which is the only way to install the bios update in the bios says its an unrecognized uefi file the file is the same besides some edits to the menus showing them im at a loss for words and dont know how to move foward i really need help showing pl1 and 2 in the bios with some sort of fan tuning please ive attached the bios for the ez Flash thanks in advance<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.bios-mods.com/forum/images/attachtypes/zip.gif" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=26988" target="_blank" title="">G22CHAS418.zip</a> (Size: 8.07 MB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[hey guys my name is James im new to the forums im currently coming from windows to linux using cachyos atm and do to asus drivers and locked down bis theres no way to control any fans speeds or tdp for your cpu in linux ive looked at the bios for this g22ch and ive seen in the container that the bios has all the menus but its locked down there marked as hidden i tried modifying the bios to show and changed the container id to match the original but the ezflash utility which is the only way to install the bios update in the bios says its an unrecognized uefi file the file is the same besides some edits to the menus showing them im at a loss for words and dont know how to move foward i really need help showing pl1 and 2 in the bios with some sort of fan tuning please ive attached the bios for the ez Flash thanks in advance<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.bios-mods.com/forum/images/attachtypes/zip.gif" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=26988" target="_blank" title="">G22CHAS418.zip</a> (Size: 8.07 MB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[REQUEST] Alienware M15 R7 i7-12700H BIOS 1.40 - Unlock CPU Undervolt]]></title>
			<link>https://www.bios-mods.com/forum/Thread-REQUEST-Alienware-M15-R7-i7-12700H-BIOS-1-40-Unlock-CPU-Undervolt</link>
			<pubDate>Sun, 28 Jun 2026 11:25:03 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.bios-mods.com/forum/member.php?action=profile&uid=251662">Carl Camargos</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.bios-mods.com/forum/Thread-REQUEST-Alienware-M15-R7-i7-12700H-BIOS-1-40-Unlock-CPU-Undervolt</guid>
			<description><![CDATA[Hello,<br />
<br />
I'm requesting a BIOS mod for my Alienware M15 R7.<br />
<br />
Hardware:<br />
- Model: Alienware M15 R7<br />
- CPU: Intel Core i7-12700H<br />
- GPU: NVIDIA RTX 3070 Ti<br />
- BIOS Version: 1.40<br />
- OS: Windows 11 (64-bit)<br />
<br />
Request:<br />
Unlock CPU undervolt via FIVR voltage offset (currently locked by Intel/Dell).<br />
<br />
BIOS dump (24MB, extracted via FPT):<br />
[<a href="https://drive.google.com/file/d/1LEu9H-p-rheyWsZJXSS06X1RZ2rwwUQE/view?usp=sharing" target="_blank" rel="noopener" class="mycode_url">https://drive.google.com/file/d/1LEu9H-p...sp=sharing</a>]<br />
<br />
Thank you in advance.]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
I'm requesting a BIOS mod for my Alienware M15 R7.<br />
<br />
Hardware:<br />
- Model: Alienware M15 R7<br />
- CPU: Intel Core i7-12700H<br />
- GPU: NVIDIA RTX 3070 Ti<br />
- BIOS Version: 1.40<br />
- OS: Windows 11 (64-bit)<br />
<br />
Request:<br />
Unlock CPU undervolt via FIVR voltage offset (currently locked by Intel/Dell).<br />
<br />
BIOS dump (24MB, extracted via FPT):<br />
[<a href="https://drive.google.com/file/d/1LEu9H-p-rheyWsZJXSS06X1RZ2rwwUQE/view?usp=sharing" target="_blank" rel="noopener" class="mycode_url">https://drive.google.com/file/d/1LEu9H-p...sp=sharing</a>]<br />
<br />
Thank you in advance.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Request] ASUS X99-E WS/USB3.1 PCIe Slot Bifurcation]]></title>
			<link>https://www.bios-mods.com/forum/Thread-Request-ASUS-X99-E-WS-USB3-1-PCIe-Slot-Bifurcation</link>
			<pubDate>Sat, 06 Jun 2026 20:19:57 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.bios-mods.com/forum/member.php?action=profile&uid=251297">Scoopik</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.bios-mods.com/forum/Thread-Request-ASUS-X99-E-WS-USB3-1-PCIe-Slot-Bifurcation</guid>
			<description><![CDATA[Hello, is it possible to modify BIOS with enable bifurcation for Asus X99-E WS/USB3.1 ?<br />
Thank you, it's outdated...]]></description>
			<content:encoded><![CDATA[Hello, is it possible to modify BIOS with enable bifurcation for Asus X99-E WS/USB3.1 ?<br />
Thank you, it's outdated...]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[REQUEST] LAPTOP ASUS GL553VD BIOS TPM Update — TPM Attestation Unlock]]></title>
			<link>https://www.bios-mods.com/forum/Thread-REQUEST-LAPTOP-ASUS-GL553VD-BIOS-TPM-Update-%E2%80%94-TPM-Attestation-Unlock</link>
			<pubDate>Sat, 06 Jun 2026 13:15:05 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.bios-mods.com/forum/member.php?action=profile&uid=251275">krimimed</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.bios-mods.com/forum/Thread-REQUEST-LAPTOP-ASUS-GL553VD-BIOS-TPM-Update-%E2%80%94-TPM-Attestation-Unlock</guid>
			<description><![CDATA[Hey everyone,<br />
I'm hoping someone here can help me with a BIOS mod for my ASUS GL553VD.<br />
System:<br />
<br />
Laptop: ASUS GL553VD<br />
CPU: Intel Core i7-7700HQ (Kaby Lake)<br />
Chipset: Intel HM175<br />
Current BIOS: GL553VD.308 (April 2019 — last official release, EOL forever)<br />
SPI Flash: Winbond W25Q64FV 8MB<br />
ME Firmware: 11.8.93.4323 H (updated from 11.6.0.1136)<br />
PTT Version: 303.12.0.0<br />
OS: Windows 10 22H2<br />
<br />
<br />
<span style="text-decoration: underline;" class="mycode_u">Flash layout (from FPT -i):</span><br />
DESC  - Base: 0x00000000, Limit: 0x00000FFF<br />
BIOS  - Base: 0x00200000, Limit: 0x007FFFFF (6MB)<br />
CSME  - Base: 0x00001000, Limit: 0x001FFFFF (2MB)<br />
<span style="text-decoration: underline;" class="mycode_u">Master Region Access:</span><br />
CPU/BIOS - Read: 0x00B, Write: 0x00A<br />
ME      - Read: 0x00D, Write: 0x00C (locked to host)<br />
<br />
<span style="font-weight: bold;" class="mycode_b">The problem:</span><br />
PTT firmware version 303.12.0.0 fails remote attestation required by Call of Duty Warzone's anti-cheat (Ricochet/Azure). Intel's EKOP provisioning server no longer issues EK certificates for this PTT version. This affects thousands of users across Kaby Lake and Coffee Lake platforms.<br />
Diagnostic confirmation:<br />
tpmtool getdeviceinformation:<br />
- Ready For Attestation: False<br />
- Is Capable For Attestation: False<br />
- Information Flag: INFORMATION_EK_CERTIFICATE<br />
<br />
Get-TpmEndorsementKeyInfo -HashAlgorithm Sha256:<br />
- ManufacturerCertificates: {} (empty)<br />
- EKPub Hash: d46eb08384e98c7d3c17505344d140d2a1d1b73281b1bd8bee60ef6e7f1b0818<br />
- IsEndorsementKeyPairPresent: True<br />
- IsKeyAttestationCapable: ReturnValue 2147942520 (False)<br />
<br />
<span style="font-weight: bold;" class="mycode_b">MEInfo:</span><br />
- EK Revoke State: Revoked<br />
- Re-key needed: True<br />
- PTT: PRESENT/ENABLED<br />
- FW Version: 11.8.93.4323 H<br />
- CurrentState: Normal<br />
- FPF and ME Config Status: Match<br />
<br />
<span style="font-weight: bold;" class="mycode_b">What I've already done:</span><br />
<br />
Updated ME firmware from 11.6.0.1136 → 11.8.93.4323 via FWUpdLcl64 -GENERIC <br />
ME CurrentState: Normal, no longer in Recovery <br />
PTT PRESENT/ENABLED <br />
TPM 2.0 confirmed working in tpm.msc <br />
Secure Boot enabled, Confirm-SecureBootUEFI: True <br />
BIOS region successfully dumped via FPT: FPTw64.exe -d bios.bin -bios (6MB) <br />
Analyzed BIOS with UEFITool NE A74 — located setupdata inside double LZMA compressed volume <br />
Extracted IFR from Setup PE32 — PTT byte found at VarOffset 0x68A in PchSetup (VarStoreId: 0x1) <br />
Patched setupdata byte 0x68A from 0x00 → 0x01 using HxD <br />
Reconstructed bios_patched.bin via UEFITool 0.28 Replace body — verified same size (6,291,456 bytes) <br />
Confirmed patched byte in reconstructed file <br />
bios_patched.bin NOT yet flashed — ready and waiting <br />
Attempted TPM provisioning via all Windows methods — all failed due to PTT version floor <br />
Attempted FWUpdLcl64 -PARTID WCOD — failed (partition not in consumer firmware) <br />
Attempted Clear-Tpm and Initialize-Tpm — EK cert still missing <br />
<br />
BIOS structure (UEFITool):<br />
UEFI image<br />
├── Padding<br />
├── AmiNvramMainRomGuid<br />
├── AmiNvramMainRomGuid<br />
├── Padding<br />
├── 4F1C52D3-D824-4D2A-A2F0-EC40C23C5916<br />
│  └── 9E21FD93-9C72-4C15-8C4B-E77F1DB2D792<br />
│      └── LzmaCustomDecompressGuid<br />
│          └── Volume image section<br />
│              └── 5C60F367-A505-419A-859E-2A4FF6CA6FE5<br />
│                  ├── Setup (PE32) ← PTT IFR found here<br />
│                  └── setupdata<br />
│                      └── LzmaCustomDecompressGuid<br />
│                          └── setupdata ← PTT byte patched here<br />
├── AFDD39F1-19D7-4501-A730-CE5A27E1154B<br />
├── 14E428FA-1A12-4875-B637-8B3CC87FDF07<br />
└── 61C0F511-A691-4F54-974F-B9A42172CE53<br />
<br />
<span style="font-weight: bold;" class="mycode_b">IFR finding:</span><br />
OneOf Prompt: "TPM Device Selection"<br />
VarStoreId: 0x1 (PchSetup)<br />
VarOffset: 0x68A<br />
Size: 8<br />
Option: "dTPM" Value: 0x00<br />
Option: "PTT"  Value: 0x01 (Default, MfgDefault)<br />
Current value in setupdata: 0x00 → patched to 0x01<br />
<br />
<span style="font-weight: bold;" class="mycode_b">What I need:</span><br />
A complete modded image for GL553VD containing:<br />
<br />
Updated PTT partition version above 303.12.x.x — ideally 400.x.x.x or higher (Activision says Intel PTT with versions 303.12.x.x need new firmware update)<br />
Our already-patched setupdata PTT byte (VarOffset 0x68A = 0x01) preserved<br />
<br />
Flash method:<br />
<br />
BIOS region: flashable via FPTw64.exe -f modded.bin -bios from Windows (write confirmed)<br />
ME region: locked to host write — if ME needs updating, would need full 8MB SPI flash image or FWUpdLcl method<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u">Attached files:</span></span><br />
<br />
GL553VDAS308.zip — Latest original BIOS file (which i'm running)<br />
bios_patched.bin — setupdata PTT byte already fixed (for enabling TPM in BIOS, but not implemented)<br />
meinfo_for_modder.txt — full MEInfo verbose output<br />
setup.bin.0.0.en-US.uefi.ifr.txt — full IFR extract<br />
FPT_i_output.txt -- output confirming flash chip and region layout<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">This fix would benefit thousands of affected players.</span><br />
Thanks in advance!<br />
Mohamed<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.bios-mods.com/forum/images/attachtypes/zip.gif" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=26964" target="_blank" title="">GL553VDAS308.zip</a> (Size: 3.54 MB / Downloads: 2)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.bios-mods.com/forum/images/attachtypes/image.gif" title="" border="0" alt=".bin" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=26965" target="_blank" title="">bios_patched.bin</a> (Size: 6 MB / Downloads: 3)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.bios-mods.com/forum/images/attachtypes/txt.gif" title="Text Document" border="0" alt=".txt" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=26966" target="_blank" title="">meinfo_for_modder.txt</a> (Size: 9.28 KB / Downloads: 3)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.bios-mods.com/forum/images/attachtypes/txt.gif" title="Text Document" border="0" alt=".txt" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=26967" target="_blank" title="">setup.bin.0.0.en-US.uefi.ifr.txt</a> (Size: 1.3 MB / Downloads: 1)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.bios-mods.com/forum/images/attachtypes/txt.gif" title="Text Document" border="0" alt=".txt" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=26968" target="_blank" title="">FPT_i_output.txt</a> (Size: 962 bytes / Downloads: 2)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Hey everyone,<br />
I'm hoping someone here can help me with a BIOS mod for my ASUS GL553VD.<br />
System:<br />
<br />
Laptop: ASUS GL553VD<br />
CPU: Intel Core i7-7700HQ (Kaby Lake)<br />
Chipset: Intel HM175<br />
Current BIOS: GL553VD.308 (April 2019 — last official release, EOL forever)<br />
SPI Flash: Winbond W25Q64FV 8MB<br />
ME Firmware: 11.8.93.4323 H (updated from 11.6.0.1136)<br />
PTT Version: 303.12.0.0<br />
OS: Windows 10 22H2<br />
<br />
<br />
<span style="text-decoration: underline;" class="mycode_u">Flash layout (from FPT -i):</span><br />
DESC  - Base: 0x00000000, Limit: 0x00000FFF<br />
BIOS  - Base: 0x00200000, Limit: 0x007FFFFF (6MB)<br />
CSME  - Base: 0x00001000, Limit: 0x001FFFFF (2MB)<br />
<span style="text-decoration: underline;" class="mycode_u">Master Region Access:</span><br />
CPU/BIOS - Read: 0x00B, Write: 0x00A<br />
ME      - Read: 0x00D, Write: 0x00C (locked to host)<br />
<br />
<span style="font-weight: bold;" class="mycode_b">The problem:</span><br />
PTT firmware version 303.12.0.0 fails remote attestation required by Call of Duty Warzone's anti-cheat (Ricochet/Azure). Intel's EKOP provisioning server no longer issues EK certificates for this PTT version. This affects thousands of users across Kaby Lake and Coffee Lake platforms.<br />
Diagnostic confirmation:<br />
tpmtool getdeviceinformation:<br />
- Ready For Attestation: False<br />
- Is Capable For Attestation: False<br />
- Information Flag: INFORMATION_EK_CERTIFICATE<br />
<br />
Get-TpmEndorsementKeyInfo -HashAlgorithm Sha256:<br />
- ManufacturerCertificates: {} (empty)<br />
- EKPub Hash: d46eb08384e98c7d3c17505344d140d2a1d1b73281b1bd8bee60ef6e7f1b0818<br />
- IsEndorsementKeyPairPresent: True<br />
- IsKeyAttestationCapable: ReturnValue 2147942520 (False)<br />
<br />
<span style="font-weight: bold;" class="mycode_b">MEInfo:</span><br />
- EK Revoke State: Revoked<br />
- Re-key needed: True<br />
- PTT: PRESENT/ENABLED<br />
- FW Version: 11.8.93.4323 H<br />
- CurrentState: Normal<br />
- FPF and ME Config Status: Match<br />
<br />
<span style="font-weight: bold;" class="mycode_b">What I've already done:</span><br />
<br />
Updated ME firmware from 11.6.0.1136 → 11.8.93.4323 via FWUpdLcl64 -GENERIC <br />
ME CurrentState: Normal, no longer in Recovery <br />
PTT PRESENT/ENABLED <br />
TPM 2.0 confirmed working in tpm.msc <br />
Secure Boot enabled, Confirm-SecureBootUEFI: True <br />
BIOS region successfully dumped via FPT: FPTw64.exe -d bios.bin -bios (6MB) <br />
Analyzed BIOS with UEFITool NE A74 — located setupdata inside double LZMA compressed volume <br />
Extracted IFR from Setup PE32 — PTT byte found at VarOffset 0x68A in PchSetup (VarStoreId: 0x1) <br />
Patched setupdata byte 0x68A from 0x00 → 0x01 using HxD <br />
Reconstructed bios_patched.bin via UEFITool 0.28 Replace body — verified same size (6,291,456 bytes) <br />
Confirmed patched byte in reconstructed file <br />
bios_patched.bin NOT yet flashed — ready and waiting <br />
Attempted TPM provisioning via all Windows methods — all failed due to PTT version floor <br />
Attempted FWUpdLcl64 -PARTID WCOD — failed (partition not in consumer firmware) <br />
Attempted Clear-Tpm and Initialize-Tpm — EK cert still missing <br />
<br />
BIOS structure (UEFITool):<br />
UEFI image<br />
├── Padding<br />
├── AmiNvramMainRomGuid<br />
├── AmiNvramMainRomGuid<br />
├── Padding<br />
├── 4F1C52D3-D824-4D2A-A2F0-EC40C23C5916<br />
│  └── 9E21FD93-9C72-4C15-8C4B-E77F1DB2D792<br />
│      └── LzmaCustomDecompressGuid<br />
│          └── Volume image section<br />
│              └── 5C60F367-A505-419A-859E-2A4FF6CA6FE5<br />
│                  ├── Setup (PE32) ← PTT IFR found here<br />
│                  └── setupdata<br />
│                      └── LzmaCustomDecompressGuid<br />
│                          └── setupdata ← PTT byte patched here<br />
├── AFDD39F1-19D7-4501-A730-CE5A27E1154B<br />
├── 14E428FA-1A12-4875-B637-8B3CC87FDF07<br />
└── 61C0F511-A691-4F54-974F-B9A42172CE53<br />
<br />
<span style="font-weight: bold;" class="mycode_b">IFR finding:</span><br />
OneOf Prompt: "TPM Device Selection"<br />
VarStoreId: 0x1 (PchSetup)<br />
VarOffset: 0x68A<br />
Size: 8<br />
Option: "dTPM" Value: 0x00<br />
Option: "PTT"  Value: 0x01 (Default, MfgDefault)<br />
Current value in setupdata: 0x00 → patched to 0x01<br />
<br />
<span style="font-weight: bold;" class="mycode_b">What I need:</span><br />
A complete modded image for GL553VD containing:<br />
<br />
Updated PTT partition version above 303.12.x.x — ideally 400.x.x.x or higher (Activision says Intel PTT with versions 303.12.x.x need new firmware update)<br />
Our already-patched setupdata PTT byte (VarOffset 0x68A = 0x01) preserved<br />
<br />
Flash method:<br />
<br />
BIOS region: flashable via FPTw64.exe -f modded.bin -bios from Windows (write confirmed)<br />
ME region: locked to host write — if ME needs updating, would need full 8MB SPI flash image or FWUpdLcl method<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u">Attached files:</span></span><br />
<br />
GL553VDAS308.zip — Latest original BIOS file (which i'm running)<br />
bios_patched.bin — setupdata PTT byte already fixed (for enabling TPM in BIOS, but not implemented)<br />
meinfo_for_modder.txt — full MEInfo verbose output<br />
setup.bin.0.0.en-US.uefi.ifr.txt — full IFR extract<br />
FPT_i_output.txt -- output confirming flash chip and region layout<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">This fix would benefit thousands of affected players.</span><br />
Thanks in advance!<br />
Mohamed<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.bios-mods.com/forum/images/attachtypes/zip.gif" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=26964" target="_blank" title="">GL553VDAS308.zip</a> (Size: 3.54 MB / Downloads: 2)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.bios-mods.com/forum/images/attachtypes/image.gif" title="" border="0" alt=".bin" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=26965" target="_blank" title="">bios_patched.bin</a> (Size: 6 MB / Downloads: 3)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.bios-mods.com/forum/images/attachtypes/txt.gif" title="Text Document" border="0" alt=".txt" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=26966" target="_blank" title="">meinfo_for_modder.txt</a> (Size: 9.28 KB / Downloads: 3)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.bios-mods.com/forum/images/attachtypes/txt.gif" title="Text Document" border="0" alt=".txt" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=26967" target="_blank" title="">setup.bin.0.0.en-US.uefi.ifr.txt</a> (Size: 1.3 MB / Downloads: 1)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.bios-mods.com/forum/images/attachtypes/txt.gif" title="Text Document" border="0" alt=".txt" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=26968" target="_blank" title="">FPT_i_output.txt</a> (Size: 962 bytes / Downloads: 2)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[REQUEST] Bios TPM Update Asus GA15DH]]></title>
			<link>https://www.bios-mods.com/forum/Thread-REQUEST-Bios-TPM-Update-Asus-GA15DH</link>
			<pubDate>Fri, 05 Jun 2026 02:18:33 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.bios-mods.com/forum/member.php?action=profile&uid=122502">Lucid245</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.bios-mods.com/forum/Thread-REQUEST-Bios-TPM-Update-Asus-GA15DH</guid>
			<description><![CDATA[I have this pre built ROG desktop with a bios that fails attestation in call of duty, apparently its something to do with my specific TPM Version which currently is 3.37.0.5 even though I am TPM 2 its a bug that apparently is AMD releases that did receive the notice to update but not all manufactures ended up doing it, unfortunately I  own one..  I attached my CPUZ dump and the latest available on the manufacture website.<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.bios-mods.com/forum/images/attachtypes/txt.gif" title="Text Document" border="0" alt=".txt" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=26962" target="_blank" title="">biosdumpcpuz.txt</a> (Size: 288.2 KB / Downloads: 4)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.bios-mods.com/forum/images/attachtypes/zip.gif" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=26963" target="_blank" title="">GA15DHAS303.zip</a> (Size: 9.12 MB / Downloads: 3)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[I have this pre built ROG desktop with a bios that fails attestation in call of duty, apparently its something to do with my specific TPM Version which currently is 3.37.0.5 even though I am TPM 2 its a bug that apparently is AMD releases that did receive the notice to update but not all manufactures ended up doing it, unfortunately I  own one..  I attached my CPUZ dump and the latest available on the manufacture website.<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.bios-mods.com/forum/images/attachtypes/txt.gif" title="Text Document" border="0" alt=".txt" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=26962" target="_blank" title="">biosdumpcpuz.txt</a> (Size: 288.2 KB / Downloads: 4)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.bios-mods.com/forum/images/attachtypes/zip.gif" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=26963" target="_blank" title="">GA15DHAS303.zip</a> (Size: 9.12 MB / Downloads: 3)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Minisforum AI X1 Pro 370 BIOS Unlock]]></title>
			<link>https://www.bios-mods.com/forum/Thread-Minisforum-AI-X1-Pro-370-BIOS-Unlock</link>
			<pubDate>Mon, 01 Jun 2026 05:22:15 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.bios-mods.com/forum/member.php?action=profile&uid=251189">linkhyrule5</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.bios-mods.com/forum/Thread-Minisforum-AI-X1-Pro-370-BIOS-Unlock</guid>
			<description><![CDATA[Something of a long shot, but -- anyone know if there's a way to unlock the BIOS on the Minisforum AI X1 Pro 370? I've downloaded (and flashed) the 1.06 BIOS (which I believe is the latest), and tried unpacking it/working with it myself with ifrextractor and UEFITool, but mostly what I've found are bad signs -- the updater just calls <span style="font-family: Courier New;" class="mycode_font">afuefix64.efi /capsule</span>, for example, so at least the 'official' route involves a signed ROM. I have essentially zero experience with UEFI fiddling, though, so I'm hoping I'm just ignorant and there's a workaround I couldn't find on my own. Ideally one that doesn't involve physically connecting to the BIOS chip -- in principle I wouldn't mind trying, but I can't even <span style="font-style: italic;" class="mycode_i">find</span> the BIOS chip, I think it's on the back of the motherboard which would be a serious pain to access...]]></description>
			<content:encoded><![CDATA[Something of a long shot, but -- anyone know if there's a way to unlock the BIOS on the Minisforum AI X1 Pro 370? I've downloaded (and flashed) the 1.06 BIOS (which I believe is the latest), and tried unpacking it/working with it myself with ifrextractor and UEFITool, but mostly what I've found are bad signs -- the updater just calls <span style="font-family: Courier New;" class="mycode_font">afuefix64.efi /capsule</span>, for example, so at least the 'official' route involves a signed ROM. I have essentially zero experience with UEFI fiddling, though, so I'm hoping I'm just ignorant and there's a workaround I couldn't find on my own. Ideally one that doesn't involve physically connecting to the BIOS chip -- in principle I wouldn't mind trying, but I can't even <span style="font-style: italic;" class="mycode_i">find</span> the BIOS chip, I think it's on the back of the motherboard which would be a serious pain to access...]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Radisys CEQM57 Vbios Edit]]></title>
			<link>https://www.bios-mods.com/forum/Thread-Radisys-CEQM57-Vbios-Edit</link>
			<pubDate>Fri, 29 May 2026 19:19:53 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.bios-mods.com/forum/member.php?action=profile&uid=251143">battery.13v</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.bios-mods.com/forum/Thread-Radisys-CEQM57-Vbios-Edit</guid>
			<description><![CDATA[i need to edit the vbios region in this bios dump as i changed the lcd assembly of the ultrasound machine ... the bios is automaticaly going to 1600x1200 and my panel native 1440x1050 ... when i choose in bios 1440x1050 unit boot very good display is awsome but after reboot bios will be back to 1600x1200 .. this is the dump in attachement also i think i need intel bmp to make the modification<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.bios-mods.com/forum/images/attachtypes/image.gif" title="" border="0" alt=".bin" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=26955" target="_blank" title="">RadiSys CEQM57 Bios for Cx50.BIN</a> (Size: 4 MB / Downloads: 1)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[i need to edit the vbios region in this bios dump as i changed the lcd assembly of the ultrasound machine ... the bios is automaticaly going to 1600x1200 and my panel native 1440x1050 ... when i choose in bios 1440x1050 unit boot very good display is awsome but after reboot bios will be back to 1600x1200 .. this is the dump in attachement also i think i need intel bmp to make the modification<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.bios-mods.com/forum/images/attachtypes/image.gif" title="" border="0" alt=".bin" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=26955" target="_blank" title="">RadiSys CEQM57 Bios for Cx50.BIN</a> (Size: 4 MB / Downloads: 1)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Fujitsu Celsius R970B Power]]></title>
			<link>https://www.bios-mods.com/forum/Thread-Fujitsu-Celsius-R970B-Power</link>
			<pubDate>Fri, 29 May 2026 14:17:56 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.bios-mods.com/forum/member.php?action=profile&uid=251138">rabbithole</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.bios-mods.com/forum/Thread-Fujitsu-Celsius-R970B-Power</guid>
			<description><![CDATA[Hello.<br />
<br />
Anybody knows if there is a way to add ReBAR to this machine?]]></description>
			<content:encoded><![CDATA[Hello.<br />
<br />
Anybody knows if there is a way to add ReBAR to this machine?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[XMG N.1.61 unlock\ looking for @Klem]]></title>
			<link>https://www.bios-mods.com/forum/Thread-XMG-N-1-61-unlock-looking-for-Klem</link>
			<pubDate>Sat, 23 May 2026 11:23:06 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.bios-mods.com/forum/member.php?action=profile&uid=232863">huliganru</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.bios-mods.com/forum/Thread-XMG-N-1-61-unlock-looking-for-Klem</guid>
			<description><![CDATA[Hello. Can somebody unlock additional settings? XMG XNE17AE21_BIOS-N1.61A15_EC-1.36<br />
Can not write PM in techinferno. Seek for Klem.<br />
@Klem если ты здесь, ответь плиз<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.bios-mods.com/forum/images/attachtypes/zip.gif" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=26951" target="_blank" title="">GM5ZGxWN161A15.zip</a> (Size: 6.91 MB / Downloads: 1)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Hello. Can somebody unlock additional settings? XMG XNE17AE21_BIOS-N1.61A15_EC-1.36<br />
Can not write PM in techinferno. Seek for Klem.<br />
@Klem если ты здесь, ответь плиз<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.bios-mods.com/forum/images/attachtypes/zip.gif" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=26951" target="_blank" title="">GM5ZGxWN161A15.zip</a> (Size: 6.91 MB / Downloads: 1)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[REQUEST] Closed]]></title>
			<link>https://www.bios-mods.com/forum/Thread-REQUEST-Closed</link>
			<pubDate>Sat, 23 May 2026 05:47:25 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.bios-mods.com/forum/member.php?action=profile&uid=133806">oksymoronpl</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.bios-mods.com/forum/Thread-REQUEST-Closed</guid>
			<description><![CDATA[Closed]]></description>
			<content:encoded><![CDATA[Closed]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Request] HP Erica2 8643 BIOS F.41 - Unlock Above 4G Decoding / Advanced Menu]]></title>
			<link>https://www.bios-mods.com/forum/Thread-Request-HP-Erica2-8643-BIOS-F-41-Unlock-Above-4G-Decoding-Advanced-Menu</link>
			<pubDate>Wed, 20 May 2026 11:13:15 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.bios-mods.com/forum/member.php?action=profile&uid=250963">becca</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.bios-mods.com/forum/Thread-Request-HP-Erica2-8643-BIOS-F-41-Unlock-Above-4G-Decoding-Advanced-Menu</guid>
			<description><![CDATA[Hi all, trying to unlock hidden BIOS settings on an HP M01-F0024 desktop (Erica2 motherboard, SSID 8643).<br />
<span style="font-weight: bold;" class="mycode_b">BIOS version:</span> F.41 (09/17/2021) <span style="font-weight: bold;" class="mycode_b">CPU:</span> AMD Ryzen 5 3400G (AM4) <span style="font-weight: bold;" class="mycode_b">Chipset:</span> AMD B550A<br />
<span style="font-weight: bold;" class="mycode_b">What I need:</span><ul class="mycode_list"><li>Above 4G Decoding offset<br />
</li>
</ul>
I have setup_var working from Linux and can write EFI variables directly — I just need the VarStore offsets from the IFR. Attaching BIOS file (086F3F41.EXE from SP141980).<br />
Thanks<br />
<hr class="mycode_hr" />]]></description>
			<content:encoded><![CDATA[Hi all, trying to unlock hidden BIOS settings on an HP M01-F0024 desktop (Erica2 motherboard, SSID 8643).<br />
<span style="font-weight: bold;" class="mycode_b">BIOS version:</span> F.41 (09/17/2021) <span style="font-weight: bold;" class="mycode_b">CPU:</span> AMD Ryzen 5 3400G (AM4) <span style="font-weight: bold;" class="mycode_b">Chipset:</span> AMD B550A<br />
<span style="font-weight: bold;" class="mycode_b">What I need:</span><ul class="mycode_list"><li>Above 4G Decoding offset<br />
</li>
</ul>
I have setup_var working from Linux and can write EFI variables directly — I just need the VarStore offsets from the IFR. Attaching BIOS file (086F3F41.EXE from SP141980).<br />
Thanks<br />
<hr class="mycode_hr" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[AMI BIOS on de-branded laptop]]></title>
			<link>https://www.bios-mods.com/forum/Thread-AMI-BIOS-on-de-branded-laptop</link>
			<pubDate>Sat, 16 May 2026 09:56:43 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.bios-mods.com/forum/member.php?action=profile&uid=250861">duckydan</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.bios-mods.com/forum/Thread-AMI-BIOS-on-de-branded-laptop</guid>
			<description><![CDATA[Purchased a Thunderobot laptop offline from a reskinner and the BIOS has apparently not been setup or built fully as it's missing a ton of options.  Is there any way to get a BIOS for this laptop?  All of the info I have is below:<br />
<br />
PC Boot logo brand: Quanta<br />
<br />
Info from CPU-Z:<br />
Manufacturer: "Type2Manufacturer"<br />
Model: Type2ProjectName, Type2Version<br />
Bus Specs: PCI-Express 5.0 (32.0 GT/s)<br />
<br />
BIOS:<br />
Brand: AMI<br />
Version: QB121<br />
Date: 01/17/2025 <br />
CPU Mirocode: 0x123<br />
<br />
<br />
EDIT - after resetting the BIOS, I was able to get some additional info.<br />
<br />
KBC Version C002A0<br />
Product Name: Type1MTM<br />
ME FW Version: 16.1.32.2473<br />
PCM Version: B1<br />
Firmware ID: NLYA6207<br />
I've also attached a copy of the ROM from AFUWINGUIx64<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.bios-mods.com/forum/images/attachtypes/zip.gif" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=26940" target="_blank" title="">afuwin.zip</a> (Size: 5.48 MB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Purchased a Thunderobot laptop offline from a reskinner and the BIOS has apparently not been setup or built fully as it's missing a ton of options.  Is there any way to get a BIOS for this laptop?  All of the info I have is below:<br />
<br />
PC Boot logo brand: Quanta<br />
<br />
Info from CPU-Z:<br />
Manufacturer: "Type2Manufacturer"<br />
Model: Type2ProjectName, Type2Version<br />
Bus Specs: PCI-Express 5.0 (32.0 GT/s)<br />
<br />
BIOS:<br />
Brand: AMI<br />
Version: QB121<br />
Date: 01/17/2025 <br />
CPU Mirocode: 0x123<br />
<br />
<br />
EDIT - after resetting the BIOS, I was able to get some additional info.<br />
<br />
KBC Version C002A0<br />
Product Name: Type1MTM<br />
ME FW Version: 16.1.32.2473<br />
PCM Version: B1<br />
Firmware ID: NLYA6207<br />
I've also attached a copy of the ROM from AFUWINGUIx64<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.bios-mods.com/forum/images/attachtypes/zip.gif" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=26940" target="_blank" title="">afuwin.zip</a> (Size: 5.48 MB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[REQUEST] B760M C V3 BIOS Unlock Power Limits]]></title>
			<link>https://www.bios-mods.com/forum/Thread-REQUEST-B760M-C-V3-BIOS-Unlock-Power-Limits</link>
			<pubDate>Tue, 12 May 2026 01:44:49 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.bios-mods.com/forum/member.php?action=profile&uid=250767">browboy</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.bios-mods.com/forum/Thread-REQUEST-B760M-C-V3-BIOS-Unlock-Power-Limits</guid>
			<description><![CDATA[Hello, My i5-14400f isn't running at the normal max frequency 4.7GHz. The power limits (PL1/PL2) are locked in the bios and ThrottleStop/XTU didn't work. My current BIOS version is F3 YY1<br />
<br />
BIOS download: <a href="https://global-download.acer.com/GDFiles/BIOS/BIOS/BIOS_Acer_F3_A_A.zip?acerid=638984252038723691&amp;Step1=&amp;Step2=&amp;Step3=NITRO%20N60-640&amp;OS=ALL&amp;LC=en&amp;BC=ACER&amp;SC=PA_4" target="_blank" rel="noopener" class="mycode_url">https://global-download.acer.com/GDFiles/BIOS/BIOS/BIOS_Acer_F3_A_A.zip?acerid=638984252038723691&Step1=&Step2=&Step3=NITRO%20N60-640&OS=ALL&LC=en&BC=ACER&SC=PA_4</a><br />
<br />
Thank you!]]></description>
			<content:encoded><![CDATA[Hello, My i5-14400f isn't running at the normal max frequency 4.7GHz. The power limits (PL1/PL2) are locked in the bios and ThrottleStop/XTU didn't work. My current BIOS version is F3 YY1<br />
<br />
BIOS download: <a href="https://global-download.acer.com/GDFiles/BIOS/BIOS/BIOS_Acer_F3_A_A.zip?acerid=638984252038723691&amp;Step1=&amp;Step2=&amp;Step3=NITRO%20N60-640&amp;OS=ALL&amp;LC=en&amp;BC=ACER&amp;SC=PA_4" target="_blank" rel="noopener" class="mycode_url">https://global-download.acer.com/GDFiles/BIOS/BIOS/BIOS_Acer_F3_A_A.zip?acerid=638984252038723691&Step1=&Step2=&Step3=NITRO%20N60-640&OS=ALL&LC=en&BC=ACER&SC=PA_4</a><br />
<br />
Thank you!]]></content:encoded>
		</item>
	</channel>
</rss>