trying to sysprep windows 10 to upload to fog. PLEASE HELP
-
-
For anyone following this thread, I am working with @ryan.mckenzie via chat.
-
-
@Joe-Schmitt here is after running sysprpep (no capture)
-
-
@ryan.mckenzie once i changed the HKEY_LOCAL_MACHINE\SYSTEM\Setup\Status\ChildCompletion from 1 to 3 it loaded… Have you had anyone else with this problem? it seems to have saved the image and is loading at the moment.
I need to redeploy to make sure it loads correctly that way or if it gives me the same error. -
@ryan.mckenzie Failed. gave me the same error message and the HKEY_LOCAL_MACHINE\SYSTEM\Setup\Status\ChildCompletion is set back to 1…
-
@ryan.mckenzie so this is definitely an issue with your
unattend.xml
then. Mind posting the file and maybe one of the @Moderators or @Testers, who are familiar with sysprep can take a look? -
@Joe-Schmitt At least the Microsoft-Windows-ShellSetup section. I’ve seen (caused) this error before, but I can’t recall how or why. The section of the unattend.xml file may jog a few brain cells loose.
-
Along with your unattend.xml (ps be sure to take out any passwords you may have in there for auto login before posting) could you give a general goal of the answer file?
i.e. make the image hardware independent
inject drivers for just this one model? Also what method are using for injecting drivers?Also, this may be helpful https://forums.fogproject.org/topic/7902/image-prep-script
-
@Joe-Schmitt Sure will! 0_1485973693021_unattend.xml
-
@JJ-Fullmer I am injecting dell family optiplex 7 cab drivers for various models I will try the 5040 drivers only
-
@JJ-Fullmer using a WinPE for windows 10 disc
-
@Joe-Schmitt Here is the reseal.cmd and the SetupComplete.cmd files too.1_1485975329176_SetupComplete.cmd 0_1485975329175_reseal.cmd
-
@ryan.mckenzie Well I feel you need a bit more details in your specialize:Microsoft-Windows-Shell-Setup section. I don’t think you can have some of the fields blank you do.
ref:
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"> <ComputerName/> <ProductKey/> <RegisteredOrganization/> <RegisteredOwner/> <TimeZone/> <CopyProfile>true</CopyProfile> </component></settings>
I might try something more like this
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ComputerName>*</ComputerName> <CopyProfile>true</CopyProfile> <RegisteredOrganization>My Company</RegisteredOrganization> <RegisteredOwner>My Company</RegisteredOwner> <TimeZone>Eastern Standard Time</TimeZone> </component>
-
@george1421 ok next question. Some of these questions are in the pass 7 settings. Isn’t it redundant to have these answers in Pass 4 and 7?
That’s why I left blank in pass 4 -
@ryan.mckenzie said in trying to sysprep windows 10 to upload to fog. PLEASE HELP:
@george1421 ok next question. Some of these questions are in the pass 7 settings. Isn’t it redundant to have these answers in Pass 4 and 7?
That’s why I left blank in pass 4I can’t honestly answer that. I can say that your error (from screen shot) is in the section I quoted, and the example I provided is very similar to what I deploy today, but that code was copied from the internet. So the decision is yours… I’m only looking for footprints in the snow.
-
@george1421 ok thank you! I will try it out
-
@george1421 Failed with the same error after changing answer file to look like yours
-