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

    Deploy problem with Optiplex 3020

    Scheduled Pinned Locked Moved Solved
    Hardware Compatibility
    5
    51
    21.8k
    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

      Bumping 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!
      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 Sebastian Roth

        @Pascal-Gazaille Ok here is what I ran into re-reading it all and trying things out a bit:

        • In one of your ealier posts it says Disklabel type: gpt and PowerPC PReP boot while we see Disklabel type: dos and HPFS/NTFS/exFAT. While I don’t say this is a problem I am still wondering when and how this got changed along the way. The two partition schemes are quite different from each other and will cause different behavior in FOG as well.
        • I guess we need the image information as well to get an idea if and where things go wrong. Please post the output of ls -al /images/<image-name>, cat /images/<image-name>/d1.fixed_size_partitions, cat /images/<image-name>/d1.minimum.partitions and cat /images/<image-name>/d1.partitions here in the forum!

        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

        P 2 Replies Last reply Reply Quote 0
        • P
          Pascal Gazaille @Sebastian Roth
          last edited by

          @Sebastian-Roth Hi, I’ trying your commands and none of them works…I’m I missing something? I started the computer in “deploy - debug” like all other debug.

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

            @Pascal-Gazaille Sorry, should have said that those commands I meant you to run on the FOG server! Note that you need to replace the <image-name> part with your actual image name!

            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
            • P
              Pascal Gazaille @Sebastian Roth
              last edited by

              @Sebastian-Roth 0_1462806597667_IMG_1.jpg

              cat /images/<image-name>/d1.fixed_size_partitions = 1
              cat /images/<image-name>/d1.minimum.partitions = not working
              cat /images/<image-name>/d1.partitions = not working

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

                @Pascal-Gazaille Well then please run cat /images/TNI64/d1.original.fstypes and cat /images/TNI64/d1.original.partitions

                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

                P 1 Reply Last reply Reply Quote 0
                • P
                  Pascal Gazaille @Sebastian Roth
                  last edited by

                  @Sebastian-Roth
                  0_1462808734468_Img_2.jpg

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

                    @Pascal-Gazaille Ok, thanks. Please give me a bit more time to try and recreate this on my test machine…

                    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

                    P 1 Reply Last reply Reply Quote 0
                    • P
                      Pascal Gazaille @Sebastian Roth
                      last edited by

                      @Sebastian-Roth the problem comes with image single disk -resizable…

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

                        @Pascal-Gazaille Sorry for the delays and that we still don’t have a solution to this. I just have too many things on my list right now. Trying hard to get it all done.
                        Re-reading all the posts I am still not absolutely sure if I got it all right. Please help me.

                        • The latest pictures you posted are showing an image you captured with an older version of FOG, correct?
                        • If you do a new capture (be it resizable or non-resizable) it all works fine, correct?
                        • It’s just that old image you need to be able to deploy to the new disks properly…?
                        • What about the different HDs? Does the image still deploy properly (windows running afterwards) on one of the disks but not on the other?

                        I took all the information you gave and put together a test image and test VM. Deploy went through without an issue and my partition table looks like there shouldn’t be any trouble. But as I don’t have exactly your data (rec.img.000, sys.img.000) my tests are only of limited value. But still I wonder what else could go wrong.

                        Please do a debug deploy on the problem disk again. After it finishes you get back to the shell. Run fdisk -l /dev/sda and post the picture here.

                        –> Read this first: <–
                        Just right now I had an idea. Call me dumb but I really think it’s possible that it works on the “older” disks because they already have the proper MBR deployed on them. On the new disks the MBR is empty and as we see in the image listing there is no d1.mbr… Possibly it’s that simple. Wouldn’t be hard to fix, really. Get one of the PCs that you can deploy that image to properly. Do a debug upload and run the following commands (where x.x.x.x is your FOG server IP):

                        mkdir /nfs
                        mount -t nfs -o nolock x.x.x.x:/images/dev /nfs
                        dd if=/dev/sda of=/nfs/d1.mbr bs=512 count=2048
                        umount /nfs
                        halt
                        

                        Now you need to move that MBR file into place (on the FOG server console run mv /images/dev/d1.mbr /images/TNI64/d1.mbr) and try deploying to a new disk again…

                        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

                        P 1 Reply Last reply Reply Quote 0
                        • P
                          Pascal Gazaille @Sebastian Roth
                          last edited by

                          @Sebastian-Roth Hey, I’ve tried to copy the d1.mbr files but this didn’t work, don’t know if there where a right issue. Seing that my MBR files was not there, I’ve tried to reupload my 2 images that had the problem and now everything seems ok.

                          Don’t know why the d1.mbr file disapeared from these 2 images on the first place.

                          Thanks alot for all the debug, you guys are a great team!

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

                            @Pascal-Gazaille Does this mean all the symptoms of not being able to deploy to the new disks disappeared?? Scratching my head… Will mark this solved for now anyway.

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

                            290

                            Online

                            12.0k

                            Users

                            17.3k

                            Topics

                            155.2k

                            Posts
                            Copyright © 2012-2024 FOG Project