PMEM Service Failure

It seems that every computer I work on has this issue, and I always forget how to fix it and have to go searching again... so as much for me as for you:

At boot time, I get an error in my System event log:

The PMEM service failed to start due to the following error:
The system cannot find the file specified.


The answer I found over at Annoyances.org works:
  1. Run regedit
  2. Browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PMEM\ and find the ImagePath key
  3. The value will be something like \??\\C:\WINDOWS\system32\drivers\PMEMNT.SYS - change it to a valid version of that path: C:\WINDOWS\system32\drivers\PMEMNT.SYS
  4. Do net start pmem at a command prompt to get the service running.


If you don't have PMEMNT.SYS on your machine, you can just disable the service instead:
  1. Run regedit
  2. Browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PMEM\ and find the Start key
  3. Change the value to 4 to disable the service.
  4. Next time you restart your computer, the service won't start up so it won't check for the PMEMNT.SYS file.

posted on Thursday, June 30, 2005 3:39 PM | Filed Under [ GeekSpeak ]

Comments

Gravatar # Re: PMEM Service Failure
by xStep at 7/2/2005 12:22 AM
Only on windows dude. Why the hell is it so good at loosing information about it self?

It is good you placed this here because only people smart enough to do an internet search might be lucky enough to find this. John & Jane Doe are going to be royally screwed when shit like this occurs.

Well, at least you didn't have to do another re-install.
Gravatar # re: PMEM Service Failure
by Frank Huang at 9/28/2007 7:41 PM
Oh, thanks. It really works well!
Gravatar # re: PMEM Service Failure
by syed at 12/11/2007 4:14 AM
IT works,, good solution...
Gravatar # re: PMEM Service Failure
by kls at 4/13/2008 11:40 PM
This is a known Bug from IBMs Tivoli.
Look at: IBM-Support
http://www-1.ibm.com/support/docview.wss?uid=swg1IY68885
Gravatar # re: PMEM Service Failure
by erictcw at 7/5/2008 2:58 AM
thanks for your pretty good comments.
Comments have been closed on this topic.