• 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.
  • M
    mr626
    last edited by Feb 18, 2016, 2:43 AM

    Ok, I’ve got a workaround that seems to do the trick (for me)

    1. Create an image of type ‘single disk, resizable’
    2. Capture image
    3. In options for the image, select ‘partition 1 only’
    4. Deploy

    This works for me (tested on one machine so far- Dell optiplex 790, will test on more this afternoon). I should note though- when I created this Windows 7 image originally I made sure that everything was on one partition (ie there isn’t a separate 100mb system partition, just a single partition with everything on it). So the above may not work for everyone.

    Hope that helps someone

    1 Reply Last reply Reply Quote 0
    • O
      Oleg
      last edited by Feb 18, 2016, 7:25 PM

      I have the same issue with all images on the fog server.
      If i try to deploy them, I got the error
      Restoring Partition Tables (GPT) … du: cannot access ‘/images/*****/d1.grub.mbr : No such file or directory
      and so on…

      This file doesn’t exist in the images and now I’m not able to download the images. Still waiting for a fix or solution.

      W 1 Reply Last reply Feb 18, 2016, 7:34 PM Reply Quote 0
      • W
        Wayne Workman @Oleg
        last edited by Feb 18, 2016, 7:34 PM

        @Oleg What version of 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!
        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 Feb 18, 2016, 8:17 PM

          @Oleg Please upload the d1.mbr file of one of your images that causes the error. I will have a look and hopefully we will find out what’s going on here.

          As well please tell us you FOG version. Did this issue come up after updating to a newer version or has the error always been there (and you just didn’t use resizable images…)??

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

            @Sebastian-Roth this sounds to me like the error we had with improper file sizes .

            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

            O 1 Reply Last reply Feb 19, 2016, 11:17 AM Reply Quote 0
            • O
              Oleg @Tom Elliott
              last edited by Feb 19, 2016, 11:17 AM

              @Tom-Elliott @Wayne-Workman 0_1455880449753_d1.zip
              The last version I tried with was 6321.
              The images were made with an older version of FOG - 32##. Could this be a problem? And all the images were always made with the option “Multiple Partion -single disk”

              1 Reply Last reply Reply Quote 0
              • S
                Sebastian Roth Moderator
                last edited by Sebastian Roth Feb 19, 2016, 9:50 AM Feb 19, 2016, 3:48 PM

                @Oleg The MBR file looks ok to me:

                $ file d1.mbr 
                d1.mbr: DOS/MBR boot sector
                $ /sbin/fdisk -l d1.mbr
                
                Disk d1.mbr: 1 MiB, 1048576 bytes, 2048 sectors
                Units: sectors of 1 * 512 = 512 bytes
                Sector size (logical/physical): 512 bytes / 512 bytes
                I/O size (minimum/optimal): 512 bytes / 512 bytes
                Disklabel type: dos
                Disk identifier: 0x0832de2d
                
                Device     Boot    Start       End   Sectors   Size Id Type
                d1.mbr1    *        2048   1953791   1951744   953M 83 Linux
                d1.mbr2          1953792  21485567  19531776   9.3G 83 Linux
                d1.mbr3         21485568  25391103   3905536   1.9G 82 Linux swap / Solaris
                d1.mbr4         25391104 486524927 461133824 219.9G 83 Linux
                

                Definitely no GPT or unusual start sector. So I really wonder why this failed. Can you please update to the very latest version. Tom has changed some of the GPT detection code and I hope this should fix things for you as well.

                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 O 2 Replies Last reply Feb 19, 2016, 3:57 PM Reply Quote 0
                • T
                  Tom Elliott @Sebastian Roth
                  last edited by Feb 19, 2016, 3:57 PM

                  @Sebastian-Roth It looks like the filesize is 52k. So I do hope/believe an update would fix this issue as well, as I’m completely moved out of the way of using filesizes .

                  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 Feb 19, 2016, 3:58 PM

                    @Tom-Elliott No, filesize is 1048576 (1 MB) so I still wonder why it failed. But anyway I’d hope your changes would fix this 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

                    1 Reply Last reply Reply Quote 0
                    • O
                      Oleg @Sebastian Roth
                      last edited by Feb 19, 2016, 4:45 PM

                      @Sebastian-Roth @Tom-Elliott
                      After an update to the current subverion it’s working again. Thanks.

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 3 / 3
                      3 / 3
                      • First post
                        49/49
                        Last post

                      250

                      Online

                      12.0k

                      Users

                      17.3k

                      Topics

                      155.2k

                      Posts
                      Copyright © 2012-2024 FOG Project