How do I fix the "Invalid Signature Detected" problem I get when enabling Secure Boot.

aashir adnan 0 Reputation points
2026-04-18T06:24:32.57+00:00

For context, Secure Boot was running fine at least a month ago.
I downloaded Valorant recently and it prompted me with "Secure Boot should be enabled".

I tried enabling it, restoring factory default keys, verifying OS mode is UEFI, partitions are in GPT, repairing with bcdboot and loading optimized defaults.

Nothing has fixed this problem.

I am on an ASUS TUF Dash F15.

Windows for home | Windows 11 | Performance and system failures
0 comments No comments

2 answers

Sort by: Most helpful
  1. DaveM121 919.3K Reputation points Independent Advisor
    2026-04-18T07:02:02.8466667+00:00

    In BIOS, did you reset both the Secure Boot and TPM keys to factory keys and that did not resolve the problem?

    If so, I checked the support page for your device on the Asus website, a new version of BIOS was released in November 2025, did you install that BIOS update?

    https://www.asus.com/laptops/for-gaming/tuf-gaming/asus-tuf-dash-f15-2022/helpdesk_bios?model2Name=FX517ZM

    .

    .


    Standard Disclaimer: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.

    Was this answer helpful?

    1 person found this answer helpful.

  2. AI answer

    2026-04-18T06:24:49.88+00:00

    Use the Secure Boot recovery process to repair the Secure Boot state, then re‑enable it.

    1. Turn off Secure Boot in UEFI
      • Enter the ASUS UEFI/BIOS (for example by pressing F2/Del at power‑on).
      • Locate Secure Boot and set it to Disabled.
    2. Reset Secure Boot keys to factory defaults
      • In the same Secure Boot section, use the option to Reset to factory defaults (or similar wording).
      • If both Clear and Reset options exist, use Reset, not Clear. The goal is to restore the OEM default Secure Boot variables and keys.
      • Save and exit, then let Windows boot normally.
    3. Repair EFI boot files (if Windows does not boot correctly)
      • If after resetting keys Windows fails to boot, start Windows from the system disk or from recovery media.
      • In Windows, open an elevated Command Prompt and run these commands one by one:
             mountvol S: /s
             del S:\*.* /f /s /q
             bcdboot %systemroot% /s S:
        
      • Confirm that bcdboot reports Boot files successfully created, then restart.
    4. Use Microsoft Secure Boot Recovery if “Invalid signature detected” persists
      • If enabling Secure Boot still produces “Secure Boot violation – invalid signature detected”, use the Secure Boot Recovery tool as described in the Q&A solution:
        • On the Windows system drive, go to C:\Windows\Boot\EFI and locate SecureBootRecovery.efi.
        • Prepare a USB stick formatted as FAT32.
        • On the USB, create folders EFI then inside it BOOT (both folder names in uppercase).
        • Copy SecureBootRecovery.efi into EFI\BOOT on the USB and rename it to bootx64.efi.
        • Boot the PC from this USB. A message similar to “Microsoft Secure Boot Recovery Version 1.0 … System will reboot in 10 seconds” should appear.
        • Allow the system to reboot back into Windows.
    5. Re‑enable Secure Boot
      • Boot into UEFI/BIOS again.
      • Ensure boot mode is UEFI (not Legacy/CSM) and that the Secure Boot keys are present/loaded.
      • Set Secure Boot to Enabled (or Windows UEFI mode on ASUS systems).
      • Save changes and exit.
      • If the PC fails to boot after enabling Secure Boot, disable it again and repeat the recovery steps, or contact the device manufacturer for further assistance.

    This sequence (reset keys → repair EFI boot files if needed → run SecureBootRecovery.efi from USB → re‑enable Secure Boot) is the documented way to clear an “invalid signature detected” state and restore a working Secure Boot configuration.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.