It’s a firmware prompt asking you to choose where the PC should start from—internal drive, USB, network, or another bootable device.
If your screen says What Does Select Boot Device Mean? you’re seeing a message from your PC’s firmware (UEFI or legacy BIOS). It appears when the system can’t find a default bootable target, or when you open the one-time boot menu on purpose. In short, the machine needs you to point at a valid boot device—like the Windows Boot Manager on your SSD, a USB installer, or a network loader.
Meaning Of The “Select Boot Device” Prompt
The prompt comes from firmware that initializes hardware, then hands control to a boot loader. With UEFI, that hand-off goes to entries stored in NVRAM (for example, “Windows Boot Manager”). With older BIOS mode, the firmware looks for boot code in disk sectors. If the pointer is missing or points to media that isn’t bootable, you get asked to pick a device.
In plain terms, the firmware is ready, the OS isn’t, and you’re being asked to choose the next step.
What Does Select Boot Device Mean?
The question “what does select boot device mean?” boils down to choosing the storage or network path that actually contains a system you can start. That can be your normal OS drive, a USB setup stick, or a recovery tool.
When You’ll See It
- You pressed a boot hotkey (often F12, F8, Esc, or a similar key) to open the one-time boot menu.
- The boot order puts an empty device first, so the firmware doesn’t find an OS.
- The internal drive is new, wiped, or corrupted.
- You’re installing or repairing an OS from a USB stick or network loader.
Common Boot Devices And When To Pick Each
The table below maps everyday choices to their best use cases. Pick the option that matches your task.
| Boot Device | What It Starts | Use It When |
|---|---|---|
| Windows Boot Manager | Installed Windows from your internal drive | Daily startup of your normal system |
| Internal NVMe/SATA Drive | Any OS installed directly on that disk | You run Linux, dual-boot setups, or a non-Windows loader |
| USB HDD/USB Key | Installer or live system on a thumb drive | Installing Windows or Linux, or running rescue tools |
| Optical Drive | Bootable DVD | Legacy media or vendor recovery discs |
| Network (PXE) | Network loader served by IT | Enterprise imaging, diagnostics over LAN |
| Recovery Partition | OEM/OS recovery utilities | Resetting or repairing the current install |
| UEFI Firmware Settings | Setup utility, not an OS | Changing boot order, toggling Secure Boot, device settings |
Modern PCs ship with UEFI, which replaced legacy BIOS and adds features like standardized boot entries and Secure Boot checks. Windows systems typically list “Windows Boot Manager” as the primary entry.
Quick Fixes If The Boot Menu Pops Up Uninvited
Set The Correct Boot Priority
Enter firmware setup and move your main OS entry—often “Windows Boot Manager”—to the top. Save and exit. This stops an empty USB reader or DVD drive from taking first place.
Remove Non-Bootable Media
Unplug stray USB sticks and external drives. If they don’t contain a bootable image, they can stall the search and trigger the prompt.
Plug USB Installers Into A Native Port
For install media, use a direct motherboard port. Some front-panel hubs can fail to initialize in time.
Rebuild Boot Files If Windows Won’t Start
If the device is correct but Windows still won’t load, you can repair boot files from recovery media with tools like BCDBoot. This copies fresh boot files to the system partition.
Check Secure Boot Settings
Secure Boot blocks unsigned boot loaders. If you’re using a third-party tool or an unsigned image, either use signed media or change the setting temporarily. Secure Boot verifies the chain from firmware through the Windows Boot Manager.
How To Create A Bootable USB The Right Way
When you need to pick a USB device in the menu, that stick must be truly bootable. Use a reliable guide to write the ISO to the drive. The official Ubuntu tutorial shows the steps with Windows tools such as Rufus or balenaEtcher; the same workflow applies to many ISOs.
You can also create media from Ubuntu itself. A bootable stick lets you install, try a live desktop, or run repair utilities without touching the internal disk.
Pick UEFI Mode When Possible
UEFI brings firmware menus with clearer boot entries, faster startup paths, and modern security features. Microsoft recommends UEFI mode for Windows installs; firmware can still provide legacy support for old images, but UEFI is the default on current PCs.
What You’re Selecting Behind The Scenes
On Windows PCs, the selection often points at the Windows Boot Manager. That component displays any OS choices and then hands control to the selected loader. If the entry is missing or damaged, the firmware can’t find the target, and you land in the device list.
UEFI Entries Versus Legacy Devices
UEFI stores entries like “Windows Boot Manager” or “UEFI: USB Flash Drive.” Legacy mode lists raw devices—“USB HDD,” “SATA0,” and so on—and looks for boot sectors. Mixing modes can confuse startup, so match your install media to the current firmware mode.
Troubleshooting Flow You Can Follow
1) Confirm The Drive Shows Up
Open firmware setup. Make sure the internal SSD/HDD is detected. If it’s missing, reseat cables or test in another machine.
2) Match Firmware Mode To The Install
Installing Windows for the first time? Pick UEFI mode. Devices that only support BIOS mode—like certain network environments—may require legacy.
3) Repair Windows Boot Files
From Windows recovery or a setup USB, run commands that recreate the boot store and loaders. BCDBoot can re-write the files needed for Windows to start.
4) Recreate The USB Stick
If an installer won’t appear, rebuild the stick with a verified guide. Bad writes or wrong partition schemes are common culprits.
5) Mind Secure Boot
Unsigned tools won’t pass the checks. Use signed media or adjust the setting only while you complete the task.
Pick The Right Entry In Real Scenarios
Here are practical picks for everyday tasks. This keeps the “select” step quick and painless.
| Scenario | Choose This | Why It Works |
|---|---|---|
| Normal daily startup | Windows Boot Manager | Loads the installed Windows loader cleanly |
| Fresh Windows install | UEFI: USB Flash Drive | Boots the UEFI installer on modern hardware |
| Linux live session | UEFI: USB Flash Drive | Starts a live desktop for testing or repair |
| Corporate imaging | Network (PXE) | Pulls an OS image from IT over the network |
| Drive shows, Windows won’t load | Windows Boot Manager → Repair media | Run recovery tools; rebuild boot files with BCDBoot |
| Unsigned tool blocked | Signed media or adjust Secure Boot | Meets firmware signature checks |
| Dual-boot pick | Windows Boot Manager (then select OS) | Lets the manager present your OS list |
| Older PC with BIOS only | USB HDD or Optical | Uses legacy boot sectors on those devices |
Answers To Frequent Sticking Points
“USB Isn’t Listed”
Rebuild the stick and be sure it’s written as bootable. Some boards hide empty entries; only valid media appears. The Ubuntu guide shows a reliable write path on Windows.
“Drive Shows, Boot Fails”
Your boot files may be missing. Use recovery to repair with BCDBoot, then set Windows Boot Manager first in the order.
“Secure Boot Blocked My Tool”
That’s by design. Secure Boot verifies images in the chain, starting at firmware. Use signed media or adjust settings temporarily, then switch the protection back on.
Where To Place Helpful Links Inside Your Article
Two official references that many readers appreciate:
- UEFI Or Legacy BIOS Mode (Microsoft Learn)—clear guidance on firmware modes.
- Create A Bootable USB On Windows (Ubuntu)—step-by-step write process for ISO images.
The Bottom Line On This Prompt
The phrase “what does select boot device mean?” points to a simple action: choose the place that actually holds a bootable loader, then fix the order so your PC doesn’t ask again. On UEFI systems, that’s usually “Windows Boot Manager.” For install or repair work, it’s your properly written USB stick. And if the loader breaks, tools like BCDBoot and the platform’s recovery options can bring it back.