220-802 · Question #990
A computer's first boot device is set to CD-ROM drive, but there is no bootable disk inserted in the CD-ROM. Which of the following will occur?
The correct answer is C. The system will attempt to boot from the next device listed in the boot options of the BIOS. Standard BIOS and UEFI firmware behavior is to check each device in the configured boot order sequentially; if the first device (CD-ROM) contains no bootable media, the firmware automatically moves on to the next listed device.
Question
A computer's first boot device is set to CD-ROM drive, but there is no bootable disk inserted in the CD-ROM. Which of the following will occur?
Options
- AThe system will restart until a bootable media is inserted in the CD-ROM drive.
- BThe system will hang and the "Non-bootable device found" error message will appear on the
- CThe system will attempt to boot from the next device listed in the boot options of the BIOS.
- DThe system will hang and the "Operating System missing" error message will appear on the
How the community answered
(34 responses)- A3% (1)
- B3% (1)
- C94% (32)
Why each option
Standard BIOS and UEFI firmware behavior is to check each device in the configured boot order sequentially; if the first device (CD-ROM) contains no bootable media, the firmware automatically moves on to the next listed device.
The BIOS does not enter an infinite loop waiting for bootable media in a specific drive; it proceeds to the next device in the boot sequence.
A 'Non-bootable device found' error halt would only occur on specific older BIOS implementations; standard behavior is to try the next device.
BIOS firmware reads the boot order list and attempts each device in sequence. When no bootable disc is detected in the CD-ROM drive, the BIOS moves to the next entry, such as the hard drive, without user intervention. This design allows systems to boot normally even when non-bootable removable media is present or a drive is empty.
An 'Operating System missing' error appears only when no device in the entire boot order contains a valid bootable partition, not when a single device is skipped.
Concept tested: BIOS sequential boot order fallback behavior
Source: https://learn.microsoft.com/en-us/windows-hardware/drivers/bringup/boot-and-uefi
Topics
Community Discussion
No community discussion yet for this question.