T The Triage ManualTechnical Guides for IT Emergencies
P3 · Endpoint & Device Management

No Boot Device Found – Dell UEFI/Legacy Boot Mode and GPT/MBR Partition Mismatch

Dell computers display 'No Boot Device Found' or 'No Bootable Device' errors when the BIOS boot mode is switched between UEFI and Legacy without reformatting the drive, because GPT-partitioned drives are incompatible with Legacy/MBR boot mode and vice versa. The fix requires aligning the BIOS Boot List Option and Secure Boot setting with the drive's partition scheme, or reformatting and reinstalling the OS if a mode change is genuinely required. Reverting the BIOS to the original boot mode is the fastest recovery path when no partition change is needed.

Indicators

Likely causes

Diagnostic steps

  1. Restart the computer and press F2 repeatedly at the Dell splash screen to enter BIOS/UEFI Setup.
  2. Navigate to the Boot tab and note the current Boot List Option (UEFI or Legacy). Also check whether Secure Boot is enabled or disabled under the Security or Boot tab.
  3. Review the Boot Sequence list. If it is empty, the drive's partition table is likely incompatible with the currently selected boot mode.
  4. If the system can be booted temporarily by reverting to UEFI mode, open a Command Prompt and run 'diskpart', then type 'list disk'. A GPT drive shows an asterisk (*) in the GPT column; no asterisk indicates MBR.
  5. Alternatively, open Disk Management (diskmgmt.msc), right-click the system disk, and select Properties. The Volumes tab shows the Partition Style as GPT or MBR.
  6. If the drive is GPT and UEFI mode is acceptable, revert the BIOS Boot List Option to UEFI, ensure Secure Boot is enabled, save and exit — this is the fastest resolution.
  7. If Legacy mode is genuinely required and the drive is GPT, back up all data, reformat the drive as MBR using diskpart ('clean', then 'convert mbr'), and reinstall the OS using Legacy/MBR-compatible boot media.
  8. If switching to Legacy mode, disable Secure Boot in BIOS before saving changes. Set Boot List Option to 'Legacy', save and exit, then boot from MBR-compatible installation media.
  9. After OS reinstallation or BIOS revert, confirm the system boots successfully and verify the boot sequence is correct in BIOS.

Resolution path

Prevention

Tools

References

DellLegacy BootUEFINo Boot Device FoundNo Bootable DeviceGPTMBRBIOSSecure BootBoot ModeBoot SequenceDisk PartitionWindowsOS InstallationBoot Failure