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

    Question about pulling Fog images in from a backup drive.

    Scheduled Pinned Locked Moved Solved
    Linux Problems
    4
    16
    1.4k
    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.
    • Tom ElliottT
      Tom Elliott @george1421
      last edited by

      @george1421 1.0.0 introduced and used partclone. 0.32 and earlier used partimage.

      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 1
      • S
        Sebastian Roth Moderator
        last edited by

        @dbrilliant Please run ls -al /images/3050Corp and post output here.

        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

        D 1 Reply Last reply Reply Quote 0
        • D
          dbrilliant @Sebastian Roth
          last edited by Sebastian Roth

          @Sebastian-Roth

          grubb@fogserver:~$ ls -al /images/3050Corp
          total 28377912
          drwxrwxrwx  2 grubb grubb        4096 Nov  9 16:07 .
          drwxrwxrwx 14 fog   root         4096 Nov  9 13:43 ..
          -rwxrwxrwx  1 grubb grubb         512 Jan 26  2018 d1.mbr
          -rwxrwxrwx  1 grubb grubb    17921802 Jan 26  2018 d1p1.img
          -rwxrwxrwx  1 grubb grubb 10019524626 Jan 26  2018 d1p2.img
          -rwxrwxrwx  1 grubb grubb 19021504672 Jan 26  2018 d1p3.img
          grubb@fogserver:~$
          
          1 Reply Last reply Reply Quote 0
          • S
            Sebastian Roth Moderator
            last edited by

            @dbrilliant said in Question about pulling Fog images in from a backup drive.:

            Then I chose Windows 7 as this is a Windows 7 64 bit image, then single disk-multiple partition which was the original settings, Partclone gzip (as these were formerly in Fog v1.2). Then the default for compression, partitions, etc… I I triple-checked the image path, and all was good. Any ideas?

            So far this seems to match the settings. Maybe run file /images/3050Corp/* and post here as well so we see if the files are actually in gzip compression format.

            From what you write it sounds as if you still cannot deploy that image to a client, right? So please take a picture of the error you get on screen when the client tries to deploy this image and post here. I am sure we can help you.

            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

            D 1 Reply Last reply Reply Quote 0
            • D
              dbrilliant @Sebastian Roth
              last edited by

              @Sebastian-Roth said in Question about pulling Fog images in from a backup drive.:

              file /images/3050Corp/*

              Oh boy, this doesn’t look good:
              grubb@fogserver:~$ file /images/3050Corp/*
              /images/3050Corp/d1.mbr: DOS/MBR boot sector MS-MBR Vista english at offset 0x162 “Invalid partition table” at offset 0x17a “Error loading operating system” at offset 0x199 “Missing operating system”, disk signature 0x59988117
              /images/3050Corp/d1p1.img: gzip compressed data, last modified: Fri Jan 26 11:43:53 2018, max compression, from Unix
              /images/3050Corp/d1p2.img: gzip compressed data, last modified: Fri Jan 26 11:44:04 2018, max compression, from Unix
              /images/3050Corp/d1p3.img: gzip compressed data, last modified: Fri Jan 26 11:47:46 2018, max compression, from Unix
              grubb@fogserver:~$

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

                @dbrilliant said in Question about pulling Fog images in from a backup drive.:

                DOS/MBR boot sector MS-MBR Vista english at offset 0x162 “Invalid partition table” at offset 0x17a “Error loading operating system” at offset 0x199 “Missing operating system”, disk signature 0x59988117

                Not sure if this really is as bad as it sounds. I am wondering about “MS-MBR Vista” and “disk signature 0x59988117”. I am not sure about the later but from memory I’d think that disk signature for MBR disks is different. But maybe this is some other signature unique to your installation, not sure. The other codes could just be information strings that would be shown if the MBR code doesn’t find an operating system or sees an invalid partition table but shouldn’t be used in normal operation.

                Edit: I was wrong about the disk signature. Seems fine from what I read here: https://thestarman.pcministry.com/asm/mbr/Win2kmbr.htm#DiskSigs

                gzip compressed data, last modified: Fri Jan 26 11:44:04 2018, max compression, from Unix

                So GZIP compression sounds good.

                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

                D 2 Replies Last reply Reply Quote 0
                • D
                  dbrilliant @Sebastian Roth
                  last edited by

                  @Sebastian-Roth Thanks Sebastian,
                  I will give the next available 3050 I can get to, a thorough test to see if it will download the image. And if I receive any errors, I’ll let you know.

                  1 Reply Last reply Reply Quote 0
                  • D
                    dbrilliant @Sebastian Roth
                    last edited by

                    @Sebastian-Roth -Yes, it’s working now. Once it pulled the image, then it showed the proper size.

                    D 1 Reply Last reply Reply Quote 0
                    • D
                      dbrilliant @dbrilliant
                      last edited by

                      @dbrilliant I’ve added all the images properly, and will test them out. Thanks all for your assistance. 🙂

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

                        @dbrilliant said in Question about pulling Fog images in from a backup drive.:

                        Once it pulled the image, then it showed the proper size.

                        You need to know that the image size in the web UI is only updated when using the image. But it’s not a sign for the image being valid or not.

                        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

                        D 1 Reply Last reply Reply Quote 0
                        • D
                          dbrilliant @Sebastian Roth
                          last edited by

                          @Sebastian-Roth -465.7 GB

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

                          208

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project