A desktop computer running Windows 11 fails to boot after a user attaches a new external USB hard drive intended for system backups. Upon powering on the system, a black screen appears with the message 'No bootable device found. Press any key to restart.' The technician disconnects the external drive, and Windows boots normally. Which of the following is the most likely cause of this boot failure?
- The boot order in the system's UEFI/BIOS is set to check removable USB storage prior to the internal OS drive.Cevap
- BThe Boot Configuration Data (BCD) store on the internal storage drive has corrupted boot entries.
- CThe external hard drive requires a boot sector repair using the command bootrec /fixmbr.
- DThe system partition requires an offline System File Checker scan to repair winload.efi.
Cevap
The boot order in the system's UEFI/BIOS is set to check removable USB storage prior to the internal OS drive.
The system attempting to boot from an external USB drive before checking the internal hard drive is a common cause of 'No bootable device found' errors. Because the external drive contains only backup data and no operating system, the firmware cannot find a bootable loader on that drive. Disconnecting the drive allows the firmware to fall back to (or directly target) the internal drive containing Windows, which boots successfully.
Adım Adım Çözüm
Anahtar Kavram
Improper UEFI/BIOS boot sequence leading to false missing boot device errors when external drives are connected.