Why is the system unable to find any bootable devices?
Why is the system unable to find any bootable devices?
3 Answers

Having trouble with your computer flashing the dreaded ‘the system cannot find any bootable devices’ message? Don’t sweat it—we’ve got a bunch of things you can try to sort this out:
1. Give Those BIOS/UEFI Settings a Quick Peek:
Start by restarting your computer and hitting that magic key to enter the BIOS/UEFI settings—usually F2, F12, Delete, or Esc, depending on your machine.
- Double-check that your SSD, HDD, or USB is getting the attention it deserves and is listed properly in the boot sequence.
- Make sure you’ve got the right boot mode selected (usually Legacy or UEFI) for your setup.
2. Get Hands-On with Physical Connections:
Turn off your computer and unplug it. It’s time for some hands-on detective work.
- Crack open the case and check those cables—make sure they’re all snug and secure.
- If any cables are looking worse for wear, switch them out for new ones.
3. Noticed Something Odd with Your Drive? Check Its Health:
If your drive seems to be ghosting you, connect it to another computer to investigate with tools like CrystalDiskInfo.
- If it’s not in good shape, you might have to bite the bullet and get a replacement.
4. Tackle the Master Boot Record (MBR):
Grab a Windows installation media (USB or DVD) and boot your computer from it.
- Go for ‘Repair your computer,’ then ‘Troubleshoot,’ and hit ‘Command Prompt.’
- Type in these magical commands:
bootrec /fixmbr bootrec /fixboot bootrec /scanos bootrec /rebuildbcd
5. It’s Driver Time—Update or Reinstall Them:
If you can, boot into Safe Mode with F8 during startup.
- Pop open Device Manager and bring those storage controller drivers up to date.
- If things are still wonky, grab fresh drivers from the manufacturer’s website.
6. Give Startup Repair a Shot:
With a Windows installation media in hand, go to ‘Repair your computer,’ ‘Troubleshoot,’ and finally ‘Startup Repair.’
- Follow along with the instructions they give you.
7. Software Glitches? Fix ‘Em Up:
If something you installed recently is throwing a wrench in the works, roll back using System Restore.
- Hit up ‘Repair your computer’ through Windows media and grab ‘System Restore.’
Hopefully, these tips will have you back in action in no time. But if you’re still stuck, it’s probably time to dial up a tech guru to lend a hand.

So, you’re staring at a screen with the dreaded “The system cannot find any bootable devices” error. Frustrating, right? It’s basically your computer’s way of saying, “Hey, I can’t find where to start up from!” This hiccup can pop up for a few reasons, and getting to the bottom of it usually means rolling up your sleeves for some good ol’ troubleshooting. Here’s how you can tackle this so it’s less of a headache.
Why’s This Happening?
First off, let’s get to the root of the problem:
- BIOS/UEFI Mischief: Sometimes, the settings in your BIOS or UEFI are being sneaky, misconfigured, leaving your system clueless about boot devices.
- Hard Drive Drama: Your hard drive or SSD might have thrown a little tantrum, with physical disconnects or even failures.
- Boot Files M.I.A.: If the boot files on Windows are MIA or corrupted, your computer’s basically stuck at the starting line.
- Boot Order Fumbles: If your computer’s not looking in the right place first, it’s like having a map to the wrong destination in its BIOS/UEFI menus.
Let’s Get Fixing!
Here are some steps you can try, one by one, to clear that error off your screen:
Step 1: Check Those Connections
Who knew it could be this straightforward? Start with the basics:
- Turn off your machine and unplug it. No need to risk a shock, right?
- If you’ve got a desktop, crack it open. If it’s a laptop, get into the drive compartment.
- Wiggle those cables—make sure every connection’s snug like a bug in a rug. If your drives fancy SATA, you’ve got two cables: power and data. Make ‘em tight.
Step 2: Tweak BIOS Settings
Sometimes, a tweak in BIOS is all you need:
- Reboot, and as it starts, hit keys like F2, F10, Delete, or Esc—depends on who made your computer.
- Inside BIOS:
- Turn Off Secure Boot: It might be restrictive. Find the “Security” tab and give it the boot.
- Enable CSM: Compatibility Support Module is your buddy for older gear.
- Shuffle Boot Order: Make sure your main hard drive or SSD is the first one on the boot list.
Step 3: Set Active Partition
If the system partition is playing hard to get, let’s activate it:
- Boot up with some Windows installation media, like a USB or DVD.
- Go for “Repair your computer” > “Troubleshoot” > “Advanced options” > “Command Prompt.”
- Type this into the command prompt:
diskpart list disk select disk 0 # Swap '0' for your disk number list partition select partition X # Swap 'X' for your system partition number active exit
Step 4: Repair That Boot Sector
If the Master Boot Record (MBR) is messed up, a repair might just do the trick:
- Time for more Command Prompt with Windows media.
- Run these commands:
bootrec /fixmbr bootrec /fixboot bootrec /scanos bootrec /rebuildbcd
Step 5: New Windows Adventure
If you hit a wall with the other steps, a fresh Windows installation might be your best bet:
- Use another computer to whip up a Windows installation USB.
- Pop it into your stubborn PC and adjust BIOS to boot from USB.
- Follow the install prompts and start fresh.
By following these steps, you’ll likely banish that pesky boot error. Good luck getting your computer up and running—sometimes it’s just about trying one thing at a time ’til you find what sticks!

Sorting Out “The System Can’t Find Any Bootable Devices” Fuss
If your computer throws up the dreaded “The system can’t find any bootable devices” error when trying to boot up, don’t panic just yet. What this usually means is that your computer’s BIOS or UEFI isn’t spotting a bootable drive with the operating system. This can be due to hardware hiccups, messed-up settings, or scrambled system files. Let’s dive into the nitty-gritty of what could be causing the problem and—more importantly—how you can kick it to the curb.
1. Hardware Headaches
Here are a couple of things that might be going wrong:
- Loose or dodgy connections: Yep, it happens. The hard drive or SSD could be disconnected, not sitting pretty, or just plain broken.
- Drive meltdown: The boot drive might have bitten the dust due to some physical damage or wear and tear.
What can you do?
- Get your hands dirty and check those connections:
- Shut down your computer, crack open the case, and re-plug those SATA or power cables. And if you’re dealing with an NVMe SSD, make sure it’s snugly fit in its M.2 slot.
- Give that drive a go on another machine: If it’s still not showing up, sadly, it might be time for a new one.
2. BIOS/UEFI Mix-Up
Here’s a potential glitch:
- Your BIOS/UEFI might be giving preference to devices that can’t boot up over the boot drive itself, like USBs or optical drives.
Fix it up:
- Hop into your BIOS/UEFI settings:
- When you’re restarting, hit that F2, Del, or Esc key—you need to be quick though, timing is everything here!
- Adjust who gets first dibs:
- Go to the Boot tab and make sure that the main storage drive is the one showing up first.
- Don’t forget to save the changes with F10 and exit.
3. Corrupted Boot Records
Here’s what might be going awry:
- So, your Master Boot Record (MBR) or boot sector might have got trashed by improper shutdowns, pesky malware, or a disk error.
How to repair the damage:
- Fix things up using the Windows Recovery Environment:
- Whip out that Windows installation USB or DVD.
- Hit Repair your computer then Troubleshoot and finally Command Prompt.
- Run these magic commands:
bootrec /fixmbr bootrec /fixboot bootrec /scanos bootrec /rebuildbcd
- Time for a restart.
4. Secure Boot or Legacy/UEFI Mode Squabble
What might be happening here:
- Secure Boot antics: Your system might be tripping over itself due to incompatibility with non-UEFI-compliant drives or OSes.
- Legacy vs. UEFI mismatch: Your drive’s partition style (MBR/GPT) might be fighting with your BIOS settings.
Ways to sort it out:
- Turn off Secure Boot:
- Head over to Security or Boot, then Secure Boot Control, and set that sucker to Disabled.
- Switch on Compatibility Support Module (CSM):
- Adjust BIOS to enable CSM or Legacy Mode if your drive is clinging to MBR partitioning.
- Convert the partition style:
- For UEFI systems, the drive should strut as GPT—use Diskpart or EaseUS Partition Master to sort it out.
5. Missing or Mangled OS Files
What’s firing up this issue:
- Maybe the OS was accidentally deleted, wrecked, or just didn’t bother to show up.
Here’s your play:
- OS Reinstall Time:
- Whip up a bootable Windows USB or DVD with the Media Creation Tool at your side.
- Boot from the media and let the system guide you through getting Windows back on track.
6. Got Overzealous with Disk Cleaning
Here’s the snafu:
- Oops! The drive might have been wiped by accident—Diskpart’s clean command does pack a punch.
Here’s what to do:
- Bring back the essentials, if possible: Bust out some data recovery software like EaseUS Data Recovery Wizard to help you out.
- Get the drive ready again:
- In Windows Setup, pick your drive, slap on new partitions, and start the installation process again.
7. BIOS/UEFI Firmware Jitters
What could be messing things up:
- Outdated or cranky BIOS firmware.
The fix is simple:
- Time for a BIOS update:
- Grab the fresh BIOS version from your manufacturer’s site and follow their instructions to get it flashed.
Some Extra Pointers:
- Take a peek with a live Linux USB: See if the drive shows up in another OS environment.
- Don’t forget the backup game: Keep your files safe to avoid nasty surprises while you troubleshoot.
Tackling these potential roadblocks should put you ahead in the game and get your system humming again. If it turns out your hardware has bitten the dust, call in the pros or gear up for a replacement.