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:
Hello,
I have Crucial M4 128 GB and I have question about thinks to-do after OS installation.
I installed Intel Rapid Drivers (SSD works in AHCI mode ofc.), but what should I do with write-cache buffer in device manager:

3570m4.png


Check this option? I always do this on HDD, but I don't know what to do with SSD.
My second question is - what about search service and indexing? In SSD random access time is very small, so makes in sense? In default, Windows Search service state is automatic (delayed start)

I have both boxes checked in the Policies tab, also have a UPS which allows me shutdown the computer if there is a power outage. This is needed for 'Turn off Windows write-cache buffer flushing' to be checked.

I left the search and indexing on, probably not needed but won't hurt anything.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
76~2.0
OS
Windows 7 Ult x64 - SP1/ Windows 8 Pro x64
CPU
Intel Core i5-3570K 4.6GHz
Motherboard
Gigabyte GA-Z77X UD3H, f18
Memory
8GB (2X4GB) DDR3 1600 Corsair Vengeance CL8 1.5v
Graphics Card(s)
Sapphire HD 7770 Vapor-X OC 1GB DDR5
Sound Card
Onboard VIA VT2021
Monitor(s) Displays
22" LCD Dell
Screen Resolution
1680x1050
Hard Drives
Samsung 840Pro 128GB SSD,
Seagate Barracuda 500GB SATA2 7200rpm 32MB cache, Seagate Barracuda 1TB SATA2 7200rpm 32MB cache,
PSU
Corsair HX650W
Case
Cooler Master Storm Scout
Cooling
Corsair H80 2x12cm Noctua NF P12 , 2x14cm case fans
Keyboard
Logitech Wave
Mouse
CM Sentinel
Internet Speed
Dismal
Antivirus
Avast
Browser
Opera Next
Other Info
Haswell laptop: HP Envy 17t-j, i7-4700MQ, GeForce 740M 2GB DDR3, 17.3" Full HD 1920x1080, 16GB RAM, Samsung 840 Pro 128GB, 1TB Hitachi 7200 HDD,
Desktop: eSATA ports,
External eSATA Seagate 500GB SATA2 7200rpm,
External WD USB 500GB
issues

Thanks for the tutorial! Even the geeky way seems easy, but unfortunately this has not worked for me after two attempts. Got the SSD partitions aligned, verified. One curveball is that I have a 1200MB SYS DRV partition, then C drive, then a 9 GB Lenovo Restore partition. So, I reasoned I should make the first partition on my SSD (Kingston 96GB SATA 2) 1200MB, but still aligned at 1024KB. This matches the HDD. The 1200MB partition on the HDD says Active & Boot, so I made the 1200MB partition on the SSD active.
I used Macrium for the imaging, gave me no error messages for either the SYS DRV partition or C drive partition. Would not let me assign C drive letter to the partition I want to be C on the SSD, so I assigned no drive letter, hoping it would become C drive when installed in laptop. I did all this with the HDD in the laptop, one external USB HDD to save the images, and the SSD in an external USB HDD enclosure. One red flag: though no error messages, the contents of the second partition on the SSD ended up about 600MB smaller than the contents of the HDD C drive after the image restore. The SYS DRV partition contents size was identical after image restore.
After the image transfer I powered down the laptop and removed battery. Touched pipe in bathroom to discharge any potential static E (like any time I touched the drives or laptop internals). Swapped HDD for SSD, no issues. Powered up and went into BIOS, set SSD to second in order after CD drive (don't have an internal CD drive on this). Saved changes and exited BIOS. Get a flashing underscore that lasts forever and ever. Restarted, got the perpetual flashing underscore.
Things could be worse, I swapped back the HDD and the computer is fine, but I am out of ideas. I had Macrium verify the images before restoring, no issue. I started to switch to AHCI, but DWORD was already 0, so figured that my laptop shipped with AHCI and cancelled out of that. I have a lenovo Thinkpad x120e with Windows 7 pro 64 bit. I have an external optical drive but no Windows install disk. The next step might be to call Lenovo and see if they will give me an install disk. Any thoughts before I do that. Sorry so long-winded, but many hours invested in this now.
 

My Computer

OS
Windows 7 Professional 64 bit
One red flag: though no error messages, the contents of the second partition on the SSD ended up about 600MB smaller than the contents of the HDD C drive after the image restore.
This caught my attention. What is this red flag and C should not really be 600MBs smaller. Any explanation??
 

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
Sounds like you did the restore from within Windows - not from the boot media.

Was it a smaller drive you restored to?

Are you using Macrium v4 or v5?

Did you use Roborestore?

How did you measure that 600mb difference?

I expect the best thing to do is to repair the boot files on the SSD from within the windows 7 you can get into.
 

My Computers

System One System Two

  • Computer type
    PC/Desktop
    OS
    7 X64
    CPU
    i5 8400
    Motherboard
    gigabyte b365m ds3h
    Memory
    2x8gb 3200mhz
    Hard Drives
    various
    PSU
    pure power 11 400w cm
    Case
    Coolermaster
    Cooling
    cryorig m9i
  • Computer type
    PC/Desktop
    OS
    7x64
    CPU
    g5400
    Motherboard
    ga b365m ds3h
    Memory
    8gb ddr4 2400
    PSU
    xfx pro 450w
600MB difference in space used according to the Mini tool partition wizard. And actually, that was when I first did the image. I've tried this whole process twice now, and currently it is a 2.3 GB difference, despite Macrium saying image restore was successful.
I had no boot media.
No roborestore.
Macrium Reflect v4.2
I've noticed the process of attempting to boot with the SSD changes some things. The partitions on my SSD had no drive letters, now they are D and E after having installed it in the laptop. The tail end of the SSD turned into unallocated space, not a lot but annoying, when I originally had the bigger partition going all the way to the end.
The external optical drive came in the mail after I had tried all this so I wasn't thinking of how I could use that. Maybe I need to make a boot disk using that.
 

My Computer

OS
Windows 7 Professional 64 bit
Success!

I finally got it working using the Lenovo recovery files, burned onto a set of DVD's, one of which had boot media. Instead of imaging it, this restored it to the state of when I first bought it. Having to reinstall some things now.
 

My Computer

OS
Windows 7 Professional 64 bit
Wow, that Paragon migration software has caused me P A I N.

Migration completed, rebooted, edited the bios, reboot and get "reboot and select proper boot device". Damn, I think, it didn't work.

Edit the BIOS back to my original hard drive... "reboot and select proper boot device"!!!

:mad:

A combination of this process http://www.techspot.com/vb/topic162323.html and then windows disk, fixing boot problems has managed to get me back to a workable state, although for some reason I now have the Vista boot loader screen as opposed to Win 7 niceness.

Rebuild from scratch I think. Not a big fan of Paragon right now.
 

My Computer

OS
Windows 7 Home Premium 64bit
CPU
Core 2 Duo E7400 (socket lga775)
Motherboard
P5QL Asus
Memory
4 GB Corsair
Graphics Card(s)
ATI 4850 (Palit)
PSU
700W EZCool Tornado
Case
Antec 300 Case
Sorry to hear that you are having so much trouble but you must have made a mistake somewhere down the line. I have used that program many times on my own systems and friend's systems and it worked each time.
 

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 to hear that you are having so much trouble but you must have made a mistake somewhere down the line. I have used that program many times on my own systems and friend's systems and it worked each time.

Really? What mistake is there to make? You only install it, select which drive you're copying your OS too...

It ran fine, then told me to restart changing the BIOS which I did, then I had the problems.
 

My Computer

OS
Windows 7 Home Premium 64bit
CPU
Core 2 Duo E7400 (socket lga775)
Motherboard
P5QL Asus
Memory
4 GB Corsair
Graphics Card(s)
ATI 4850 (Palit)
PSU
700W EZCool Tornado
Case
Antec 300 Case
What BIOS change did you make?
 

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
What BIOS change did you make?

Boot order, favouring the OCZ drive... and also tried with and without AHCI mode on.

I've since built the drive from scratch without an issue.
 

My Computer

OS
Windows 7 Home Premium 64bit
CPU
Core 2 Duo E7400 (socket lga775)
Motherboard
P5QL Asus
Memory
4 GB Corsair
Graphics Card(s)
ATI 4850 (Palit)
PSU
700W EZCool Tornado
Case
Antec 300 Case

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,
good tute.
As I get closer to finally getting an SSD (Crucial M4 128GB) I will moving the OS / installed programs from a 110GB partition (spinner) so reimaging should be fine from the partition size point of view. I don't want to clean install because of the reactivation hassles of licensed third party software and the rest.

Anyway as you know I mainly use Windows 7 imaging but this may be a problem. It will want to reformat to the exact HDD partition structure the old image was made from. It appears to me that this may undo all the important alignment prep work? My understanding is that Macrium will reimage to the partition structure and alignment YOU define in the prep work. Is this your understanding?
 
Last edited:

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
Yes you are right. You just dump the images into the predefined, aligned partitions. Even easier would be to use the Paragon tool. Then you are done in 20 minutes and all is automatic - alignment, transfer and the whole bit.
 

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 whs. I'd be interested to know if people have been generally happy with the Paragon tool.
 

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
Thanks whs. I'd be interested to know if people have been generally happy with the Paragon tool.
A lot of people were raving about it. SIW2 was the first to discover it. I got it for free and used it 3 or 4 times. Worked perfectly with just a couple of 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
SSD + One Terabyte Hard Drive

I installed a 64 gig SSD as primary drive . Did a Fresh install . What i need to know is my Terabyte drive has windows 7 on it also . Do i need to reformat drive to get rid of windows 7 . The SSD has the same system on it ! Thanks , MoBeans
 

My Computer

Computer Manufacturer/Model Number
Home Built
OS
Windows 7 Home Premium 64 bit
CPU
AMD Phenom II X4 955 Black Edition Deneb 3.2GHz
Motherboard
GIGABYTE GA-970A-UD3 AM3+ AMD 970 SATA 6Gb/s USB 3.0 ATX AMD
Memory
Crucia 16 GB (4 x 4GB) 240-Pin DDR3 SDRAM DDR3 1333
Graphics Card(s)
XFX PVT95GYDQ3 GeForce 9500 GT 512MB 128-bit GDDR3 PCI Expre
Sound Card
onboard
Monitor(s) Displays
42 in Vizio TV
Hard Drives
Crucial M4 CT064M4SSD2 2.5" 64GB SATA III MLC Internal Solid State Drive (SSD)


SAMSUNG Spinpoint F3 HD103SJ 1TB 7200 RPM 32MB Cache SATA 3.0Gb/s 3.5" Internal Hard Drive -Bare Drive
PSU
700 watt
Case
COOLER MASTER RC-690-KKN1-GP Black SECC/ ABS ATX Mid Tower
Cooling
COOLER MASTER Hyper 212 Plus RR-B10-212P-G1
I installed a 64 gig SSD as primary drive . Did a Fresh install . What i need to know is my Terabyte drive has windows 7 on it also . Do i need to reformat drive to get rid of windows 7 . The SSD has the same system on it ! Thanks , MoBeans
It is safer if you first post a complete picture of your Disk Management. It could very well be that the installer has placed the bootmgr for your SSD 7 on the TB drive. If that is the case, then the situation is a bit complicated. But with a pic of Disk Management, we could see that.

And please do not bold the posting.
 

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 Terabyte drive was not in PC when i installed Windows 7 on the SSD .
 

My Computer

Computer Manufacturer/Model Number
Home Built
OS
Windows 7 Home Premium 64 bit
CPU
AMD Phenom II X4 955 Black Edition Deneb 3.2GHz
Motherboard
GIGABYTE GA-970A-UD3 AM3+ AMD 970 SATA 6Gb/s USB 3.0 ATX AMD
Memory
Crucia 16 GB (4 x 4GB) 240-Pin DDR3 SDRAM DDR3 1333
Graphics Card(s)
XFX PVT95GYDQ3 GeForce 9500 GT 512MB 128-bit GDDR3 PCI Expre
Sound Card
onboard
Monitor(s) Displays
42 in Vizio TV
Hard Drives
Crucial M4 CT064M4SSD2 2.5" 64GB SATA III MLC Internal Solid State Drive (SSD)


SAMSUNG Spinpoint F3 HD103SJ 1TB 7200 RPM 32MB Cache SATA 3.0Gb/s 3.5" Internal Hard Drive -Bare Drive
PSU
700 watt
Case
COOLER MASTER RC-690-KKN1-GP Black SECC/ ABS ATX Mid Tower
Cooling
COOLER MASTER Hyper 212 Plus RR-B10-212P-G1
OK, just make sure that you have a 100MB hidden active partition on the SSD - alternatively if there is no 100MB partition, C must be active. If that is the case, you can delete the Win7 from the 1TB partition - unless you want to keep it as an emergency system. You can always boot into it when changing the BIOS boot sequence.
 

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
Back
Top