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 i'll do that tomorrow when i got home from work thank for
both of you guys....
 

My Computer My Computer

OS
Window 7 ultimate x64

My Computer 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
Awesome giude, really well done!

But i have a question. Instead to pay for that program (even it is only 20$). Could i use EZ Gig IV?

I read that it does exactly the same.

Please can you confirm? I'm receiving my SSD..can't wait!
 

My Computer My Computer

Computer Manufacturer/Model Number
Lenovo IdeaPad s205
OS
Windows 7 home premium 64bit
CPU
AMD E-350
Memory
4Gb DDR3 1066 Mhz
Graphics Card(s)
AMD Radeon HD 6310M
Screen Resolution
1366x768
Hard Drives
Soon SSD OCZ 128GB Agility SATAIII
Keyboard
Lenovo built-in
Mouse
Microsoft Arc Mouse
Awesome giude, really well done!

But i have a question. Instead to pay for that program (even it is only 20$). Could i use EZ Gig IV?

I read that it does exactly the same.

Please can you confirm? I'm receiving my SSD..can't wait!
Not sure what 'paid program' you are referring to.
 

My Computer 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
Awesome giude, really well done!

But i have a question. Instead to pay for that program (even it is only 20$). Could i use EZ Gig IV?

I read that it does exactly the same.

Please can you confirm? I'm receiving my SSD..can't wait!
Not sure what 'paid program' you are referring to.

To the one showed in the first post..that is "Paragon Migrate OS to SSD 2.0".

But it isn't free (only 20$ btw). Instead EZ Gig IV by Apricorn seems to be free and perfectly the same to the first.

I would like to have a confirmation of what i said...of course you're more expert than me.

What I have to do is to migrate OS and data from an HDD to my new SSD..and then change the HDD with the SSD (on my laptop) and use it gaining speed and all the benefits SSD is able to give :p

So the question is. Somebody of you knows these two SW? If yes, do they perform the same work (transfer OS and data in order to create a bootable SSD)?

Thx
 

My Computer My Computer

Computer Manufacturer/Model Number
Lenovo IdeaPad s205
OS
Windows 7 home premium 64bit
CPU
AMD E-350
Memory
4Gb DDR3 1066 Mhz
Graphics Card(s)
AMD Radeon HD 6310M
Screen Resolution
1366x768
Hard Drives
Soon SSD OCZ 128GB Agility SATAIII
Keyboard
Lenovo built-in
Mouse
Microsoft Arc Mouse
Sorry, I have no idea what this instant EZ gig is. But the Paragon program works very well. Else you can always use the manual transfer method as described in the tutorial.

If you do not want to install the free Macrium, you can also download the WinPE .iso linked in the tutorial and do the image and recovery with that. You only need to burn it to a CD and load it from the CD.
 

My Computer 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
Sorry, I have no idea what this instant EZ gig is. But the Paragon program works very well. Else you can always use the manual transfer method as described in the tutorial.

If you do not want to install the free Macrium, you can also download the WinPE .iso linked in the tutorial and do the image and recovery with that. You only need to burn it to a CD and load it from the CD.


Ok thx. :)
But anyway i want to give you the link of this EZ Gig IV..just for your information. probably is the same with the other..but for free. At least users of this forum can have something more..
I don't know if it is possible post link here. I could send it by pm

EDIT: i can't find anything about pm. I post directly the link here. If it's a problem, just let me know and i'll remove it

http://www.apricorn.com/products/software/ezgig.html#product_tabs_review_tabbed
 

My Computer My Computer

Computer Manufacturer/Model Number
Lenovo IdeaPad s205
OS
Windows 7 home premium 64bit
CPU
AMD E-350
Memory
4Gb DDR3 1066 Mhz
Graphics Card(s)
AMD Radeon HD 6310M
Screen Resolution
1366x768
Hard Drives
Soon SSD OCZ 128GB Agility SATAIII
Keyboard
Lenovo built-in
Mouse
Microsoft Arc Mouse
From reading the documentation this program sounds like it works in a similar way as the Paragon program. But without testing it there is no way of telling what it will do when e.g. the source partition is larger than the destination. I am also wondering what they imply with 'Clone'. Usually a clone is a copy of all partitions on a disk.

In any case, I would not leave it up to that program to help me deselect the parts that I do not want to transfer. It is safer to adjust the source partition to the size of the target before you start the transfer process.
 

My Computer 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
From reading the documentation this program sounds like it works in a similar way as the Paragon program. But without testing it there is no way of telling what it will do when e.g. the source partition is larger than the destination. I am also wondering what they imply with 'Clone'. Usually a clone is a copy of all partitions on a disk.

In any case, I would not leave it up to that program to help me deselect the parts that I do not want to transfer. It is safer to adjust the source partition to the size of the target before you start the transfer process.

That's right. So even though i have just 80gb of data..i think i'll buy the program you mentioned on the first post. at least i'm sure that works.

thx again for your support and for the guide.

if one day you'll try this "ez gig IV" please let me know..just for curiosity :)

EDIT: last question. Do I use a USB to sata cable or can I put the SSD directly in the 2,5" box?
 

My Computer My Computer

Computer Manufacturer/Model Number
Lenovo IdeaPad s205
OS
Windows 7 home premium 64bit
CPU
AMD E-350
Memory
4Gb DDR3 1066 Mhz
Graphics Card(s)
AMD Radeon HD 6310M
Screen Resolution
1366x768
Hard Drives
Soon SSD OCZ 128GB Agility SATAIII
Keyboard
Lenovo built-in
Mouse
Microsoft Arc Mouse
Before you spend the 20 bucks, why don't you try the free program. What can you lose. Just make sure your data fits on the M4 allowing for appr. 20% free space (because of garbage collection).

If it does not work, you can still get the Paragon program. What you then might first want to do (optionally) is a Secure Erase of the M4 to set it back to factory specs. Guide Secure Erase With bootable CD/USB Linux.. Point and Click Method

PS: If your M4 comes with firmware level 0309, leave it that way. Some people report slower performance with the 000F update which would be the next higher level. I left my M4 on 0309 and never had any problem. But if it comes with 000F, you'll have to live with it.
 

My Computer 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
With M4 do you mean the Crucial M4?
I bought an OCZ Agility3 120Gb SATAIII. I found a good price on amazon..and since i don't use my computer for gaming or graphics..i thought I won't see any difference

So ok. I'll try the SW "EZ Gig IV" ..in case of problem I'll erase the SSD doing everything again with the SW you suggested
 

My Computer My Computer

Computer Manufacturer/Model Number
Lenovo IdeaPad s205
OS
Windows 7 home premium 64bit
CPU
AMD E-350
Memory
4Gb DDR3 1066 Mhz
Graphics Card(s)
AMD Radeon HD 6310M
Screen Resolution
1366x768
Hard Drives
Soon SSD OCZ 128GB Agility SATAIII
Keyboard
Lenovo built-in
Mouse
Microsoft Arc Mouse
I found and installed Paragon Drive Copy 11. It too has Migrate. Which one would be better?
 

My Computer My Computer

Computer Manufacturer/Model Number
Self Made (Custom)
OS
Windows 7 64 Bit SP1
CPU
Intel i5 2500k
Motherboard
ASUSTeK Computer INC. P8Z68-V LX
Memory
CORSAIR XMS3 8GB (2 x 4GB) 240-Pin DDR3 SDRAM DDR3 1600
Graphics Card(s)
AMD Radeon HD 6870 1Gig (Sapphire Flex 100314FLEX Radeon HD)
Sound Card
On board
Monitor(s) Displays
Viewsonic VX2025wm
Screen Resolution
1680x1050
Hard Drives
Seagate 1TB 6G/s SATA III
PSU
OCZ ZS Series 650W 80PLUS Bronze
Case
Custom
Cooling
6 Fans (very quiet)
Keyboard
Logitech G110
Mouse
Logitech M500
Internet Speed
18M Down / 2.1M Up
Other Info
I love my computer. I made it, customized it, and it cost me a mere fraction of what it costs.
With M4 do you mean the Crucial M4?
I bought an OCZ Agility3 120Gb SATAIII. I found a good price on amazon..and since i don't use my computer for gaming or graphics..i thought I won't see any difference

So ok. I'll try the SW "EZ Gig IV" ..in case of problem I'll erase the SSD doing everything again with the SW you suggested
Sorry, I thought you are looking at a M4. I only have OCZ Vertex, never tried an Agility.
 

My Computer 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
With M4 do you mean the Crucial M4?
I bought an OCZ Agility3 120Gb SATAIII. I found a good price on amazon..and since i don't use my computer for gaming or graphics..i thought I won't see any difference

So ok. I'll try the SW "EZ Gig IV" ..in case of problem I'll erase the SSD doing everything again with the SW you suggested
Sorry, I thought you are looking at a M4. I only have OCZ Vertex, never tried an Agility.

I guess is not a problem. Seeing benchmark seems the only difference is the maximum IOPS reached. Same processors, same firmwares within the same family..
 

My Computer My Computer

Computer Manufacturer/Model Number
Lenovo IdeaPad s205
OS
Windows 7 home premium 64bit
CPU
AMD E-350
Memory
4Gb DDR3 1066 Mhz
Graphics Card(s)
AMD Radeon HD 6310M
Screen Resolution
1366x768
Hard Drives
Soon SSD OCZ 128GB Agility SATAIII
Keyboard
Lenovo built-in
Mouse
Microsoft Arc Mouse
migration done. in the end i used the SW suggested on the first post since is the most easy and complete for this kind of activity.

everything fine. i'm posting a video on youtube showing the differences between before and after the SSD


...coming soon the link at the video
 

My Computer My Computer

Computer Manufacturer/Model Number
Lenovo IdeaPad s205
OS
Windows 7 home premium 64bit
CPU
AMD E-350
Memory
4Gb DDR3 1066 Mhz
Graphics Card(s)
AMD Radeon HD 6310M
Screen Resolution
1366x768
Hard Drives
Soon SSD OCZ 128GB Agility SATAIII
Keyboard
Lenovo built-in
Mouse
Microsoft Arc Mouse
Sounds good. Will be interesting to see the video.
 

My Computer 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
here i am

[YOU************//www.youtube.com/watch?v=mqP_uaZ8TBU&feature=youtu.be[/YOUTUBE]
it is a simple video..but that show how an SSD can make pretty fast a computer with a "poor" hardware :)
 

My Computer My Computer

Computer Manufacturer/Model Number
Lenovo IdeaPad s205
OS
Windows 7 home premium 64bit
CPU
AMD E-350
Memory
4Gb DDR3 1066 Mhz
Graphics Card(s)
AMD Radeon HD 6310M
Screen Resolution
1366x768
Hard Drives
Soon SSD OCZ 128GB Agility SATAIII
Keyboard
Lenovo built-in
Mouse
Microsoft Arc Mouse
The video makes the point. Next time use a tripoid and make sure no light is shining onto the screen. Nice desktop background picture.

Here is a capture I made a while ago loading Windows 8 in Virtual Box. The host Win7 is on a Crucial M4 SSD. This is real time: Start Win8 in vBox1.wmv - YouTube
 

My Computer 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
SSD it's a real value add on a pc. hopefully soon it will be more affordable
 

My Computer My Computer

Computer Manufacturer/Model Number
Lenovo IdeaPad s205
OS
Windows 7 home premium 64bit
CPU
AMD E-350
Memory
4Gb DDR3 1066 Mhz
Graphics Card(s)
AMD Radeon HD 6310M
Screen Resolution
1366x768
Hard Drives
Soon SSD OCZ 128GB Agility SATAIII
Keyboard
Lenovo built-in
Mouse
Microsoft Arc Mouse
Back
Top