• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    trying to sysprep windows 10 to upload to fog. PLEASE HELP

    Scheduled Pinned Locked Moved Unsolved
    Windows Problems
    6
    48
    19.9k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • george1421G
      george1421 Moderator @Joe Schmitt
      last edited by

      @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.

      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

      1 Reply Last reply Reply Quote 0
      • JJ FullmerJ
        JJ Fullmer Testers
        last edited by

        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

        Have you tried the FogApi powershell module? It's pretty cool IMHO
        https://github.com/darksidemilk/FogApi
        https://fogapi.readthedocs.io/en/latest/
        https://www.powershellgallery.com/packages/FogApi
        https://forums.fogproject.org/topic/12026/powershell-api-module

        ryan.mckenzieR 2 Replies Last reply Reply Quote 0
        • ryan.mckenzieR
          ryan.mckenzie @Joe Schmitt
          last edited by

          @Joe-Schmitt Sure will! 0_1485973693021_unattend.xml

          george1421G 1 Reply Last reply Reply Quote 0
          • ryan.mckenzieR
            ryan.mckenzie @JJ Fullmer
            last edited by

            @JJ-Fullmer I am injecting dell family optiplex 7 cab drivers for various models I will try the 5040 drivers only

            1 Reply Last reply Reply Quote 0
            • ryan.mckenzieR
              ryan.mckenzie @JJ Fullmer
              last edited by

              @JJ-Fullmer using a WinPE for windows 10 disc

              1 Reply Last reply Reply Quote 0
              • ryan.mckenzieR
                ryan.mckenzie @Joe Schmitt
                last edited by

                @Joe-Schmitt Here is the reseal.cmd and the SetupComplete.cmd files too.1_1485975329176_SetupComplete.cmd 0_1485975329175_reseal.cmd

                1 Reply Last reply Reply Quote 0
                • george1421G
                  george1421 Moderator @ryan.mckenzie
                  last edited by

                  @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>
                  

                  Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                  ryan.mckenzieR 1 Reply Last reply Reply Quote 0
                  • ryan.mckenzieR
                    ryan.mckenzie @george1421
                    last edited by

                    @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

                    george1421G 1 Reply Last reply Reply Quote 0
                    • george1421G
                      george1421 Moderator @ryan.mckenzie
                      last edited by

                      @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 4

                      I 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.

                      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                      ryan.mckenzieR 3 Replies Last reply Reply Quote 0
                      • ryan.mckenzieR
                        ryan.mckenzie @george1421
                        last edited by

                        @george1421 ok thank you! I will try it out

                        1 Reply Last reply Reply Quote 0
                        • ryan.mckenzieR
                          ryan.mckenzie @george1421
                          last edited by

                          @george1421 Failed with the same error after changing answer file to look like yours

                          1 Reply Last reply Reply Quote 0
                          • ryan.mckenzieR
                            ryan.mckenzie @george1421
                            last edited by

                            @george1421 0_1485983496062_upload-8e76b156-fd8f-4845-9965-a9f82163bf40

                            1 Reply Last reply Reply Quote 0
                            • Scott AdamsS
                              Scott Adams
                              last edited by

                              I have attached a copy of my unattend.xml that I use with Windows 10 (edited to take out our private info). I can image Windows 10 without issues.0_1485985103092_unattend.xml

                              ryan.mckenzieR 2 Replies Last reply Reply Quote 0
                              • ryan.mckenzieR
                                ryan.mckenzie @Scott Adams
                                last edited by

                                @Scott-Adams ok thank you I will take a gander at it

                                1 Reply Last reply Reply Quote 0
                                • ryan.mckenzieR
                                  ryan.mckenzie @Scott Adams
                                  last edited by

                                  @Scott-Adams CopyProfile is set to false is this correct?

                                  0_1485985519321_upload-5a4b5c8c-4737-4007-b2b2-86845a9a5f9e

                                  george1421G 1 Reply Last reply Reply Quote 0
                                  • george1421G
                                    george1421 Moderator @ryan.mckenzie
                                    last edited by

                                    @ryan.mckenzie You probably want that set to true to copy the profile from the admin user to the default user.

                                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                                    ryan.mckenzieR 1 Reply Last reply Reply Quote 0
                                    • ryan.mckenzieR
                                      ryan.mckenzie @george1421
                                      last edited by

                                      @george1421 ok just making sure thank you. One more question do you set up in audit mode or not?

                                      george1421G 1 Reply Last reply Reply Quote 0
                                      • george1421G
                                        george1421 Moderator @ryan.mckenzie
                                        last edited by george1421

                                        @ryan.mckenzie Me personally, no. We use MDT to build our reference image using the lite touch method (i.e. unattended setup once MDT starts).

                                        We use MDT so we get a consistent reference image each time we rebuild the reference image (once a quarter). All of the common software is installed by MDT. When the system is ready for sysprep, we run sysprep and then capture and deploy with fog. Also by using MDT to build the reference image each time from the start we don’t have to worry about the rearm count or having to reset it each time we make a change.

                                        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                                        ryan.mckenzieR 2 Replies Last reply Reply Quote 0
                                        • ryan.mckenzieR
                                          ryan.mckenzie @george1421
                                          last edited by

                                          @george1421 ok thank you. i appreciate it

                                          1 Reply Last reply Reply Quote 0
                                          • ryan.mckenzieR
                                            ryan.mckenzie @george1421
                                            last edited by

                                            @george1421 YOU ARE DA MAN!!! It finally worked! so it was in the unattend file that was causing my issues… yours looks like a windows 7 to me edited for windows 10… is this true?

                                            george1421G 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 2 / 3
                                            • First post
                                              Last post

                                            135

                                            Online

                                            12.1k

                                            Users

                                            17.3k

                                            Topics

                                            155.3k

                                            Posts
                                            Copyright © 2012-2024 FOG Project