1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Storage installed to ssd with hdd still plugged in

Discussion in 'Tech Support' started by monkiboi, 26 Apr 2014.

  1. monkiboi

    monkiboi Minimodder

    Joined:
    5 Feb 2012
    Posts:
    106
    Likes Received:
    2
    I mistakenly did as per the thread title. The ssd on it's own won't boot without windows boot manager which has an entry for w7 and w7 home premium, w7 being the install on the ssd and, I presume, home premuim being the old w7 install on the hdd. I could remove this via msconfig but not sure if I should (yet).

    If I plug the hdd in it goes straight to the mbr on the hdd, launching grub and offering linux or w7 - the drive was my old os one which will now be just storage once things are up and running.

    My question is will FixBoot or FixMbr with just the ssd plugged in make the ssd bootable, when the hdd is plugged back in or am I better off reinstalling w7 to the ssd, doing it properly. I'm assuming, of course, that the ssd doesn't have an mbr as it picked up the one off my hdd?

    thanks.
     
  2. suragh

    suragh Derp

    Joined:
    26 Nov 2011
    Posts:
    1,236
    Likes Received:
    44
    I think you're better off reinstalling W7 to the SSD with the HDD unplugged. It will give you peace of mind after installing. :)
     
  3. TheMadDutchDude

    TheMadDutchDude The Flying Dutchman

    Joined:
    23 Aug 2013
    Posts:
    4,739
    Likes Received:
    523
    A fresh install would be my advice too. :)
     
  4. noizdaemon666

    noizdaemon666 I'm Od, Therefore I Pwn

    Joined:
    15 Jun 2010
    Posts:
    6,095
    Likes Received:
    803
    You should just be able to create a new bcd within the SSDs installation. Boot from the SSD then run an elevated command prompt and type
    Code:
    bcdboot c:\windows /s c:
    That should create the necessary boot files on the SSD. Then type
    Code:
    diskpart
    list vol
    sel vol x
    active
    where x is the volume number of C:.

    Then shut down the PC, take out the HDD and it should all boot up as normal from the SSD. I think anyway, it's been a while since I've faffed with OS booting.
     
  5. sniperdude

    sniperdude Minimodder

    Joined:
    8 Sep 2010
    Posts:
    541
    Likes Received:
    33
    When you install windows and another drive has boot files instead of reinstalling them on the new drive it just uses the ones from the other drive....then you remove that drive and it wont boot as you can see.

    put in the windows CD and choose repair my computer when its done try and boot... if it don't work do the repair again and it will boot.



    You really don't need to do a fresh install for this little issue.

    you could also fix it from the recovery console with these commands
    Fixboot
    Fixmbr
     
    Last edited: 27 Apr 2014
  6. monkiboi

    monkiboi Minimodder

    Joined:
    5 Feb 2012
    Posts:
    106
    Likes Received:
    2
    Thanks for the replies. I ended up doing a fresh install.
     
  7. Atomic

    Atomic Gerwaff

    Joined:
    6 May 2002
    Posts:
    9,646
    Likes Received:
    94

Share This Page