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

Cannot capture image- fails at 'Saving original partition table'

Scheduled Pinned Locked Moved
General Problems
4
10
2.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.
  • T
    tandersb
    last edited by Aug 28, 2017, 5:20 PM

    I have a functional FOG Server running version 689680. I am able to capture images with no difficulty throughout my organization, except for my personal system. Every time I attempt to PXE boot to capture the image I get an error at ‘Saving original partition table’

    'The protection MBR partition is oversized! Auto-repairing.

    The protective MBR’s 0xEE partition is oversized! Auto-repairing.

    An error has been detected

    Cannot determine partition type (getPartitionTableType)
    Args Passed: /dev/sda

    Computer will reboot in 1 minute.’

    I have seen similar threads, but either I’m so bad with Linux I can’t follow the instructions or my issue is actually unique. I don’t know. My drive is SSD, 256 GB.

    If I’m in the wrong place, please let me know. Thanks in advance!

    1 Reply Last reply Reply Quote 0
    • S
      Sebastian Roth Moderator
      last edited by Aug 28, 2017, 9:23 PM

      @tandersb said:

      I have a functional FOG Server running version 689680.

      I don’t think we ever released a version 689680. Can you please take a picture of the version in the web GUI and post here. As well take a picture of the actual error on screen and upload. Recent versions of FOG do try to fix this issue if and oversized protective MBR is found. So I am wondering which version you have.

      You can simply try fixing this yourself. Schedule the upload task as debug (checkbox just before creating the task in the web UI) and run fixparts /dev/sda (say yes and write changes to disk). Then start the actual upload task by runing fog command.

      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

      T 1 Reply Last reply Aug 30, 2017, 2:01 PM Reply Quote 1
      • T
        tandersb @Sebastian Roth
        last edited by Aug 30, 2017, 2:01 PM

        @sebastian-roth

        Sorry for taking so long to respond. Here is my FOG version.

        0_1504101162306_a81e4a9b-de45-4d9d-9941-f65ff758856e-image.png

        And here is the actual error.

        0_1504101386818_error.JPG

        I ended up getting the upload to work, but not as Option 1 ‘Single Disk - Resizable’, rather I had to select Option 2 ‘Multiple Partition Image - Single Disk (Not Resizable)’.

        While I am glad I have an image, I don’t understand why I’ve been able to upload other images as Option 1 with no troubles. I will try the fix you described.

        G 1 Reply Last reply Aug 30, 2017, 2:28 PM Reply Quote 0
        • G
          george1421 Moderator @tandersb
          last edited by Aug 30, 2017, 2:28 PM

          @tandersb According to your fog home page you are on an older release. And since your version number is a bit crazy I’m going to suspect an RC release. Can we get you to update your fog version to 1.4.4 (svn: 6077). I’m not saying that your issue will be resolved with the update. But if we need to get the developers involved with your issue they will say you need to be on the current release any way.

          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!

          T 1 Reply Last reply Aug 30, 2017, 2:41 PM Reply Quote 1
          • T
            tandersb @george1421
            last edited by Aug 30, 2017, 2:41 PM

            @george1421
            Wow, I didn’t realize I was so far behind. Is there a mailing list I should be on to get notified of new releases?

            Also, I’ve read about so much bugginess with Ubuntu 14.04. Would you recommend I do a clean setup on a different distro?

            G W 2 Replies Last reply Aug 30, 2017, 3:10 PM Reply Quote 0
            • G
              george1421 Moderator @tandersb
              last edited by Aug 30, 2017, 3:10 PM

              @tandersb 14.04 is not too bad, 16.04 isn’t either as long as unattended updates are turned off. There is a post in the announcements forum to help you unscrew your system from that too.

              AFAIK there isn’t a mailing list for updates.

              Just use git and do a git pull and then rerun the installer to bring you up to the latest stable. There was quite a few disk related fixes added between 1.3.5 and 1.4.1 that you will probably need if you use single disk resizable.

              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!

              T 1 Reply Last reply Aug 30, 2017, 4:04 PM Reply Quote 1
              • T
                tandersb @george1421
                last edited by tandersb Aug 30, 2017, 10:05 AM Aug 30, 2017, 4:04 PM

                @george1421

                I used the instructions here and I think I upgraded too far. What in this causes me to upgrade to bleeding edge rather than stable?

                sudo -i
                git clone https://github.com/FOGProject/fogproject.git /root/fogproject
                cd /root/fogproject
                git checkout dev-branch
                cd bin
                ./installfog.sh

                Can I roll back to 1.4.4 from 1.5.0? (I’m on SVN 6080)

                G 1 Reply Last reply Aug 30, 2017, 4:19 PM Reply Quote 0
                • G
                  george1421 Moderator @tandersb
                  last edited by george1421 Aug 30, 2017, 10:20 AM Aug 30, 2017, 4:19 PM

                  @tandersb said in Cannot capture image- fails at 'Saving original partition table':

                  git checkout dev-branch

                  That caused your pain. If you would have skipped that one step you would be on the current stable release.

                  Can you roll back? you should be able to. I say should because I’ve never did that between 1.5.0 and 1.4.4. The DB structure should be the same.

                  What you want to do to roll it back is
                  git checkout master

                  Then do a fog reinstall by just rerunning the installfog.sh script.

                  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!

                  T 1 Reply Last reply Aug 30, 2017, 4:33 PM Reply Quote 1
                  • T
                    tandersb @george1421
                    last edited by Aug 30, 2017, 4:33 PM

                    @george1421

                    Excellent. With your expert assistance I’ve arrived at Version 1.4.4, Rev 6077.

                    I’ll try a Single Disk - Resizable capture tonight.

                    1 Reply Last reply Reply Quote 0
                    • W
                      Wayne Workman @tandersb
                      last edited by Wayne Workman Aug 30, 2017, 11:06 AM Aug 30, 2017, 5:04 PM

                      @tandersb said in Cannot capture image- fails at 'Saving original partition table':

                      Is there a mailing list I should be on to get notified of new releases?

                      Release Candidates and Releases are in the Announcements area:
                      https://forums.fogproject.org/category/22/announcements

                      But currently news.fogproject.org is not working.

                      Latest version is also shown right on the FOG login screen, and in FOG Configuration area too.

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

                      156

                      Online

                      12.0k

                      Users

                      17.3k

                      Topics

                      155.2k

                      Posts
                      Copyright © 2012-2024 FOG Project