SSD - Install and Transfer the Operating System

How to Physically Install a SSD and Transfer the Operating System


Introduction

If you never owned an SSD, you have missed something. Yes, they are not cheap, but Dollar per Dollar there is no other piece of hardware that can give you as much additional performance than an SSD.

Because SSDs are expensive, their current use is for placing the operating system. That’s how you get the best mileage. Although XP and Vista can be installed on SSDs, it is recommended to use them for Windows7, which is the first system to support Trim.

For desktops, an SSD with a 60GB capacity is usually sufficient. The user data can be moved to the HDD – I will explain the procedure later. Should you have very large programs, e.g., games, you should move their program files during the installation of the game to the HDD too.

For laptops, the situation is more complicated because you usually have only one disk bay. I use 80GB and 90GB SSDs on my laptops. In addition, I use the HDD that I recovered from the laptop after I installed the SSD in an external USB enclosure. But, if you move around a lot with the laptop, that may not be so convenient and a bigger SSD (120GB or 250GB) may be in order (budget allowing).


Hardware Installation

For a desktop, you will need a bracket if it is a 2.5” SSD (like most today). But, there are also 3.5” SSDs that will fit without adaptor brackets into the disk bays. You also need a cable to attach the SSD to the motherboard. For electricity, there is usually an extra plug at the PSU which you can use for the SSD’s.

Once you have all those bits, you can install the SSD in an available disk bay – or if none available, some self-adhesive Velcro will also do. The SSDs are light and do not produce any vibration or heat.

For a laptop, you need an external enclosure that attaches to a USB port. That will allow you to make the initial SSD setups. The one I linked attaches via USB2 and eSata, which may be practical later to use as external drive with the HDD that you recovered from the laptop. Also for hot swapping bare bone HDDs. But there are cheaper enclosures for USB2 only and also some that allow attachment to USB3.

Transfer the Operating System

There are two ways to transfer the operating system from your current HDD to the SSD:
1. The Geeky way which comes for free and
2. The easy way that costs $19.95.

1.The Geeky way requires the following steps:

Prepare the SSD – You first have to initialize the SSD to create the MBR. You can do that with Disk Management or with this program (which you will need later anyhow).

Then you need to align the SSD and define an active partition on it. You use an elevated Command Prompt with the following commands:

Diskpart
List disk
Select disk n (where n is the number that was given for your SSD in List disk)
Clean
Create partition primary align=1024
Format fs=ntfs quick
Active (assuming you want to install an OS)
Exit

Note: If you are more comfortable working with Disk Management, you can also define a primary active partition with Disk Management. On a SSD, the partition will be automatically aligned by 1024.


If you want to verify that the alignment is correct, you use these commands:

Diskpart
List disk
Select disk n
List partition



You should see a result like this:

Partition ### Type Size Offset


------------- ---------------- ------- -------
Partition 1 Primary 59 GB

1024 KB - but 64KB or any number divisible by 4 is also good. The offset has to be divisible by 4.

In Windows7, you may have the 100MB active boot partition. The easiest way to deal with that is to move the bootmgr to the C: partition using EasyBCD. That you do on your HDD before you transfer anything to the SSD. Then you do not have to worry about it and you need only transfer the C: partition to the SSD.


But if you care to keep the 100MB partition, then the partition you just created on the SSD is for that 100MB partition. The next step is to shrink the partition you just created to a 100MB size (make sure it is not any smaller). With Disk Management you will have trouble to do that. I recommend this program for the operation.

From the free space you gained, you create the C: partition for the OS. This partition must not be active and need not be a primary (because the 100MB partition contains the boot manager).

Alternatively and easier is if you first create the 100MB partition with these commands:

Diskpart
List disk
Select disk n (where n is the number that was given for your SSD in List disk)
Clean
Create partition primary size=100 align=1024
Format fs=ntfs quick
Active
Exit

Note: The unit in the size parameter is MB

After this action you can use Disk Management to create the C partition from the remaining unallocated space. That can be a logical partition.

If there is no 100MB partition, things are easy. The partition you created with Command Prompt will receive the C partition including boot manager and all.

There may be more partitions on your factory HDD – e.g., the Recovery partition and a Tools Partition. Those you should not transfer to the SSD because of space constraints. I would back them up – e.g., with an imaging program. The Recovery Partition you can also burn to DVDs.

The OS transfer

This is done with an image. There are a variety of free imaging programs (e.g., the free editions of Macrium, Paragon, Acronis, etc.) that are suitable for the task. You can also use the Windows7 imaging, which has the advantage that it deals with the 100MB active boot partition automatically. Disadvantage is that you never know exactly what it does.

You image your partitions to an external disk (you may have to assign a drive letter to the 100MB partition so that the imaging program can identify it) and then pull the images back in to the SSD (using the bootable recovery program of the imaging program).
The recovery is partition by partition. So you have to make separate runs for the 100MB partition (if any) and the C: partition.

Note: Many free imaging programs cannot shrink the originating partition to fit into the usually much smaller C: partition on the SSD - even if the amount of data in that partition would fit. In that case you will need to shrink the C: partition on the HDD prior to imaging it. The HDD C: partition must be smaller or equal in size to the designated partition on the SSD. For that operation I also recommend this program because Disk Management might not be able to shrink it enough. Note: Free Macrium can image to a smaller disk if the data fits.

It is, of course, understood, that the amount of data on your HDD C: partition must not exceed the capacity of the designated C: partition on the SSD. Should you have more data on your HDD C: partition than the size of the SSD C: partition can hold, I suggest you first create a data partition on the HDD system and move the user data there. Here is my video tutorial that explains how this is done. When you finally are on the SSD system, you then right click on the user folders in the data partition (Documents, Pictures, etc.) and Include them into the appropriate library. That approach does not require you to move the user folders later.

Next step is to change the boot sequence in the BIOS to set the SSD as second boot device (leave the CD/DVD reader as first boot device) and, hopefully, your system will boot.

2.The easy way for transferring the OS requires you to purchase this program. It does everything for you – alignment, deals with the 100MB partition, transfers C:, shrinks the originating partition, etc. All you will have to do is change the boot sequence.

Note: Before you activate the SSD, it is recommended to set the BIOS to AHCI. Best time to do that is just before you change the boot sequence. Once Windows7 is running, you make the corresponding settings in the OS. Here is a tutorial on how to do that.
Many people claim that there is a significant performance gain with AHCI. I, however, did not see that. But it may be different from system to system.

Settings after the OS transfer

Disk Defragmentation makes no sense on an SSD. For a laptop, go into Services, navigate to Disk Defragmenter, right click on it and go to Properties. Here you set the service to Disabled.
For a desktop, you may want to disable defrag in the Disk Defragmenter and only for the SSD so that the remaining HDDs can still be defragmented.

Note: As long as Defrag Service is turned off, you cannot shrink any partition. The partition shrink process requires the Defrag service. If you need to shrink a partition later, turn the Defragmentation Service temporarily on.

Hibernation File – most of us do not use Hibernation, but Sleep instead. But, the hiberfile takes precious space on your SSD – to the same tune as the size as your RAM. To get rid of it, run the following command in elevated Command Prompt: powercfg –h off. If you ever want it back, it is powercfg – h on.

Superfetch – many “experts” suggest to turn Superfetch off. I think that is not appropriate. Fetching a program or data from RAM is still a lot faster than fetching it from a disk – even from an SSD.

There are no other settings that are necessary. On the SSD forums you will find a lot of tweaks. I recommend you stay away from them.


Move the user folders to the HDD

To move the user folders to the HDD is very simple. Create a Data partition on the HDD. Define folders in that partition – e.g., Documents, Music, Pictures, etc. One for each folder you want to move off the SSD. The name of those folders can be anything. The system will rename them anyhow. It is just more obvious if you call them by the same name as the originating folders.

Then, open the Explorer and right click on, e.g., My Documents folder (not the Documents Library) in the left pane. Go to Properties and click on the Location tab. Here you click on Move and navigate to the corresponding folder in your Data Partition on the HDD. Then you Select that folder and Apply it.

Very Important: You must move the SSD folder to the corresponding Data Partition folder – NOT to the root of the partition itself. That would create a mess.








 
Last edited:
Ok mate I think I know what to do I am not on that machine right now and will check when I get back to my partners place. It is just that I have huge long lists of favourites which take ages to sort though and one spot for all would be good:)
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Own build (new) Desk1 / Asus ROG Win 7 / Desk2 1st build
OS
Desk1 7 Home Prem / Desk2 10 Pro / Main lap Asus ROG 10 Pro 2 laptop Toshiba 7 Pro Asus P2520 7 & 10
CPU
Desk1 i5 3750K / Laptop i7 GTX 860M / Desk2 i5 2500
Motherboard
Desk1 Asus P877-V / Desk2 Gigabyte H67 UD3H / Laptop ?
Memory
Desk1 8GB (1866) / Desk2 16GB (1333) / Laptop 8Gb DDR3
Graphics Card(s)
Desk 1& 2NVidia GTX 650 & Laptops on board Intel
Sound Card
Desk 1 & 2 -XONAR DG Realtek High Def audio Laptop
Monitor(s) Displays
Desk 1 Benq HD 2450 / Desk2 Philips 24" / Laptop 17.5"
Screen Resolution
1920x1080 D1 & D2 & Laptop 1
Hard Drives
Desk1 Samsung 120GB 830 SSD
Asus ROG 256GB 850 Pro SSD
Desk2 Samsung 840 256 SSD
Toshiba 120GB EVO
PSU
Desk 1 Corsair HX 1050/ Laptop ? / Desk 2 Corsair HX 650
Case
Desk 1 Cooler HAF XM ? Toshiba laptop / Desk2 Coolermaster
Cooling
Fans on all Desk1 -2 Desk2 - all Coolermasters 5 Laptop ?
Keyboard
Desk 1 MS Sidewinder X6 Desk 2 MS Sidewinder X 4
Mouse
Desk 1&2 - Gigabyte MS 900 gamer - laptop - Logitec wireless
Internet Speed
ADSL2+
Other Info
One other Desktop (tester) and spare Toshba laptop both with SSD's
Running Kaspersky 2016 ISS on all machines config'd identically
Logitec audio stereo systems on each machine (x3)
Canon MG5250MFC
Router/modem TP-Link running WPA2SK
I know what you are talking about. I had about 2000 and just eradicated about 1000. Still a long way to go.

But for the toolbar you only take the most frequently used - maybe 20 or 30 and yyou can make subfolders. Else it becomes difficult to navigate.
 

My Computer

Computer Manufacturer/Model Number
HP, Dell, Gateway, Toshiba - 4 laptops and 2 desktops
OS
Vista, Windows7, Mint Mate, Zorin, Windows 8
CPU
from 1.6GHz Duo to i7
Monitor(s) Displays
2x HP w2207
Hard Drives
5x HDD, 7x SSD, 12x Externals
Keyboard
with trackball - no mices
Mouse
Trackball mice
Internet Speed
DSL 6000
Yes mate I know the bars take two "openings" to see them all and like you I have culled a lot. :rolleyes:
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Own build (new) Desk1 / Asus ROG Win 7 / Desk2 1st build
OS
Desk1 7 Home Prem / Desk2 10 Pro / Main lap Asus ROG 10 Pro 2 laptop Toshiba 7 Pro Asus P2520 7 & 10
CPU
Desk1 i5 3750K / Laptop i7 GTX 860M / Desk2 i5 2500
Motherboard
Desk1 Asus P877-V / Desk2 Gigabyte H67 UD3H / Laptop ?
Memory
Desk1 8GB (1866) / Desk2 16GB (1333) / Laptop 8Gb DDR3
Graphics Card(s)
Desk 1& 2NVidia GTX 650 & Laptops on board Intel
Sound Card
Desk 1 & 2 -XONAR DG Realtek High Def audio Laptop
Monitor(s) Displays
Desk 1 Benq HD 2450 / Desk2 Philips 24" / Laptop 17.5"
Screen Resolution
1920x1080 D1 & D2 & Laptop 1
Hard Drives
Desk1 Samsung 120GB 830 SSD
Asus ROG 256GB 850 Pro SSD
Desk2 Samsung 840 256 SSD
Toshiba 120GB EVO
PSU
Desk 1 Corsair HX 1050/ Laptop ? / Desk 2 Corsair HX 650
Case
Desk 1 Cooler HAF XM ? Toshiba laptop / Desk2 Coolermaster
Cooling
Fans on all Desk1 -2 Desk2 - all Coolermasters 5 Laptop ?
Keyboard
Desk 1 MS Sidewinder X6 Desk 2 MS Sidewinder X 4
Mouse
Desk 1&2 - Gigabyte MS 900 gamer - laptop - Logitec wireless
Internet Speed
ADSL2+
Other Info
One other Desktop (tester) and spare Toshba laptop both with SSD's
Running Kaspersky 2016 ISS on all machines config'd identically
Logitec audio stereo systems on each machine (x3)
Canon MG5250MFC
Router/modem TP-Link running WPA2SK
For AHCI, you have to set the OS first and then the BIOS. And congratulations for a job well done.

Btw - the AHCI performance gain is only minor.

Not sure what you mean by "set the OS first".
But based on your remark it's probably not worth the bother.

I was unable to clean up the old hdd (get rid of System Reserved and just make one partition with old C) using win7 Disk Manager. However I was able to do this with EasyUS Partition Master. Just deleted both partition to get one unallocated space, and created a primary partition out of this.

Then I used part of that partition to create Music, Documents & Video folders and moved the respective folders out of the new C\Users\me to this hdd using the proceedure you recommended. Gained about 20GB space on the SSD.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
custom build
OS
Win 7 x64
CPU
Intel i7
Motherboard
Asus P6TD-Deluxe
Memory
16GB
Graphics Card(s)
Radeon HD4670
Monitor(s) Displays
HP LP2475w
Hard Drives
2x WDC WD7501AALD
Browser
IE
I installed a new SSD today, Crucial MX200 250GB.
I followed your great tutorial by the letter, using the Paragon tool.
I copied my C:\ windows 7 pro 64bit partition to the SSD with the tool.
Then I followed the AHCI tutorial you linked to, and did the registry settings.
Then I rebooted my system, entered the BIOS, set the AHCI setting to enabled, then I switched the boot priority around with the SSD being first, then the other HDD partitions.
Saved and exited, rebooted, and windows started from the old HDD partition. It installed the AHCI drivers exactly as in the tutorial, but windows was running from my HDD now. Not my SSD.

So I figured, well, logically, my HDD windows has the registry set for AHCI, but my SSD partition hasn't, because you say you do that AFTER using Paragon. So I figured because my SSD windows isn't set for AHCI, it must not boot, and revert to the HDD instead.

So I used Paragon again, and copied my HDD C:\ partition to the SSD, wiping it in the process. Tried rebooting again, but still my PC boots from the HDD, not the SSD.

So now I switched the cables around, HDD from slot #1 to #3, and my SSD from #3 to #1, hoping that would help. I checked my BIOS again, and the priority was still good: SSD first, then HDD.

Now I got a black screen with the message: "bootmgr missing". What could cause this?

(I changed the BIOS back to HDD first, then SSD, so I could at least boot my PC).

Strange thing is, my PC recognizes the SSD, sees the windows partition, but it's numbered "N", and my old HDD windows partition is still "C". I can't manually change that in windows.
 
Last edited:

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom
OS
Windows 7 Professional 64bit
CPU
AMD Phenom II X4 965 @ 3.40GHz
Motherboard
ASRock 970 Extreme4
Memory
Kingston 2x4Gb DDR3 PC12800
Graphics Card(s)
ASUS EAH6850: ATI Radeon HD 6850
Hard Drives
Samsung Spinpoint F3 HD103SJ (2x) 1 TB 7200rpm
Crucial MX200 SSD 250GB
Antivirus
AVG Free
Browser
Firefox
Did you change the BIOS boot sequence. If not, I think that is your problem.

You successfully transferred the system to the SSD but the BIOS does not know that. Switching the hardware cables is not a good idea. That just increases the confusion.
 

My Computer

Computer Manufacturer/Model Number
HP, Dell, Gateway, Toshiba - 4 laptops and 2 desktops
OS
Vista, Windows7, Mint Mate, Zorin, Windows 8
CPU
from 1.6GHz Duo to i7
Monitor(s) Displays
2x HP w2207
Hard Drives
5x HDD, 7x SSD, 12x Externals
Keyboard
with trackball - no mices
Mouse
Trackball mice
Internet Speed
DSL 6000
Thanks for your swift reply! Yes, I did, as I wrote in my post (see underlines)

My system doesn't seem to mind the cable switch, as Windows automatically installed the AHCI driver for the HDD after the switch.
(I should note I have 2 HDD's in my system. SATA#1 is now my SSD, SATA#2 is my C:\ HDD, SATA#3 is my secondary storage HDD, which used to sit in slot #1, and SATA#4 is my DVD writer.)
 
Last edited:

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom
OS
Windows 7 Professional 64bit
CPU
AMD Phenom II X4 965 @ 3.40GHz
Motherboard
ASRock 970 Extreme4
Memory
Kingston 2x4Gb DDR3 PC12800
Graphics Card(s)
ASUS EAH6850: ATI Radeon HD 6850
Hard Drives
Samsung Spinpoint F3 HD103SJ (2x) 1 TB 7200rpm
Crucial MX200 SSD 250GB
Antivirus
AVG Free
Browser
Firefox
After you transfer the OS using Paragon, did you go to Disk Management and assign it a Drive Letter?
This is for Windows 10, but it is exactly the same with Windows 7.

 

My Computers

System One System Two

  • Computer type
    PC/Desktop
    Computer Manufacturer/Model Number
    ALWAYS UNDER CONSTRUCTION
    OS
    Windows 11 Pro
    CPU
    Ryzen 9 5900X
    Motherboard
    Asus X570 Crosshair Viii Hero
    Memory
    32GB G Skill DDR4-3600
    Graphics Card(s)
    EVGA RTX 3080 FTW 3 Ultra
    Sound Card
    On Board/Sennheiser PC37X Headset
    Monitor(s) Displays
    3 X Asus 27"
    Screen Resolution
    2560x1440
    Hard Drives
    2 X 1 TB NVME drives
    PSU
    EVGA 850
    Case
    Phanteks Eclipse P400A
    Cooling
    EVGA 280 AIO
    Keyboard
    Logitech G510s/ Logitech G13
    Mouse
    Logitech G502
    Internet Speed
    24/1
    Antivirus
    ESET/MBAM Pro/SAS Pro
    Browser
    Chrome/ Firefox/ Edge
  • Computer type
    Laptop
    System Manufacturer/Model Number
    Dell 16 Plus
    OS
    Windows 11 Pro
    CPU
    Intel Ultra 9 288V
    Memory
    32 GB LPDDR5X 8533
    Monitor(s) Displays
    16" Mini-LED HDR600 Touch 90 Hz
    Screen Resolution
    2560X1600
    Hard Drives
    1 TB NVME
Thanks for your help, but Windows 7 automatically assigned it a drive letter:

Strange thing is, my PC recognizes the SSD, sees the windows partition, but it's numbered "N", and my old HDD windows partition is still "C". I can't manually change that in windows.

I wanted to change C:\ to "Q:\", then change "N:\" (the SSD) to C:\, and then Q back to N again, switching them around, but win7 won't let me.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom
OS
Windows 7 Professional 64bit
CPU
AMD Phenom II X4 965 @ 3.40GHz
Motherboard
ASRock 970 Extreme4
Memory
Kingston 2x4Gb DDR3 PC12800
Graphics Card(s)
ASUS EAH6850: ATI Radeon HD 6850
Hard Drives
Samsung Spinpoint F3 HD103SJ (2x) 1 TB 7200rpm
Crucial MX200 SSD 250GB
Antivirus
AVG Free
Browser
Firefox
If you boot from the SSD, the OS partition will be automatically the C partition. You are apparently not booting from the SSD. Are you sure you have set the SSD as #1 in the BIOS boot order.
 

My Computer

Computer Manufacturer/Model Number
HP, Dell, Gateway, Toshiba - 4 laptops and 2 desktops
OS
Vista, Windows7, Mint Mate, Zorin, Windows 8
CPU
from 1.6GHz Duo to i7
Monitor(s) Displays
2x HP w2207
Hard Drives
5x HDD, 7x SSD, 12x Externals
Keyboard
with trackball - no mices
Mouse
Trackball mice
Internet Speed
DSL 6000
Yes, I'm sure. My BIOS (which is quite a modern looking BIOS from my ASRock 970 Extreme4) has a line that lets you set priority for all your disks, so I set the SSD as first, then the HDD's, and another line that sets boots priority, where you can select between disks/DVD/USB. I set disks as first boot device, and it shows the SSD priority.

I'll see if I can take some pics tonight at home.

The one time I managed to boot from the SSD, I got that "bootmgr missing" message, so I guess my BIOS skips the SSD and takes the next in line: the HDD with windows.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom
OS
Windows 7 Professional 64bit
CPU
AMD Phenom II X4 965 @ 3.40GHz
Motherboard
ASRock 970 Extreme4
Memory
Kingston 2x4Gb DDR3 PC12800
Graphics Card(s)
ASUS EAH6850: ATI Radeon HD 6850
Hard Drives
Samsung Spinpoint F3 HD103SJ (2x) 1 TB 7200rpm
Crucial MX200 SSD 250GB
Antivirus
AVG Free
Browser
Firefox
When you are booted into your old Operating System, it does not matter what drive Letter your SSD has. When Windows boots into the SSD, it will become C by default. Paragon names the target drive the same name as the source drive, and every time I have done it, does not give the target drive a drive letter.

If you noticed in the video, the new drive was given the drive letter R. When it rebooted into the new disk, it was listed as C. Whatever drive Windows boots into is designated as Drive C. After finishing with Paragon, the new drive is also given the exact same name as the source Disk, that's why it was renamed in the video, so we could tell which disk we were booted into.
 

My Computers

System One System Two

  • Computer type
    PC/Desktop
    Computer Manufacturer/Model Number
    ALWAYS UNDER CONSTRUCTION
    OS
    Windows 11 Pro
    CPU
    Ryzen 9 5900X
    Motherboard
    Asus X570 Crosshair Viii Hero
    Memory
    32GB G Skill DDR4-3600
    Graphics Card(s)
    EVGA RTX 3080 FTW 3 Ultra
    Sound Card
    On Board/Sennheiser PC37X Headset
    Monitor(s) Displays
    3 X Asus 27"
    Screen Resolution
    2560x1440
    Hard Drives
    2 X 1 TB NVME drives
    PSU
    EVGA 850
    Case
    Phanteks Eclipse P400A
    Cooling
    EVGA 280 AIO
    Keyboard
    Logitech G510s/ Logitech G13
    Mouse
    Logitech G502
    Internet Speed
    24/1
    Antivirus
    ESET/MBAM Pro/SAS Pro
    Browser
    Chrome/ Firefox/ Edge
  • Computer type
    Laptop
    System Manufacturer/Model Number
    Dell 16 Plus
    OS
    Windows 11 Pro
    CPU
    Intel Ultra 9 288V
    Memory
    32 GB LPDDR5X 8533
    Monitor(s) Displays
    16" Mini-LED HDR600 Touch 90 Hz
    Screen Resolution
    2560X1600
    Hard Drives
    1 TB NVME
Here are some pictures.
 

Attachments

  • 20150603_180703.jpg
    20150603_180703.jpg
    299.5 KB · Views: 123
  • 20150603_180719.jpg
    20150603_180719.jpg
    326.7 KB · Views: 128
  • 20150603_180838.jpg
    20150603_180838.jpg
    261.3 KB · Views: 148

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom
OS
Windows 7 Professional 64bit
CPU
AMD Phenom II X4 965 @ 3.40GHz
Motherboard
ASRock 970 Extreme4
Memory
Kingston 2x4Gb DDR3 PC12800
Graphics Card(s)
ASUS EAH6850: ATI Radeon HD 6850
Hard Drives
Samsung Spinpoint F3 HD103SJ (2x) 1 TB 7200rpm
Crucial MX200 SSD 250GB
Antivirus
AVG Free
Browser
Firefox
Confirm that the SSD 100mb System Reserved partition (if you have it) or Windows partition (if you don't) is Partition Marked Active then power down to unplug the other drives, boot into Win7 DVD or System Repair Disk to run Startup Repair - Run 3 Separate Times until Win7 starts and is marked System Active.

You can then plug back in the other drives, making sure that the SSD remains set first HD to boot in BIOS setup. Trigger the other drives to boot using one-time BIOS Boot menu key.

If this fails, I would start over using Macrium Imaging - Windows 7 Help Forums
saving a backup image to HD. Then choosing Restore Image, delete the old SSD partitions and drag the System Reserved and Win7 partiitons to the SSD, adjusting C's size if necessary using the Properties link it will place below it. Once complete change the boot order to SSD and see if it starts. If not do the repairs above again.

If all fails, post back a screenshot of Disk Management - Post a Screen Capture Image with SSD attached.
 
@gregrocker: you ROCK indeed!

That link helped. I only had to set the new SSD partition to ACTIVE, reboot with the DVD, repair the installation (which apparently both windows partitions needed, the HDD one and the new SSD image), then I rebooted again, I got a BLACK screen with the choice of TWO identical names to boot (both were called "Windows 7" something, but I could not discern which one was the HDD and which the SSD partition, so I tried the first, it was the HDD. I should have taken a picture. Rebooted, go the black choice screen again, tried the second, and Eureka! SSD booted. SO FAST! I am so glad I bought that SSD now.

Some screens:
first one showing the OLD situation after I tried option 1.
second with option 2, and the SSD being renamed to C:, after reboot with some drivers being installed.

Thank you all!

PS: I think greg's post should be included into the OP somehow as a troubleshooter should things not work right off the bat, as was the case with me ;)
 

Attachments

  • disk-manager.jpg
    disk-manager.jpg
    292.2 KB · Views: 115
  • disk-manager2.jpg
    disk-manager2.jpg
    352.5 KB · Views: 95

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom
OS
Windows 7 Professional 64bit
CPU
AMD Phenom II X4 965 @ 3.40GHz
Motherboard
ASRock 970 Extreme4
Memory
Kingston 2x4Gb DDR3 PC12800
Graphics Card(s)
ASUS EAH6850: ATI Radeon HD 6850
Hard Drives
Samsung Spinpoint F3 HD103SJ (2x) 1 TB 7200rpm
Crucial MX200 SSD 250GB
Antivirus
AVG Free
Browser
Firefox
Glad that worked for you. Having the new Win7 partition marked System means it is booting itself. However it is not marked Active now so Mark Partition Active

What I notice from the screenshots is that several data partitions are wrongly marked Active when only the OS partition should be. So mark the two wrongly Active data partitions Inactive: Partition - Mark as Inactive - Windows 7 Forums

Are you keeping the SSD Win7 partition small to include only the OS and programs, intending to link your User folders to the other partition there that's now empty? If so be aware that you can move the User folders to a slower HD because they benefit least from the SSD speed. Doing this makes the backup image smaller so that if Win7 ever becomes irreparably you can reimage C in 20 minutes while the data is safe and current in its own partition that's still linked to the OS. User Folders - Change Default Location

More of what works best is all here in Clean Reinstall Windows 7

It's really easier to manage data partitions when you do it with folders on one large partition rather than a bunch of smaller partitions that can quickly become too small.
 
Last edited:
I wouldn't partition your SSD to have an OS partition much less than 100GB. You don't know what new installed programs you may want. At this stage it is easy to extend this OS partition a little. Too large an OS partition and you have undesirable large system images as mention in the previous post.

It looks like you may be booting through one on your HDDs so I would disconnect all drives except the SSD and confirm that you can boot. If not then you have some more work to do.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Own build
OS
Windows 7x64 Home Premium SP1
CPU
Intel i7 2600k
Motherboard
ASUS P8Z68 Deluxe
Memory
G.Skill Ripjaws (DDR3-1600) 2x4GB
Graphics Card(s)
Nvidia GeForce GTS 450; Intel HD Graphics 3000(GT2+)
Monitor(s) Displays
Dell Ultrasharp IPS panel U2311H, Samsung SyncMaster P2350
Screen Resolution
1920x1080
Hard Drives
Samsung 850 Pro SSD 256GB, Samsung SSD 840 120GB, Seagates 1TB Barracuda ST31000528AS x2
PSU
Seasonic M12II 520W
Case
Lian Li Lancool PC-K60
Cooling
Case: 1x120mm, 3x140mm CPU: Hyper 212+
Keyboard
Logitech MK520 (wireless)
Mouse
Logitech MK520
Internet Speed
6-7 Mbps
Antivirus
Norton Security Premium, Malwarebytes on 2 (MSE on 3rd PC)
Browser
FireFox
Other Info
Audio: Logitech Z523 2.1
Glad that worked for you. Having the new Win7 partition marked System means it is booting itself. However it is not marked Active now so Mark Partition Active
The partition is actually active, you just can't see it in the second screenshot ;)
What I notice from the screenshots is that several data partitions are wrongly marked Active when only the OS partition should be. So mark the two wrongly Active data partitions Inactive: Partition - Mark as Inactive - Windows 7 Forums
Thanks, I'll do that!
Are you keeping the SSD Win7 partition small to include only the OS and programs, intending to link your User folders to the other partition there that's now empty? If so be aware that you can move the User folders to a slower HD because they benefit least from the SSD speed. Doing this makes the backup image smaller so that if Win7 ever becomes irreparably you can reimage C in 20 minutes while the data is safe and current in its own partition that's still linked to the OS. User Folders - Change Default Location

More of what works best is all here in Clean Reinstall Windows 7
Yes, all my documents, music, pictures etc are in seperate folders on another drive. Always have been.
It's really easier to manage data partitions when you do it with folders on one large partition rather than a bunch of smaller partitions that can quickly become too small.
Yeah, but I manage as it is now. Something I learned too late. But my partitions are large enough atm.

I wouldn't partition your SSD to have an OS partition much less than 100GB. You don't know what new installed programs you may want. At this stage it is easy to extend this OS partition a little. Too large an OS partition and you have undesirable large system images as mention in the previous post.
I'll see if I can enlarge it some more. I already added 10GB (the HDD win partition was 50GB, the SSD one is now 60GB, but it seems I could do with a little extra space)
It looks like you may be booting through one on your HDDs so I would disconnect all drives except the SSD and confirm that you can boot. If not then you have some more work to do.
I booted from the SSD as I posted before. see the second screenshot. But when I boot now, I still need to select the right windows bootlocation from the 2 currently installed. I imagine that will go away after I format my old HDD windows partition.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom
OS
Windows 7 Professional 64bit
CPU
AMD Phenom II X4 965 @ 3.40GHz
Motherboard
ASRock 970 Extreme4
Memory
Kingston 2x4Gb DDR3 PC12800
Graphics Card(s)
ASUS EAH6850: ATI Radeon HD 6850
Hard Drives
Samsung Spinpoint F3 HD103SJ (2x) 1 TB 7200rpm
Crucial MX200 SSD 250GB
Antivirus
AVG Free
Browser
Firefox

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom
OS
Windows 7 Professional 64bit
CPU
AMD Phenom II X4 965 @ 3.40GHz
Motherboard
ASRock 970 Extreme4
Memory
Kingston 2x4Gb DDR3 PC12800
Graphics Card(s)
ASUS EAH6850: ATI Radeon HD 6850
Hard Drives
Samsung Spinpoint F3 HD103SJ (2x) 1 TB 7200rpm
Crucial MX200 SSD 250GB
Antivirus
AVG Free
Browser
Firefox
Back
Top