• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • 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
    last edited by Jun 28, 2018, 11:16 PM

    New to the FOG scene, and I’ve been wrestling with a machine, trying to create a master Windows 10 LTSB image.

    alt text

    I’ve read that some SSDs can run into problems with GPT fragments causing problems. So I attempted to run diskparts in debug mode, only to run into “command not found”

    This is a brand new FOG install (downloaded and setup this tuesday) and I’ve tried updating the kernals in the web gui, with no joy.

    Do I need to update the init files manually?

    Any help would be greatly appreciated!

    1 Reply Last reply Reply Quote 0
    • R
      raju_inc
      last edited by Jun 28, 2018, 11:52 PM

      Hello,
      I’m very new to FOG and i am getting the same error.

      I’m running brand new Centos 7 server and FOG Version 1.5.4.

      If anyone can point us in the right direction that would be much appreciated.

      Thank you.

      1 Reply Last reply Reply Quote 0
      • S
        Sebastian Roth Moderator
        last edited by Jun 29, 2018, 9:50 AM

        @Aysientor @raju_inc Please schedule a debug capture task (like normal but hit the checkbox for debug just before submitting) when you get to the shell please run the following commands:

        gdisk -l /dev/sda
        ...
        fixparts /dev/sda
        ...
        

        The later command will ask you to confirm so you go y ENTER w ENTER y ENTER. Possibly it will print out an error and quit straight away. Take a picture of the screen and post here.

        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 Jun 29, 2018, 5:20 PM Reply Quote 0
        • A
          Aysientor @Sebastian Roth
          last edited by Jun 29, 2018, 5:20 PM

          @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

          T 1 Reply Last reply Jun 29, 2018, 6:27 PM Reply Quote 0
          • U
            UWPVIOLATOR
            last edited by Jun 29, 2018, 6:27 PM

            This post is deleted!
            T 1 Reply Last reply Jun 29, 2018, 6:28 PM Reply Quote 1
            • T
              Tom Elliott @Aysientor
              last edited by Jun 29, 2018, 6:27 PM

              @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 Jul 2, 2018, 12:05 AM Reply Quote 0
              • T
                Tom Elliott @UWPVIOLATOR
                last edited by Jun 29, 2018, 6:28 PM

                @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 Jul 2, 2018, 12:05 AM

                  @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
                  
                  T 1 Reply Last reply Jul 2, 2018, 1:43 AM Reply Quote 0
                  • T
                    Tom Elliott @raju_inc
                    last edited by Jul 2, 2018, 1:43 AM

                    @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 Jul 2, 2018, 6:17 PM

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

                      T 1 Reply Last reply Jul 2, 2018, 7:05 PM Reply Quote 0
                      • T
                        Tom Elliott @Aysientor
                        last edited by Jul 2, 2018, 7:05 PM

                        @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 Jul 2, 2018, 7:07 PM Reply Quote 0
                        • A
                          Aysientor @Tom Elliott
                          last edited by Jul 2, 2018, 7:07 PM

                          @tom-elliott

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

                          T 1 Reply Last reply Jul 2, 2018, 7:12 PM Reply Quote 0
                          • T
                            Tom Elliott @Aysientor
                            last edited by Tom Elliott Jul 2, 2018, 1:35 PM Jul 2, 2018, 7:12 PM

                            @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 Jul 2, 2018, 7:32 PM Reply Quote 1
                            • A
                              Aysientor @Tom Elliott
                              last edited by Jul 2, 2018, 7:32 PM

                              @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
                              • T
                                Tom Elliott
                                last edited by Jul 2, 2018, 7:35 PM

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

                                167

                                Online

                                12.0k

                                Users

                                17.3k

                                Topics

                                155.2k

                                Posts
                                Copyright © 2012-2024 FOG Project