Which ssd has Windows 10 OS...

Page 2 of 8 FirstFirst 1234 ... LastLast

  1. Posts : 18,432
    Windows 11 Pro
       #11

    You were already in diskpart. After you are in diskpart it is "select disk 0", "list part".

    Code:
    Microsoft Windows [Version 10.0.22621.900]
    (c) Microsoft Corporation. All rights reserved.
    
    C:\Windows\System32>diskpart
    
    Microsoft DiskPart version 10.0.22621.1
    
    Copyright (C) Microsoft Corporation.
    On computer: RAIDER
    
    DISKPART> select disk 0
    
    Disk 0 is now the selected disk.
    
    DISKPART> list part
    
      Partition ###  Type              Size     Offset
      -------------  ----------------  -------  -------
      Partition 1    Primary            945 GB  1024 KB
      Partition 2    Primary           8191 MB   945 GB
    
    DISKPART>
      My Computer


  2. Posts : 82
    Windows 10
    Thread Starter
       #12

    I've got it.
    Attached Thumbnails Attached Thumbnails Which ssd has Windows 10 OS...-diskpart-c-parts.jpg  
      My Computer


  3. Posts : 41,474
    windows 10 professional version 1607 build 14393.969 64 bit
       #13

    Please run these bat scripts and post share links into this thread using one drive, drop box, or google drive:

    https://www.tenforums.com/attachment...p_plus_log.bat

    https://www.tenforums.com/attachment...iskparinfo.bat
      My Computer


  4. Posts : 4,592
    several
       #14

    What did you use to perform the clone ?

    The usual way to fix these issues is:

    1. Fix the os letter of the cloned windows partition
    2. Correct the bcd entry using bcdboot

    Can be done in a few seconds. In rare cases there has been some file corruption during the copy, but most failures are due to 1 and 2 above. The most reliable program for os migration that I have come across is diskgenius.

    I made a little thing that can do 1 and 2 because it is tedious to do manually and I am too lazy to keep explaining all the steps.

    bcdbootdiskv11.zip
    Last edited by SIW2; 13 Dec 2022 at 20:56.
      My Computer


  5. Posts : 75
    Windows 10 Pro
       #15

    Basically what you need to do is

    select partition 3
    assign letter=Y:
    exit
    bcdboot D:\Windows /s Y:
      My Computer


  6. Posts : 18,432
    Windows 11 Pro
       #16

    Volume Z said:
    Basically what you need to do is

    select partition 3
    assign letter=Y:
    exit
    bcdboot D:\Windows /s Y:
    Pretty much!

    Code:
    diskpart
    select disk 0
    select partition 3
    assign letter=y
    exit
    bcdboot D:\Windows /s Y: /f UEFI
    exit
      My Computer


  7. Posts : 82
    Windows 10
    Thread Starter
       #17

    Code:

    diskpart
    select disk 0
    select partition 3
    assign letter=y
    exit
    bcdboot D:\Windows /s Y: /f UEFI
    exit
    +++++++++++++++

    What is the end result of the above?

    Thank you.
      My Computer


  8. Posts : 75
    Windows 10 Pro
       #18

    Ability to boot "WD 2tb ssd".
      My Computer


  9. Posts : 4,592
    several
       #19

    inPicton said:
    Code:

    diskpart
    select disk 0
    select partition 3
    assign letter=y
    exit
    bcdboot D:\Windows /s Y: /f UEFI
    exit
    +++++++++++++++

    What is the end result of the above?

    Thank you.
    It should add an os entry pointing at the partition currently showing the letter D to the bcd store on the partition you have just assigned letter Y.

    if you were to take a look at the bcd store in Y:\EFI\Microsoft\Boot with bcdedit, the entry would look something like this:

    Windows Boot Loader
    -------------------
    identifier {86429a61-a3b6-11eb-a946-18c04d5e5240}
    device partition=D:
    path \Windows\system32\winload.efi
    description b75-test
    locale en-US
    inherit {bootloadersettings}
    recoverysequence {6cafbce5-5282-11ed-8d61-8396d2e7cd9f}
    recoveryenabled Yes
    osdevice partition=D:
    systemroot \Windows
    resumeobject {86429a60-a3b6-11eb-a946-18c04d5e5240}
    nx OptIn

    If you were to remove the drive letter alias D , then bcdedit will display the device path instead:

    Windows Boot Loader
    -------------------
    identifier {86429a61-a3b6-11eb-a946-18c04d5e5240}
    device partition=\Device\HarddiskVolume4
    path \Windows\system32\winload.efi
    description b75-test
    locale en-US
    inherit {bootloadersettings}
    recoverysequence {6cafbce5-5282-11ed-8d61-8396d2e7cd9f}
    recoveryenabled Yes
    osdevice partition=\Device\HarddiskVolume4
    systemroot \Windows
    resumeobject {86429a60-a3b6-11eb-a946-18c04d5e5240}
    nx OptIn

    In this scenario the letter Y represents the esp partition on disk 0 ( aka \Device\HarddiskVolume3 )
    and D represents the windows partition on disk 0 ( aka \Device\HarddiskVolume4 )
    Last edited by SIW2; 14 Dec 2022 at 19:52.
      My Computer


  10. Posts : 75
    Windows 10 Pro
       #20

    That "Y" partition being the EFI System Partition on Disk 0; Volume D: being "WD 2tb ssd".
      My Computer


 

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 10:04.
Find Us




Windows 10 Forums