Original post : 0x0000007B (INACCESSIBLE BOOT DEVICE): Fix for Windows XP, Vista, 7, 8, 8.1, 10.
A problem has been detected and Windows has been shut down to prevent damage to your computer. If this is the first time you've seen this Stop error screen, restart your computer. If this screen appears again, follow these steps: Check for viruses on your computer. Remove any newly installed hard drives or hard drive controllers. Check your hard drive to make sure it is properly configured and terminated. Run CHKDSK /F to check for hard drive corruption, and then restart your computer. Technical information: *** STOP: 0x0000007B (0xFFFFF880009AE7E8, 0xFFFFFFFFC0000034, 0x0000000000000000, 0x0000000000000000)
A problem has been detect and Windows has been shut down to prevent damage to your computer. INACCESSIBLE_BOOT_DEVICE If this is the first time you've seen this Stop error screen, restart your computer. If this screen appears again, follow these steps: Check to make sure any new hardware or software is properly installed. If this is a new installation, ask your hardware or software manufacturer for any Windows updates you might need. If problems continue, disable or remove any newly installed hardware or software. Disable BIOS memory options such as caching or shadowing. If you need to use Safe Mode to remove or disable components, restart your computer, press F8 to select Advanced Startup Options, and then select Safe Mode. Technical information: *** STOP: 0x0000007B (0xF8975528, 0xc0000034, 0x00000000, 0x00000000)
Your PC ran into a problem and needs to restart. We're just collecting some error info, and then you can restart. (0% complete) If you'd like to know more, you can search online later for this error: INACCESSIBLE_BOOT_DEVICE
C:\
sfc /scannow /offbootdir=D:\ /offwindir=D:\Windows\
chkdsk C: /f
copy D:\i386\ntldr C:\ copy D:\i386\ntdetect.com C:\
D:\
boot.ini
bootcfg /rebuild
Bcdboot C:\Windows /s D:\
C:
md tmp copy c:\windows\system32\config\system c:\windows\tmp\system.bak copy c:\windows\system32\config\software c:\windows\tmp\software.bak copy c:\windows\system32\config\sam c:\windows\tmp\sam.bak copy c:\windows\system32\config\security c:\windows\tmp\security.bak copy c:\windows\system32\config\default c:\windows\tmp\default.bak
delete c:\windows\system32\config\system delete c:\windows\system32\config\software delete c:\windows\system32\config\sam delete c:\windows\system32\config\security delete c:\windows\system32\config\default
copy c:\windows\repair\system c:\windows\system32\config\system copy c:\windows\repair\software c:\windows\system32\config\software copy c:\windows\repair\sam c:\windows\system32\config\sam copy c:\windows\repair\security c:\windows\system32\config\security copy c:\windows\repair\default c:\windows\system32\config\default
exit
diskpart sel disk 0 list vol
sel vol 1
y:\
assign letter=y:
cd /d y:\EFI\Microsoft\Boot\
bootrec /fixboot
ren BCD BCD.backup
bcdboot c:\Windows /l en-us /s y: /f ALL