Certain Dell models are not enjoying my Universal image
-
Ok, since I got the 755 working, moved to the next trouble model which is a 380. It failed on startup, I went SHIFT+F10, mmc to view event viewer. Under System I am receiving a TON of Service startup error.
A couple are:
The event logging service encounterd an error (res=112) while initializing logging resources for channel Microsoft-Windows-WPD-MTPClassDriver/Operational
The event logging service encounterd an error (res=112) while initializing logging resources for channel Microsoft-Windows-WPD-CompositeClassDriver/Operational
The event logging service encounterd an error (res=112) while initializing logging resources for channel Microsoft-Windows-WPD-ClassInstaller/Operational
-
Here is where that error is being spun from: https://technet.microsoft.com/en-us/library/dd315662(v=ws.10).aspx
Possible answer: http://www.experts-exchange.com/questions/26501136/Windows-server-2008-hd-space-issue.html
It sounds like either an issue with the target hard drive, the captured image, the size of the captured image is larger than the target hard drive, or something else is jazzed up with your deployment.
I do have to say that your issues (in this realm) are not FOG related, so you may have better luck with deployment issues on the Spiceworks Community forums. I strongly recommend you check that community out just because of the number of members alone.
-
@mlnancejr8808 How many times has this image been sysprepped?
-
@Andy-Abplanalp probably too many. 5-10 at this point. I sysprep each time before I upload the image again.
-
@george1421 I really don’t think it is the HDD space or anything with the HDD. The image size is only 45GB and I am throwing it onto at least an 80GB HDD. I’ll keep digging.
-
The crazy part is that it is only affecting models Optiplex 740, 745, and 380 now. I have successfully used this image on Dell Optiplex 990, 360, GX520, 755, 760 and 780 as well as HP 6200, 6300, and 7800.
-
@mlnancejr8808 On these devices, have you updated the bios to the latest (yes I know they are old) as well as set the bios back to factory default. These are of the vintage that back in the XP days there were issues with the hard disk mode ata/achi/legacy. The errors that I have found so far refer to disk issues.
In regards to Andy’s question. He’s probably asking about the number of rearms of your master image. But if you are building it from MDT source every time that shouldn’t be a problem.
-
@george1421 I’ll have to check on the BIOS versions. I think they are up to date but I’ll double check. Should I reset them to factory default and then try?
-
@mlnancejr8808 is sysprep adding any local accounts with your answer file? The reason I ask is…I’ve seen the exact symptoms you’ve described where a local account gets added during sysprep from the answer file but stops with that exact error because that account already exists from being added during previous syspreps. Make sure the ProfileList registry keys are cleaned up before subsequent/repeated sysprepping.
-
@Andy-Abplanalp yes, it is adding the local admin account. Strange thing, i booted the image off of the domain, added to workgroup and then uploaded it again. Didn’t sysprep this time, reimaged a 745 and it worked without issue. I guess because it was no longer looking for that unattend.xml correct?
-
@mlnancejr8808 when you say “adding the local admin account”, do you mean other than ‘Administrator’? If so, then yes, I’m guessing my last reply is on the right track.
-
I had an epiphany. I think I enabled the local account already in the image then when the unattend.xml runs it is unable to do what it needs to. Do you think that could be the issue?
-
@mlnancejr8808 that still doesn’t answer my question. If you are creating a local admin account with your answer file, then make sure it doesn’t exist already in the image before you sysprep it again. Delete it from Local Users and remove any corresponding entries in the registry under the ProfileList key. That should solve this problem.
-
@Andy-Abplanalp I believe that is what was happening. That local admin account did exist that was also in my unattend.xml to create and enable. I am working on that now.
-
@Andy-Abplanalp So I think it was the fact that I had enabled the local administrator account in windows but also had the settings in my unattend to enable that account. It was done out of habit. Once I disabled that account in windows, sysprepped again, and uploaded the image, I haven’t had a client fail yet, no matter the model.
-
@mlnancejr8808 Hmmm… interesting. But if that is what it takes then I think you are on your way. You now have a solid image that will support your fleet with a common image. Well done!!