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

    Image upload error

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    5
    12
    2.1k
    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.
    • Wayne WorkmanW
      Wayne Workman
      last edited by Wayne Workman

      How much of the image did it upload? How many partitions are on the source disk? Do you have any free space on the fog server? What’s the output of df -h ? is this an MBR or GPT type disk your uploading from? What version of FOG? What is the model of the target host? What sort of HDD does it have?

      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
        John L Clark
        last edited by

        Filesystem Size Used Avail Use% Mounted on
        udev 5.9G 4.0K 5.9G 1% /dev
        tmpfs 1.2G 608K 1.2G 1% /run
        /dev/dm-0 2.7T 2.2T 372G 86% /
        none 4.0K 0 4.0K 0% /sys/fs/cgroup
        none 5.0M 0 5.0M 0% /run/lock
        none 5.9G 0 5.9G 0% /run/shm
        none 100M 0 100M 0% /run/user
        /dev/sda2 237M 39M 186M 18% /boot

        its a 500 GB hard drive on the host machine we are uploading from with 2 partitions. Its an MBR. Latest version of FOG.
        Dell OP9020

        Wayne WorkmanW 1 Reply Last reply Reply Quote 0
        • Wayne WorkmanW
          Wayne Workman @John L Clark
          last edited by

          @John-L-Clark Dell Optiplex 9020 from factory is in UEFI mode. You probably need to run fixparts. There are many threads on it. basically do a debug upload, and at the shell prompt, type in fixparts /dev/sda and follow instructions.

          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/

          J 1 Reply Last reply Reply Quote 0
          • J
            John L Clark @Wayne Workman
            last edited by

            @Wayne-Workman 0_1461097259817_IMG_2627.JPG This is what I get when I run fixparts

            Wayne WorkmanW 1 Reply Last reply Reply Quote 0
            • Wayne WorkmanW
              Wayne Workman @John L Clark
              last edited by

              @John-L-Clark in the debug session, what is the output of lsblk and the output of fdisk -l

              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

                @John-L-Clark As well see if you can find any valuable information in /var/log/partclone.log as shown in the first picture you posted…

                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

                Tom ElliottT 1 Reply Last reply Reply Quote 1
                • Tom ElliottT
                  Tom Elliott @Sebastian Roth
                  last edited by

                  @Sebastian-Roth We found what the problem was.

                  Problem was the partition was not “shutdown” properly as Windows 10 allows for “fastbooting”

                  I found out the ntfs-3g driver can accept a cool parameter in hopes to fix this. Added this to the inits and uploaded. John has confirmed this works for Upload and the device still boots. Just waiting to hear back if a download works after all this.

                  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

                  Q Wayne WorkmanW 2 Replies Last reply Reply Quote 2
                  • Q
                    Quazz Moderator @Tom Elliott
                    last edited by

                    @Tom-Elliott I assume this bug would also affect windows 8 images since they also have the fast boot option. In my experience that option causes more problems than doing anything useful.

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

                      @Quazz I would say, “Yeah?”.

                      At any rate, this should help EVERYBODY.

                      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
                        John L Clark @Tom Elliott
                        last edited by

                        @Tom-Elliott We have success!!! deployed and booted into windows on another machine. Appreciate all the work!!!

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

                          @Tom-Elliott said in Image upload error:

                          @Sebastian-Roth We found what the problem was.

                          Problem was the partition was not “shutdown” properly as Windows 10 allows for “fastbooting”

                          I found out the ntfs-3g driver can accept a cool parameter in hopes to fix this. Added this to the inits and uploaded. John has confirmed this works for Upload and the device still boots. Just waiting to hear back if a download works after all this.

                          Well now I’m super curious if it will solve the FastBooting issues I’ve seen and solved with other methods…

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

                          157

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project