Windows 10: Inaccessible Boot Drive WINDOWS 11

Discus and support Inaccessible Boot Drive WINDOWS 11 in Windows 10 Software and Apps to solve the problem; when i was trying to reboot up into a different OS, it gave me the blue screen saying “inaccessible boot drive” but when i go into bios it shows that... Discussion in 'Windows 10 Software and Apps' started by Zachary Turner, Dec 13, 2024.

  1. Inaccessible Boot Drive WINDOWS 11


    when i was trying to reboot up into a different OS, it gave me the blue screen saying “inaccessible boot drive” but when i go into bios it shows that the boot drive is there and able to be used but still shows the same thing every time. Now i cant boot into anything, how do i fix it?

    :)
     
    Zachary Turner, Dec 13, 2024
    #1

  2. Windows 11 BSOD Inaccessible boot device

    Hi PG. I'm Greg, 10 years awarded Windows MVP, here to help you.

    Here is how to fix Inaccessible Boot Device:

    https://www.technewstoday.com/inaccessible-boot...

    https://nerdschalk.com/stop-code-inaccessible-b...

    https://www.technewstoday.com/inaccessible-boot...

    https://thegeekpage.com/solved-inaccessible_boo...



    https://helpdeskgeek.com/help-desk/how-to-fix-a...

    https://www.tomshardware.com/how-to/fix-inacces...

    Have you considered doing a Clean Install of Windows 11? This would give the opportunity to wipe the drive of all partitions to get it cleanest down to the boot level.

    The best Clean Install is here:

    https://www.windowscentral.com/how-do-clean-ins...

    To create bootable Windows 11 installation media follow the steps under the section to Create Installation media in link Before you Start here: https://www.microsoft.com/en-in/software-downlo...

    Power on the PC while pressing the BIOS Boot menu key given here:

    https://www.sysnative.com/forums/hardware-tutor...

    Make sure during the booted install to unplug all other drives, boot the media as a UEFI Device, choose Custom Install, delete all partitions down to Unallocated Space to get it cleanest, choose the Unallocated Space, click Next to auto-create and -format the needed partitions and begin install - this makes it foolproof.

    After install expedite all Windows Updates including Optional until no more are offered. Then import any drivers from the PC maker's Support Downloads web page for your model that are newer, or branded instead of generic. The most basic thing we need to learn to maintain a PC is how to keep the latest manufacturer's drivers current. Windows drivers are rarely enough.

    Make it a diagnostic install by monitoring for the issue after you reinstall each app, Update, settings or any modifications. Have System Restore points set so you can roll back before the change that causes this, if you isolate it.

    If you want me to look over your disk configuration to see if I spot anything (about half the time in thousands that I've read) post a screenshot of Disk Management, which I read like a doctor reads X-rays. Follow the steps here so I can see everything needed to advise you: http://answers.microsoft.com/en-us/windows/foru...

    Report back results for each step so I know what else to suggest.

    Feel free to ask back any questions. Based on the results you post back I may have other suggestions if necessary.

    ______________________________________________

    Standard Disclaimer: There are links to non-Microsoft websites. The pages appear to be providing accurate, safe information. Watch out for ads on the sites that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the sites before you decide to download and install it.
     
    Greg Carmack - Veteran MVP - Volunteer Moderator, Dec 13, 2024
    #2
  3. zbook Win User
    Update to 17063 fails - inaccessible boot device

    1) Find a flash drive that you can format ( > or = 8 GB)
    2) Create a bootable windows 10 iso:
    Download Windows 10
    4) Insert the flash drive into any USB port
    5) Open the BIOS and temporarily change boot order so that you can boot using the flash drive.
    6) When the iso loads choose language, time, currency, and keyboard, or click next
    7) In the left lower corner click "repair your computer"
    8) Click troubleshoot
    9) Click command prompt
    This should open: Administrator: X:\Windows\system32\cmd.exe > X:\Sources>

    For all of the steps please use a camera or smart phone camera to take pictures and post images into the thread.

    10) type: bcdedit | find "osdevice"
    11) This may display osdevice partition=C:
    12) type: diskpart
    13) type: list disk
    14) type: list volume
    15) look under the column heading Fs for any volume that displayed RAW instead of NTFS
    16) type: chkdsk /f /r G: (change G to the drive letter of the volume displaying RAW)
    It may display "The first NTFS boot sector is unreadable or corrupt."
    This may then convert the RAW volume to NTFS.
    17) Type: exit
    18) reboot to open the Windows advanced troubleshooting menu > command prompt > Administrator: X:\windows\system32\cmd.exe > X:\Sources>
    19) type: bootrec /rebuildbcd
    It may display:
    Scanning all disks for Windows installations.
    Please wait, since this may take a while...
    Successfully scanned Windows installations.
    Total identified Windows installations: 1
    [1] D:\Windows
    Add installation to boot list? Yes(Y)/No(N)/ALL(A):
    20) Type: Y
    The operation completed successfully.
    X:\Windows>
    21) Type: exit
    22) reboot
    See if the inaccessible boot device problem was fixed.

    If the above did not fix the inaccessible boot device the next step is to remove the recent update:
    23) Open command prompt > Administrator: X:\Windows\system32\cmd.exe > X:\Sources>
    24) From the first command displaying the partition if the drive letter is different than C: please use the displayed drive letter for the next step
    25) type: DISM /image:G:\ /cleanup-image /revertpendingactions (change G to the applicable drive letter)
    26) This should remove the latest update and fix the inaccessible boot device.
    27) If this does not fix the inaccessible boot device plan a registry repair.

    Report into the thread your progress with images of the above steps.
     
    zbook, Dec 13, 2024
    #3
  4. zbook Win User

    Inaccessible Boot Drive WINDOWS 11

    INACCESSIBLE BOOT DEVICE after Win10 Update

    1) Find a flash drive that you can format ( > or = 8 GB)
    2) Create a bootable windows 10 iso:
    Download Windows 10
    4) Insert the flash drive into any USB port
    5) Open the BIOS and temporarily change boot order so that you can boot using the flash drive.
    6) When the iso loads choose language, time, currency, and keyboard, or click next
    7) In the left lower corner click "repair your computer"
    8) Click troubleshoot
    9) Click command prompt
    This should open: Administrator: X:\Windows\system32\cmd.exe > X:\Sources>

    For all of the steps please use a camera or smart phone camera to take pictures and post images into the thread.

    10) type: bcdedit | find "osdevice"
    11) This may display osdevice partition=C:
    12) type: diskpart
    13) type: list disk
    14) type: list volume
    15) look under the column heading Fs for any volume that displayed RAW instead of NTFS
    16) type: chkdsk /f /r G: (change G to the drive letter of the volume displaying RAW)
    It may display "The first NTFS boot sector is unreadable or corrupt."
    This may then convert the RAW volume to NTFS.
    17) Type: exit
    18) reboot to open the Windows advanced troubleshooting menu > command prompt > Administrator: X:\windows\system32\cmd.exe > X:\Sources>
    19) type: bootrec /rebuildbcd
    It may display:
    Scanning all disks for Windows installations.
    Please wait, since this may take a while...
    Successfully scanned Windows installations.
    Total identified Windows installations: 1
    [1] D:\Windows
    Add installation to boot list? Yes(Y)/No(N)/ALL(A):
    20) Type: Y
    The operation completed successfully.
    X:\Windows>
    21) Type: exit
    22) reboot
    See if the inaccessible boot device problem was fixed.

    If the above did not fix the inaccessible boot device the next step is to remove the recent update:
    23) Open command prompt > Administrator: X:\Windows\system32\cmd.exe > X:\Sources>
    24) From the first command displaying the partition if the drive letter is different than C: please use the displayed drive letter for the next step
    25) type: DISM /image:G:\ /cleanup-image /revertpendingactions (change G to the applicable drive letter)
    26) This should remove the latest update and fix the inaccessible boot device.
    27) If this does not fix the inaccessible boot device plan a registry repair.

    Report into the thread your progress with images of the above steps.
     
    zbook, Dec 13, 2024
    #4
Thema:

Inaccessible Boot Drive WINDOWS 11

Loading...
  1. Inaccessible Boot Drive WINDOWS 11 - Similar Threads - Inaccessible Boot Drive

  2. Inaccessible Boot Drive WINDOWS 11

    in Windows 10 Gaming
    Inaccessible Boot Drive WINDOWS 11: when i was trying to reboot up into a different OS, it gave me the blue screen saying “inaccessible boot drive” but when i go into bios it shows that the boot drive is there and able to be used but still shows the same thing every time. Now i cant boot into anything, how do i...
  3. Boot drive inaccessible

    in Windows 10 Gaming
    Boot drive inaccessible: I was trying to troubleshoot an issue with my Wi-fi card for my new built PC and I think I made it worse. I turned everything off and tried to swap the wi-fi card and graphics card, but figured out after uninstalling both that that wouldn’t work geometrically. I placed them...
  4. Boot drive inaccessible

    in Windows 10 Software and Apps
    Boot drive inaccessible: I was trying to troubleshoot an issue with my Wi-fi card for my new built PC and I think I made it worse. I turned everything off and tried to swap the wi-fi card and graphics card, but figured out after uninstalling both that that wouldn’t work geometrically. I placed them...
  5. Boot drive inaccessible

    in Windows 10 Installation and Upgrade
    Boot drive inaccessible: I was trying to troubleshoot an issue with my Wi-fi card for my new built PC and I think I made it worse. I turned everything off and tried to swap the wi-fi card and graphics card, but figured out after uninstalling both that that wouldn’t work geometrically. I placed them...
  6. Inaccessible boot drive

    in Windows 10 Gaming
    Inaccessible boot drive: I got a new laptop and attempted to put my ssd from my old one into my new one, they are both Lenovo Idea Pad 3s so i figured it would work just fine, but i cant boot from my old ssd. I keep getting the INACCESSIBLE_BOOT_DRIVE error and everything ive found on the internet...
  7. Inaccessible boot drive

    in Windows 10 Software and Apps
    Inaccessible boot drive: I got a new laptop and attempted to put my ssd from my old one into my new one, they are both Lenovo Idea Pad 3s so i figured it would work just fine, but i cant boot from my old ssd. I keep getting the INACCESSIBLE_BOOT_DRIVE error and everything ive found on the internet...
  8. INACCESSIBLE BOOT DRIVE

    in Windows 10 BSOD Crashes and Debugging
    INACCESSIBLE BOOT DRIVE: I used the AIOMI partition tool to increase the size of my system's C drive from D drive. It said it will restart into Windows PE and make the changes. The system restarted and since then going into advanced repair screen or BSOD with "INACCESSIBLE BOOT DRIVE" Any way to...
  9. Inaccessible boot drive

    in Windows 10 BSOD Crashes and Debugging
    Inaccessible boot drive: How to fix? https://answers.microsoft.com/en-us/windows/forum/all/inaccessible-boot-drive/24696a71-edc2-4c75-8590-4d6a053958c5
  10. Inaccessible boot drive

    in Windows 10 Installation and Upgrade
    Inaccessible boot drive: After update I encountered by the error of "inaccessible boot device ". Any way I reinstalled new windows and till every things were ok. But after instal windows image which I had had on other drive, the first error of inaccessible boot device was appeared again. Why?!!...