This pattern usually means Secure Boot is blocking the current boot files or Secure Boot configuration, so the device falls through to other boot paths such as IPv4/PXE. Since Windows starts normally with Secure Boot off, use this recovery path:
- Keep Secure Boot disabled for now so Windows can start.
- Enter the UEFI/BIOS menu and reset Secure Boot keys to factory defaults if that option exists. Use Reset, not Clear, when both are present.
- Start Windows, open Command Prompt as Administrator, and rebuild the EFI boot files:
Expected result:Mountvol s: /s del s:\*.* /f /s /q bcdboot %systemroot% /s S:Boot files successfully created.Warning: thedel s:\*.* /f /s /qcommand deletes files from the EFI system partition before recreating the Windows boot files. Run the commands exactly as shown and only from an elevated command prompt. - Restart and test again with Secure Boot enabled.
- If the device still fails only when Secure Boot is enabled, reset BIOS/UEFI settings to defaults, then confirm the system is using UEFI mode rather than legacy/CSM mode before enabling Secure Boot. Switching firmware modes can introduce complications, so avoid changing boot mode unless required by the firmware configuration.
- If Secure Boot was reset to defaults after recent Secure Boot mitigations or firmware changes, use the Microsoft recovery app from updated media:
- On a device with the required update installed, create a FAT32 USB.
- Run these commands in an elevated command window, assuming the USB is
D::md D:\EFI\BOOT copy C:\windows\boot\efi\securebootrecovery.efi D:\efi\boot\bootx64.efi - Boot the affected device from that USB, then re-enable Secure Boot and test Windows startup again.
- If recovery still fails, reinstall Windows from recovery media, then re-enable Secure Boot.
About the missing UEFI option: Secure Boot settings are controlled in firmware, and software cannot change them. On many PCs, the setting is under Security, Boot, or Authentication in BIOS/UEFI rather than in the one-time boot menu. A separate “UEFI” entry may also not appear if the firmware already uses UEFI mode.
To get back into firmware from Windows:
- Hold Shift while selecting Restart.
- Go to Troubleshoot > Advanced Options > UEFI Firmware Settings.
If the PC still cannot boot with Secure Boot enabled after rebuilding boot files and resetting Secure Boot keys, contact the device manufacturer.
References: