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

Error trying to restore GTP partition tables (restorePartitionsTablesAndBootLoaders)

Scheduled Pinned Locked Moved Solved
Bug Reports
gpt mbr grub windows restore
6
49
36.5k
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
    Tom Elliott
    last edited by Feb 13, 2016, 4:46 PM

    Please try to update again, or you can just re-run the installer.

    Init’s have been updated with the 4096 model, though I really want to understand how this even occurs. I don’t know that it will actually work, but it’s worth a shot non-the-less.

    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

    S 1 Reply Last reply Feb 13, 2016, 5:17 PM Reply Quote 0
    • S
      stormbyte @Tom Elliott
      last edited by stormbyte Feb 13, 2016, 11:23 AM Feb 13, 2016, 5:17 PM

      @Tom-Elliott Thanks Tom for your really fast feedback and action. So I’ve updated my FOG. This error message doesn’t exist anymore BUT … there’s another problem…

      I’ve taken last capture from W7 and W2K12: no more GTP/MBR problem.

      BUT when FOG is trying to use partclone it shows:
      'Calculating bitmap… Please wait… Target partition size(367MB) is smaller than source (367MB). Use option -C to disable size checking (Dangerous).

      That’s weird because I used ‘Single partition/Resizable’ for capturing the computer’s image !!

      What can I do / try / ? Waiting to read you, and again thanks for your fantastic work!

      PS: some infos about the computers, they’re SHUTTLE XPC boxes (core i5, 8GB RAM, etc) BIOS is using standard parameters and disks are 120GB SSD (Samsung/Corsair). Nothing unusual.

      T 2 Replies Last reply Feb 13, 2016, 5:35 PM Reply Quote 0
      • T
        Tom Elliott @stormbyte
        last edited by Feb 13, 2016, 5:35 PM

        @stormbyte What is the chunk size of each sector expected to be?

        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
        • T
          Tom Elliott @stormbyte
          last edited by Feb 13, 2016, 5:40 PM

          @stormbyte I ask this because we currently only default to 512 or 2048. If start sector is 63 the natural chunksize is 512, if the start sector is anything else we pass it with a chunksize of 2048. This, I think, is the problem.

          Start sector is sitting at 8, so when we recreate the partitions, it’s starting chunk size is larger than what was setup for the original layout. That’s the best I can come up with for now.

          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

          S 1 Reply Last reply Feb 13, 2016, 5:54 PM Reply Quote 0
          • S
            stormbyte @Tom Elliott
            last edited by stormbyte Feb 13, 2016, 11:55 AM Feb 13, 2016, 5:54 PM

            @Tom-Elliott I’ve no information about the chunk size of each sector. Configuration is definitely by default. How can I check this and give you the information? (what tool to use?)

            How do you think I can check/resize/change this strange sector behavior under Windows? (I’ve many tools by hand, but I don’t know which one to use! 🙂

            Another infos: I’ve checked previsely all FOG messages during launch and import on client, there’s one showing at the first PXE beginning:
            “EXT4-fs (ram0):couldn’t mount as ext3 due to feature incompatibilities
            Populating /dev using udev: udev[2357]: error creating epoll fd: Function not implemented”

            I read on other topics that normally I don’t have to take into consideration those messages, hope I’m right.

            Here is the screenshot of the error I’ve just downloaded it: http://www.hostingpics.net/viewer.php?id=47018020160213180322.jpg

            And another one: http://img4.hostingpics.net/pics/126443201602131803071.jpg

            Thanks for your feedback and expertise Tom! 🙂

            PS: do you think there’s a tool to change the start sector from 8 to 63??

            1 Reply Last reply Reply Quote 0
            • S
              Sebastian Roth Moderator
              last edited by Feb 13, 2016, 5:54 PM

              Or maybe sfdisk does some magic when creating the partition table and does not want the first partition to start at sector 8…??

              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 Feb 13, 2016, 5:56 PM Reply Quote 0
              • T
                Tom Elliott @Sebastian Roth
                last edited by Feb 13, 2016, 5:56 PM

                @Sebastian-Roth Sfdisk is applying the sectors as the sfdisk dump shows up. It’s the resizing that’s causing our issues, and I think it’s because we’re expecting chunksizes of 512 and 2048. I can try to see if setting sector start 8 as chunksize 512 and see if that helps at all.

                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

                S 1 Reply Last reply Feb 13, 2016, 5:57 PM Reply Quote 0
                • S
                  stormbyte @Tom Elliott
                  last edited by Feb 13, 2016, 5:57 PM

                  @Tom-Elliott Thanks!

                  T 2 Replies Last reply Feb 13, 2016, 6:00 PM Reply Quote 0
                  • T
                    Tom Elliott @stormbyte
                    last edited by Feb 13, 2016, 6:00 PM

                    @stormbyte building init’s with chunksize 512 if sector starts at 8, I don’t know if it will work (probably won’t) but if you still have the system you uploaded this with, please try putting it into an upload debug task (Create the task like you normally would, but in the confirmation screen select schedule as debug).

                    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
                    • T
                      Tom Elliott @stormbyte
                      last edited by Feb 13, 2016, 6:02 PM

                      @stormbyte init’s are reuploaded, please rerun the installer to get them with the “fresh” changes.

                      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

                      S 2 Replies Last reply Feb 13, 2016, 6:03 PM Reply Quote 0
                      • S
                        stormbyte @Tom Elliott
                        last edited by Feb 13, 2016, 6:03 PM

                        @Tom-Elliott OK I do this from now. Just give you a feedback in some minutes.

                        1 Reply Last reply Reply Quote 0
                        • S
                          stormbyte @Tom Elliott
                          last edited by stormbyte Feb 13, 2016, 12:18 PM Feb 13, 2016, 6:05 PM

                          @Tom-Elliott GIT PULL is showing ‘already up-to-date’ … do I need to wait some time before being able to catch your modifications? It seems there’s no modification of code (I already GIT PULL an hour ago to solve the GPT/MBR error). Thanks to tell me please how to proceed to force GIT PULL to catch your latest changes.

                          T 1 Reply Last reply Feb 13, 2016, 6:22 PM Reply Quote 0
                          • T
                            Tom Elliott @stormbyte
                            last edited by Feb 13, 2016, 6:22 PM

                            @stormbyte I didn’t push to git. Just rerun the installer.

                            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

                            S 2 Replies Last reply Feb 13, 2016, 6:23 PM Reply Quote 0
                            • S
                              stormbyte @Tom Elliott
                              last edited by Feb 13, 2016, 6:23 PM

                              @Tom-Elliott ok sorry 😞 result in 2mn 🙂

                              1 Reply Last reply Reply Quote 0
                              • S
                                stormbyte @Tom Elliott
                                last edited by Feb 13, 2016, 6:32 PM

                                @Tom-Elliott unfortunately, same problem same error during partclone… what’s the next step?!?

                                T 1 Reply Last reply Feb 13, 2016, 6:59 PM Reply Quote 0
                                • T
                                  Tom Elliott @stormbyte
                                  last edited by Feb 13, 2016, 6:59 PM

                                  @stormbyte Can you put the system you uploaded from back into upload but with debug?

                                  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

                                  S 1 Reply Last reply Feb 13, 2016, 7:07 PM Reply Quote 0
                                  • S
                                    stormbyte @Tom Elliott
                                    last edited by Feb 13, 2016, 7:07 PM

                                    @Tom-Elliott of course Tom, I’ve launched the station with debug mode. What command I should enter then on the workstation?

                                    T 1 Reply Last reply Feb 13, 2016, 7:08 PM Reply Quote 0
                                    • T
                                      Tom Elliott @stormbyte
                                      last edited by Feb 13, 2016, 7:08 PM

                                      @stormbyte run:

                                      blockdev --getpbsz /dev/sda1

                                      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

                                      S 1 Reply Last reply Feb 13, 2016, 7:10 PM Reply Quote 0
                                      • S
                                        stormbyte @Tom Elliott
                                        last edited by Feb 13, 2016, 7:10 PM

                                        @Tom-Elliott answer: 512

                                        T 1 Reply Last reply Feb 13, 2016, 7:11 PM Reply Quote 0
                                        • T
                                          Tom Elliott @stormbyte
                                          last edited by Feb 13, 2016, 7:11 PM

                                          @stormbyte Okay, so that is added, but i got many things to do this weekend. I’ll likely not be able to get to this until next week if this is okay.

                                          I have added the code to make the sector size use 512, so it should work.

                                          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

                                          S 1 Reply Last reply Feb 13, 2016, 7:12 PM Reply Quote 0
                                          • 1
                                          • 2
                                          • 3
                                          • 2 / 3
                                          2 / 3
                                          • First post
                                            18/49
                                            Last post

                                          237

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project