Boot Process & Recovery Tools

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/29

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:34 PM on 6/17/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

30 Terms

1
New cards

What does firmware do when a computer starts?

Runs POST to verify system components are present and functioning correctly, identifies a boot device, and passes control to the operating system's boot loader process

2
New cards

What does POST verify?

System components are present and functioning correctly

3
New cards

In a legacy BIOS boot, what does the firmware read from the boot device first?

Master boot record (MBR) in the first sector of the disk

4
New cards

In legacy BIOS boot, what does the MBR identify?

The boot sector for the partition marked as active

5
New cards

In Windows legacy BIOS boot, what loads the boot manager, and what is the boot manager file?

The boot sector; BOOTMGR.EXE

6
New cards

What does BOOTMGR.EXE read, and what does that file identify?

Boot configuration data (BCD) file; operating systems installed on the computer

7
New cards

Where are BOOTMGR and the BCD normally installed?

Hidden System Reserved partition

8
New cards

If there is only a single Windows installation, what does the boot manager load and where is it stored?

WINLOAD.EXE stored in the system root folder on the boot partition

9
New cards

If there is more than one OS installation, what does the boot manager do?

Shows a boot menu allowing the user to select the installation to boot

10
New cards

What does WINLOAD load before control is passed to the kernel?

NTOSKRNL.EXE, HAL.DLL, and boot device drivers

11
New cards

After the kernel initializes and starts loading the required processes, which process waits for the user to authenticate?

WINLOGON

12
New cards

In UEFI boot mode, what does the firmware read after POST?

GUID partition table (GPT) on the boot device

13
New cards

What does the GPT identify in UEFI boot mode?

EFI System Partition

14
New cards

What does the EFI System Partition contain?

EFI boot manager and the BCD

15
New cards

Under what path does each Windows installation have a subfolder in UEFI boot mode, and what does it contain?

\EFI\Microsoft\ ; a BCD and BOOTMGFW.EFI

16
New cards

What does BOOTMGFW.EFI use the BCD for?

To identify whether to show a boot menu and to find the location of WINLOAD.EFI

17
New cards

After BOOTMGFW.EFI finds WINLOAD.EFI, how does the boot process continue?

Windows boot loader continues by loading the kernel, as described previously

18
New cards
What do you need to use to troubleshoot boot issues?
options and recovery tools to access an environment in which to run tests and attempt fixes
19
New cards
What does the Advanced Boot Options menu allow?
selection of different startup modes for troubleshooting
20
New cards
When are startup options displayed automatically?
if the system cannot start the OS
21
New cards
How do you access startup options with BIOS boot?
press F8 before the OS loads
22
New cards
How do you access boot options with UEFI?
hold the SHIFT key when selecting Restart from the Power menu on the lock screen
23
New cards
How do you access Advanced Boot Options in Windows 11?
Settings -> System -> Recovery -> Advanced startup -> Restart Now
24
New cards
What path opens Startup Settings from the first Choose an option screen?
Troubleshoot -> Advanced options -> Startup Settings -> Restart
25
New cards
Which key selects Safe Mode?
F4
26
New cards
What does Safe Mode load?
only basic drivers and services required to start the system
27
New cards
What can you boot from if you cannot boot the computer or access startup options from the local installation?
product media, a repair disk, or a recovery partition
28
New cards
What might you have to configure in BIOS or UEFI setup?
recovery media as the priority boot device
29
New cards
Which option can fix damaged boot files in the recovery environment?
Startup Repair
30
New cards
Which commands can you run from the Windows Recovery Environment command prompt?
diskpart, sfc, chkdsk, bootrec, bcdedit, regedit