Transferring or Restoring WIN 10 system on an new WIN 11 computer

Page 4 of 8 FirstFirst ... 23456 ... LastLast

  1. ils
    Posts : 59
    win 10 home
    Thread Starter
       #31

    NavyLCDR said:
    Diskpart
    list volume

    Look for the drive letter that contains the Windows 10 drive that you are trying to convert. You will also need the disk number:
    diskpart
    list disk

    So, let's say that the Windows drive you are trying to convert is on volume E: and the disk it is on is disk 1. The command would then be:

    E:\Windows\System32\mbr2gpt /validate /disk:1

    if it passes validation the command would then be:

    E:\Windows\System32\mbr2gpt /convert /disk:1
    I've booted from an installation USB.
    list disk shows Disk O 489 GB (100 MB free) and Disk 1 28 GB
    Steve108 thought the drive would be X
    So, I tried this cmd line, using X:\Windows\System32\mbr2gpt /convert /disk:0
    I got a list of '?commands? like ACTIVE . . .
    I don't think windows is active.
    Can I start over, with the MBR SSD installed as a passive drive, but run the mbr2gpt from WIN 11 running?
      My Computers


  2. Posts : 18,434
    Windows 11 Pro
       #32

    Why not try my method first? /disk: would be /disk:0. You did not post the results of
    Diskpart
    List volume
      My Computer


  3. ils
    Posts : 59
    win 10 home
    Thread Starter
       #33

    NavyLCDR said:
    Why not try my method first? /disk: would be /disk:0. You did not post the results of
    Diskpart
    List volume
    Sorry, I missed the 'list volume'
    Here is a photo of the screen with list disk and list volume
    Transferring or Restoring WIN 10 system on an new WIN 11 computer-screen-shot-xps-booted-installation-usb.jpg
      My Computers


  4. Posts : 21,421
    19044.1586 - 21H2 Pro x64
       #34

    @ils , NavyLCDR knows these waters much better than I , so I'll bow out for now

    iis to ils
      My Computer


  5. Posts : 18,434
    Windows 11 Pro
       #35

    ils said:
    Sorry, I missed the 'list volume'
    Here is a photo of the screen with list disk and list volume
    Transferring or Restoring WIN 10 system on an new WIN 11 computer-screen-shot-xps-booted-installation-usb.jpg
    So, what is the result of:

    Code:
    E:Windows\System32 mbr2gpt /validate /disk:0
    ?
      My Computer


  6. ils
    Posts : 59
    win 10 home
    Thread Starter
       #36

    NavyLCDR said:
    So, what is the result of:

    Code:
    E:Windows\System32 mbr2gpt /validate /disk:0
    ?
    From the command line DISKPART> with either of these four, I get nothing but the list ACTIVE . . . :
    E:\Windows\System32\mbr2gpt /validate /disk:0 or
    E:\Windows\System32 mbr2gpt /validate /disk:0 or
    E:\Windows\System32\mbr2gpt /validate /disk:1 or
    E:\Windows\System32 mbr2gpt /validate /disk:1
      My Computers


  7. Posts : 41,481
    windows 10 professional version 1607 build 14393.969 64 bit
       #37

    Aren't you booting using the USB flash drive?

    Please display these additional command results:
    sel dis 0
    det dis
    lis par
    sel par 1
    det par
    sel par 2
    det par
    sel par 3
    det par
    sel dis 1
    det dis
    lis par
    sel par 1
    det par
    exit


    Were you not able to boot the internal disk drive?



    Please post images of the BIOS settings:
    Legacy
    UEFI native (without CSM)
    UEFI hybrid (with CSM)




    Can you use command prompt at boot?
    Open Command Prompt at Boot in Windows 10
      My Computer


  8. Posts : 18,434
    Windows 11 Pro
       #38

    ils said:
    From the command line DISKPART> with either of these four, I get nothing but the list ACTIVE . . . :
    E:\Windows\System32\mbr2gpt /validate /disk:0 or
    E:\Windows\System32 mbr2gpt /validate /disk:0 or
    E:\Windows\System32\mbr2gpt /validate /disk:1 or
    E:\Windows\System32 mbr2gpt /validate /disk:1
    You don't run mbr2gpt from Diskpart. You run it from a command prompt. In the screenshot you posted you would run it from:
    X:\Sources>

    not from Diskpart>

    To get back to the command prompt from Diskpart, enter the command:
    exit
      My Computer


  9. ils
    Posts : 59
    win 10 home
    Thread Starter
       #39

    NavyLCDR said:
    You don't run mbr2gpt from Diskpart. You run it from a command prompt. In the screenshot you posted you would run it from:
    X:\Sources>

    not from Diskpart>

    To get back to the command prompt from Diskpart, enter the command:
    exit
    YES!! I followed your instructions with Source> E:\Windows\System32\mbr2gpt /validate /disk:0 WAS VALIDATED, then
    E:\Windows\System32\mbr2gpt /convert /disk:0 CONVERTED!
    I rebooted (without USB installation disk, of course) and my WIN 10 system worked!
    I then disconnected the WIN 10 SSD, re-installed the NVMe EFI-GPT drive, and it works.
    Next, I want to learn how to do a dual boot, with the NVMe WIN 11 and the WIN 10 SSD. I suppose I should re-post the question on the Windows 11 Forum forum? Thanks, NavyLCDR. You're a great tutor.

    - - - Updated - - -

    answers are here:
    zbook said:
    Aren't you booting using the USB flash drive? YES
    Please display these additional command results:
    sel dis 0
    det dis
    lis par
    sel par 1
    det par
    sel par 2
    det par
    sel par 3
    det par
    sel dis 1
    det dis
    lis par
    sel par 1
    det par
    exit
    SEE THREE SCREEN SHOTS
    Transferring or Restoring WIN 10 system on an new WIN 11 computer-zbook-requests-3.jpgTransferring or Restoring WIN 10 system on an new WIN 11 computer-zbook-requests-2.jpgTransferring or Restoring WIN 10 system on an new WIN 11 computer-zbook-requests-1.jpg
    Were you not able to boot the internal disk drive? I WAS, AND NavyLCDR got me thru the final hurdle.
    Please post images of the BIOS settings: HERE THEY ARE
    Transferring or Restoring WIN 10 system on an new WIN 11 computer-zbook-requests-5.jpgTransferring or Restoring WIN 10 system on an new WIN 11 computer-zbook-requests-4.jpg
    Legacy
    UEFI native (without CSM)
    UEFI hybrid (with CSM)
    Can you use command prompt at boot? YES
    Open Command Prompt at Boot in Windows 10
      My Computers


  10. Posts : 18,434
    Windows 11 Pro
       #40

    ils said:
    YES!! I followed your instructions with Source> E:\Windows\System32\mbr2gpt /validate /disk:0 WAS VALIDATED, then
    E:\Windows\System32\mbr2gpt /convert /disk:0 CONVERTED!
    I rebooted (without USB installation disk, of course) and my WIN 10 system worked!
    I then disconnected the WIN 10 SSD, re-installed the NVMe EFI-GPT drive, and it works.
    Next, I want to learn how to do a dual boot, with the NVMe WIN 11 and the WIN 10 SSD. I suppose I should re-post the question on the Windows 11 Forum forum? Thanks, NavyLCDR. You're a great tutor.
    Dual booting Windows is easy. Under normal circumstances when you boot into Windows, the other Windows installation will get a drive letter assigned to the partition it is installed on. Let's say it gets drive letter E:. Open a command prompt with admin privileges ("run as administrator") and the command would be:
    bcdboot E:\Windows /d /addlast

    Just change the E:\Windows to match whatever drive letter the other Windows installation gets.
      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 10:23.
Find Us




Windows 10 Forums