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

    Error trying to restore GPT partition tables. Exit returned code 4 (On new PC's)

    Scheduled Pinned Locked Moved
    FOG Problems
    2
    14
    2.2k
    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.
    • I
      IndustrialTech87 @IndustrialTech87
      last edited by

      @IndustrialTech87 After reading some other post with people having the same error, it seems that maybe its a partition issue, however, I am not sure. If it is, I am not sure what I should change the values to in d1.fixed_size_partitions.

      I have a screenshot of disk management once the image is deployed to one of the G3 machines.
      disk_mgmt.JPG

      I am going to grab some more information.

      1 Reply Last reply Reply Quote 0
      • I
        IndustrialTech87
        last edited by

        If I am understanding this right, it currently says 1:2 which means it wont’ resize partitions 1 and 2. That is EFI and the Microsoft reserved partition. That would be correct. Partitions 3 is the basic data partition and 4 is a required partition, I assume the extra space that was not allocated. Maybe it isn’t a partition issue…maybe its a FOG version/kernel issue…who knows. Driving me nuts!

        1 Reply Last reply Reply Quote 0
        • I
          IndustrialTech87
          last edited by IndustrialTech87

          I am working to go into debug mode but wanted to mention that in the error when trying to deploy to these G4 desktops, it says
          “Args passed: /dev/nvme0n1 1 /images/images/ 9 all
          cmd tried: sgdisk -g1 /images/images/d1.mbr /dev/nvme0n1
          Exit returned code 4”

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

            @IndustrialTech87 Please post the contents of the text files d1.partitions as well as d1.minimum.partitions here. Best if you copy&paste instead of sending a screenshot as I can copy values for calculations easier then instead of typing.

            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

            I 1 Reply Last reply Reply Quote 0
            • I
              IndustrialTech87 @Sebastian Roth
              last edited by Sebastian Roth

              @Sebastian-Roth Sorry! Here they are.
              d1.partitions

              label: gpt
              label-id: 1DE8D736-288E-4F4C-AFF7-CF58B1B11E2F
              device: /dev/sda
              unit: sectors
              first-lba: 34
              last-lba: 1953525134
              sector-size: 512
              
              /dev/sda1 : start=        2048, size=      204800, type=C12A7328-F81F-11D2-BA4B-00A0C93EC93B, uuid=E6C29A23-37C6-4A11-A69A-986F324550D8, name="EFI system partition", attrs="GUID:63"
              /dev/sda2 : start=      206848, size=       32768, type=E3C9E316-0B5C-4DB8-817D-F92DF00215AE, uuid=FD8A40BA-2517-4CF2-9655-29F8CB55A718, name="Microsoft reserved partition", attrs="GUID:63"
              /dev/sda3 : start=      239616, size=    96308224, type=EBD0A0A2-B9E5-4433-87C0-68B6B72699C7, uuid=87D213B5-9776-4A9B-8DCE-D31B74933E08, name="Basic data partition"
              /dev/sda4 : start=  1952490496, size=     1034240, type=DE94BBA4-06D1-4D40-A16A-BFD50179D6AC, uuid=F86B2D27-8384-4DBA-8BF9-06E9591D1098, name="attrs=\x22RequiredPartition GUID:63"
              

              d1.minimum.partitions

              label: gpt
              label-id: 1DE8D736-288E-4F4C-AFF7-CF58B1B11E2F
              device: /dev/sda
              unit: sectors
              first-lba: 34
              last-lba: 1953525134
              sector-size: 512
              
              /dev/sda1 : start=        2048, size=      204800, type=C12A7328-F81F-11D2-BA4B-00A0C93EC93B, uuid=E6C29A23-37C6-4A11-A69A-986F324550D8, name="EFI system partition", attrs="GUID:63"
              /dev/sda2 : start=      206848, size=       32768, type=E3C9E316-0B5C-4DB8-817D-F92DF00215AE, uuid=FD8A40BA-2517-4CF2-9655-29F8CB55A718, name="Microsoft reserved partition", attrs="GUID:63"
              /dev/sda3 : start=      239616, size=    58477406, type=EBD0A0A2-B9E5-4433-87C0-68B6B72699C7, uuid=87D213B5-9776-4A9B-8DCE-D31B74933E08, name="Basic data partition"
              /dev/sda4 : start=  1952490496, size=      896624, type=DE94BBA4-06D1-4D40-A16A-BFD50179D6AC, uuid=F86B2D27-8384-4DBA-8BF9-06E9591D1098, name="attrs=\x22RequiredPartition GUID:63"
              
              1 Reply Last reply Reply Quote 0
              • S
                Sebastian Roth Moderator
                last edited by

                @IndustrialTech87 said in Error trying to restore GPT partition tables. Exit returned code 4 (On new PC's):

                DE94BBA4-06D1-4D40-A16A-BFD50179D6AC

                You have a Windows Recovery Partition at the end of your disk (fourth partition)! That prevents FOG from shrinking down to a size smaller than ( 1952490496 (start of 4th partition) + 1034240 (size of 4th partition) ) * 512 (byte sector size) = 931.51 GB …

                Do you actually need a recovery partition of you do imaging with FOG?? If you can, delete the 4th partition and resize will work as expected.

                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

                I 3 Replies Last reply Reply Quote 1
                • I
                  IndustrialTech87 @Sebastian Roth
                  last edited by

                  This post is deleted!
                  1 Reply Last reply Reply Quote 0
                  • I
                    IndustrialTech87 @Sebastian Roth
                    last edited by IndustrialTech87

                    This post is deleted!
                    I 1 Reply Last reply Reply Quote 0
                    • I
                      IndustrialTech87 @IndustrialTech87
                      last edited by

                      @IndustrialTech87 Sorry for bombing you. I was discussing removing that partition or setting it so it resizes. I am going to deploy to a spare pc, delete the partition in disk management and recapture the image. Or use Gpart maybe. Thanks for the help.

                      1 Reply Last reply Reply Quote 0
                      • I
                        IndustrialTech87 @Sebastian Roth
                        last edited by

                        @Sebastian-Roth Removing the 4th partition did resolve the issue. Thank you for your help. Great work with FOG.

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

                        257

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project