Stuck in WinRE and unable to reset windows with bootable USB

MirrageYTOfficial
MirrageYTOfficial Member Posts: 14

Tinkerer

Somehow got stuck in WinRE and the error I get when I try to boot is INACCESSIBLE_BOOT_DEVICE. This has never happened before and I swapped the nvme to the other slot and back again after trying and didn't fix. Windows CMD prompt in WinRE cannot find the SSD but my BIOS can. I cannot format the drive as it doesn't show up on diskpart (list disk). As said, I cannot reinstall windows from a bootable USB since it doesn't show up

Answers

  • KJN9000000
    KJN9000000 Member Posts: 398 Seasoned Practitioner WiFi Icon

    If you have access to anther computer, make a Ubuntu Live Thumb drive.

    Create a Bootable Ubuntu USB Drive:

    Download an Ubuntu OS ISO file ( https://ubuntu.com/download/desktop ) and use it to create a bootable USB drive.

    A tool like balena Etcher ( https://etcher.balena.io/ )or Rufus ( https://rufus.ie/en/ ) can be used for this purpose.

    Repair the Filesystem:

    To repair any file damages on this filesystem partition, execute the fsck command.
    Alternatively, you can use the Disks application in Ubuntu to check and repair a filesystem.

    Open Disks from the Activities overview, select the disk containing the filesystem in question, and then click on the menu button in the toolbar underneath the Volumes section.

    From there, you can click on ‘Check Filesystem’ or 'Repair Filesystem’.

    Use Gparted if the first option fails select the disk in the upper right corner and format to NTFS.

    The following includes other options.

    If you’re looking to repair a damaged filesystem in Ubuntu, you can use the built-in fsck (file system consistency check) utility. Here’s a step-by-step guide:


    Boot from the USB Drive:

    Restart your machine and press the boot device key (e.g., F12) to reveal a boot menu. Select the option associated with the USB/CD-ROM drive and press Enter. This will boot your Ubuntu into Live mode.
    Try Ubuntu Option:

    Go with the ‘Try Ubuntu’ option. You will be logged into an Ubuntu desktop environment.

    Identify the Filesystem Partitions:

    Execute the command sudo fdisk -l in the terminal to identify the associated filesystem partitions.
    Unmount the Filesystem Partition: Unmount the filesystem partition you suspect is damaged using the command sudo umount /dev/sdaX, where sdaX is your partition.


    https://www.microsoft.com/en-us/software-download/windows11/

  • MirrageYTOfficial
    MirrageYTOfficial Member Posts: 14

    Tinkerer

    Are you sure this works? How will Ubuntu be able to see a corrupted disk (ssd) if windows Diskpart utility can't see it?

    (I am giving it a shot now)

  • MirrageYTOfficial
    MirrageYTOfficial Member Posts: 14

    Tinkerer

    Note: I use windows not Ubuntu as my main operating system

  • KJN9000000
    KJN9000000 Member Posts: 398 Seasoned Practitioner WiFi Icon

    Linux can see drives not visible to Windows which will allow you to reformat the drive to NTFS so that you can make it visible to Windows again.

  • KJN9000000
    KJN9000000 Member Posts: 398 Seasoned Practitioner WiFi Icon

    Linux is a great tool for reformatting and or copying partitions from Mac, Windows, or Linux

  • MirrageYTOfficial
    MirrageYTOfficial Member Posts: 14

    Tinkerer

    Alright so Linux can see the contents and partitions of the SSD, I checked each partitions are undamaged and backed up a few files and ran a repair on each partition and it found no errors. Tried to reboot again and still failed. I'll now try completely wiping the SSD using Ubuntu and try again. Thereon I'll let you know what happens. Cheers for the help so far!

  • KJN9000000
    KJN9000000 Member Posts: 398 Seasoned Practitioner WiFi Icon

    I haven't used this one in years but for future use check out this option https://youtu.be/KcFANbzgyoo?si=1rMBSsPuSbE12bTK

  • KJN9000000
    KJN9000000 Member Posts: 398 Seasoned Practitioner WiFi Icon

    I haven't used this one in years but for future use check out this option.

    https://youtu.be/KcFANbzgyoo?si=1rMBSsPuSbE12bTK

  • MirrageYTOfficial
    MirrageYTOfficial Member Posts: 14

    Tinkerer

    Wiping the SSD to NTFS (in Ubuntu) didn't really fix anything. I have ordered a replacement SSD incase it is physical damage not virtually. Formatted the drive to NTFS and continues to not show. Is there a different/specific way I need to format the SSD? (The videos didn't help as I just need to get the SSD formatted correctly for windows to see) Note: I have installed the disk driver into my installation media with dism already)

  • KJN9000000
    KJN9000000 Member Posts: 398 Seasoned Practitioner WiFi Icon

    Sorry I'm out of Ideas the fact that you can see it in Bios and in Linux means it is a readable I have not run into windows not being able to see a ssd before. When formatting it did you see an option to choose make it bootable or adding a mbr (Master Boot Record)?