Fix UEFI that will not boot
We'll check boot order, disable Secure Boot, and repair the EFI partition—or tell you when to escalate.
What you'll need
- Recovery USB (Windows or Linux) for EFI repair
- Access to UEFI setup
Step-by-step diagnostic
Quick triage — pick your path
Quick triage — pick your path
Choose the option that matches what you see. You can jump straight to that section.
Show full guide
Steps
Goal: Confirm where the boot stops, check boot order, disable Secure Boot, and repair the EFI partition if needed.
- Power on and watch the output. Note whether you see “No bootable device,” the UEFI logo, or a black screen.
- Good: You know where it stops. Proceed to Check boot order.
- Bad: The system boots—no problem.
Check boot order
Goal: Set the OS or Windows Boot Manager as the first boot device.
- Enter UEFI (F2, Del, F1, or Esc at power-on). Open Boot or Startup Options.
- Move “Windows Boot Manager” or the OS name to the top of the boot order. Save and exit (usually F10).
- Reboot. Confirm the system tries to boot the OS.
Disable Secure Boot
Goal: Temporarily disable Secure Boot if it blocks the OS.
- Enter UEFI. Find “Secure Boot” (often under Security or Boot). Disable it.
- Save and exit. Reboot. If the OS boots, Secure Boot was blocking it. Re-enable after the OS is working if needed.
Repair EFI
Goal: Repair the EFI partition and boot loader.
- Boot from a recovery USB (Windows or Linux). For Windows: run
bootrec /fixmbr,bootrec /fixboot,bootrec /rebuildbcd. For Linux: chroot, rungrub-install --target=x86_64-efi --efi-directory=/boot/efi, thenupdate-grub. - Reboot. Confirm the system boots to the OS.
When to get help
Escalate if:
- You have corrected boot order, disabled Secure Boot, and repaired the EFI partition but the system still does not boot.
- The disk may have failed or the firmware may need an update.
Provide: PC model, UEFI version, and steps tried.
Verification
- The system boots to the OS (Windows or Linux).
- No “No bootable device” or UEFI hang.
- Boot order and EFI partition are correct.
Escalation ladder
Work from the device outward. Stop when the problem is fixed.
- Boot order Set OS or Windows Boot Manager first in UEFI.
- Disable Secure Boot Disable Secure Boot temporarily in UEFI.
- Repair EFI Boot from recovery USB; run bootrec or grub-install.
- Escalate Provide PC model, UEFI version, steps tried.
What to capture if you need help
Before calling support or posting for help, have these ready. It speeds everything up.
- PC model and manufacturer
- UEFI version
- Last visible message
- Steps already tried
Where does the boot stop?
UEFI logo, "No bootable device," or black screen—each points to a different fix.
No bootable device UEFI logo or other
You can change your answer later.
Is the OS first in boot order?
Windows Boot Manager or the OS should be first.
You can change your answer later.
Reboot and test
Is Secure Boot enabled?
Secure Boot can block unsigned boot loaders.
You can change your answer later.
Disable Secure Boot
Repair EFI partition
Reviewed by Blackbox Atlas
Frequently asked questions
- Why would UEFI not boot?
- Wrong boot order, Secure Boot blocking the OS, missing or corrupted EFI boot entry, or a failed EFI partition. Check boot order and Secure Boot first, then repair the EFI partition.
- Can I fix UEFI boot without reinstalling?
- Yes. Boot from a recovery USB, mount the EFI partition, and repair or reinstall the boot loader (e.g. bcdedit for Windows, grub-install for Linux). No need to reinstall the OS.
- When should I escalate a UEFI boot failure?
- If you have corrected boot order, disabled Secure Boot, and repaired the EFI partition but the system still does not boot. The disk may have failed or the firmware may need an update.
Rate this guide
Was this helpful?
Thanks for your feedback.