2017 年 3 月 10 日

[SOLVED] Boot Error 0xc0000098 on Windows 10

[SOLVED] Boot Error 0xc0000098 on Windows 10: The main cause of the Boot error 0xc0000098 is corrupted Boot Configuration Data (BCD). This means that Windows was not able to load operating system because the BCD file doesn’t contain any entry of it. The Boot Error 0xc0000098 is a Blue Screen of Death (BSOD) error which means your computer will abruptly restart and you won’t be able to Boot your PC, hence you are stuck.

Fix Boot Error 0xc0000098 on Windows 10

This is a fatal error as you won’t be able to access your PC and all the files on it but don’t worry we have listed different method in order to fix this issue. We will try to rebuild your BCD which will resolve this error and you will be to access your PC normally.

[SOLVED] Boot Error 0xc0000098 on Windows 10

So without wasting any time let’s see How to Fix Boot Error 0xc0000098 on Windows 10 with the help of the below-listed guide:

方法1:運行自動/啟動修復

1.插入 Windows 10 可啟動安裝 DVD 並重新啟動您的 PC。

2.當提示按任意鍵從 CD 或 DVD 啟動時,按任意鍵繼續。

按任意鍵從CD或DVD引導

3.選擇您的語言首選項,然後單擊下一步。 單擊修復 你的電腦在左下角。

修復您的計算機

4.在選擇選項屏幕上,單擊 疑難解答.

在Windows 10自動啟動修復中選擇一個選項

5.在疑難解答屏幕上,單擊 高級選項.

從故障排除畫面中選擇進階選項

6.在高級選項屏幕上,單擊 自動修復或啟動修復.

運行自動修復

7.等到 Windows 自動/啟動修復 完成。

8.重啟就成功了 Fix Boot Error 0xc0000098 on Windows 10, 如果沒有,請繼續。

另外,請閱讀 如何修復“自動修復”無法修復您的電腦。

Method 2: Repair your Boot sector or Rebuild BCD

1.使用上述方法使用Windows安裝盤打開命令提示符。

進階選項中的命令提示符

2.現在一一鍵入以下命令,並在每個命令後按回車鍵:

a) bootrec.exe /FixMbr b) bootrec.exe /FixBoot c) bootrec.exe /RebuildBcd

bootrec 重建bcd 修復mbr 修復啟動

3.如果上述命令失敗,則在cmd中輸入以下命令:

bcdedit /export C:BCD_Backup c:cd boot attrib bcd -s -h -r ren c:bootbcd bcd.old bootrec /RebuildBcd

bcdedit backup then rebuild bcd bootrec

4.最後,退出 cmd 並重新啟動 Windows。

方法 3:修復 Windows 映像

1.開啟命令提示字元並輸入以下命令:

DISM /在線/清理圖像/ RestoreHealth

cmd恢復健康系統

2.按 Enter 執行上述命令並等待流程完成,通常需要 15-20 分鐘。

備註: 如果上述命令不起作用,請嘗試以下命令: Dism /Image:C:offline /Cleanup-Image /RestoreHealth /Source:c:testmountwindows Dism /Online /Cleanup-Image /RestoreHealth /Source:c:testmountwindows /LimitAccess

3.After the process is completed restart your PC and see if this method was able to Fix Boot Error 0xc0000098 on Windows 10.

方法 4:運行 CHKDSK 和 SFC

1.Again go to command prompt using the method 1, just click on command prompt in the Advanced options screen.

進階選項中的命令提示符

2.在cmd中輸入以下指令,並在每個指令後按下回車鍵:

證監會 /scannow /offbootdir=c: /offwindir=c:windows chkdsk c: /r

Note: Make sure you use the drive letter where Windows is currently installed

chkdsk 檢查磁碟實用程式

3.Exit the command prompt and restart your PC.

Method 5: Repair install Windows

If none of the above solutions work for you then you can be sure that your HDD is fine but you may be seeing the error “Boot Error 0xc0000098 on Windows 10” because the operating system or the BCD information on the HDD was somehow erased. Well, in this case, you can try to Repair install Windows but if this also fails then the only solution left is to Install a new copy of Windows (Clean Install).

另請參閱如何修復 Windows 10 缺少 BOOTMGR

這樣你就成功了 Fix Boot Error 0xc0000098 on Windows 10 but if you still have any questions regarding this article feel free to ask them in them comment’s section.