Troubleshooting OSes Flashcards

1
Q

The installation program for Windows

A

Windows Preinstallation Environment (WinPE/Windows PE)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A special set of tools in the Windows setup that enables you to access troubleshooting and repair features

A

Windows Recovery Environment (WinRE/Windows RE)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A one-stop, do-it-all troubleshooting option that performs a number of boot repairs automatically

A

Startup Repair

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Utility in Windows that enables you to return your PC to a recent working configuration when something goes wrong. It enables you to select a restore point and then returns the computer’s system settings to the way they were at that restore point - all without affecting your personal files or e-mail

A

System Restore

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Tool that restores a system after a catastrophe using a default image containing the OS settings, network settings, and apps

A

System Image Recovery

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Command that is a WinRE troubleshooting and repair tool that repairs the master boot record, boot sector, OR BCD store

A

bootrec command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Rebuilds the boot sector for the active system partition

A

bootrec /fixboot

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Rebuilds the master boot record for the system partition

A

bootrec /fixmbr

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Looks for Windows installations not currently in the BCD store and shows you the results without doing anything

A

bootrec /scanos

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Looks for Windows installations not currently in the BCD store and gives you the choice of adding them to the BCD store

A

bootrec :rebuildmbr

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

A tool that shows how Windows boots; shows the boot options when run by itself

A

bcedit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Section of bcedit that describes the location of bootmgr

A

Windows Boot Manager

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Section of bcedit that describes the location of the winload .exe file

A

Windows Boot Loader

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Exports a copy of the BCD store to a file

A

bcedit /export

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Imports a copy of the BCD store back into the store

A

bcedit /import

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

A fully featured partitioning tool included in the command prompt that lacks the safety features built into Disk Management

17
Q

Provides a detailed query about the drive and volumes

18
Q

Tells you if Windows considers the drive to be “dirty” (need to run autochk at the next reboot). When Windows detects an error in the file system for a drive, it flags that drive as a dirty drive/volume. The disk checking utility autochk runs after a reboot and before Windows loads and will correct errors in the file system of a drive

A

fsutil dirty

19
Q

Run a basic version of chkdsk without rebooting

A

fsutil repair initiate

20
Q

Option that enables you to access the system setup utility when you restart your computer via the Recovery option in Settings

A

UEFI Firmware settings

21
Q

Option in Windows 8/8.1 that equates to “Keep my files” in Windows 10 when resetting PC

22
Q

Option in Windows 8/8.1 that equates to “Remove everything” in Windows 10 when resetting PC

23
Q

Two common boot managers for Linux

A

GRUB and LILO

24
Q

The Linux equivalent of a Blue Screen of Death (BSoD). An error from which the OS can’t recover without a reboot

A

Kernel Panic

25
Starts up Windows but loads only very basic, non-vendor specific drivers for mouse, 800x600 (Win 7) or 1024x768 (Win 8/8.1/10) resolution monitor, keyboard, mass storage, and system services
Safe Mode
26
Identical to safe mode but with network support
Safe Mode with Networking
27
Rather than loading the GUI desktop, it loads the command prompt as the shell to the OS after you log on
Safe Mode with Command Prompt
28
Selecting this option starts Windows normally and creates a log file of the drivers as they load into memory. The file is named Ntbtlog.txt and is saved in the %SystemRoot% folder
Enable Boot Logging
29
Selecting this option starts Windows normally but only loads a default video driver
Enable Low-Resolution Video
30
Option used specifically when new device drivers cause failures on reboot
Last Known Good Configuration
31
Only applies to Active Directory domain controllers and only Windows Server versions can be domain controllers. Will boot into Safe Mode if ran on any other version of Windows
Directory Services Restore Mode
32
Selecting this option, Windows starts in kernel debug mode. Must be connected to another computer via a serial connection and as Windows starts up, a debug of the kernel is sent to the second computer which must also be running a debugger program
Debugging Mode
33
Selecting this option stops the computer from rebooting on Stop errors which gives the opportunity to write down the error and hopefully fix the file
Disable Automatic Restart on System Failure
34
Utility made available in Windows as an MMC snap-in that enables users to monitor and audit various system events, including network bandwidth usage and CPU utilization
Event Viewer
35
Enables the OS to make backups of any file, even one that is in use. Used for Windows’ System Protection feature, enabling you to access previous versions of any data file or folder
Volume Shadow Copy Service (VSS)