Windows 10は古いバージョンと比較して非常に安定していますが、悪名高い死のブルースクリーン(blue screen of death)はまだ残っています。カーネルデータのページインページエラーなどの重大な問題が発生すると、 Windowsは突然BSODをポップし、再起動します。(BSOD)
幸いなことに、BSODエラーは通常簡単に理解できます。カーネルデータのページインエラーは、コンピュータのメモリまたはハードドライブに問題があることを示しています。ハードディスクに不良セクタがあるか、物理接続に問題がある可能性があります。RAMモジュールが正しく取り付けられていない可能性があります。いずれにせよ、エラーはほとんどの場合ハードウェアに関連しているため、問題を解決できる可能性のある修正をいくつか示します。
カーネルデータのページインエラーが発生し続けると、データの破損や損失につながる可能性があります。したがって、修正を試みる前に、システムをバックアップしてください。ファイルをフラッシュドライブまたはSDカードに保存するか、クラウドサービスを使用します。ヘルプが必要な場合は、 Windows 10でのバックアップ、システムイメージ、およびリカバリに関する詳細なガイドを(guide to backups)確認してください。
ハードウェア接続を確認してください
他のハードウェア関連の問題と同様に、多くの場合、ワイヤの緩み、コネクタの不良、またはRAMモジュールの不適切な設定があります。コンピュータのケースを開き、すべての接続の検査を開始します。
特にハードドライブを接続しているワイヤーを確認してください。ハードディスクのいくつかの問題がこのエラーを引き起こすことが多いので、これは良い出発点です。次に、コネクタを取り外し、スロットに正しく再接続します。
また、RAMチップを確認してください。スロットに正しく設定されていますか?それらを取り外し、しっかりと取り付け直します。
ワイヤで接続されているすべてのコンポーネントと周辺機器について、同じ手順に従います。次に、コンピュータを再起動して、カーネルデータのページインページエラーが引き続き発生するかどうかを確認します。含まれている場合は、次の手順に進みます。
Chkdskを使用してファイルシステムを確認する
chkdskコマンドを使用して、ハードドライブに関連する論理的およびいくつかの物理的エラーを修正できます。通常、このツールはドライブのステータスを検査するために使用されますが、いくつかのパラメータとともに使用して、発生する可能性のあるエラーを修正できます。
1. Windowsの検索ボックスにcmdと入力して、コマンドプロンプト(Command Prompt)アプリを検索します。コマンドプロンプト(Command Prompt)が最初の結果になります。それを右クリックして、管理者として起動するオプションを選択するか、右側のパネルで[管理者として実行]オプションを選択します。(Run)
2.次のコマンドを入力します: chkdsk X: /r。Xの代わりにハードドライブの文字を入力します。
/rパラメーターは重要な部分です。その仕事は、ハードドライブ上の不良セクタを見つけて、読み取り可能なデータを回復することです。このコマンドには、物理ドライブエラーを修正するために使用される/fパラメーターも含まれていることに注意してください。両方のパラメータを使用する必要があると考える人もいます。ただし、/fはすでに/rによって実行されているため、必要はありません。
3.上の画像のようなエラーが発生した場合は、Yと入力するだけで、次にコンピューターを再起動したときにchkdsk操作をスケジュールできます。
SFCスキャンを実行する
chkdskで問題が解決しない場合は、SFCスキャンを実行してみてください。システムファイルチェッカー(System File Checker)ツールは、欠落または破損したシステムファイルを見つけて置き換えるために使用されます 。
コマンドプロンプト(Command Prompt)を開き、次のコマンドを入力します。
sfc /scannow
プロセスが完了したらシステムを再起動し、カーネルデータのページインページエラーが引き続き表示されるかどうかを確認します。
メモリ診断を実行する
RAMが(RAM)BSODを引き起こしている可能性があるため、診断ツールを使用して検査する必要があります。Windows10に付属のWindowsメモリ診断ツールから(Windows Memory Diagnostic)始めます。(Start)
1.Windowsの検索ボックスに「WindowsMemoryDiagnostic (Windows)」と入力します。(Windows Memory Diagnostic)
2.最初の結果をクリックしてツールを起動し、 [今すぐ再起動して問題を確認する(Restart now and check for problems )]オプションを選択します。
コンピュータが再起動し、メモリテストが実行されていることがわかります。画面の下部に、テストでメモリの問題が検出されたかどうかを示すステータス(Status)バーが表示されます。
エラーが見つからない場合は、他の修正の1つを試す必要があります。
ハードドライブドライバを更新します
古いドライバーは、 BSODの(BSOD)クラッシュなど、多くのエラーを引き起こす可能性があります。したがって、ハードドライブを更新して、カーネルデータのページインページエラーが修正されるかどうかを確認します。
1.デバイスマネージャ(Device Manager)に移動します。コントロールパネル内にあるか、 (Control Panel)Windowsの検索ボックスに「デバイスマネージャー」と入力するだけで見つけることができます。
2.ツールを起動し、[ディスクドライブ](Disk drives)セクションを見つけます。その下に、ハードドライブがあります。各ドライブを選択(Select)して右クリックし、メニューから[ドライバの更新(Update driver)]を選択します。
すべてのハードドライブが最新になったら、PCを再起動して、BSODが(BSOD)持続するかどうかを確認します。
Windowsをリセット
何も機能しないようであれば、 Windows(Windows)をリセットする必要があるかもしれません。BSODエラーは、ソフトウェアの競合や、検出が難しいその他の関連する問題が原因で発生する場合があります。その場合は、工場出荷時のリセットでうまくいきます。
このソリューションにはシステム全体のワイプが含まれることに注意してください。Windows(Windows)をリセットする前に、重要なデータを必ずバックアップしてください。
Windowsを再インストールする方法(ways to reinstall Windows)はいくつかありますが、統合リカバリオプションを使用します。
1. [スタート(Start)]メニューを右クリックして、[設定(Settings)]を選択します。
2. [更新とセキュリティ]を選択して、[(Update & Security)回復](Recovery)に移動します。
3.[開始(Get Started)]ボタンをクリックします。
4.最も安全なオプションは、完全なワイプを実行することです。これは、カーネルデータのページインページエラーの原因となるソフトウェアの問題に対処していないことを確認する唯一の方法です。[すべて削除(Remove everything)]オプションを選択すると、 Windowsは白紙の状態に戻ります。
故障したハードウェアを交換してください
最後の手段は、ハードウェアを交換することです。いずれの修正も機能しない場合は、ハードドライブとRAMモジュールを変更してください。古いハードドライブの1つをテスト(Test one)するか、友人から1つ借ります。RAMでも同じことを行います。カーネルデータのページインページエラーBSODは、ほとんどの場合、ハードウェアの問題が原因で発生します。
以下のコメントであなたのために何がうまくいったか教えてください!
How To Fix a Kernel Data Inpage Error BSOD on Windows 10
While Wіndows 10 iѕ remarkably stable comparеd to older versions, the infamous blue screen of death is still around. Windows will suddenly pop a BSOD when it encounters a critical issue, such as the kernel data inpage error, then restarts.
The good news is that BSOD errors are usually easy to figure out. The kernel data inpage error suggests there’s a problem with the computer’s memory or hard drive. Perhaps the hard disk has some bad sectors, or there’s something wrong with the physical connections. The RAM modules might not be correctly installed. Either way, the error is most often hardware-related, so here are a few possible fixes that can solve your problem.
The kernel data inpage error can lead to data corruption or loss if it keeps occurring. So before you attempt any of our fixes, backup your system. Save your files on a flash drive, an SD card, or use a cloud service. If you need help, check our detailed guide to backups, system images, and recovery in Windows 10.
Check the Hardware Connections
Like other hardware-related issues, there’s often a loose wire, faulty connector, or an improperly set RAM module. Open your computer case, and start inspecting every connection.
Check the wires that connect your hard drive in particular. Since some issues with the hard disk often cause this error, this is a good starting place. Next, unplug the connectors and replug them properly in their slots.
Also, check the RAM chips. Are they set correctly in their slots? Remove them and reattach them firmly.
Follow the same procedure for every component and peripheral that’s connected through a wire. Then restart your computer and see if the kernel data inpage error still occurs. If it does, proceed to the next step.
Check the File System Using Chkdsk
The chkdsk command can be used to fix logical and some physical errors related to your hard drive. Normally, this tool is used to inspect the drive’s status, but you can use it with a couple of parameters to fix possible errors.
1. Search for the Command Prompt app by typing cmd in the Windows search box. Command Prompt should be your first result. Right-click it and choose the option to launch it as administrator or select the “Run as administrator” option on the right-side panel.
2. Type the following command: chkdsk X: /r. Type your hard drive’s letter instead of X.
The /r parameter is the important part. Its job is to find any bad sectors on your hard drive and recover readable data. Take note that this command also includes the /f parameter which is used to fix physical drive errors. Some believe that you have to use both parameters. However, /f is already being performed by /r, so there’s no need.
3. If you get an error as seen in the image above, simply type Y to schedule the chkdsk operation next time you reboot your computer.
Run an SFC Scan
If chkdsk didn’t solve your problem, try running an SFC scan. The System File Checker tool is used to find and replace any missing or corrupt system files.
Open Command Prompt and type the following command:
sfc /scannow
Restart your system once the process is complete and see if the kernel data inpage error still appears.
Run a Memory Diagnostic
The RAM could be causing the BSOD, so you should inspect it using a diagnostic tool. Start with the Windows Memory Diagnostic tool that comes with Windows 10.
1. Type Windows Memory Diagnostic in the Windows search box.
2. Click on the first result to launch the tool, and select the Restart now and check for problems option.
Your computer will restart, and you will see the memory test running. At the bottom of the screen, you’ll notice a Status bar that tells you whether the test detected any memory problems.
If no errors are found, you’ll have to try one of our other fixes.
Update Your Hard Drive Drivers
Out-of-date drivers can cause many errors, including BSOD crashes. So update your hard drive and see if that fixes your kernel data inpage error.
1. Go to the Device Manager. You’ll find it inside the Control Panel or by simply typing “device manager” in the Windows search box.
2. Launch the tool and locate the Disk drives section. Under it, you’ll find your hard drives. Select each drive, right-click on it, and choose Update driver from the menu.
Once all of your hard drives are up-to-date, reboot your PC and see if the BSOD persists.
Reset Windows
If nothing seems to work, you might have to reset Windows. BSOD errors are sometimes caused by conflicting software or other related issues that are hard to detect. If that’s the case, a factory reset will do the trick.
Keep in mind this solution involves a full system wipe, so make sure to back up any critical data before resetting Windows.
There are several ways to reinstall Windows, but we’re going to use the integrated recovery option.
1. Right-click the Start menu and choose Settings.
2. Select Update & Security and go to Recovery.
3. Click on the Get Started button.
4. The safest option is to perform a complete wipe. It’s the only way to make sure you’re not dealing with a software issue causing the kernel data inpage error. Select the Remove everything option, and Windows will return to a blank slate.
Replace Faulty Hardware
The last resort is to replace your hardware. If none of our fixes worked for you, change your hard drive and RAM modules. Test one of your old hard drives or borrow one from a friend. Do the same with the RAM. The kernel data inpage error BSOD is most frequently caused by hardware issues.
Let us know what worked for you in the comments below!