How to get rid of old (dual) boot hdd used to clone Win 10 to ssd

Page 1 of 2 12 LastLast

  1. Posts : 28
    Windows 10
       #1

    How to get rid of old (dual) boot hdd used to clone Win 10 to ssd


    Hello All,

    My Lenovo desktop came with Windows 10 Home preinstalled on a 1 TB HDD. Last December I cloned the Windows 10 partition to a SSD and somehow managed to boot from it as the main partition, C: on the volume I named Win10-SSD, leaving the old volume renamed Win10-HDD as D:. Note: when booting the computer I can still choose between both options in the Windows 10 boot menu, the SSD being the default. I'm running Windows 10 Home version 20H2 Build 19042.

    As it works fine and I no longer need the HDD as fallback, I'd like now to reformat completely the 1 TB disk, but the disk manager shows two partitions which I suspect are still used in the startup process: the EFI partition and likely also the OEM partition (as I'm still getting the unnecessary OEM logo then splash screen with circling dot 'hourglass' at startup). The SSD however only shows the Windows partition and a small recovery partition (of any use?). See screenshot:
    How to get rid of old (dual) boot hdd used to clone Win 10 to ssd-image.png

    Can you guide me in the steps necessary to work with the SSD only (I guess other boot manager / loader / etc partition must be created and chained ?). I wouldn't mind getting rid of the Lenovo interim boot step also, and I don't require to keep the 24 GB recovery partition at the end of the HDD. Thanks in advance for your guidance !

    PS: when running bcdedit I'm getting this output:
    Code:
    Windows Boot Manager
    --------------------
    identifier              {bootmgr}
    device                  partition=\Device\HarddiskVolume2
    path                    \EFI\Microsoft\Boot\bootmgfw.efi
    description             Windows Boot Manager
    locale                  en-us
    inherit                 {globalsettings}
    default                 {current}
    resumeobject            {7aae8355-960d-11eb-8af8-b8aeed25f4c5}
    displayorder            {current}
                            {1debaa07-46a9-11ea-97fc-b8aeed25f4c5}
    toolsdisplayorder       {memdiag}
    timeout                 5
    
    Windows Boot Loader
    -------------------
    identifier              {current}
    device                  partition=C:
    path                    \windows\system32\winload.efi
    description             Windows 10 SSD
    locale                  en-us
    inherit                 {bootloadersettings}
    isolatedcontext         Yes
    allowedinmemorysettings 0x15000075
    osdevice                partition=C:
    systemroot              \windows
    resumeobject            {7aae8355-960d-11eb-8af8-b8aeed25f4c5}
    nx                      OptIn
    bootmenupolicy          Standard
    
    Windows Boot Loader
    -------------------
    identifier              {1debaa07-46a9-11ea-97fc-b8aeed25f4c5}
    device                  partition=D:
    path                    \WINDOWS\system32\winload.efi
    description             Windows 10 HDD
    locale                  en-us
    inherit                 {bootloadersettings}
    isolatedcontext         Yes
    allowedinmemorysettings 0x15000075
    osdevice                partition=D:
    systemroot              \WINDOWS
    resumeobject            {1debaa06-46a9-11ea-97fc-b8aeed25f4c5}
    nx                      OptIn
    bootmenupolicy          Standard
      My Computer


  2. Posts : 8,100
    windows 10
       #2

    The key is to remove the old drive and see if windows still boots I suspect it wont but until your sure you can do anything
      My Computer


  3. Posts : 18,430
    Windows 11 Pro
       #3

    First we need to see the output of:
    Code:
    diskpart
    list disk
    That will tell us if the SSD is MBR or GPT.
      My Computer


  4. Posts : 28
    Windows 10
    Thread Starter
       #4

    Samuria said:
    The key is to remove the old drive and see if windows still boots I suspect it wont but until your sure you can do anything
    I confirm I did try that some time ago and it did not boot. It got stuck with a message like no operating system found, please insert a disk (as far as I can remember).

    - - - Updated - - -

    NavyLCDR said:
    First we need to see the output of diskpart list disk.That will tell us if the SSD is MBR or GPT.
    Code:
    DISKPART> list disk  
    Disk ###  Status         Size     Free     Dyn  Gpt  
    --------  -------------  -------  -------  ---  ---  
    Disk 0    Online          931 GB      0 B        *  
    Disk 1    Online          465 GB  1024 KB        *  
    Disk 2    No Media           0 B      0 B
    I think this confirms both are GPT (incl. Disk1 which is the SSD).
      My Computer


  5. Posts : 41,452
    windows 10 professional version 1607 build 14393.969 64 bit
       #5

    Please run:
    Tuneup.bat - Click here to go to the BSOD batch repository to download and run this batch file.

    DiskParInfo.bat - Click here to go to the BSOD batch repository to download and run this batch file.

      My Computer


  6. Posts : 8,100
    windows 10
       #6

    You need to omove the uefi partition to c drive Move EFI partition to another drive – Windows 10 | Ivan Tomica
      My Computer


  7. Posts : 28
    Windows 10
    Thread Starter
       #7

    zbook said:
    Please run:
    Tuneup.bat - Click here to go to the BSOD batch repository to download and run this batch file.
    DiskParInfo.bat - Click here to go to the BSOD batch repository to download and run this batch file.
    Thanks zbook, I will run the batches when I can get hold again of the computer, and post outputs in this thread.

    - - - Updated - - -

    Samuria said:
    You need to omove the uefi partition to c drive Move EFI partition to another drive – Windows 10 | Ivan Tomica
    Thanks Samuria, this looks like what I need indeed. But to take no risk, I'll wait first for the feedback of zbook to the requested info collection for his review.
      My Computer


  8. Posts : 6,293
    Windows 11 Pro - Windows 7 HP - Lubuntu
       #8

    On a UEFI-GPT drive the boot manager is on the Fat32 EFI partition. As you didn't clone to the new SSD drive, it is using from the HDD.

    You can build a new Fat32 EFI partition on the SSD.
    - Open Disk Manager (C:\Windows\System32\diskmgmt.msc), shrink the C: partition on the SSD in 100M and create a Fat32 EFI partition and assign W: letter to the partition.

    - Open a CMD window as administrator and type:
    bcdboot C:\Windows /s W: /f UEFI

    Shutdown, detach the HDD and see if it boots.
    If it does, you can remove the letter W: from the EFI partition.
    Last edited by Megahertz; 10 Apr 2021 at 08:37.
      My Computers


  9. Posts : 18,430
    Windows 11 Pro
       #9

    AlterMind said:
    I confirm I did try that some time ago and it did not boot. It got stuck with a message like no operating system found, please insert a disk (as far as I can remember).

    - - - Updated - - -



    Code:
    DISKPART> list disk  
    Disk ###  Status         Size     Free     Dyn  Gpt  
    --------  -------------  -------  -------  ---  ---  
    Disk 0    Online          931 GB      0 B        *  
    Disk 1    Online          465 GB  1024 KB        *  
    Disk 2    No Media           0 B      0 B
    I think this confirms both are GPT (incl. Disk1 which is the SSD).
    You need to shrink the C: drive partition on disk 1 by 100 MB, create a new EFI system partition in the 100 MB empty space. Format it as FAT32. Assign a drive letter to it. Then use the bcdboot command to write boot files to the new EFI system partition.
      My Computer


  10. Posts : 6,293
    Windows 11 Pro - Windows 7 HP - Lubuntu
       #10

    NavyLCDR said:
    You need to shrink the C: drive partition on disk 1 by 100 MB, create a new EFI system partition in the 100 MB empty space. Format it as FAT32. Assign a drive letter to it. Then use the bcdboot command to write boot files to the new EFI system partition.
    NavyLCDR
    Correct me if I'm wrong, but I think that is exactly what I Instructed on my previous post.
      My Computers


 

  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 18:35.
Find Us




Windows 10 Forums