Difficulty: Easy
Correct Answer: BIOS/CMOS
Explanation:
Introduction / Context:
Choosing the order in which a PC searches devices for a bootable OS is fundamental to troubleshooting and deployment. This configuration resides in firmware settings rather than operating system startup files, so technicians must know where to make changes.
Given Data / Assumptions:
Concept / Approach:
The boot order is set in firmware configuration (BIOS or UEFI). The settings are stored in nonvolatile memory historically called CMOS. CONFIG.SYS, AUTOEXEC.BAT, and COMMAND.COM are operating-system components loaded after a boot device has already been selected; they do not decide which device is attempted first.
Step-by-Step Solution:
Verification / Alternative check:
Use a one-time boot menu to confirm device selection; if the firmware shows the new device order and the system boots accordingly, the change is in effect.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing firmware boot order with OS boot loader order; Secure Boot or UEFI-CSM settings interfering; forgetting to save changes before exit.
Final Answer:
BIOS/CMOS
Discussion & Comments