• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • 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.
  • L
    LJedi @Sebastian Roth
    last edited by Jun 16, 2016, 4:26 PM

    @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
    • T
      Tom Elliott
      last edited by Jun 16, 2016, 8:25 PM

      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 Jun 16, 2016, 8:32 PM

        @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 Jun 16, 2016, 9:11 PM Reply Quote 0
        • L
          LJedi @Sebastian Roth
          last edited by Jun 16, 2016, 9:11 PM

          @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 Jun 16, 2016, 3:41 PM Jun 16, 2016, 9:32 PM

            @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 W 2 Replies Last reply Jun 16, 2016, 10:04 PM Reply Quote 0
            • L
              LJedi @Sebastian Roth
              last edited by Jun 16, 2016, 10:04 PM

              @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 Jun 16, 2016, 10:20 PM

                @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
                • W
                  Wayne Workman @Sebastian Roth
                  last edited by Wayne Workman Jun 16, 2016, 6:30 PM Jun 17, 2016, 12:30 AM

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

                  T 1 Reply Last reply Jun 17, 2016, 12:55 AM Reply Quote 0
                  • T
                    Tom Elliott @Wayne Workman
                    last edited by Jun 17, 2016, 12:55 AM

                    @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 Jun 17, 2016, 12:26 PM

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

                      231

                      Online

                      12.0k

                      Users

                      17.3k

                      Topics

                      155.2k

                      Posts
                      Copyright © 2012-2024 FOG Project