Secure Boot Invalid Signature
Error message: ``
Jake received this error message on his msi-laptop-1 machine and eventually figured out a resolution.
Disable Secure Boot
- Shutdown the computer.
- Power on the computer.
- While booting, repeatedly press the
delkey to get into the BIOS menu. - Navigate to Security > Secure Boot and attempt to disable it.
Secure Boot Controls Disabled (greyed-out)
If the Secure Boot controls are disabled or greyed out, as they were for Jake, you should be able to enable the controls by booting into an installation media temporarily:
- Prepare a USB Windows Installation Media.
- Boot into the USB Windows Installation Media.
- Choose "Repair my machine".
- Close the menu and reboot.
- Follow the steps to Disable Secure Boot, which should now be available.
Fix EFI Configuration
Instructions adapted from this article.
- After disabling Secure Boot, you should be able to boot into Windows.
- Prepare a USB drive by formatting it to FAT32 and ensuring the device is empty.
- Create a folder structure on the USB drive matching
E:\EFI\BOOT\. - Navigate to
C:\Windows\Boot\EFI\and locate theSecureBootRecovery.efifile. - Copy the
SecureBootRecovery.efifile into the USBE:\EFI\BOOT\directory and rename the file tobootx64.efi. - Reboot the computer and repeatedly press
F11to access the boot menu - Choose the USB device we just formatted.
- Wait for the computer to reboot automatically.
- Verify you can boot into Windows.
- Boot into BIOS again to re-enable Secure Boot.
- Verify you can still boot into Windows.