locked
Windows 10 Operation System boot HDD+SSD? RRS feed

  • Question

  • Dear All!

    I installed Windows 10.

    I do not know why, but the boot files (about 30 MB.) HDD, a separate partition, and Windows system files in the Windows directory C: N (SSD).

    The system must therefore start the SSD and HDD as well.

    How can we solve that boot only have SSD?

    Unfortunately I could not find a free program that will copy the system partition on the SSD so that it is not empty, has been operating.

    Thanks.

    Sunday, March 12, 2017 10:48 AM

Answers

  • Hi Zolli__Z,

    Would you please share us more details of the issue? Do you have dual boot system on both HDD and SSD?

    "but the boot files (about  30 MB.) "
    As far as I know, the boot file should be at least 300M.

    If the main issue is to move the bcd configuration, we could try to use the "bcdboot" command line.
    We should create a separate partition and assign it with a drive letter for example S:\ with the command line or the "disk management" tool.
    Then use the “bcdboot C:\Windows /s S:” (Assume the C:\ is the system partition) to copy the bcd configuration to the S:\. Once the operation is completed, remove the S:\ drive letter to hide the bcd configuration.
    Bcdboot
    https://msdn.microsoft.com/en-us/windows/hardware/commercialize/manufacture/desktop/bcdboot-command-line-options-techref-di

    If I have misunderstood the issue, please feel free to let me know that.
    At the same time, please open an administrator command line and run "bcdedit /enum all" to list all the boot configuration
    Then run:
    diskpart
    list disk
    select disk 0 or 1 (one should be HDD and the other should be SSD)
    list volume (post the volume information here)

    Post back the disk information and bcd information for more information to understand the exact issue.

    Best regards


    Please remember to mark the replies as answers if they help.
    If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.



    Monday, March 13, 2017 2:56 AM

All replies

  • Hi Zolli__Z,

    Would you please share us more details of the issue? Do you have dual boot system on both HDD and SSD?

    "but the boot files (about  30 MB.) "
    As far as I know, the boot file should be at least 300M.

    If the main issue is to move the bcd configuration, we could try to use the "bcdboot" command line.
    We should create a separate partition and assign it with a drive letter for example S:\ with the command line or the "disk management" tool.
    Then use the “bcdboot C:\Windows /s S:” (Assume the C:\ is the system partition) to copy the bcd configuration to the S:\. Once the operation is completed, remove the S:\ drive letter to hide the bcd configuration.
    Bcdboot
    https://msdn.microsoft.com/en-us/windows/hardware/commercialize/manufacture/desktop/bcdboot-command-line-options-techref-di

    If I have misunderstood the issue, please feel free to let me know that.
    At the same time, please open an administrator command line and run "bcdedit /enum all" to list all the boot configuration
    Then run:
    diskpart
    list disk
    select disk 0 or 1 (one should be HDD and the other should be SSD)
    list volume (post the volume information here)

    Post back the disk information and bcd information for more information to understand the exact issue.

    Best regards


    Please remember to mark the replies as answers if they help.
    If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.



    Monday, March 13, 2017 2:56 AM
  • Hi! Super, it's work. :)

    Thanks! :)

    Monday, March 13, 2017 5:28 PM
  • Hi Zolli__Z,

    I am glad to be of help and thanks for updating. Please remember to mark the reply.

    Best regards


    Please remember to mark the replies as answers if they help.
    If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.

    Tuesday, March 14, 2017 1:25 AM