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

    Latitude 7202 FOG PXE menu freezes

    Scheduled Pinned Locked Moved Unsolved
    FOG Problems
    5
    23
    6.7k
    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.
    • george1421G
      george1421 Moderator @dwcoleman
      last edited by

      @dwcoleman said in Latitude 7202 FOG PXE menu freezes:

      I also tried ipxe.pxe, it wouldn’t even boot to the menu.

      If you want uefi mode, two things.

      1. Make sure that secure boot is disabled or you WILL have an issue with cloning.
      2. If ipxe.efi doesn’t work try the older kernel ipxe7156.efi That kernel does seem to work on the MS Surface Pros better than ipxe.efi.

      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!

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

        @george1421

        You’re right, that was the issue. I don’t have a lot of experience imaging UEFI.

        The FOS solution should work for us, I’m booting a second tablet currently that I imaged and it seems fine.

        Thanks so much for the help.

        Darren

        george1421G 1 Reply Last reply Reply Quote 0
        • george1421G
          george1421 Moderator @dwcoleman
          last edited by

          @dwcoleman said in Latitude 7202 FOG PXE menu freezes:

          You’re right, that was the issue

          Please clarify what was the issue for others that might find this thread.

          And great on being able to 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!

          1 Reply Last reply Reply Quote 0
          • D
            dwcoleman
            last edited by

            I just needed to sysprep the Windows 10 image and I was able to image it successfully.

            1 Reply Last reply Reply Quote 1
            • D
              dwcoleman
              last edited by

              So I created a new permanent VM for my Ubuntu installation. I then added a second volume and moved /images successfully, mounted it, and it works fine for ipxe clients.

              I can no longer USB image the 7202 tablets though using Fog 1.4.2 on the new server. To prove this out I fired up my local VM and updated grub.cfg and I’m pulling an image using Fog 1.4.1.

              Error is below. I’m pretty much a newbie to Fog, do I need to update my Fos USB image

              Thanks, Darren

              0_1497013024085_96d175a0-2163-4220-9489-e4670beab0f4-image.png

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

                @dwcoleman Re-creating the USB FOS image is a good idea. Could be that the addition of ZSTD compression is causing an issue 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

                1 Reply Last reply Reply Quote 0
                • D
                  dwcoleman
                  last edited by

                  Just recreated the image using @george1421 's excellent instructions, same error persists.

                  https://forums.fogproject.org/topic/7727/building-usb-booting-fos-image

                  Thanks

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

                    @dwcoleman Do you have enough free disk space on your new server (/images partition)? Please post the output of df -h and ls -al /images on your FOG server here in the forum.

                    On the other hand… why would it fail that early (calculating bitmap…) if disk space is an issue? Exit code 141 I read means broken pipe. Why would partclone fail to read /dev/sda1 and not be able to deliver data trough the pipe? (just thinking out loud 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

                    george1421G 1 Reply Last reply Reply Quote 0
                    • Q
                      Quazz Moderator
                      last edited by

                      Afaik 141 is a pipe issue. Meaning that while partclone is still piping data, the compression manager has already exited (assuming). As to what caused it, I have no idea.

                      1 Reply Last reply Reply Quote 0
                      • george1421G
                        george1421 Moderator @Sebastian Roth
                        last edited by

                        @Sebastian-Roth said in Latitude 7202 FOG PXE menu freezes:

                        On the other hand… why would it fail that early (calculating bitmap…) if disk space is an issue?

                        FWIW: The disk space issue is a bit misleading, we discovered it basically means that partclone failed for some reason and there is no way to trap the error programmatically.

                        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!

                        1 Reply Last reply Reply Quote 0
                        • D
                          dwcoleman
                          last edited by

                          See below. /dev/sdb1 was my second 700GB volume that I added to the system. I thought it was the problem at first but verified it wasn’t.

                          I might downgrade to 1.4.1 again at this point since I"m running out of ideas.

                          0_1497023412573_e4411890-18b5-42c3-b9a7-779928a0397e-image.png

                          0_1497023433964_bb178b45-6279-4d5d-b6e8-2dd3785a0d0f-image.png

                          Q 1 Reply Last reply Reply Quote 0
                          • Q
                            Quazz Moderator @dwcoleman
                            last edited by

                            @dwcoleman What imagemanager do you use for this image? (on the image definition page)

                            1 Reply Last reply Reply Quote 0
                            • D
                              dwcoleman
                              last edited by

                              Partclone Gzip

                              I have two other images captured via PXE using Partclone Gzip that worked.

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

                                @dwcoleman Do you still see this issue? Have you tried on different devices? Always the same problem?

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

                                131

                                Online

                                12.1k

                                Users

                                17.3k

                                Topics

                                155.4k

                                Posts
                                Copyright © 2012-2024 FOG Project