Windows 2 SSD's and 2 Operating Systems.

Discussion in 'Software' started by Kronos, 25 Aug 2016.

  1. Kronos

    Kronos Multimodder

    Joined:
    6 Nov 2009
    Posts:
    13,495
    Likes Received:
    618
    I have just installed Windows 10,(Oh what fun that was) on a brand new SSD with the view to keep my Windows 7 SSD intact.
    I was hoping that once I reconnected all HDDS that on boot I would be given the choice whether to boot to 10 or 7 but it booted straight to ten. I could of course just keep disconnecting and reconnecting the SSD's dependent on what I wanted to do but i was hoping for a simpler solution. Is there one?
     
    Last edited: 25 Aug 2016
  2. noizdaemon666

    noizdaemon666 I'm Od, Therefore I Pwn

    Joined:
    15 Jun 2010
    Posts:
    6,101
    Likes Received:
    806
    Yes.

    Plug both SSDs in and boot into Windows 10. Make a note of the drive letter for your Windows 7 partition. Open an Admin Command (Win + x, a) and type the following
    Code:
    diskpart
    list vol
    sel vol y
    assign letter=S
    exit
    bcdboot x:\windows /s s: /d /addlast
    diskpart
    sel vol s
    remove
    exit
    exit
    Where y=the number of the volume labeled SYSTEM and x is the drive letter of your Windows 7 partition.

    That should add the Windows 7 boot files so it appears when you boot from your Windows 10 SSD. I think anyway, been a fair while since I messed with dual boot.
     
  3. Kronos

    Kronos Multimodder

    Joined:
    6 Nov 2009
    Posts:
    13,495
    Likes Received:
    618
    I am fine up to "Where y=the number of the volume labeled SYSTEM" and I know what is meant by "x is the drive letter of your Windows 7" as I think I have hidden the system part of the drive which is the small 100mb or thereabouts one, is that correct?
     
  4. wolfticket

    wolfticket Downwind from the bloodhounds

    Joined:
    19 Apr 2008
    Posts:
    3,556
    Likes Received:
    646
    Couple of things control this in Windows, GUI wise anyway:

    Type "msconfig" while on the start menu, hit enter, go to the boot tab.
    - Check both OSs show up under boot in msconfig.

    Go to System, Advanced system settings (on the left), Advanced tab, click Settings under Startup and recovery.
    - This is where you can see the list of available options for multiple OSs on boot.

    This may not help though if for whatever reason Windows boot can't see both OSs.
     
  5. Kronos

    Kronos Multimodder

    Joined:
    6 Nov 2009
    Posts:
    13,495
    Likes Received:
    618
    Where is this part of your post?

    In relation to the first part of your answer in Windows 10 under Boot in msconfig only Windows 10 is showing.
     
  6. noizdaemon666

    noizdaemon666 I'm Od, Therefore I Pwn

    Joined:
    15 Jun 2010
    Posts:
    6,101
    Likes Received:
    806
    Sorry, I wrote and didn't really proof read :duh:

    When you type list vol it should throw out all your partitions and their relevant numbers. Like this

    [​IMG]

    So y in my case would be 2. For you, there might be two SYSTEM partitions (one from your 7 install and one from 10. 10 has a 500MB one or a 300MB one generally)

    As for X, it is literally just the partition that has all the Windows 7 installation on it, not the small 100MB boot partition.

    Edit: msconfig won't be much help in this case as the OSs are completely unaware of each other due to the SSDs not both being connected during install.
     
  7. Kronos

    Kronos Multimodder

    Joined:
    6 Nov 2009
    Posts:
    13,495
    Likes Received:
    618
    [​IMG]
    I know the Windows 7 SSD is E so y =1 and x =E is that correct.
     
  8. noizdaemon666

    noizdaemon666 I'm Od, Therefore I Pwn

    Joined:
    15 Jun 2010
    Posts:
    6,101
    Likes Received:
    806
    Y = 4 and x =e

    I am so sorry that I've introduced algebra into an already difficult situation:hehe:
     
  9. Kronos

    Kronos Multimodder

    Joined:
    6 Nov 2009
    Posts:
    13,495
    Likes Received:
    618
    Thanks.
     
  10. Kronos

    Kronos Multimodder

    Joined:
    6 Nov 2009
    Posts:
    13,495
    Likes Received:
    618
    So this?

    diskpart
    list vol
    sel vol 4
    assign letter=S
    exit
    bcdboot E:\windows /s s: /d /addlast
    diskpart
    sel vol s
    remove
    exit
    exit
     
  11. noizdaemon666

    noizdaemon666 I'm Od, Therefore I Pwn

    Joined:
    15 Jun 2010
    Posts:
    6,101
    Likes Received:
    806
    Yup, you got it :)

    *prays it now works*
     
  12. Kronos

    Kronos Multimodder

    Joined:
    6 Nov 2009
    Posts:
    13,495
    Likes Received:
    618
    You have just made me feel a bit queasy now, what is the worst that could happen? Please don't tell me. lol.
     
  13. noizdaemon666

    noizdaemon666 I'm Od, Therefore I Pwn

    Joined:
    15 Jun 2010
    Posts:
    6,101
    Likes Received:
    806
    I meant more along the lines of all the messing about involved. Nothing bad could happen with those commands really :)
     
  14. wolfticket

    wolfticket Downwind from the bloodhounds

    Joined:
    19 Apr 2008
    Posts:
    3,556
    Likes Received:
    646
    Right click the start button and click "system", then "advanced system settings" on the right column.

    Won't help if only 10 is showing in msconfig/boot though. Handy if you want to tweak things once you have it working though. Fingers crossed :)
     
  15. Kronos

    Kronos Multimodder

    Joined:
    6 Nov 2009
    Posts:
    13,495
    Likes Received:
    618
    Perfect Craig. Thanks a lot.
     
  16. theshadow2001

    theshadow2001 [DELETE] means [DELETE]

    Joined:
    3 May 2012
    Posts:
    5,284
    Likes Received:
    183
    I just press the f12 button on my motherboards splash screen to choose the disk I want to boot into. Don't most motherboards have an option like that?
     
  17. Kronos

    Kronos Multimodder

    Joined:
    6 Nov 2009
    Posts:
    13,495
    Likes Received:
    618
    I did not think of that though with my board it is the F8 key. I tell you this getting on in years coupled with a medical condition don't half kick the bejeeezers out of one's cognitive abilities.:D
     
  18. noizdaemon666

    noizdaemon666 I'm Od, Therefore I Pwn

    Joined:
    15 Jun 2010
    Posts:
    6,101
    Likes Received:
    806
    It didn't occur to me either to suggest using the the boot menu key. At least this way you don't have to remember to press the key on startup :hehe:
     
  19. Kronos

    Kronos Multimodder

    Joined:
    6 Nov 2009
    Posts:
    13,495
    Likes Received:
    618
    I think I was a bit premature with my thanks Craig as when I booted up this morning and chose Windows 7 I received this message.

    [​IMG]
     
  20. noizdaemon666

    noizdaemon666 I'm Od, Therefore I Pwn

    Joined:
    15 Jun 2010
    Posts:
    6,101
    Likes Received:
    806
    Disable Secure Boot if it's on but I guess 7 isn't liking being booted from a 10 bootloader (UEFI/legacy installs maybe).

    We could fix it so it all works right, or you could just use the F8 boot menu. It's all down to how far down the rabbit hole you want to go :D
     
    Last edited: 26 Aug 2016

Share This Page