OS troubleshooting Flashcards
OS not found error?
Implies no hard drive
Bootmgr not found?
Implies OS is there, but mootmgr/bcd is busted
What is bcd
Boot configuration data - holds Bootmanager and boot loader information for each OS in the system. No BCD, no OS.
What is a likely cause for a no boot device found error?
A USB messing up boot order
What is win RE
Windows recovery environment - holds troubleshooting tools to fix your shit
What are two methods to enter win RE
Installation media
Spam restarting
You can’t access bootrec commands in a command prompt while signed into windows. Why?
It’s only available in win RE
What does bootrec cmds do?
Fixes MBR, Bootmanager, bootloader, etc.
What does bootrec /fixboot do?
Rebuilds boot sector
What does bootrec /mbr do?
Fixes mbr
What does bootrec /rebuild mbr do
Searches for any OS installations that aren’t currently within the BCD list and gives you options for adding them manually.
What is a boot sector?
The part of a disk that holds the items necessary to boot an OS. This is what BIOS looks for upon start up.
Bios > Boot sector. Boot sector contains mbr, bootmgr, etc.
What does bcdedit do if typed into cmd
Shows your info on your boot manager and boot loader. Combined, this is your bcd.
How do you export your bcd data in cmd?
bcdedit /export [filename] you import the same way
What dangerous diskpart command will wipe your drive of all partitions and data. A last resort.
diskpart
clean