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

    Can't image - attempting fixparts

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    5
    15
    3.1k
    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.
    • A
      Aysientor @Sebastian Roth
      last edited by

      @sebastian-roth

      I can run gdisk, which prompts me to select MBR, Blank GPT, or GPT.

      And fixparts isnt found… 😞

      0_1530292785330_IMG_20180629_101745.jpg

      Tom ElliottT 1 Reply Last reply Reply Quote 0
      • UWPVIOLATORU
        UWPVIOLATOR
        last edited by

        This post is deleted!
        Tom ElliottT 1 Reply Last reply Reply Quote 1
        • Tom ElliottT
          Tom Elliott @Aysientor
          last edited by

          @aysientor Please switch to the working branch.

          This issue was brought up and has since been fixed, and will be used in the 1.5.5 release. (Working only has one change, which directly relates to multicast session imaging. FOS (the thing that should contain the fixparts executable) is it’s own repository, so it was addressed separately. When a release happens, the two repos are paired, sort of, together (FOS with just the binaries generated, and the main installer you are used to seeing.)

          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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

          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

          R A 2 Replies Last reply Reply Quote 0
          • Tom ElliottT
            Tom Elliott @UWPVIOLATOR
            last edited by

            @uwpviolator Close, but no. I made the fix, and have it prepared, just wanted to make sure things are okay on the working branch first.

            Especially now with all the PHP-FPM hoopla going on, I have changes per @george1421 on many of the other threads which would be great to know is working properly now.

            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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

            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

            1 Reply Last reply Reply Quote 0
            • R
              raju_inc @Tom Elliott
              last edited by

              @tom-elliott
              Thank you.
              I have followed the instructions here: https://wiki.fogproject.org/wiki/index.php?title=Getting_FOG and still getting the same error.
              How do i check if i have successfully installed the working version?

              0_1530487212388_ac3ead2d-8925-4802-bb16-eaf278a2dbf0-image.png

              These are the command i have run:

               git checkout working
               sudo -i
               cd /root/fogproject/bin
               ./installfog.sh
              
              Tom ElliottT 1 Reply Last reply Reply Quote 0
              • Tom ElliottT
                Tom Elliott @raju_inc
                last edited by

                @raju_inc you would likely need to run git pull after the checkout otherwise working is sitting at the same point as dev, master, etc…

                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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                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

                1 Reply Last reply Reply Quote 1
                • A
                  Aysientor @Tom Elliott
                  last edited by

                  @tom-elliott

                  Copy. Just attempted to switch over to the working branch, but I to am not sure if I did it correctly.

                   git checkout working
                   git pull
                   sudo -i
                   cd /root/fogproject/bin
                   ./installfog.sh
                  

                  My version information is the same as what @raju_inc is showing.

                  Tom ElliottT 1 Reply Last reply Reply Quote 0
                  • Tom ElliottT
                    Tom Elliott @Aysientor
                    last edited by

                    @aysientor the version is fine, the working branch when pulled removes the implicit download of binaries zip file. When set that way, the install will download the inits individually. Of course I could’ve made a mistake and I’ll double check things.

                    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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                    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

                    A 1 Reply Last reply Reply Quote 0
                    • A
                      Aysientor @Tom Elliott
                      last edited by

                      @tom-elliott

                      Gotcha. I just tried another debug and fixparts wasn’t found. Thank you for the quick replies!

                      Tom ElliottT 1 Reply Last reply Reply Quote 0
                      • Tom ElliottT
                        Tom Elliott @Aysientor
                        last edited by Tom Elliott

                        @aysientor Please manually download the latest inits. I looked and the version is still set to “full” so it’s using the predownloaded binaries.

                        To download the latest run as root:

                        wget -O /var/www/fog/service/ipxe/init.xz https://fogproject.org/inits/init.xz
                        wget -O /var/www/fog/service/ipxe/init_32.xz https://fogproject.org/inits/init_32.xz
                        

                        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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                        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

                        A 1 Reply Last reply Reply Quote 1
                        • A
                          Aysientor @Tom Elliott
                          last edited by

                          @tom-elliott

                          Success, it’s now imaging!

                          Noticed one typo with /var/www/fog/service/ipxe/init.xz missing “_32”

                          Thank you!!

                          1 Reply Last reply Reply Quote 0
                          • Tom ElliottT
                            Tom Elliott
                            last edited by

                            Thanks and fixed.

                            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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                            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

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

                            204

                            Online

                            12.0k

                            Users

                            17.3k

                            Topics

                            155.2k

                            Posts
                            Copyright © 2012-2024 FOG Project