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

    Capture and Deploy Question!

    Scheduled Pinned Locked Moved Solved
    Windows Problems
    4
    12
    2.0k
    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.
    • thesavagetonyT
      thesavagetony
      last edited by thesavagetony

      We recently installed FOG on a dedicated device and have successfully used it to capture and deploy a simple image for a laptop. I have two (probably simple) questions.

      1. We can’t seem to be able to capture directly from the PXE menu. How do we enable this?

      2. When we deploy our image (Windows 10 install, fully updated and full of our software that we need), it seems to take a very long time at the “Getting Ready” screen. We let it run for over an hour or two and left it overnight. It was done when we came back in the next morning. Has anyone seen this and know how to lower this time? It has an SSD, so I don’t think it’s a disk bottleneck.

      Edit: 3. We can’t seem to download the client within “Client Management”. When we click the link for the smart installer, it seems to time out.

      Thank you!

      george1421G 1 Reply Last reply Reply Quote 0
      • george1421G
        george1421 Moderator @thesavagetony
        last edited by george1421

        @thesavagetony First welcome to the FOG Project.

        1. You can’t capture directly from the PXE menu. You must register the host fist, then if this is a new capture create an image definition and connect it to the host definition. This must be done from the web gui. You can deploy directly from the FOG iPXE menu without registering the host or touching the web gui.

        2. This is a windows issue not FOG. Once OOBE starts, then FOG is out of the picture. Only MS knows what voodoo is going on behind the Getting Ready screen.

        3. What version of FOG are you using? I can say I use the MSI and it downloads correctly.

        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 1
        • thesavagetonyT
          thesavagetony
          last edited by

          1. Thanks! That’s what I was finding, but maybe I misunderstood the Wiki while following it.

          2. Understood. Thanks!

          3. We are running 1.4.4. It sits at connecting for probably 10 seconds and then gives a browser error that it’s timed out. Is the smart installer located somewhere in the FOG file directory that we can just pull it from?

          george1421G Wayne WorkmanW 2 Replies Last reply Reply Quote 0
          • george1421G
            george1421 Moderator @thesavagetony
            last edited by george1421

            @thesavagetony

            1. (addendum) You can deploy from the iPXE menu if you don’t ever plan on fog managing the system post imaging. All history of fog imaging that machine after deployment will be gone. You might use this feature of you are an OEM remanufacturer where you will never see the system again after imaging.
            2. (pita auto number, intentionally blank to keep numbers correct)
            3. Yes it exists on the fog server in this path /var/www/html/fog/client

            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!

            thesavagetonyT 2 Replies Last reply Reply Quote 1
            • Q
              Quazz Moderator
              last edited by

              Might be interesting to see if there’s anything in your apache (or php-fpm logs if you have them) logs. (can be found under FOG Configuration -> Log viewer)

              1 Reply Last reply Reply Quote 1
              • thesavagetonyT
                thesavagetony @george1421
                last edited by

                @george1421 said in Capture and Deploy Question!:

                @thesavagetony

                1. Yes it exists on the fog server in this path /var/www/html/fog/client

                Thanks much!

                1 Reply Last reply Reply Quote 0
                • thesavagetonyT
                  thesavagetony @george1421
                  last edited by

                  @george1421 said in Capture and Deploy Question!:

                  @thesavagetony

                  1. (addendum) You can deploy from the iPXE menu if you don’t ever plan on fog managing the system post imaging. All history of fog imaging that machine after deployment will be gone. You might use this feature of you are an OEM remanufacturer where you will never see the system again after imaging.

                  How would I go about enabling this feature?

                  george1421G 1 Reply Last reply Reply Quote 0
                  • george1421G
                    george1421 Moderator @thesavagetony
                    last edited by

                    @thesavagetony That feature is enabled by default. Once you have your captured images in FOG. When you pxe boot a computer, there should be a menu item “Deploy Image”. Just select that and pick your image name and FOG will deploy from there.

                    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!

                    thesavagetonyT 1 Reply Last reply Reply Quote 0
                    • thesavagetonyT
                      thesavagetony @george1421
                      last edited by

                      @george1421 Sorry, there was some confusion. We were trying to capture from the pxe boot menu. We are able to deploy.

                      george1421G 1 Reply Last reply Reply Quote 0
                      • george1421G
                        george1421 Moderator @thesavagetony
                        last edited by george1421

                        @thesavagetony As I mentioned before you can not capture directly from the pxe boot menu.

                        If you want to capture an image from a computer you must do the following.

                        1. PXE boot a computer and select full or quick register from the pxe boot menu. Or manually register a computer in the webgui.
                        2. Create an image definition in the web gui. This will provide a container where to save the image upon capture.
                        3. In the webgui, go to the host you just registered and associate the newly created image definition with the host. (If you have a previously saved image (already captured) then you make this association when you do a full registration)
                        4. Update the host definition settings.
                        5. In the host definitions select basic tasks
                        6. On the basic tasks select capture
                        7. Schedule the capture task
                        8. PXE boot the target computer, it will then start capturing right away uploading the iPXE kernel.

                        That is the primary way to capture a new computer image. Deployment is another matter, but off topic for this question.

                        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!

                        thesavagetonyT 1 Reply Last reply Reply Quote 0
                        • thesavagetonyT
                          thesavagetony @george1421
                          last edited by

                          @george1421 Great, I appreciate all of the info again!

                          1 Reply Last reply Reply Quote 0
                          • Wayne WorkmanW
                            Wayne Workman @thesavagetony
                            last edited by

                            @thesavagetony said in Capture and Deploy Question!:

                            Thanks! That’s what I was finding, but maybe I misunderstood the Wiki while following it.

                            Can you give me a link to the article you are referring to please?

                            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!
                            Daily Clean Installation Results:
                            https://fogtesting.fogproject.us/
                            FOG Reporting:
                            https://fog-external-reporting-results.fogproject.us/

                            1 Reply Last reply Reply Quote 0
                            • 1 / 1
                            • First post
                              Last post

                            177

                            Online

                            12.1k

                            Users

                            17.3k

                            Topics

                            155.4k

                            Posts
                            Copyright © 2012-2024 FOG Project