Windows 10: Need help to PROPERLY install dual boot: Windows 10 & Windows 10

Discus and support Need help to PROPERLY install dual boot: Windows 10 & Windows 10 in Windows 10 Installation and Upgrade to solve the problem; Boot the computer from the Windows 10 installation USB flash drive. When you get to the first screen, press Shift + F10, a command prompt window should... Discussion in 'Windows 10 Installation and Upgrade' started by Nisko, Nov 16, 2017.

  1. NavyLCDR New Member

    Need help to PROPERLY install dual boot: Windows 10 & Windows 10


    Boot the computer from the Windows 10 installation USB flash drive. When you get to the first screen, press Shift + F10, a command prompt window should open. Run:
    diskpart
    select disk 0
    clean
    exit
    exit

    Then proceed with the install. After you select custom install, highlight the unallocated space on disk 0 and click next.
     
    NavyLCDR, Nov 25, 2017
    #61
  2. Nisko Win User

    I think I messed up. I got as far as creating enough unallocated space to install my old (working) version of Windows10 (this post is from my iPad). I have a fresh image of the old Windows 10 but the image is of the entire Disk 0. Can I just install the old version of W10 from this image (I have the paid version of Macrium Reflect)? If not, please tell me what to do. If I have to, I can always start over (ugh!). Just as a reminder, I want to be able to dual boot while I add my apps into the clean install - then delete the old version and just be left with the clean install version.
     
    Nisko, Nov 26, 2017
    #62
  3. NavyLCDR New Member
    In Macrium Reflect, drag and drop the old Windows partion only from the backup image file to the unallocated space on the target hard drive.
     
    NavyLCDR, Nov 26, 2017
    #63
  4. Nisko Win User

    Need help to PROPERLY install dual boot: Windows 10 & Windows 10

    OK, the image doesn't show partitions. How do I display the image broken up into partitions? I clicked on "Browse Image" and a dialog box came up showing each partition. It's telling me to click a checkbox for the partition I want to explore and associate a drive letter in explorer. I'm doing this inside @Kyhi PE environment and I'm not familiar with how to get around in it. How do I find explorer and assign a drive letter?
     
    Nisko, Nov 26, 2017
    #64
  5. NavyLCDR New Member
    I'm not at a computer now, but it is from the restore menu, you will select the image file you want to restore, not browse. Then select the target drive. Then in the upper half of the window you should see the partitions contained in the image file and in the lower half see the existing partitions on the target drive.

    Then you will drag and drop the old Windows partition only from the upper half to the empty space on the drive in the lower half.
     
    NavyLCDR, Nov 26, 2017
    #65
  6. Nisko Win User
    That's underway right now. Thanks - I should have known to do that intuitively. When the restore is complete, is there anything else I have to do to be able to dual boot?
     
    Nisko, Nov 26, 2017
    #66
  7. Nisko Win User
    Ok, the installation is complete - but the option to dual boot is not there. It only boots into the clean install.
     
    Nisko, Nov 26, 2017
    #67
  8. NavyLCDR New Member

    Need help to PROPERLY install dual boot: Windows 10 & Windows 10

    Your old Windows partition should have a drive letter. Let's say it is E:\. Change the drive letter below in the FIRST command to match what your old Windows partition drive letter actually is. In a Command Prompt (Admin) or "Run As Administrator" Command Prompt, enter the two commands below, change the drive letter in the FIRST command only to match what your old Windows partition got assigned:

    bcdboot E:\Windows
    bcdboot C:\Windows
    exit

    Reboot. Your new clean Windows install should be on top and default. The old Windows partition should be the bottom entry (after you reboot - I know the commands above are reversed!). Then open a Command Prompt (Admin) again and run:

    bcdedit

    Post the results here and I'll show you how to modify the description(s) to something meaningful.
     
    NavyLCDR, Nov 26, 2017
    #68
  9. Nisko Win User
    @NavyLCDR Results of bcdedit BTW, I now have a working dual boot. Thank you again!!!
     
    Nisko, Nov 27, 2017
    #69
  10. NavyLCDR New Member
    So, on your screenshot it looks like you are booted into the old Windows 10 and the new Windows 10 is the default? The way you change the description to something more meaningful would be to use the identifier field in the Windows Boot Loader Entries. So let's say the {default} entry is your new Windows 10 and {current} is your old Windows 10. You could do:

    bcdedit /set {current} description "Windows 10 Old"

    Then you can do just bcdedit by itself to see the change that was made.
     
    NavyLCDR, Nov 27, 2017
    #70
  11. Nisko Win User
    bcdedit /set {current} description "Windows 10 Old"

    Having trouble following the syntax. Especially {current} description. What do I substitute for that part of the command?
     
    Nisko, Nov 27, 2017
    #71
  12. f14tomcat Win User
    Nothing. Just be booted into the OS you want to make the name change to, fire up Admin Cmd prompt, and run it. {current} denotes the OS you are running.

    Type any name you want between the " ".

    You can check it real quick when you're done by running MSCONFIG and click the Boot tab up top.

    WINKEY + R, MSCONFIG, enter .....
     
    f14tomcat, Nov 27, 2017
    #72
  13. NavyLCDR New Member

    Need help to PROPERLY install dual boot: Windows 10 & Windows 10

    You see the Indentifier field right below the Windows Boot Loader headings? That's what goes in the {} - whatever that identifier is will be the section that you are changing. It might be {default}, it might be {current}-which will always be the OS you are currently booted into- or if the section is neither the default nor the current OS, it might have a long string of characters making up a GUID - cut and paste that to make it easier.

    Here's mine:
    Code: C:\Windows\system32>bcdedit Windows Boot Manager -------------------- identifier {bootmgr} device partition=\Device\HarddiskVolume1 path \EFI\MICROSOFT\BOOT\BOOTMGFW.EFI description Windows Boot Manager locale en-us inherit {globalsettings} default {current} resumeobject {ec06c16b-caf8-11e7-b1ac-10c37ba1c52b} displayorder {current} {ec06c16a-caf8-11e7-b1ac-10c37ba1c52b} {ec06c168-caf8-11e7-b1ac-10c37ba1c52b} toolsdisplayorder {memdiag} timeout 3 Windows Boot Loader ------------------- identifier {current} device partition=C: path \Windows\system32\winload.efi description Windows 10 Pro locale en-us inherit {bootloadersettings} recoverysequence {ec06c165-caf8-11e7-b1ac-10c37ba1c52b} recoveryenabled Yes isolatedcontext Yes allowedinmemorysettings 0x15000075 osdevice partition=C: systemroot \Windows resumeobject {ec06c16b-caf8-11e7-b1ac-10c37ba1c52b} nx OptIn bootmenupolicy Standard Windows Boot Loader ------------------- identifier {ec06c16a-caf8-11e7-b1ac-10c37ba1c52b} device partition=G: path \Windows\system32\winload.efi description Windows 7 Home locale en-us inherit {bootloadersettings} osdevice partition=G: systemroot \Windows resumeobject {ec06c169-caf8-11e7-b1ac-10c37ba1c52b} nx OptIn detecthal Yes Windows Boot Loader ------------------- identifier {ec06c168-caf8-11e7-b1ac-10c37ba1c52b} device partition=H: path \Windows\system32\winload.efi description Windows 7 Pro locale en-us inherit {bootloadersettings} osdevice partition=H: systemroot \Windows resumeobject {ec06c167-caf8-11e7-b1ac-10c37ba1c52b} nx OptIn detecthal Yes[/quote] If I wanted to change Windows 7 Pro, for example, the command would be:
    bcdedit /set {ec06c168-caf8-11e7-b1ac-10c37ba1c52b} description "Windows 10 Professional"

    If I wanted to change Windows 10 Pro, the command would be:
    bcdedit /set {current} description "Windows 10 Professional"
     
    NavyLCDR, Nov 27, 2017
    #73
  14. Nisko Win User
    Still having a problem with the syntax:
     
    Nisko, Nov 27, 2017
    #74
  15. NavyLCDR New Member
    If you are actually booted into Windows 10 Old the command would be:

    bcdedit /set {current} description "Windows 10 OLD"
     
    NavyLCDR, Nov 27, 2017
    #75
Thema:

Need help to PROPERLY install dual boot: Windows 10 & Windows 10

Loading...
  1. Need help to PROPERLY install dual boot: Windows 10 & Windows 10 - Similar Threads - Need help PROPERLY

  2. Need help in Dual Boot

    in Windows 10 Ask Insider
    Need help in Dual Boot: I have a PC with 2 SSD and an NVMe . I have Windows 10 installed on NVMe And have a free SSD and I want to install Linux ( OpenSUSE ) on a free SSD . I want to Setup dual boot on it but I have no idea how to do it and I doubt that it is possible via NVMe and SSD pathway . If...
  3. Windows 10 installation as a dual boot os

    in Windows 10 Installation and Upgrade
    Windows 10 installation as a dual boot os: I have a dell Inspiron laptop. It came with windows 7 preinstalled. Now I want to install windows 10 as welp by partitioning the drive. I have created a bootable usb using the windows ISO file downloaded from windows website and using rufus tool, i have formatted the usb...
  4. Windows 10 not installing properly/not booting.

    in Windows 10 BSOD Crashes and Debugging
    Windows 10 not installing properly/not booting.: Hello. I previously had a Linux computer and wanted to replace it with Windows, since I need specific Windows programs that Linux unfortunately doesn't have. I have a USB with the Windows ISO burned on it, and I used this to install Windows on the laptop. However, after I...
  5. Install Windows 10 dual boot with PhoenixOS

    in Windows 10 Installation and Upgrade
    Install Windows 10 dual boot with PhoenixOS: I want to dual boot them but without touching my partitions because I don't want to mess with existing windows 10 boot. https://answers.microsoft.com/en-us/windows/forum/all/install-windows-10-dual-boot-with-phoenixos/7d93d1b0-cfc7-4458-a6ac-bc8f44c1ff46
  6. Windows 10 no longer dual boots properly

    in Windows 10 Installation and Upgrade
    Windows 10 no longer dual boots properly: Okay, I've clearly managed to mess something up, but here goes... Prior to a couple days ago, my system was setup in a dual boot configuration, with Windows 8.1 (not set as Default, but technically my "primary"), and the Windows 10 Technical Preview (Default) which I used...
  7. Need help dual-booting Windows 10 with Windows 7

    in Windows 10 Installation and Upgrade
    Need help dual-booting Windows 10 with Windows 7: Hi, I would like to dual-boot Windows 10 alongside with Windows 7. I am currently running Windows 7 with Ubuntu and PhoenixOS. Now I am planning to replace PhoenixOS (which is taking 20GB separate partition) with Windows 10. So I need help to get windows 10 installed with...
  8. Installing Windows 10 in a dual boot tablet

    in Windows 10 Installation and Upgrade
    Installing Windows 10 in a dual boot tablet: Hello! I work in a computer store and a customer had a dual boot MLS Magic tablet which had Android and Windows. The problem was that the Windows partition (16GB) was almost full without having any applications installed! She asked if we could format the tablet, get rid of...
  9. Help to Install Windows 7, dual boot with Windows 10

    in Windows 10 Installation and Upgrade
    Help to Install Windows 7, dual boot with Windows 10: Currently I'm running Windows 10 fall creators update Pro-64 bit. For some unavoidable reason I need to install Windows 7 Ultimate alongside Windows 10 (dual boot). But whenever I'm trying to install windows 7 it's saying "Your computer is already running newer version of...
  10. Need help Dual booting Windows 10 and WinPE via script

    in Windows 10 Installation and Upgrade
    Need help Dual booting Windows 10 and WinPE via script: Hi all, I am trying to dual boot Windows 10 and WinPE, but have it all setup through an automated process using a Batch script. This is my diskpart script: Code: select disk 0 clean convert GPT rem === 1. Create the EFI system partition === create partition EFI...