Windows 10または11でアクセスできないブートデバイス(Boot Device)エラーは、 Windowsが正しく起動しないようにする「ブルースクリーンオブデス(blue screen of death)」(BSOD)エラーです。場合によっては、Windowsをまったく起動できないことがありますが、これは少し不安になる可能性があります。
ただし、アクセスできないブートデバイス(Boot Device)エラーの修正は、原因がわかればそれほど難しくありません。これは通常、常にではありませんが、システム内の何かを変更した結果です。しかし、ブートデバイスにアクセスできないと表示された場合、Windowsは正確に何を意味するのでしょうか。
アクセスできないブートデバイスエラー(Boot Device Error)(コード0x0000007b(Code 0x0000007b))はどういう意味ですか?
Inaccessible Boot Deviceエラーは、システムの起動中にWindowsがシステムパーティション(つまり、ハードディスク)にアクセスできなかったことを意味します。これらのエラーは、 SSD(SSD)を搭載したPCでより一般的であり、いくつかの原因で発生する可能性があります。
たとえば、BIOS設定をいじくり回したり、ドライバが古くなったり破損したり、ハードディスクに障害が発生したり、単にWindowsを更新したりすると、エラーが発生する可能性があります。
いくつかの簡単な修正を試すことができます。一部の(ソフトウェアまたはハードウェア)設定を変更したことを覚えている場合、これはさらに簡単です。何も変更したことを思い出せない場合は、試してみるべき順序で修正を提供します。
ただし、開始する前に、これらの修正の一部についてWindowsにアクセスする必要があることを知っておく必要があります。Windowsにまったくアクセスできない場合は、セーフモードで起動して(boot into Safe Mode)みてください。実際、セーフモード(Safe Mode)で起動してから、PCを再起動するだけで、問題が解決する場合があります。だから、最初にそれを試してみてください。
BIOSでAHCIに切り替えます
BIOSで遊んでいる場合、または最近BIOSを更新し(updated your BIOS)た場合は、これが最初に試してみたい修正です。BIOSでは、SATAドライブのモードを選択できます。AHCI以外のモードを選択した場合は、これを修正する必要があります。
BIOSに入るところから(going into your BIOS)始めます。BIOSのインターフェイスは、製造元によって異なります。だから、あなたは少し周りを見回す必要があります。ただし、一般的な手順はほぼ同じです。
BIOSで[(BIOS)ストレージ構成](Storage Configuration) >[ SATA Configuration/SATA Emulationまたは同様のものを探します。BIOSでこれらが見つからない場合は、掘り下げて「 AHCI 」という用語を探す必要があります。SATAコントローラーのACHIを有効にします(またはSATAモードをAHCIに変更します)。これで問題が解決するはずです。
最近(Remove Recently)インストールされた更新(Update)パッケージを削除する
更新後にエラーが発生した場合は、更新パッケージをアンインストールするだけで問題が解決する可能性があります。
パッケージをアンインストールするには、コマンドプロンプト(Command Prompt)を使用する必要があります。起動できないときにコマンドプロンプト(Command Prompt)を使用するには、ブルースクリーンからPCを2回再起動します。起動に2回連続して失敗すると、システムは自動修復(Automatic Repair)モードに入ります。
- 自動修復(Automatic Repair)モードから、 [詳細オプション(Advanced options)] >[トラブルシューティング](Troubleshoot) >[詳細オプション](Advanced options) >[コマンドプロンプト](Command Prompt)に移動します。
- 次のコマンドを1つずつ実行します(つまり、各コマンドの後にEnterキー(Enter)を押します)。
dir C:
Dism /Image:C:\ /Get-Packages
ここでは、 Windows(Windows)がインストールされているドライブとしてCを想定しています。別のドライブにWindows(Windows)をインストールした場合は、関連するドライブ文字を使用してください。
2番目のコマンドを実行すると、PCにインストールされている更新パッケージのリストが返されます。
この情報を使用して、問題の原因であると思われる更新パッケージを見つけ、その名前をメモします。次に、次のコマンドを実行します。
Dism.exe /Image:C:\ /remove-package /[name of the package]
(Replace)「パッケージの名前」という単語を実際の名前(パッケージID)に置き換えます。Windows内からコマンドプロンプト(Command Prompt)を使用している場合は、/ Image:Cが使用されているすべてのコマンドに/Onlineパラメーターを使用する必要があることに 注意してください。
例:Dism /Online /Get-Packages。
- その間に、次のコマンドを実行して、スタックしている保留中の更新がある場合はそれを削除します。保留中の更新がスタックしているかどうかわからない場合は、とにかくこれらのコマンドを1つずつ実行してください。
reg load hklm\temp c:\windows\system32\config\software
reg delete “HKLM\temp\Microsoft\Windows\CurrentVersion\Component Based Servicing\SessionsPending”/v Exclusive
reg unload HKLM\temp
完了したら、PCを再起動して、すべてが正常に戻っているかどうかを確認します。
Update IDE ATA/SATA Controller Drivers
以前の修正がうまくいかなかった場合は、ドライバーの更新に少し時間を費やす価値があります。古いドライバーまたは破損したドライバーがアクセス不能ブートデバイス(Boot Device)エラーの原因である場合は、ドライバーを更新または再インストールすることで修正できます。
ドライバを更新するには、セーフモード(Mode)で起動する必要があります。セーフモード(Mode)になったら:
- [コンピューター(Computer)]を右クリックし、[管理(Manage)]を選択してコンピューター管理(Computer Management)コンソールを起動します。
- 右側のペインから[デバイスマネージャ](Device Manager)を選択し、左側のペインに切り替えて、IDE ATA/ATAPI controllersの横にある小さな矢印を選択します。
- Standard SATA AHCI Controller( SATA AHCI Controller)を右クリックし、[ Updatedriver ]を選択します。
- この時点で、Windowsで新しいバージョンのドライバーを自動的に検索してインストールするか、ダウンロード済みのドライバーインストールファイルを使用するかを選択する必要があります。
最善の策は、製造元のWebサイトから適切なドライバーを見つけてダウンロードし、2番目のオプションを使用することです。これは、必要な正しいドライバーがあることがわかるためです。
次に、ウィザードのプロンプトに従って、PCを通常どおり再起動します。
運が悪い?この時点で、ハードドライブに破損したファイルがあるかどうかを確認することをお勧めします。
ハードドライブのエラーを修正
ハードドライブにエラーがあると、ブートデバイス(Boot Device)にアクセスできなくなる可能性もあります。Windows 10(およびすべてのWindowsバージョン)は、ファイルシステムエラーと不良セクターを自動的にチェックして修正する簡単な方法をユーザーに提供します。このツールはハード不良セクタをマークするため、将来は使用されません。
これは、コマンドラインツールであるCHKDSKを使用して実行できます。CHKDSKを実行するには、次のいずれかを行う必要があります。
- 以前と同じように自動修復(Automatic Repair)モードに戻り(つまり、2回連続して起動に失敗した場合)、コマンドプロンプト(Command Prompt)を実行します(つまり、 [詳細オプション(Advanced options )] >[トラブルシューティング(Troubleshoot )] >[詳細オプション(Advanced options)] >[コマンドプロンプト(Command Prompt)])。
- (Boot)セーフモード(Safe Mode)で起動し、管理者としてコマンドプロンプト(Command Prompt)を起動します。
コマンドプロンプトが実行されたら:
- 自動修復モードからコマンドプロンプト(Command Prompt)を起動した場合は、次のコマンドを実行します。
chkdsk /r C:
- Windows内からコマンドプロンプト(Command Prompt)を起動した場合は、次のコマンドを実行します。
chkdsk /f /r
スキャンが完了したら、PCを再起動して、アクセスできないブートデバイス(Inaccessible Boot Device)エラーが解決したかどうかを確認します。
試すべきその他の修正
それでもアクセスできないブートデバイス(Boot Device)エラーが発生する場合は、Windowsにもう1つの根本的なオプションを試すことができます。
PCをリセットして、(reset your PC)最初にインストールしたときと同じように、Windowsが未使用の状態に戻るようにすることができます。リセットするとデータが消去されるため、最初にPCを起動して、バックアップを作成してみてください。
コンピュータハードウェアの操作に慣れている場合は、ケーブルの緩みをチェックするか、ハードウェアコンポーネントのいずれかが物理的に損傷していないかどうかを確認することもできます。
稼働中
アクセスできないブートデバイスエラーは、 (Boot Device)WindowsBSODに精通していない人にとっては恐ろしいことです。ただし、ほとんどの場合、このエラーを修正するのに多くの作業は必要ありません。Windowsエラーで深刻な問題が発生した場合は、 Windowsシステムイメージのバックアップ(Windows system image backup)を手元に置いておくと、Windows環境を最初から再作成するために多くの時間を無駄にする必要がなくなります。
How To Fix an Inaccessible Boot Device on Windows 10/11
Іnacсesѕiblе Boot Deviсe errоr on Windows 10 or 11 is a “blue screen of death” (BSOD) error that stops Windows from booting properly. Sometimes, it won’t let you boot into Windows at all, which can be a little bit unnerving.
However, fixing an Inaccessible Boot Device error isn’t all that difficult once you know what caused it. It’s typically, though not always, the result of changing something in your system. But what exactly does Windows mean when it says the boot device isn’t accessible?
What Does the Inaccessible Boot Device Error (Code 0x0000007b) Mean?
The Inaccessible Boot Device error means that Windows failed to access the system partition (i.e., your hard disk) while starting the system. These errors are more common on PCs that have an SSD, and can be caused by several things.
For instance, tinkering with your BIOS settings, outdated or corrupt drivers, a faulty hard disk, or simply updating Windows can cause the error, among other things.
You can try a couple of easy fixes. This is even easier if you remember changing some (software or hardware) settings. If you don’t recollect changing anything, we’ll give you the fixes in the order you should try them.
However, before you start, you should know that you need to access Windows for some of these fixes. If you can’t access Windows at all, try to boot into Safe Mode. In fact, sometimes just booting into Safe Mode and then restarting the PC again sometimes fixes the issue. So give that a try first.
Switch to AHCI in BIOS
If you’ve been spending some time playing around with the BIOS or if you’ve updated your BIOS recently, this is the fix you’d want to try first. The BIOS allows you to choose a mode for SATA drives. If you’ve chosen a mode other than AHCI, you’ll need to fix this.
Start by going into your BIOS. The interface of the BIOS will differ based on your manufacturer. So, you’ll need to look around a little. The general steps, though, are more or less the same.
Look for Storage Configuration > SATA Configuration/SATA Emulation or something similar in the BIOS. If you can’t find these on your BIOS, you’ll need to do some digging and look for the term “AHCI.” Enable ACHI for your SATA controller (or change SATA mode to AHCI), which should fix the problem.
Remove Recently Installed Update Packages
If you encountered the error after an update, just uninstalling the update packages might resolve the issue.
You’ll need to use Command Prompt for uninstalling the packages. To use the Command Prompt when you’re unable to boot, restart the PC from the blue screen two times. After two consecutive failed boot attempts, the system will enter the Automatic Repair mode.
- From the Automatic Repair mode, navigate to Advanced options > Troubleshoot > Advanced options > Command Prompt.
- Run the following commands one-by-one (i.e., press Enter after each one):
dir C:
Dism /Image:C:\ /Get-Packages
Here, C has been assumed as the drive in which Windows is installed. If you’ve installed Windows on another drive, use the relevant drive letter.
Running the second command will return a list of update packages installed on your PC.
Use this information to find the update package you believe is causing the problem and note its name. Then, execute the following command:
Dism.exe /Image:C:\ /remove-package /[name of the package]
Replace the words “name of the package” with the actual name (package identity). Note that if you’re using the Command Prompt from inside Windows, you’ll need to use the /Online parameter for all commands where /Image:C has been used.
For instance: Dism /Online /Get-Packages.
- While you’re at it, run the following commands to remove pending updates that are stuck, if any. If you aren’t sure about the presence of any stuck pending updates, just run these commands one-by-one anyway:
reg load hklm\temp c:\windows\system32\config\software
reg delete “HKLM\temp\Microsoft\Windows\CurrentVersion\Component Based Servicing\SessionsPending”/v Exclusive
reg unload HKLM\temp
When you’re done, restart the PC and see if everything’s back to normal.
Update IDE ATA/SATA Controller Drivers
If the previous fixes didn’t work for you, it’s worth spending a minute updating the drivers. If an outdated or corrupt driver is the reason for the Inaccessible Boot Device error, updating or reinstalling it should fix it.
To update the driver, you’ll need to boot into Safe Mode. Once you’re in Safe Mode:
- Right-click on Computer and select Manage to launch the Computer Management console.
- Select Device Manager from the right pane, switch to the left pane, and select the small arrow beside IDE ATA/ATAPI controllers.
- Right-click on the Standard SATA AHCI Controller and select Update driver.
- At this point, you’ll need to select if you want Windows to automatically search for a newer version of the driver and install it, or if you’d like to use driver installation files that you’ve already downloaded.
Your best bet is to find and download the appropriate drivers from the manufacturer’s website and then use the second option, because you’ll know you have the correct driver that you need.
Next, just follow the wizard’s prompts and restart the PC normally.
No luck? At this point, you may want to see if your hard drive has some corrupt files.
Fix Errors on Hard Drive
Errors on your hard drive could also result in an Inaccessible Boot Device. Windows 10 (and all Windows versions) provides users a simple way to check for and fix filesystem errors and bad sectors automatically. The tool will mark hard bad sectors, so they aren’t used in the future.
You can do this with CHKDSK, a command-line tool. To run CHKDSK, you’ll need to either:
- Go back to the Automatic Repair mode (i.e., with two consecutive failed boot attempts) like you did previously and run the Command Prompt (i.e., Advanced options > Troubleshoot > Advanced options > Command Prompt), or
- Boot into Safe Mode and launch Command Prompt as an administrator.
Once the Command Prompt is running:
- Execute the following command if you launched the Command Prompt from the automatic repair mode:
chkdsk /r C:
- Execute the following command if you’ve launched the Command Prompt from within Windows:
chkdsk /f /r
Once the scan completes, restart the PC and see if the Inaccessible Boot Device error has resolved.
More Fixes to Try
If you’re still encountering the Inaccessible Boot Device error, Windows has one more radical option you can try.
You could reset your PC so that Windows will revert to mint condition, just like it was when you first installed it. A reset will wipe your data, so try and boot into the PC and create a backup first.
If you’re comfortable working with computer hardware, you may also want to check for loose cables or see if any of your hardware components have been physically damaged.
Up and Running Again
The Inaccessible Boot Device error can be a scary thing to see for someone not familiar with the Windows BSOD. However, it doesn’t take a lot of work to fix this error in most cases. When you do get into serious trouble with a Windows error, keep a Windows system image backup handy, so you don’t have to waste a lot of time recreating your Windows environment from scratch.