3.1 Troubleshooting Windows Flashcards
Given a scenario, troubleshoot common Windows OS problems
Where is the MBR always located?
In the first sector of the disk
What does the UEFI check when doing a power on self-check?
GUID partition table
What is the point of a power on self-check?
To verify that all the system components are working properly
When it executes, which steps does bootmgr.exe perform?
- Reading the BCD file
- Reading files referred to by the BCD (WIM image and ramdisk SDI path)
Which system file loads essential device drivers?
winload.exe
Why could the GUI fail to load or a black screen appear?
Because the boot order was set incorrectly
Which error would you get if the selected boot drive has no OS installed?
“No OS found”
List the order of the first five files/processes to run when a PC is booted up
- bootmgr.exe
- winload.exe
- Kernel
- Hardware abstraction layer
- Boot device drivers
Which command would you use to remove nonstandard code/fix corruption in the MBR?
bootrec /fixmbr
bootrec /fixboot does what?
Writes a new boot sector to the system partition
What bootrec command would you use if the boot sector is damaged?
bootrec/ fixboot
If you see the startup message “bootmgr is missing,” which command might you run to fix this?
bootrec /rebuildbcd
What tool would you use to mark the system partition as active?
Diskpart command
List 3 different boot recovery tools
- Advanced Boot Options
- Startup Repair
- WinRE
What could you do if problems were caused by a system update?
Rollback the update