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

    Invalid GPT table

    Scheduled Pinned Locked Moved
    Windows Problems
    5
    24
    8.6k
    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.
    • D
      DarkEnergy
      last edited by

      When trying to upload and image from a fresh installed version of Windows 7 or 8 the upload get stock and the only way that continues is by pressing enter. When enter is pressed the screen scroll fairly fast with and error Invalid GPT table completing fast and rebooting without uploading the image to the FOG server.

      Any assistance greatly appreciated.

      Wayne WorkmanW 1 Reply Last reply Reply Quote 0
      • Wayne WorkmanW
        Wayne Workman @DarkEnergy
        last edited by

        @DarkEnergy said in Invalid GPT table:

        completing fast and rebooting without uploading the image to the FOG server.

        What version of FOG? what model is the target host? Can you provide a photo or video (via YouTube) of the errors?

        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/

        1 Reply Last reply Reply Quote 0
        • D
          DarkEnergy
          last edited by

          The last SVN that was available for at the time: You are currently running version: 7162
          I don’t think the model of the target host is a valid information as I have tried it in a Lenovo Touch B-50 and HP 15-R030WM and they are both doing the same exact thing. Is GPT now supported by FOG? Last time I encounter this error Elliott was explaining GPT issues and that was difficult to make it work.

          I am not sure about the video part as, the screen move pretty fast but, I will try to see if I can get something. Is there an error log in FOG that I can pull it out from if possible?

          Wayne WorkmanW 1 Reply Last reply Reply Quote 0
          • Wayne WorkmanW
            Wayne Workman @DarkEnergy
            last edited by Wayne Workman

            @DarkEnergy The upload and download scripts have been re-written to better handle partitions and GPT disks. It’s vastly improved over the old scripts.

            Do a debug-capture, and when you get to the shell prompt, issue the command lsblk and then fdisk -l and take a picture of the results. The output of lspci would also be helpful, so we can determine if the hardware in the device is supported by our current kernel build.

            Info on the Lenovo from a Google search:

            a 2TB and 7,200-rpm hard drive with an 8GB SSD
            http://www.tomsguide.com/us/lenovo-b50-touch,review-2639.html

            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/

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

              @DarkEnergy Wayne is perfectly right. How could we be able to help you without knowing the exact error message you see?? It’s impossible - as simple as that!

              Tried google with “invalid GPT table” and it might be this error caused by gdisk: “Found invalid GPT and valid MBR” but it’s just a wild guess…

              iPhones can do slow motion videos and even if you have a different phone a bad video usually gives more information than no video. Make sure you mount the phone properly to minimize movements (e.g. just put a couple of books on the desk in front of the screen and rest the cam/phone on the books while taking the video).

              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
              • D
                DarkEnergy
                last edited by

                @Wayne-Workman:
                The odd part is that only those two laptops are having the issue even after disabling UFI on the system. I ran into this problem before and a low-level formatting was the solution. However in this one, it is still a no go.
                Both systems have been LLF and Windows has been reinstalled.

                I will run the debug and see what information I can accomulate.

                1 Reply Last reply Reply Quote 0
                • D
                  DarkEnergy
                  last edited by

                  @Sebastian-Roth
                  Thank you for pointing the obvious but as you can read below, if the systems have been LLF and GPT disabled in the BIOS, then, there should be no GPT table in the HHD. The system came originally with Windows 8 and was downgraded to Windows 7. Last time I ran into this problem I had to download a new collection of PXE files for the TFTP Server in order for the system to be able to boot into FOG and upload the files.
                  I have tried everything I know including updating the trunk to the latest version.

                  As I mention on the initial post, the system were LLF, meaning nothing was on it at the time the image was been uploaded to the server. No trying to be rude just providing some information.

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

                    How did you LLF?

                    [ Standing in between extinction in the cold and explosive radiating growth ]

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

                      @DarkEnergy Definitely valuable information you gave us but we still need a straw to cling to - the exact error message! I am sorry but I am not willing to further look into this issue unless I know the error you are seeing when things go wrong. 🙂 No offence!

                      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 2
                      • Tom ElliottT
                        Tom Elliott @DarkEnergy
                        last edited by

                        @DarkEnergy just my guess, but did you try running fixparts on the upload before it uploaded? Seeing as the systems were originally set up for uefi and you turned it off, it sounds more like it simply had “bad gpt info” as UEFI requires a gpt layout. When you made the switch, from what I can gather, you set the host to use mbr style layout by just changing the info in Windows. The LLF in this case, I think, would be more using fixparts to correct the particular issue.

                        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
                        • D
                          DarkEnergy
                          last edited by DarkEnergy

                          As requested, here are some screenshuts after running the commands in debug mode:
                          0_1461165657007_IMG_20160419_192144.jpg

                          0_1461165912339_IMG_20160419_192647.jpg

                          0_1461165668761_IMG_20160419_192300.jpg

                          0_1461165680736_IMG_20160419_192346.jpg

                          0_1461165739970_IMG_20160419_192435.jpg

                          0_1461165803856_IMG_20160419_192448.jpg

                          0_1461165867098_IMG_20160419_192501.jpg

                          0_1461166013330_IMG_20160419_192700.jpg

                          Please let me know if you need more information.

                          1 Reply Last reply Reply Quote 0
                          • D
                            DarkEnergy
                            last edited by

                            Here is another error after uploading an image for a Lenovo Touch B50-30.

                            0_1461169208270_Fog Upload error.jpg

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

                              @DarkEnergy https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_FTP

                              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

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

                                What about gdisk -l /dev/sda??

                                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
                                • D
                                  DarkEnergy
                                  last edited by

                                  @Tom Elliott
                                  I ran the test and it was successful. I was able to copy a file from my system (Windows 10) to the FTP in the fog server, then I was able to delete it as well.
                                  I am not sure what was the test for other than to make sure if the access to write and delete are in place and the service is working?
                                  For this so far so good.

                                  Tom ElliottT Wayne WorkmanW 2 Replies Last reply Reply Quote 0
                                  • D
                                    DarkEnergy
                                    last edited by

                                    @Sebastian-Roth
                                    Is there a specific option do you want me to run after running gdisk -l /dev/sda/?
                                    I am getting a menu that is all.

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

                                      @DarkEnergy what are the permissions for /images?

                                      Can you, from debug, run fixparts /dev/sda then run fog

                                      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
                                      • D
                                        DarkEnergy
                                        last edited by

                                        @Tom Elliott
                                        The directory has the following permissions:
                                        drwxrwxrwx 2 root root 16384 Dec 11 17:16

                                        Will this be for the Lenovo or for the HP or for both?

                                        1 Reply Last reply Reply Quote 0
                                        • Wayne WorkmanW
                                          Wayne Workman @DarkEnergy
                                          last edited by Wayne Workman

                                          @DarkEnergy said in Invalid GPT table:

                                          @Tom Elliott
                                          I ran the test and it was successful. I was able to copy a file from my system (Windows 10) to the FTP in the fog server, then I was able to delete it as well.
                                          I am not sure what was the test for other than to make sure if the access to write and delete are in place and the service is working?
                                          For this so far so good.

                                          But did you use the credentials you found inside of Storage Management - > Default when you tried? Because in the screen shot below, it clearly says “login incorrect”. that’s a pretty clear error.

                                          Also - I just added notes to the FTP Troubleshoot article about what credentials to use when doing the tests.

                                          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/

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

                                            @DarkEnergy said in Invalid GPT table:

                                            Is there a specific option do you want me to run after running gdisk -l /dev/sda/?

                                            What I was aming for is the output you see before the menu. I should say something like “Found MBR”

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

                                            163

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project