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

    Trunk 8093- Deploying Image Failing, Partition Size Error

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    4
    13
    3.3k
    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 Wayne Workman

      @LJedi Please check the text file /images/<imagename>/d1.fixed_size_partions on your FOG server. From what you describe I suppose the file is empty but it should read 1 or 1: to work properly. Please show us the output of ls -al /images/<imagename>, cat /images/<imagename>/d1.partitions and cat /images/<imagename>/d1.minimum_partitions as well.

      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

      L 1 Reply Last reply Reply Quote 1
      • L
        LJedi @Sebastian Roth
        last edited by

        @Sebastian-Roth

        Here are my results:

        ls -al Optiplex745Win10/
        total 7519176
        drwxrwxrwx  2 root root       4096 Jun 16 10:19 .
        drwxrwxrwx 32 root root       4096 Jun 14 12:10 ..
        -rwxrwxrwx  1 root root          1 Jun 14 09:52 d1.fixed_size_partitions
        -rwxrwxrwx  1 root root    1048576 Jun 14 09:53 d1.mbr
        -rwxrwxrwx  1 root root        190 Jun 14 09:53 d1.minimum.partitions
        -rwxrwxrwx  1 root root         30 Jun 14 09:52 d1.original.fstypes
        -rwxrwxrwx  1 root root          0 Jun 14 09:52 d1.original.swapuuids
        -rwxrwxrwx  1 root root  325089680 Jun 14 09:53 d1p1.img
        -rwxrwxrwx  1 root root 7373459536 Jun 14 10:15 d1p2.img
        -rwxrwxrwx  1 root root        190 Jun 14 09:52 d1.partitions
        
        
        /Optiplex745Win10# cat d1.partitions
        label: dos
        label-id: 0x1288f3ca
        device: /dev/sda
        unit: sectors
        
        /dev/sda1 : start=        2048, size=     1024000, type=7, bootable
        /dev/sda2 : start=     1026048, size=   155273216, type=7
        root@RoyFogMasterNode:/images/Optiplex745Win10#
        
        cat d1.minimum.partitions
        label: dos
        label-id: 0x1288f3ca
        device: /dev/sda
        unit: sectors
        
        /dev/sda1 : start=        2048, size=     1024000, type=7, bootable
        /dev/sda2 : start=     1026048, size=    35327996, type=7
        
         cat d1.fixed_size_partitions
        
        root@RoyFogMasterNode:/images/Optiplex745Win10#
        
        1 Reply Last reply Reply Quote 0
        • Tom ElliottT
          Tom Elliott
          last edited by

          Is there anything in the d1.fixed_size_partitions file? I see a 1 byte which means something is there, but what?

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

            @Tom-Elliott said:

            Is there anything in the d1.fixed_size_partitions file? I see a 1 byte which means something is there, but what?

            My guess it’s just a simple new line in that file. But even then I am wondering why it does not like sda1 because in the partition text files it seems like sda1 is not being touched (resized) and therefore shouldn’t cause an issue.

            @LJedi Can you please do a debug deploy. After you see the error and got back to the shell please run sfdisk -d /dev/sda and post a picture 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

            L 1 Reply Last reply Reply Quote 0
            • L
              LJedi @Sebastian Roth
              last edited by

              @Sebastian-Roth

              Here ya go:

              0_1466111437910_IMG_0906.JPG

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

                @LJedi Thanks heaps! So here we go. It does resize your first partition on deploy (shrinking it by only a few sectors). The problem is that you d1.fixed_size_partitions file is empty which shouldn’t be the case. As a quick workaround, can you please edit that file on the FOG server using your favorite text editor and simply put 1: in.

                Then please run another debug deploy session and issue the following commands before even starting the deploy:

                mkdir -p /mnt
                ntfs-3g /dev/sda1 /mnt
                ls -al /mnt/Boot/BCD*
                umount /mnt
                ntfs-3g /dev/sda2 /mnt
                ls -al /mnt/Boot/BCD*
                umount /mnt
                

                Take a picture and then start deploying (command fog)… Working now?

                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

                L Wayne WorkmanW 2 Replies Last reply Reply Quote 0
                • L
                  LJedi @Sebastian Roth
                  last edited by

                  @Sebastian-Roth

                  After editing that file, the image deployed successfully.

                  Here is that screenshot with the commands before I deployed that image. Thanks for your help.

                  0_1466114629695_IMG_0907.JPG

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

                    @LJedi Ok, thanks for testing and letting us know.

                    @Tom-Elliott I think the issue is caused by line 116 in the upload script. As well line number 73 is likely not doing exactly what we want I suppose.

                    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
                    • Wayne WorkmanW
                      Wayne Workman @Sebastian Roth
                      last edited by Wayne Workman

                      @Sebastian-Roth said in Trunk 8093- Deploying Image Failing, Partition Size Error:

                      As a quick workaround, can you please edit that file on the FOG server using your favorite text editor and simply put 1: in.

                      Why is it that so often that 1: is missing?

                      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/

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

                        @Wayne-Workman Could be anything. Should be fixed in latest though.

                        The 1 was being missed I believe, due to the line 73 @Sebastian-Roth pointed out. The 1 would ONLY be created if there was more than one extfs AND/OR ntfs partition present.

                        That would mean a disk with 5 partitions might only have one extfs or ntfs partition. The one would be missed. I have corrected this suspicion of mine and updated the inits after testing upload/download still worked. I don’t have a way to confirm the exact issue itself though.

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

                          @LJedi Could you please upgrade to the latest trunk and see if the d1.fixed_size_partitions is now created properly in your case?

                          Thanks Tom for looking into this and fixing it!

                          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

                          148

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project