now all I get are BSOD's  

Page 5 of 18 FirstFirst ... 3456715 ... LastLast

  1. Posts : 115
    Windows 10 Pro Version 21H2 OS build 19044.1466
    Thread Starter
       #41

    as far as I am aware, it's the latest version of Windows 10 Pro. I can't find out as it won't boot of the 1 disk on the entire system which is the 480GB SSD! I'm using a WinPE 10 USB drive to talk to you.
    I'll run the commands off windows RecEnv off the Win10 Media USB...
      My Computer


  2. Posts : 40,856
    windows 10 professional version 1607 build 14393.969 64 bit
       #42

    The disk which has Windows PE is old.

    If you had had an older version of Windows there is an easy fix using Regback.

    Microsoft eliminated the automatic regback starting with 1803.

    https://docs.microsoft.com/en-us/tro...regback-folder


    Please send feedback to Microsoft to reinstate automatic regback:
    https://support.microsoft.com/en-us/...3-f66612949332


    Others can help you if it takes a lot of time between posts.
      My Computer


  3. Posts : 115
    Windows 10 Pro Version 21H2 OS build 19044.1466
    Thread Starter
       #43

    sorry about the screenshot, i had to use my phone... that was off the Win10Pro 10.0.19040.631 boot USB...

    now all I get are BSOD's-152354058_266889858152316_6534565668204236669_n.jpg
      My Computer


  4. Posts : 40,856
    windows 10 professional version 1607 build 14393.969 64 bit
       #44

    Please post diskpart again for all disk drives:

    Code:
    diskpart
    lis dis
    lis vol
    sel dis 0
    det dis
    lis par
    sel par 1
    det par
    sel par 2
    det par
    sel par 3
    det par
    sel par 4
    det par
    sel par 5
    det par
    sel par 6
    det par
    sel dis 1
    det dis
    lis par
    sel par 1
    det par
    sel par 2
    det par
    sel par 3
    det par
    sel par 4
    det par
    sel par 5
    det par
    sel par 6
    det par
    sel dis 2
    det dis
    lis par
    sel par 1
    det par
    sel par 2
    det par
    sel par 3
    det par
    sel par 4
    det par
    sel par 5
    det par
    sel par 6
    det par



    Code:
    bootrec /rebuildbcd


    In case it is needed can you create a new bootable Windows 10 iso?

    https://www.microsoft.com/en-us/soft...load/windows10
    Download Windows 10 ISO File
    Create Bootable USB Flash Drive to Install Windows 10
      My Computer


  5. Posts : 2,798
    Linux Mint 20.1 Win10Prox64
       #45

    Based on what you post in #38
    now all I get are BSOD's-2021-02-22_152325.jpg
    Your disk 0 is an MBR disk, Your disk 1 29GB USB is a GPT disk.
    Did you use the 29GB USB to fix the boot problem ??? If so, it will not work. You'd need to build the Macrium boot disk format as FAT32 and set to active then boot from it to fix the boot problem.
    In one of your BSOD screen, it looks for winload.efi which only for GPT disk, not MBR.

    To manually rebuild the BCD:

    now all I get are BSOD's-2021-02-22_152649.jpg
    Your C drive is set to Active, meaning the BCD is stored there.
    To manually create a new BCD, just use bcdboot command.
    Boot up the WinPE then open the command prompt, type:
    bcdboot C:\windows /s C: /f BIOS

    The above command should fix the boot problem. If not then there's a problem during the upgrade with Windows system file.
    You'd need to boot up the Windows 10 installtion disk, select upgrade to install Windows which will preserve your programs/data etc...
      My Computer


  6. Posts : 115
    Windows 10 Pro Version 21H2 OS build 19044.1466
    Thread Starter
       #46

    OK the results are in!

    botrecerr.txt
    X:\Sources>bootrec /rebuildbcd
    Scanning all disks for Windows installations.

    Please wait, since this may take a while...

    Successfully scanned Windows installations.
    Total identified Windows installations: 1
    [1] C:\Windows
    Add installation to boot list? Yes(Y)/No(N)/All(A):Y
    The requested system device cannot be found.

    X:\Sources>bootrec /rebuildbcd
    Scanning all disks for Windows installations.

    Please wait, since this may take a while...

    Successfully scanned Windows installations.
    Total identified Windows installations: 1
    [1] C:\Windows
    Add installation to boot list? Yes(Y)/No(N)/All(A):a
    The requested system device cannot be found.

    X:\Sources>

    dpinf01.txt
    Path : 0
    Target : 0
    LUN ID : 0
    Location Path : ACPI(_SB_)#ACPI(PCI0)#ACPI(SAT0)#ACPI(CHN0)#ATA(C00T00L00)
    Current Read-only State : No
    Read-only : No
    Boot Disk : No
    Pagefile Disk : No
    Hibernation File Disk : No
    Crashdump Disk : No
    Clustered Disk : No

    Volume ### Ltr Label Fs Type Size Status Info
    ---------- --- ----------- ----- ---------- ------- --------- --------
    Volume 0 C MAGICTHIGHS NTFS Partition 446 GB Healthy
    Volume 1 E RESERVED FAT32 Partition 451 MB Healthy

    DISKPART> lis par

    Partition ### Type Size Offset
    ------------- ---------------- ------- -------
    Partition 1 Primary 446 GB 31 KB
    Partition 2 Primary 451 MB 446 GB

    DISKPART> sel par 1

    Partition 1 is now the selected partition.

    DISKPART> det par

    Partition 1
    Type : 07
    Hidden: No
    Active: Yes
    Offset in Bytes: 32256

    Volume ### Ltr Label Fs Type Size Status Info
    ---------- --- ----------- ----- ---------- ------- --------- --------
    * Volume 0 C MAGICTHIGHS NTFS Partition 446 GB Healthy

    DISKPART> sel par 2

    Partition 2 is now the selected partition.

    DISKPART> det par

    Partition 2
    Type : 0C
    Hidden: No
    Active: No
    Offset in Bytes: 479628099584

    Volume ### Ltr Label Fs Type Size Status Info
    ---------- --- ----------- ----- ---------- ------- --------- --------
    * Volume 1 E RESERVED FAT32 Partition 451 MB Healthy

    DISKPART> sel par 3

    The specified partition is not valid.
    Please select a valid partition.

    There is no partition selected.

    DISKPART> det par

    There is no partition selected.
    Please select a partition and try again.

    DISKPART> sel par 4

    The specified partition is not valid.
    Please select a valid partition.

    There is no partition selected.

    DISKPART> det par

    There is no partition selected.
    Please select a partition and try again.

    DISKPART> sel par 5

    The specified partition is not valid.
    Please select a valid partition.

    There is no partition selected.

    DISKPART> det par

    There is no partition selected.
    Please select a partition and try again.

    DISKPART> sel par 6

    The specified partition is not valid.
    Please select a valid partition.

    There is no partition selected.

    DISKPART> det par

    There is no partition selected.
    Please select a partition and try again.

    DISKPART> sel dis 1

    Disk 1 is now the selected disk.

    DISKPART> det dis

    Kingston DataTraveler 3.0 USB Device
    Disk ID: CF6FE74D
    Type : USB
    Status : Online
    Path : 0
    Target : 0
    LUN ID : 0
    Location Path : UNAVAILABLE
    Current Read-only State : No
    Read-only : No
    Boot Disk : No
    Pagefile Disk : No
    Hibernation File Disk : No
    Crashdump Disk : No
    Clustered Disk : No

    Volume ### Ltr Label Fs Type Size Status Info
    ---------- --- ----------- ----- ---------- ------- --------- --------
    Volume 2 D KINGSTONUSB FAT32 Removable 28 GB Healthy

    DISKPART> lis par

    Partition ### Type Size Offset
    ------------- ---------------- ------- -------
    Partition 1 Primary 28 GB 1024 KB

    DISKPART> sel par 1

    Partition 1 is now the selected partition.

    DISKPART> det par

    Partition 1
    Type : 0C
    Hidden: No
    Active: Yes
    Offset in Bytes: 1048576

    Volume ### Ltr Label Fs Type Size Status Info
    ---------- --- ----------- ----- ---------- ------- --------- --------
    * Volume 2 D KINGSTONUSB FAT32 Removable 28 GB Healthy

    DISKPART> sel par 2

    The specified partition is not valid.
    Please select a valid partition.

    There is no partition selected.

    DISKPART> det par

    There is no partition selected.
    Please select a partition and try again.

    DISKPART> sel par 3

    The specified partition is not valid.
    Please select a valid partition.

    There is no partition selected.

    DISKPART> det par

    There is no partition selected.
    Please select a partition and try again.

    DISKPART> sel par 4

    The specified partition is not valid.
    Please select a valid partition.

    There is no partition selected.

    DISKPART> det par

    There is no partition selected.
    Please select a partition and try again.

    DISKPART> sel par 5

    The specified partition is not valid.
    Please select a valid partition.

    There is no partition selected.

    DISKPART> det par

    There is no partition selected.
    Please select a partition and try again.

    DISKPART> sel par 6

    The specified partition is not valid.
    Please select a valid partition.

    There is no partition selected.

    DISKPART> det par

    There is no partition selected.
    Please select a partition and try again.

    DISKPART> sel dis 2

    The disk you specified is not valid.

    There is no disk selected.

    DISKPART> det dis

    There is no disk selected to list details for.
    Please select a disk and try again.

    Displays the properties of the selected disk and the list of volumes on
    the disk.

    Syntax: DETAIL DISK

    A disk must be selected for this operation to succeed.

    Example:

    DETAIL DISK

    DISKPART> lis par

    There is no disk selected to list partitions.
    Select a disk and try again.

    DISKPART> sel par 1

    There is no disk selected to set the partition.
    Select a disk and try again.

    DISKPART> det par

    There is no disk selected.
    Please select a disk and try again.

    DISKPART> sel par 2

    There is no disk selected to set the partition.
    Select a disk and try again.

    DISKPART> det par

    There is no disk selected.
    Please select a disk and try again.

    DISKPART> sel par 3

    There is no disk selected to set the partition.
    Select a disk and try again.

    DISKPART> det par

    There is no disk selected.
    Please select a disk and try again.

    DISKPART> sel par 4

    There is no disk selected to set the partition.
    Select a disk and try again.

    DISKPART> det par

    There is no disk selected.
    Please select a disk and try again.

    DISKPART> sel par 5

    There is no disk selected to set the partition.
    Select a disk and try again.

    DISKPART> det par

    There is no disk selected.
    Please select a disk and try again.

    DISKPART> sel par 6

    There is no disk selected to set the partition.
    Select a disk and try again.

    DISKPART> det par

    There is no disk selected.
    Please select a disk and try again.

    DISKPART>

    - - - Updated - - -
    @topgundcp I'll give it shot, back in 3 mins...
      My Computer


  7. Posts : 40,856
    windows 10 professional version 1607 build 14393.969 64 bit
       #47

    The reserved partition displayed FAT32 on a MBR partition.

    It should be NTFS.

    How did this happen?
      My Computer


  8. Posts : 115
    Windows 10 Pro Version 21H2 OS build 19044.1466
    Thread Starter
       #48

    @TOPGUNDCP It didn't work... same error...

    @zbook Not sure... I'm gonna call it for tonight it's 12.20am here...

    I'll be on tomorrow...
      My Computer


  9. Posts : 40,856
    windows 10 professional version 1607 build 14393.969 64 bit
       #49

    Tomorrow boot to the BIOS.
    Post images for settings:

    Legacy
    UEFI native (without CSM)
    UEFI hybrid (with CSM)

    AHCI / IDE




    Post #37 error codes updated:

    Code:
    Oxc0000098 = The operation completed successfully.
    0xc0000098 = The volume for a file has been externally altered such that the opened file is no longer valid.
    Code:
    0xc0000225 = The object was not found.
    0xc000000e = A device which does not exist was specified.
    0xc0000098 = The volume for a file has been externally altered such that the opened file is no longer valid.
    Last edited by zbook; 22 Feb 2021 at 22:36.
      My Computer


  10. Posts : 115
    Windows 10 Pro Version 21H2 OS build 19044.1466
    Thread Starter
       #50

    OK so I unplugged the USB boot drive, that way the system is 'as is' before and after the error. The settings you're seeing worked with out error since 1st ever boot (Dec 20th 2017) - they've never been touched!

    now all I get are BSOD's-153659356_1852270631615243_519059034425396451_n.jpg

    now all I get are BSOD's-153854670_146710630606750_7462321166529272005_n.jpg
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 19:06.
Find Us




Windows 10 Forums