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

    Newbie getting started

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    3
    39
    7.7k
    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.
    • B
      bogle @bogle
      last edited by

      @bogle

      What has me stumped is I already have a install.wim file where that guide says you have a install.esd file that you have to convert to install.wim… that I can’t seem to export just the index 5 Windows 10 pro out of it. I was able to delete the others but then the Windows System Image Manager fails to generate a catalog.

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

        @bogle said in Newbie getting started:

        have alot

        How many is a lot? To me a lot is 1000 systems. The reason why I ask if you do have many systems and will need to support them in the future, you might consider setting up MDT to create your reference image. That way you get a repeatable reference image every time. You don’t need to worry about rearm counts or installing stuff by hand. It does take time to setup and get perfected. I’ve been creating images using different methods for many years and it took me about 7 days to get my final image ready for image capture. But using MDT I can go from bare metal to ready to capture by just starting the task sequence.

        As for the wim to esd format I’d have to reread that section since I’ve never needed to do that in the past. I’ve just mounted the ISO image on the esxi vm and installed windows that way, then switched to audit mode. I have a generic unattend.xml file so I’m not sure where they are heading with that bit.

        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!

        B 1 Reply Last reply Reply Quote 0
        • B
          bogle @george1421
          last edited by

          @george1421

          Not alot of systems…I am looking at 150 systems at the most. MDT is a good idea, I am looking at it now.

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

            @bogle If you take the lite touch approach its real easy to build reference images and when new releases of Windows 10 come out its pretty easy to copy over your task sequences to the new installation media.

            Another great source of windows imaging knowledge is the Deployment Research site https://deploymentresearch.com/ I used it quite frequently as I was setting up Windows baseline images.

            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!

            B 1 Reply Last reply Reply Quote 0
            • B
              bogle @george1421
              last edited by

              @george1421

              Is there a problem somewhere if I can’t delete a host on the fog project server, but I can get on a host pc and delete itself from the pxe menu?

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

                @bogle I’ve never heard of that issue where you can’t delete it from the web ui but can via the iPXE menu. That is very strange indeed.

                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
                • S
                  Sebastian Roth Moderator
                  last edited by

                  @bogle said in Newbie getting started:

                  Is there a problem somewhere if I can’t delete a host on the fog project server

                  Can you explain a bit more? What happens when you remove a host from the web UI? Error message?!

                  Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                  Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                  B 1 Reply Last reply Reply Quote 0
                  • B
                    bogle @Sebastian Roth
                    last edited by

                    @Sebastian-Roth

                    Well it would just not do anything when after clicking the delete button. I could do a network boot on the client and remove it from there.

                    It have have something to do with the computers, they are HP ProOne 600s and HP EliteOne 800s running HP SureRecovery… I had to enable legacy pxe boot and disable secure boot for them to see the Fog Server.

                    From the web UI I can’t power down or do a WOL to the HP ProOne 600. Web UI reports it successfully updated the host. Where are the troubleshooting logs at?

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

                      @bogle said in Newbie getting started:

                      From the web UI I can’t power down or do a WOL

                      The power down command comes from the fog client. So that needs to be installed on the target computer so the power off command is seen by the client. Your client check in interval will dictate when the client actually sees the power off command.

                      The WOL is a bit tricky now days. Windows 8 and 10, when the computer is “shutdown” and fast start is enabled, shutdown is not really powered off, but in an enhanced sleep state so wol does not apply. You can test this by shutting down the computer via the shutdown button and then send the WOL command. Then pull the power from the computer, wait 10 seconds and then plug it it. Now send the WOL command. The computer should wake up. This is because a power up - off the computer is really powered off and not in a sleep state.

                      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
                      • S
                        Sebastian Roth Moderator
                        last edited by

                        @bogle said in Newbie getting started:

                        Well it would just not do anything when after clicking the delete button.

                        There should be a window in the browser coming up asking for the login credentials to confirm the delete. I suppose you do not get this. Possibly you have JavaScript disabled? Other than that we need more information. Please check the apache webserver and PHP-FPM logs (see my signature).

                        It have have something to do with the computers, they are HP ProOne 600s and HP EliteOne 800s running HP SureRecovery…

                        I can’t see why the “cannot delete from the web UI” should have something to do with the computer model?!

                        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                        B 1 Reply Last reply Reply Quote 0
                        • B
                          bogle @Sebastian Roth
                          last edited by bogle

                          @Sebastian-Roth

                          I reverted back to a previous snapshot and managed to upload a image!

                          However an error has been detected.

                          I created the image from Win10General, then fully registered a new host to boot to the image.

                          20190729_124530.jpg

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

                            @bogle Your issue sounds a lot like the one we were tracking here: https://forums.fogproject.org/topic/13484/lenovo-yoga-12-issues/6 The OP of that thread didn’t follow through with the testing so we don’t know if the slow connection idea was the root or not.

                            If you are willing to help us out and test this then we might be able to resolve this “random issue” for good.

                            Look through my post and then Sebastian’s post to see where we were heading with the testing.

                            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!

                            B 1 Reply Last reply Reply Quote 0
                            • B
                              bogle @george1421
                              last edited by

                              @george1421

                              Sure, I maybe a little slow today because I spent all morning making email work through my failover internet connection after primary internet went down. not fun

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

                                @bogle Take all the time you need, my FOG server is running just fine. 😉

                                No worries, deal with what is important first.

                                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!

                                B 1 Reply Last reply Reply Quote 0
                                • B
                                  bogle @george1421
                                  last edited by

                                  @george1421

                                  Something doesn’t seem right. Here are some screenshots

                                  Image can’t be 0.00
                                  2.PNG

                                  Image details in Fog
                                  3.PNG

                                  Screenshot of fog server /images/
                                  4.PNG

                                  This has to be the image that got uploaded
                                  1.PNG

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

                                    @bogle If something happens during the upload process the web site file size will not reflect what is on the disk. There is also an agent that runs once a day to resync the file size on disk with the file size reported via the web ui. Yes it is strange its not set correctly in the web ui after upload, but its not something to stop image deployment.

                                    Edit after looking at the pictures again, I see the fog didn’t complete the process because directory with a mac name is still in dev. It didn’t get moved to /images/<image name> like it should have

                                    Edit 2 this thread seems to be wandering about from issue to issue. We may need to create a new thread for new issues or we will really confuse someone reading this thread in the future.

                                    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
                                    • B
                                      bogle
                                      last edited by

                                      8.PNG

                                      Looks like image didn’t finish uploading.

                                      Booted the pc backup with image i am trying to upload…

                                      1.PNG

                                      2.PNG

                                      1 Reply Last reply Reply Quote 0
                                      • S
                                        Sebastian Roth Moderator
                                        last edited by

                                        @bogle Then keep an eye on the screen when the blue partclone windows are done. There might be an error at the end when the client reports back to your FOG server.

                                        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                        B 1 Reply Last reply Reply Quote 0
                                        • B
                                          bogle @Sebastian Roth
                                          last edited by

                                          @Sebastian-Roth 3.PNG

                                          1 Reply Last reply Reply Quote 0
                                          • S
                                            Sebastian Roth Moderator
                                            last edited by

                                            @bogle Check out this topic: https://forums.fogproject.org/topic/11203/resyncing-fog-s-service-account-password

                                            Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                            Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                            B 1 Reply Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post

                                            252

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project