This is a post to help those who may have had issues imaging systems with SSD drives and Windows 7. Also some information about alignment settings with SSD. There are several ways to do things, this is just one recommend way.
**
Boot from Windows 7 disc and at the first setup screen (Language, Keyboard, etc.) press SHIFT + F10. At the new cmd prompt type "C:\" then press Enter.
**
Next we will repartition the first SSD and alignment it correctly. This will also keep Windows 7 from making a 100mb partition. THIS WILL DELETE ALL DATA ON SDD. Enter the following commands:
diskpart
list disk
select disk 0
clean
create partition primary
select partition 1
active
**
Now continue with the install of Windows 7. Note that turning off page file, and hibernation makes the Windows foot print only 8GB.
**
When ready, image your system using any version of Ghost. I tested with Ghost 8.0 32bit version, but really it should not matter. Make sure you do a "Partition to image"
**
To properly restore an image to an SSD using ghost, make sure the SSD has previously had diskpart correctly performed on it as written above.
**
Restore the ghost image using your favorite version of ghost. Make sure you do a "Image to Partition" restore. Reboot when ready.
**
If Windows will not boot (mine did not the first time because the MBR is not yet set), then run the command bootrec /RebuildBcd, then choose the windows installation. There should only be one. Reboot. Enjoy.