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

    MBR over 100mb ?? SVN3710

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    6
    16
    4.9k
    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.
    • J
      Jean-Jacques Morda
      last edited by

      Hello,

      I have one computer with windows 7 installed on only ONE partition (the little 100mb don’t exist).
      When cloning the computer with Clonezilla Server, no problem.
      When downloading the computer with FOG -> Invalid Backup File.

      So i checked the files and noticed that the d1.mbr generated by fog was over 100mb !!! I guess that is the problem. If i only save the MBR in the image setting, same way -> over 100mb. All my others mbr are 32kb.

      Anyone ever have this bug ? Is there a workaround ? Is this a FOG bug or is this a bad partitioning schema ?

      ch3iC 1 Reply Last reply Reply Quote 0
      • ch3iC
        ch3i Moderator @Jean-Jacques Morda
        last edited by

        @Jean-Jacques-Morda Hi, you have no problem in upload task ?

        1 Reply Last reply Reply Quote 0
        • J
          Jean-Jacques Morda
          last edited by

          Absolutely none. The MBR/GPT upload taking lot of time because it upload 100mb but no warning, no error, it is very strange. I suppose i’ll have to install the computer from scratch if i don’t success to make it works correctly with fog 😞

          ch3iC 1 Reply Last reply Reply Quote 0
          • ch3iC
            ch3i Moderator @Jean-Jacques Morda
            last edited by

            @Jean-Jacques-Morda I’ve a image with multiboot (without 100Mb reserved system), upload is fine, download failed (but not the same problem than you). Before reinstall, Tom can help you (maybe) in debug task.

            Could you post your image configuration (screenshot of FOG web UI) ?

            1 Reply Last reply Reply Quote 0
            • J
              Jean-Jacques Morda
              last edited by

              Yes i could but whatever i change in image configuration, it is the same :

              Windows 7 - Multiple Partition - Single Disk
              Everything

              or

              Windows 7 - Multiple Partition - Single Disk
              Partition Table and MBR Only

              or

              Windows 7 - Single Disk - Resizable
              Everything

              or

              Windows 7 - Single Disk - Resizable
              Partition Table and MBR Only

              …

              ![Capture d’écran 2015-07-07 14.00.30.png](uploading 100%)

              Wayne WorkmanW 1 Reply Last reply Reply Quote 0
              • Wayne WorkmanW
                Wayne Workman @Jean-Jacques Morda
                last edited by

                @Jean-Jacques-Morda Did you delete the 100MB recovery partition? Is this a “from scratch” image or is it based upon a manufacturer’s image?

                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/

                Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                • Tom ElliottT
                  Tom Elliott
                  last edited by

                  Is the d1.mbr file 100MB, or is the d1p1.img file 100MB?

                  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

                  J 1 Reply Last reply Reply Quote 0
                  • J
                    Jean-Jacques Morda
                    last edited by

                    Yes, i’ve deleted the recovery partition because i never use those recoveries plenty of craps but i don’t think the is a link with the mbr problem. My others computers are working well but partitioning scheme is not the same.

                    I found clues … :

                    On working images, first partition is starting at 32kb … but with this one, coincidence, partition starts at 106mb … I think the mbr procedure is backuping all before the start of the first partition, not only mbr.

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

                      I’m just guessing, based on information, that the Manufacturer of this system is Dell?

                      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
                      • Wayne WorkmanW
                        Wayne Workman @Wayne Workman
                        last edited by

                        @Wayne-Workman said:

                        Is this a “from scratch” image or is it based upon a manufacturer’s image?

                        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
                        • J
                          Jean-Jacques Morda @Tom Elliott
                          last edited by

                          @Tom-Elliott d1.mbr : 103424K and it’s not a Dell but an HP. Honestly, i don’t remember wich type of install. I’ll try to “move” the main partition to avoid the problem i think (if i can…). But it’s interesting to test if the first partition of a disk begins a 10Mb, the mbr will be 10mb…

                          1 Reply Last reply Reply Quote 0
                          • F
                            fractal13 Developer
                            last edited by

                            Capturing all data up to the first partition was intentional. For GRUB2 bootloaders, the space between the MBR and the first partition is used to store extra data.
                            I suppose we could put an upper limit on the size though…

                            cspenceC 1 Reply Last reply Reply Quote 0
                            • cspenceC
                              cspence Developer @fractal13
                              last edited by cspence

                              @fractal13 said:

                              Capturing all data up to the first partition was intentional. For GRUB2 bootloaders, the space between the MBR and the first partition is used to store extra data.
                              I suppose we could put an upper limit on the size though…

                              I just added an upper limit of 2MiB. @Tom-Elliott will get back to you on what SVN that fix will be introduced by. If you’re impatient, try out the dev-branch of the git repo.

                              Wayne WorkmanW J 2 Replies Last reply Reply Quote 1
                              • Wayne WorkmanW
                                Wayne Workman @cspence
                                last edited by

                                @cspence Aren’t some MBRs larger than 2 meg ?

                                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
                                • J
                                  Jean-Jacques Morda
                                  last edited by

                                  In fact, i didn’t noticed before but i have a warning unploading in one disk resizeable mode :

                                  After resize test … /usr/share/fog/lib/funcs.sh: line 167: warning: here-document at line 165 delimited by end-of-file (wanted ‘EOFNTFS’)

                                  1 Reply Last reply Reply Quote 0
                                  • J
                                    Jean-Jacques Morda @cspence
                                    last edited by

                                    @cspence Thank you, i’ll wait 😉 I’m testing uploading an image with moved first partition to see if my problem was due to the size of the crap before the first partition… result in two hours… i would like to discover why this one does not restore !

                                    1 Reply Last reply Reply Quote 0
                                    • J
                                      Jean-Jacques Morda
                                      last edited by

                                      SO…

                                      After moving partition to reduce space between mbr and first partition, i success to restore my image. By the way, dev-branch add the constraint to reduce max mbr size… so, i suppose problem is solved.

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

                                      280

                                      Online

                                      12.0k

                                      Users

                                      17.3k

                                      Topics

                                      155.2k

                                      Posts
                                      Copyright © 2012-2024 FOG Project