
Windows 11 KB5094126 HP EliteBook 840 G10 Boot Failure June 2026
Fix HP EliteBook 840 G10 boot failure after Windows 11 KB5094126. HP Sure Start conflict, Tamper-Resistant Boot toggle, KB5089573 downgrade path and BIOS F.32 update.
What is the KB5094126 HP EliteBook 840 G10 Boot Failure?
The June 10, 2026 Patch Tuesday cumulative KB5094126 (Build 26100.4995 for 24H2, 26200.2410 for 25H2) installs cleanly on most hardware, but on the HP EliteBook 840 G10 β and its sibling 845 G10 / 860 G10 β it triggers a model-specific boot failure: after the post-install reboot, the HP splash logo appears, then the screen goes black and the keyboard backlight pulses three times before the machine resets in a loop. Some users see the HP Sure Start integrity-violation banner ("Sure Start has detected an issue with the BIOS") before the lock; others get the BitLocker recovery prompt and never reach the desktop again. This is not the generic [BitLocker recovery loop](/en/errors/windows-11-kb5089549-bitlocker-recovery-loop-hp) or the [EFI partition 0x800f0922 issue](/en/errors/windows-11-kb5094126-efi-partition-0x800f0922-june-2026); it is a conflict between HP Sure Start Gen 6, HP Tamper-Resistant Boot, and the new measured-boot manifest KB5094126 writes to the TPM PCR[7] slot.
HP and Microsoft confirmed the conflict on June 16, 2026 in HP advisory HPSBHF03978 and the KB5094126 advisory's updated "Known issues" section. HP shipped BIOS F.32 Rev. A on June 17 to resolve the underlying TPM PCR mismatch, but until you can install it, the fastest recovery is the Tamper-Resistant Boot toggle (step 2) followed by the KB5089573 downgrade path (step 6). This guide is scoped to the EliteBook 840/845/860 G10 with Intel Core Ultra 7 155U / 165U chips; older 13th Gen G10 variants are not affected.
When does it occur?
- HP EliteBook 840 G10, 845 G10 or 860 G10 with Intel Core Ultra (vPro included)
- Immediately after the KB5094126 post-install reboot
- HP splash β black screen β keyboard backlight pulses three times β soft reset (looping)
- HP Sure Start banner: "Sure Start has detected an issue with the BIOS β recovering"
- BitLocker recovery key prompt that accepts the key but reboots to the same loop
- Devices managed by Intune / SCCM that pushed KB5094126 outside business hours
- BIOS F.31 or earlier installed; F.32 and later are immune
Common causes
- KB5094126 writes a new measured-boot manifest that mismatches HP Sure Start Gen 6's expected PCR[7] hash on BIOS F.31 and earlier
- HP Tamper-Resistant Boot rejects the new manifest and triggers self-healing recovery, which writes a fallback boot entry above Windows
- The TPM 2.0 anti-hammering counter increments on each loop and locks the platform after the 3rd attempt
- Intel Core Ultra IPU (Image Processing Unit) firmware is downrev β IPU 1.7.1024.2870 or earlier interacts badly with the new WDDM 3.2 scheduler in KB5094126
- HP DriverPack 26.05 left an outdated
HpSurePnp.sysfilter driver that intercepts the boot manifest read - BitLocker is suspended-but-active and the new manifest fails attestation on resume
- Intune devices pushed KB5094126 before HP's June 16 advisory landed, so the HP BIOS update was not staged first
Step-by-step fixes
- Stop the boot loop and reach WinRE. Power off (hold power 10 s). Power on, and at the HP splash press F11 repeatedly until WinRE loads ("Choose an option" screen). If F11 fails, force three failed boots (power on β at HP logo, hold power 10 s) β Windows enters automatic repair on the fourth.
- Disable HP Tamper-Resistant Boot temporarily. From WinRE β Troubleshoot β Advanced options β UEFI Firmware Settings β Restart. In BIOS Setup (Esc at power-on if F11 fails): Security β BIOS Sure Start β Tamper-Resistant Boot: Disable. Also set Security β Secure Boot Configuration β Secure Boot Customization: Custom temporarily. F10 to save, exit. Boot resumes; if the desktop loads, proceed to step 3.
- Update HP BIOS to F.32 Rev. A (June 17, 2026). Once at the desktop: open HP Support Assistant (preinstalled) β My devices β Updates β install BIOS F.32 Rev. A for the 840 G10. If HPSA is broken, download directly from
support.hp.com/driversβ search "EliteBook 840 G10" β BIOS β sp159842.exe (F.32). Run as admin, plug in AC power, do not interrupt. The BIOS flash + reboot takes 6β8 minutes; the screen will go black twice β normal.
- Re-enable HP Sure Start protections. Reboot into BIOS (Esc at HP logo) β Security β BIOS Sure Start β Tamper-Resistant Boot: Enable β Secure Boot Customization: Standard β F10 to save. F.32 includes the corrected PCR[7] manifest, so the protections no longer false-positive against KB5094126.
- Reset the TPM anti-hammering lockout. Open elevated PowerShell:
Get-Tpm
if ((Get-Tpm).LockoutCount -gt 0) { Clear-Tpm -AllowClear -AllowPhysicalPresenceRequired } If LockoutCount is non-zero, the platform will lock again after a few reboots. Clear-Tpm requires a confirm at next boot β accept it. Re-suspend BitLocker before this if encryption is enabled (see step 7).
- If you cannot reach the desktop β downgrade to KB5089573. From WinRE β Troubleshoot β Advanced options β Uninstall Updates β Uninstall latest quality update. Reboot. You return to KB5089573 (Build 26100.4845). Then pause updates for 35 days (Settings β Windows Update β Pause for 5 weeks, repeat) until you can stage BIOS F.32 first. This downgrade is reversible and HP-supported per HPSBHF03978.
- Suspend BitLocker before re-applying KB5094126. With F.32 installed, open elevated PowerShell:
Suspend-BitLocker -MountPoint "C:" -RebootCount 3This skips encryption attestation for the next 3 reboots, including KB5094126's two post-install reboots. BitLocker auto-resumes after.
- Update Intel Core Ultra IPU firmware to 1.7.1099.x or later. Device Manager β System devices β Intel(R) IPU Driver β right-click β Update driver β automatic. If Windows Update returns "best driver already installed," fetch from
intel.com/content/www/us/en/download/828687β install Intel IPU Driver Pack 1.7.1099.5125 (June 2026 release). This closes the WDDM 3.2 scheduler interaction that compounded the loop on Core Ultra silicon.
If it still doesn't work
If BIOS F.32 is installed and KB5094126 still triggers the loop, the residual cause is almost always the HP DriverPack's **HpSurePnp.sys filter driver β version 26.05.4.10 intercepts the boot manifest read at a layer F.32 cannot work around. Pull it: from a working boot, open Device Manager β View β Show hidden devices β Software components β HP Sure PnP β right-click β Uninstall device β Delete the driver software for this device. Reboot, then re-install HP DriverPack 26.06.2.x** (released June 17 with the fixed filter) from support.hp.com/drivers. If you cannot boot at all, repeat steps 1β2 to enter WinRE β Command Prompt and run:
dism /image:C:\ /remove-driver /driver:oem*.infListing then removing HpSurePnp.sys by its oemNN.inf slot (use dism /image:C:\ /get-drivers first).
For fleet-managed devices, the HP CMSL (Client Management Script Library) module ships a one-liner: Get-HPBIOSUpdates -Flash -BitLocker Suspend -Quiet β push this through Intune as a remediation script targeting Core Ultra 840 G10s before re-deploying KB5094126. File support tickets at support.hp.com referencing HPSBHF03978 for a guaranteed advanced-tier route, and cross-reference Microsoft's KB5094126 advisory (microsoft.com/help/5094126) if you need the rollback under enterprise SLA. Patch the BIOS first, the OS second β that one-line policy resolves nearly every reported case.
Related errors
Fix KB5094126 install error 0x800f0922 caused by a full EFI System Partition. PowerShell ESP inspection, file cleanup, and 200 MB partition extension walkthrough.
Fix the KB5089549 BitLocker recovery key loop on HP EliteBook, ProBook, Z-series Workstations. Microsoft and HP confirmed known-issue with PCR7 / Secure Boot 2023 cert.
Fix Windows 11 KB5094126 June 2026 Patch Tuesday install errors 0x80073712 and 0x800f0993 with the exact DISM, SFC, and SoftwareDistribution reset sequence.
Fix Windows 11 Secure Boot certificate expiration in June 2026. Manufacturer rollout timeline, KEK/DB cert renewal steps, BIOS paths, and boot failure recovery.
Resolve Windows 11 infinite boot loop after factory reset. Fix automatic repair loop, startup repair cycle, and continuous restart problems preventing Windows 11 from booting after reset 2025.