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:
Many thanks to all for your replies.
I will give it a try with Macrium (clone) and report back.

@whs: I have tried several times to download the free version of EasyBCD but had no success. That edition is listed at the bottom of the page, but clicking on it has no effect.
 

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
Many thanks to all for your replies.
I will give it a try with Macrium (clone) and report back.

@whs: I have tried several times to download the free version of EasyBCD but had no success. That edition is listed at the bottom of the page, but clicking on it has no effect.

You can get it free from here. But click on the first small button, not on the big green button.
 

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
whs;3000055 You can get it [B said:
free from here[/B]. But click on the first small button, not on the big green button.

Terrific. That worked fine. Many thanks.
 

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
You are welcome.
 

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
Since you have all been so kind and patient, let me ask what may well be a truly stupid question.

It occurs to me that an incredibly simple solution to moving the o/s to a new SSD could be:
  1. Use Win7 backup facility to create a backup of all data folders, the C:\ drive and a system image, on an external hdd.
  2. Create a system repair disk.
  3. Install the SSD and shut down system.
  4. Reboot system from system repair disk.
  5. Select "restore computer using system image" and choose system image from external hdd.
  6. Select the SSD as destination for the system restore.
OK, I have my umbrella open; fire the tomatoes.
 

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
whs-

While I have your ear (so to speak) may I ask another question regarding your tutorial: "Bootmgr, Move to C:\ with EasyBCD"
The screen pictures make it seem very easy, but I am left wondering what information should one put in the "File" box/boxes under "Backup & Restore Bootloader Settings". Is this inconsequential or should one accept whatever default appears?
 

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
whs-

While I have your ear (so to speak) may I ask another question regarding your tutorial: "Bootmgr, Move to C:\ with EasyBCD"
The screen pictures make it seem very easy, but I am left wondering what information should one put in the "File" box/boxes under "Backup & Restore Bootloader Settings". Is this inconsequential or should one accept whatever default appears?

Don't touch that field. That is handled automatically by EasyBCD. They backup the bootmgr to that location.
 

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
Since you have all been so kind and patient, let me ask what may well be a truly stupid question.

It occurs to me that an incredibly simple solution to moving the o/s to a new SSD could be:
  1. Use Win7 backup facility to create a backup of all data folders, the C:\ drive and a system image, on an external hdd.
  2. Create a system repair disk.
  3. Install the SSD and shut down system.
  4. Reboot system from system repair disk.
  5. Select "restore computer using system image" and choose system image from external hdd.
  6. Select the SSD as destination for the system restore.
OK, I have my umbrella open; fire the tomatoes.
I think what you suggest is to use Windows imaging in lieu of Macrium. That is possible. The reason why the geeks prefer Macrium is because it is a lot more reliable than Windows imaging and you control what you are doing.

With Windows imaging and on the high seas you never know what is going to happen. I had to bail out many people with a Windows image that could not be restored. I even had to write a tutorial for it because at one time it was a common incident.
 

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
The biggest problem with Win7 backup imaging is you can't restore to any other than the source partition's same exact Offset, or position on the disk, and any replacement target hard drive must be the same size or bigger.

With free Macrium imaging it will automatically reduce the size of C when you drag it to a smaller space for it on the target hard drive, as long as it isn't smaller than the space actually used on C. So if I drag a 50gb partition to a 30gb space it adjusts it as long as the data on C is less than 30gb. Once dragged into position from the source drive, these partitions can also have their sizes adjusted by highlighting any partition and clicking the link to configure below it.
 
whs & greg

Many thanks for your advice. I think I will discard my brilliant idea and stick with Macrium. Now that I know how EasyBSD works I will use that first to deal with the 100MB partition. Then I guess I will only need to create image in Macrium and not need to clone.

This site is terrific!
 

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
You'll see - once the 100MB partition is out of the way, it's a breeze. Make sure you align your SSD and create a primary active partition for C.
 

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
whs-

While I have your ear (so to speak) may I ask another question regarding your tutorial: "Bootmgr, Move to C:\ with EasyBCD"
The screen pictures make it seem very easy, but I am left wondering what information should one put in the "File" box/boxes under "Backup & Restore Bootloader Settings". Is this inconsequential or should one accept whatever default appears?

Don't touch that field. That is handled automatically by EasyBCD. They backup the bootmgr to that location.

Again thanks for your help.

I have run EasyBCD per your tutorial and it seems to have succeeded. However, in Disk Manager, one still sees the old 100MB System Reserved Partition on the C: drive. I wonder, can this partition now be deleted? My only concern is that it may somehow complicate the process of migrating the o/s to the SSD. Otherwise I am happy to just let it sit there and after the migration is complete I would simply delete it and the old system partition.
 

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
John, I know very little about these other products. I am sure they have cloning facilities.

I have successfully cloned with free Macrium too. But I also had cases where it did not work. The case where it worked was from a smaller disk to a larger disk. I think where it did not work was from a larger disk to a smaller disk - but I think LF said that she had that working too.
Ok mate but I ma sure I did that with my partners laptop - partition by partition. But never mind it is getting away from the thread again.
 

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
whs-

While I have your ear (so to speak) may I ask another question regarding your tutorial: "Bootmgr, Move to C:\ with EasyBCD"
The screen pictures make it seem very easy, but I am left wondering what information should one put in the "File" box/boxes under "Backup & Restore Bootloader Settings". Is this inconsequential or should one accept whatever default appears?

Don't touch that field. That is handled automatically by EasyBCD. They backup the bootmgr to that location.

Again thanks for your help.

I have run EasyBCD per your tutorial and it seems to have succeeded. However, in Disk Manager, one still sees the old 100MB System Reserved Partition on the C: drive. I wonder, can this partition now be deleted? My only concern is that it may somehow complicate the process of migrating the o/s to the SSD. Otherwise I am happy to just let it sit there and after the migration is complete I would simply delete it and the old system partition.
You can leave the old system partition or delete it. But I would wait until your SSD boots without it (disconnect the HDD) to make sure everything is in good order. You never know. The devil is in the detail. There should be no complication for migrating C. Just ignore the 100MB partition.
 

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
Don't touch that field. That is handled automatically by EasyBCD. They backup the bootmgr to that location.

Again thanks for your help.

I have run EasyBCD per your tutorial and it seems to have succeeded. However, in Disk Manager, one still sees the old 100MB System Reserved Partition on the C: drive. I wonder, can this partition now be deleted? My only concern is that it may somehow complicate the process of migrating the o/s to the SSD. Otherwise I am happy to just let it sit there and after the migration is complete I would simply delete it and the old system partition.
You can leave the old system partition or delete it. But I would wait until your SSD boots without it (disconnect the HDD) to make sure everything is in good order. You never know. The devil is in the detail. There should be no complication for migrating C. Just ignore the 100MB partition.

Again thanks.

Yes, I plan to leave it alone and first migrate C. If that goes well and I can boot from the SSD, then I can mess with that partition. Actually plan to wipe out that and the old C (system) partitions on the HDD and reuse that space..

The SSD should arrive tomorrow and I will be off and running. Will report back.

You have been immensely helpful.
 

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
If you test whether the SSD works properly, disconnect the HDD - just to be sure.
 

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
If you test whether the SSD works properly, disconnect the HDD - just to be sure.

Thanks, that is my plan.
Somewhere (I believe in one of your threads) I read that, before migrating the o/s, one should create and format a partition on the SSD using Disk Manager. Is that necessary, or will the migration software take care of that?

I plan on using EaseUS Partition Manager OR MiniTool Partition Manager for the migration since both have a "Migrate OS Wizard" function.

Then, at what point does one assign the drive letter (C) to the SSD?

Sure glad you are holding my hand.
 

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 am no expert like whs mate but I think Windows does that by default:)
 

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
If you test whether the SSD works properly, disconnect the HDD - just to be sure.

Thanks, that is my plan.
Somewhere (I believe in one of your threads) I read that, before migrating the o/s, one should create and format a partition on the SSD using Disk Manager. Is that necessary, or will the migration software take care of that?

I plan on using EaseUS Partition Manager OR MiniTool Partition Manager for the migration since both have a "Migrate OS Wizard" function.

Then, at what point does one assign the drive letter (C) to the SSD?

Sure glad you are holding my hand.

If you migrate with an image, you have to at least align the SSD. But I would do a full job.

1. Copy the bootmgr to C - I believe you have already done that
2. Create an aligned primary active partition. These are the 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
Exit

3. Restore the image of C to that partition.

You do not have to worry about partition letters. The running OS is always C - automatically.

If that sounds too difficult, use the Paragon Migration Tool - sets you back $19.95, LOL But it does the whole migration job including alignment and disabling defrag in 3 clicks.
 

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
If you test whether the SSD works properly, disconnect the HDD - just to be sure.

Thanks, that is my plan.
Somewhere (I believe in one of your threads) I read that, before migrating the o/s, one should create and format a partition on the SSD using Disk Manager. Is that necessary, or will the migration software take care of that?

I plan on using EaseUS Partition Manager OR MiniTool Partition Manager for the migration since both have a "Migrate OS Wizard" function.

Then, at what point does one assign the drive letter (C) to the SSD?

Sure glad you are holding my hand.

If you migrate with an image, you have to at least align the SSD. But I would do a full job.

1. Copy the bootmgr to C - I believe you have already done that
2. Create an aligned primary active partition. These are the 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
Exit

3. Restore the image of C to that partition.

You do not have to worry about partition letters. The running OS is always C - automatically.

If that sounds too difficult, use the Paragon Migration Tool - sets you back $19.95, LOL But it does the whole migration job including alignment and disabling defrag in 3 clicks.

I tried that tool and feel it's called tool for a reason. It can't handle more than two partitions. I had equally bad luck trying to use Samsung's migration tool; same problem. I had excellent luck just getting the original HDD's partitions set up the way I wanted them to be on the SSD, then cloned the HDD to the SSD with Macrium Reflect (I did a simple format on the SSD first). The finished clone was automagically properly aligned, trim was enabled, and defrag was turned off. Easy peasy.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Win 7 Ultimate 64 bit
CPU
Intel i7-3930K
Motherboard
ASUS P9X79 WS
Memory
Kingston HyperX Genesis 32GB Kit (8x4GB Modules) 1600MHz DDR
Graphics Card(s)
MSI R7850 Twin Frozr 2GD5/OC Radeon HD 7850 2GB 256-bit GDDR
Sound Card
Asus Xonar Essence STX
Monitor(s) Displays
3x Asus VG248QE 24", Vizio 32" TV
Screen Resolution
1920 x 1080, ?
Hard Drives
Samsung 128GB 840 Pro SSD (1),
Samsung 4TB 850 EVO SSDs (4)
Samsung 4TB 850 EVO SSDs (16) external backup drives used in 2.5" hot swap bays in the computer.
PSU
Corsair HX750w
Case
Antec Two Hundred v2 (modified)
Cooling
Cooler Master GeminII S524 120mm (fan replaced with a 140mm)
Keyboard
Logitech G510s
Mouse
Logitech M525 (two in use)
Internet Speed
=< 32Mbps down, 8Mbps up
Antivirus
AVAST!, MBAM, SAS, Spybot S&D (all but MBAM free) Glary Util
Browser
IE11
Other Info
LSI 9211-8i HBA card (8 SATA III ports), 2.5" & 3.5" Hot Swap Bays, HooToo HT-CR001 PCI-E to USB 3.0 Internal Hub + 6 Slot Card Reader, and LG Model CH12LS28 BD-ROM Optical Drive. Also, ScanSnap S1500 ADF duplexing scanner, Canon 9000F flat bed scanner, Corsair SP2500 2.1 speakers, Samsung CLP 415nw laser color printer, Cyberpower PP2200SW UPS
Back
Top