Difficulty: Easy
Correct Answer: True
Explanation:
Introduction / Context:
Boot device selection depends on firmware capabilities. Many systems support booting from optical media for OS installation and recovery.
Given Data / Assumptions:
Concept / Approach:
When BIOS/UEFI supports a device as a boot source and the device contains bootable media, the firmware loads boot code from that medium. Optical boot has been standard for decades, using El Torito boot specification on BIOS systems and appropriate boot entries for UEFI.
Step-by-Step Solution:
Verification / Alternative check:
Most OS installers (Windows, Linux distributions) provide optical boot media. UEFI also supports optical boot with appropriate bootloaders.
Why Other Options Are Wrong:
Common Pitfalls:
Non-bootable discs, incorrect boot order, legacy/UEFI mode mismatches, or disabled optical controllers can prevent boot even if supported.
Final Answer:
True
Discussion & Comments