• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Disabling TRIM - on Windows PE 3.0?

RU482

Lifer
I'm working with a menlow atom based computer that has a PATA-to-SATA bridge that is "pre-windows7", i.e it does not support TRIM. This means that you cannot load windows 7 directly from a DVD to an SSD...you first have to build an image on an HDD, disable TRIM in Win7 (elevated command prompt - cmd /k fsutil behavior set disabledeletenotify 1)

Anyway, ignore the fact that there are alternatives....I have to load an OS to an SSD in this computer using Microsoft System Center Configuration Manager 2007 R3 Operating System Deployment (OSD)....which utilizes a Windows 7 based Windows PE 3.0.

since it's based on Windows 7, I assume it also has TRIM enabled. When I go to load an image, it bombs out and loses the SSD.

Is there a way, in preparing the Windows PE boot disk, to disable TRIM?
 
I do not think PE is your problem, I think the drive is too fast for the controller and it is bombing out. And TRIM is in the drive not the OS and IIRC correctly PE does support TRIM.
 
I do not think PE is your problem, I think the drive is too fast for the controller and it is bombing out. And TRIM is in the drive not the OS and IIRC correctly PE does support TRIM.

I beg to differ. This is actually a product my company sells. We've shipped a few thousand units with SSDs and had no problem. In order to get the SSD to work with windows 7, we had to disable TRIM on the OS side.

We image the computers using Symantec Ghost, which boots into a DOS session (no TRIM there!).

I have a government customer that insists that they must use Microsoft System Center Configuration Manager 2007 R3 Operating System Deployment (OSD) to image the computers at their facility...thus the issue with Windows PE. Windows PE3.0 is based on Windows 7, thus the thought that it probably has the ability to TRIM SSDs.
 
Back
Top