Are you experiencing the inaccessible boot device error on your Windows 10 device? We’re here to assist . during this article, you’ll find out how to repair your boot device and obtain access to your computer by reading our guide.
Note: Errors associated with your boot device are often devastating and scary to experience. Don’t worry — we’ve already explained the way to solve critical Windows 10 problems like Windows update database errors.
What is the Inaccessible Boot Device Error and what causes it?
Put simply, the “Inaccessible Boot Device” error means Windows 10 isn’t ready to access the system partition during the startup process, causing it to not boot properly.
This BSoD (Blue Screen of Death) error are often caused by variety of things. the foremost common perpetrators are:
- BIOS updates,
- Windows 10 system updates, and,
- SSD errors.
No matter the origin of your problem, you’ll get an equivalent error message and therefore the BSOD.
You can use the solutions we’ve provided here below to unravel the matter and fix your computer.
Warning: Some methods below may only work if you’ll get access to your computer without crashing. If your device is totally unable else , we recommend getting into touch with Microsoft’s customer service team.
What is a “Blue Screen of Death (BSOD)” Error?
When your system suffers a fatal error, you’ll get a “blue screen” error. Nicknamed the Blue Screen of Death (BSOD) error. It’s a comparatively common issue that immediately stops your system, and forces it to reboot.
The BSOD is usually hit or miss error that stops your computer’s functionality and even access.
Most blue screen errors are related to system-related issues that cause Windows to receive a “STOP” error, resulting in a system crash. In many cases, this happens without a warning, resulting in loss of labor and files. occasionally, BSOD can get files corrupted.
In older versions of Windows, the BSoD appeared rather unfriendly, displaying a screen of text and technical information. However, in recent versions the error displays during a more comprehensible error screen, making it simpler to spot what error you saw .
Solved: Inaccessible Boot Device Error on Windows 10
Use the following solutions to solve the inaccessible boot device error on Windows 10.
Method 1. Update your drivers
In some cases, the inaccessible boot device error may show up on your device due to outdated IDE ATA/SATA controller drivers. Updating these drivers will fix the issue and get rid of the blue screen. Follow these steps:
- Press the Windows + X keys to open Windows Quick access menu.
- Choose Device Manager from the context menu.
- Expand the IDE ATA/SATA controller section. Here, simply double-click on the Standard SATA AHCI Controller listing.
- Switch to the Driver tab, and then click on the Update Driver button.
- Select the method of updating your driver. You can either let Windows 10 search for a driver automatically or manually locate a new driver file already on your computer.
- Wait for the driving force installation to finish . We recommend restarting your computer so as to finalize the changes created by the new driver. Now, you ought to test if the inaccessible boot device error remains present.
A driver update is merely a fast fix for the inaccessible boot device issue. If this method doesn’t work for you, proceed to subsequent solution!
Method 2. Run the Blue Screen troubleshooter
BSoD errors are present in Windows systems since the very beginning. What wont to be a scary and sometimes devastating issue can now be solved by running an easy blue screen troubleshooter built into Windows 10.
While the troubleshooter might not be ready to restore the files and progress you lost thanks to the inaccessible boot device error, it’s going to help prevent another crash.
- Press the Window Key to bring up the Start menu.
- Choose Settings. Alternatively use the Windows + I shortcut.
- Click on the Update & Security tile. This is where you can find most of your built-in troubleshooters.
- Switch to the Troubleshoot tab using the left-side pane. Here, you should be able to see a troubleshooter titled Blue Screen.
- If you don’t share full diagnostic data to Microsoft, click on the Additional troubleshooters link and locate the Blue Screen troubleshooter there.
- Click on the Run the troubleshooter button.
Wait for the troubleshooter to spot the difficulty and apply any possible fixes. Please note that your device may pack up and restart during this process. When it’s finished, see if you’re ready to access your boot device.
Method 3. Remove recently installed packages
If you latterly installed a Windows 10 update, it’s very possible that the Inaccessible Boot Device error was caused by said update. Luckily, removing this update is a simple process if you follow our step-by-step guide.
First, enter Advanced Startup mode by following the steps below:
-
- Click on the Windows icon in the bottom left of your screen to bring up the Start menu. Choose Settings, or alternatively use the Windows + I shortcut.
- Click on the Update & Security tile, and then switch to the Recovery tab. Look for the Advanced startup header, and click in the Restart now button underneath it.
- Click on the Windows icon in the bottom left of your screen to bring up the Start menu. Choose Settings, or alternatively use the Windows + I shortcut.
- Once your computer boots up again, you’ll be redirected to a blue screen with a menu. Here, navigate to Troubleshoot → Advanced Options → Command Prompt.
- Type in dir c: and press Enter to execute the command.
- Our steps assume Windows 10 is installed in the C: drive. If not, replace the drive letter with the appropriate drive Windows 10 is installed on. Continue replacing “c:” with this drive letter in the next steps.
- Our steps assume Windows 10 is installed in the C: drive. If not, replace the drive letter with the appropriate drive Windows 10 is installed on. Continue replacing “c:” with this drive letter in the next steps.
- Next, type in and execute the Dism /Image:c:\ /Get-Packages command.
- A list of all packages installed on your device should load. Here, look for the latest package installed on your device and note down its full name.
- Type in and execute the dism.exe /image:c:\ /remove-package /package command. Make sure to replace “package” with the full package name you noted in the previous step.
- Restart your computer and see if the boot device error is still present after removing the latest package.
If the difficulty persists, we recommend trying an equivalent method above and removing the second latest package you installed on your computer. If both package removals were unsuccessful at restoring your boot device, try a special solution.
Method 4. Remove “Update Pending” packages
In rare cases, Windows 10 packages grind to a halt during a pending state and cause all kinds of issues on your device, including the inaccessible boot device error. The steps below show you ways to efficiently remove these pending updates and successfully install them on your device to repair boot errors.
- First, enter Advanced Startup mode by following the steps below:
- Click on the Windows icon in the bottom left of your screen to bring up the Start menu. Choose Settings, or alternatively use the Windows + I shortcut.
- Click on the Update & Security tile, and then switch to the Recovery tab. Look for the Advanced startup header, and click on the Restart now button underneath it.
- Click on the Windows icon in the bottom left of your screen to bring up the Start menu. Choose Settings, or alternatively use the Windows + I shortcut.
- Once your computer boots up again, you’ll be redirected to a blue screen with a menu. Here, navigate to Troubleshoot → Advanced Options → Command Prompt.
- You’ll need to run a series of commands to delete the SessionsPending key in your Registry. Our steps assume Windows 10 is installed in the C: drive. If not, replace the drive letter with the appropriate drive Windows 10 is installed on.
- Press the Enter key on your keyboard after each line:
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 - Next, we’ll move all pending updates to their own temporary file. First, run the following command: dism.exe /image:c:\ /Get-Packages
- Note down every package that has the “Install Pending” tag. You’ll need to move these packages.
- Run the following command to create a temporary directory: MKDIR C:\temp\packages
- Now, we’ll move all of the pending packages into this temporary folder with the help of a command. Replace “package” with a package name you noted down and execute the following command for all pending packages:
dism /image:c:\ /remove-package /packagename: package /scratchdir:c:\temp\packages - After all packages have been moved to the temporary folder, restart your computer and check if the inaccessible boot device error is still present.
Method 5. Run the System File Checker and DISM scan
The System File Checker may be a tool available in most versions of Windows by default. It’s also called an “SFC scan,” and it’s your quickest thanks to automatically fix corrupted system files and a plethora of other issues.
Alongside it, we recommend running the Deployment Image Servicing and Management (DISM) tool. This effectively re-deploys your system image so as to repair issues directly associated with it. Instructions to run both of those commands are often found below:
- Open the Command Prompt in one of the following ways:
- Open the Search function in your taskbar, or alternatively use the Ctrl + S keyboard shortcut to bring up the search bar and look up “Command Prompt”. When you see it in the results, right-click on it and choose Run as Administrator.
- Press the Windows + R keys on your keyboard to bring up the Run utility. Type in “cmd” and press the Ctrl + Shift + Enter keys on your keyboard. By doing so, you’re launching the Command Prompt with administrative permissions.
- Press the Windows + X keyboard shortcut, then select Command Prompt (Admin).
- Open the Search function in your taskbar, or alternatively use the Ctrl + S keyboard shortcut to bring up the search bar and look up “Command Prompt”. When you see it in the results, right-click on it and choose Run as Administrator.
- When prompted by the User Account Control (UAC), click Yes to allow the app to launch with administrative permissions.
- First, we’ll run the System File Checker. Type in the following command and press Enter to execute it: sfc /scannow
- Wait for the SFC scan to finish scanning your computer and repairing corrupt files. This may take a long time; ensure that you don’t close the Command Prompt or shut your computer down.
- Next, type in and execute the following command: DISM /Online /Cleanup-Image /RestoreHealth
- Restart your device after both of the scans are complete. You should be able to tell if the inaccessible boot device error has been resolved.
Method 6. Enable AHCI Mode in the BIOS
Unfortunately, the method of accessing and navigating your BIOS differs supported the motherboard installed in your computer. supported user reports, it’s possible that finding and enabling AHCI mode in your BIOS could fix the inaccessible boot device error on Windows 10.
For detailed instructions, we recommend looking up the manufacturer’s website.
No Responses