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.Press any key to boot from CD or DVD というプロンプトが表示されたら、任意のキーを押して続行します。

CDまたはDVDから起動するには、任意のキーを押します

3.言語設定を選択し、[次へ] をクリックします。 [修復]をクリックします 左下にあるコンピュータ。

お使いのコンピュータを修復

4.オプションの選択画面で、 解決します.

Windows 10の自動スタートアップ修復でオプションを選択してください

5.トラブルシューティング画面で、 高度なオプション.

トラブルシューティング画面から詳細オプションを選択します

6.[詳細オプション] 画面で、[ 自動修復またはスタートアップ修復.

自動修復を実行する

7. まで待ちます Windows 自動/スタートアップ修復 コンプリート。

8.再起動すると、正常に完了しました Fix Boot Error 0xc0000098 on Windows 10, if not, continue.

また、読む 自動修復を修正する方法 PC を修復できませんでした。

Method 2: Repair your Boot sector or Rebuild BCD

1.上記の方法を使用して、Windows インストール ディスクを使用してコマンド プロンプトを開きます。

詳細オプションからのコマンド プロンプト

2.次のコマンドを XNUMX つずつ入力し、それぞれの後に Enter キーを押します。

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

bootrec buildbcd fixmbr fixboot

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 /オンライン/クリーンアップ -  Image / 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 に次のコマンドを入力し、各コマンドの後に Enter キーを押します。

sfc /scannow /offbootdir=c: /offwindir=c:windows chkdsk c: /r

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

chkdsk check disk utility

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.