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

    Newbie getting started

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

            @Sebastian-Roth

            Thanks, I synced the passwords, re-ran the installer, and watching it try to upload the image now.

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

              Do you guys make your partitions Bios or UEFI?

              B george1421G 2 Replies Last reply Reply Quote 0
              • B
                bogle @bogle
                last edited by

                @bogle

                Well the process is working now. I think I have to redo the image to use UEFI partition for it to work. I will give you guys an update soon.

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

                  @bogle said in Newbie getting started:

                  Do you guys make your partitions Bios or UEFI?

                  If I understand your question, yes. That is one of the reasons why I use MDT to build my reference images. I have 2 images one is BIOS and one is for UEFI based firmware. Depending on the VM I used to create the reference image MDT will build a UEFI or BIOS layout based on the VM type used to build the reference image.

                  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

                    I am using a VMware ESXi 5.5 server. Does the UEFI/BIOS layout come from the actual vm hard drive? I was thinking it pulled that from the autoattend.xml file?

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

                      @bogle No it comes from the mode the VM is in. I can’t say for sure if 5.5. supports uefi VMs or not. Its like on the advanced tab of the VM setup.

                      VM Options->Boot Options->Firmware Options

                      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

                        Found it, its under options 1.PNG

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

                          How do you configure joining a domain and local accounts on your images? Do you join the domain after deploying your image?

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

                            @bogle said in Newbie getting started:

                            How do you configure joining a domain and local accounts on your images? Do you join the domain after deploying your image?

                            Yes, the only time the image is connected to the domain is after it has been deployed. I personally use the unattend.xml file to connect the computer to the domain due to some complex OU and system naming convention. The other option is to use the fog client to connect the system to AD. Either way will work.

                            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
                            • george1421G
                              george1421 Moderator @bogle
                              last edited by george1421

                              @bogle Ah you are still using the C# client for vSphere. The path I gave you was for the web ui in vSphere. It gives you the same results. I have one VM for bios and one VM for UEFI.

                              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 Don’t know about the C# client. I know I am using the vSphere Client 5.5.0 Build 3237766 with VMware ESXi server 5.5 Build 3568722.

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

                                  @bogle said in Newbie getting started:

                                  @george1421 Don’t know about the C# client. I know I am using the vSphere Client 5.5.0 Build 3237766 with VMware ESXi server 5.5 Build 3568722.

                                  If you are using the vSphere client .exe that is the C# version. Starting in ESXi v6.x they don’t use the C# tool to admin ESXi. You have to use the HTML5 Web UI or Flash 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!

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

                                    Do you guys use sysprep in the process of creating your golden image? I am currently using it but I am beginning to think its not necessary if you prepare your image the way you want it then deploy it.

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

                                      @bogle said in Newbie getting started:

                                      Do you guys use sysprep in the process of creating your golden image

                                      Yes you need it, if you want to have one image for multiple hardware platforms.

                                      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
                                      • 1
                                      • 2
                                      • 2 / 2
                                      • First post
                                        Last post

                                      156

                                      Online

                                      12.0k

                                      Users

                                      17.3k

                                      Topics

                                      155.2k

                                      Posts
                                      Copyright © 2012-2024 FOG Project