Hi vanguard478,
Welcome to the Microsoft Community. As per the problem description you get blue screen with error code 0xc0000221. Provide the following information:
· Have you made any changes on the computer prior to the issue?
· What is the make and model of the computer?
· What is the complete error message?
Follow these steps to use the Bootrec.exe tool in the Windows Recovery Environment (Win RE) to troubleshoot and repair startup issues in Windows:
To run the Bootrec.exe tool, you must start Windows RE. To do this, follow these steps:
a) Put the Windows 8 installation disc in the disc drive, and then start the computer.
b) Press a key when you are prompted.
c) Select a language, a time, a currency, a keyboard or an input method, and then click Next.
d) Click Repair your computer.
e) Click the operating system that you want to repair, and then click Next.
f) In the System Recovery Options dialog box, click Command Prompt.
g) Type Bootrec.exe, and then press ENTER.
Note: Use the Bootrec.exe tool to troubleshoot "Bootmgr Is Missing" issue. If rebuilding the BCD does not resolve the startup issue, you can export and delete the BCD, and then run this option again. By doing this, you make sure that the BCD is completely rebuilt.
To do this, type the following commands at the Windows RE command prompt:
- bcdedit /export C:\BCD_Backup
- c:
- cd boot
- attrib bcd -s -h -r
- ren c:\boot\bcd bcd.old
- bootrec /RebuildBcd
/FixMbr
The /FixMbr option writes a Windows 8 compatible MBR to the system partition. This option does not overwrite the existing partition table. Use this option when you must resolve MBR corruption issues, or when you have to remove nonstandard code from the MBR.
/FixBoot
The /FixBoot option writes a new boot sector to the system partition by using a boot sector that is compatible with Windows 8. Use this option if one of the following conditions is true:
- The boot sector was replaced with a nonstandard Windows 8 boot sector.
- The boot sector is damaged.
- An earlier Windows operating system was installed after Windows 8 was installed. In this scenario, the computer starts by using Windows NT Loader (NTLDR) instead of Windows Boot Manager (Bootmgr.exe).
/ScanOs
The /ScanOs option scans all disks for installations that are compatible with Windows 8. Additionally, this option displays the entries that are currently not in the BCD store. Use this option when there are Windows 8 installations that the Boot Manager menu does not list.
/RebuildBcd
The /RebuildBcd option scans all disks for installations that are compatible with Windows 8. Additionally, this option lets you select the installations that you want to add to the BCD store. Use this option when you must completely rebuild the BCD. WAZOO
Hope this helps. Let us know if you need further assistance.
Thanks.