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

"Deploy Image" Not Working for HP Probook 450 G9

Scheduled Pinned Locked Moved Solved
FOG Problems
6
17
1.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.
  • A
    admiralshaw
    last edited by May 10, 2023, 1:41 AM

    Same thing is going on for me. It’s not completely a hardware issue. I was able to deploy around a dozen of these computers, then it started doing this exact behavior where it asks for the password over and over then I end up on whatever the last menu item is for me.

    In my case, the last menu item was the “Client System Information (Compatibility)”. Turning my menu options on and off, I can confirm that whatever the last menu item is will be the thing that launches instead of “Deploy Image”. If the last menu item is Deploy Image, it just starts over again as if I fresh PXE booted it.

    This seems to have started after I did a yum update on the server on 4/20. Blast my chill update day! I did not backup first because I’m an idiot. Anyway, if it is an update that killed my ability to deploy on newer computers, and we can figure it out… I’m tearing out what little hair I have left with 50 new computers left to go 😞

    L 1 Reply Last reply May 11, 2023, 12:59 PM Reply Quote 0
    • S
      Sebastian Roth Moderator
      last edited by May 10, 2023, 4:40 PM

      @admiralshaw @LLamaPie This sounds very much like the issue someone reported just a few weeks ago. Happens when you have more than two network interfaces in your device. Can’t find the topic right now.

      What do you think @JJ-Fullmer ? Would you remember where we discussed this?

      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 L 2 Replies Last reply May 11, 2023, 4:32 PM Reply Quote 2
      • L
        LLamaPie @LLamaPie
        last edited by May 11, 2023, 12:55 PM

        @LLamaPie There is multiple network interfaces due to the wifi card in the device. To test this theory, I will disable the wifi card in bios or manually remove it temporarily and see if that solves the issue and confirms the suspicion. I probably won’t be able to test this until next week. I’ll let you know what I find.

        1 Reply Last reply Reply Quote 0
        • L
          LLamaPie @admiralshaw
          last edited by LLamaPie May 11, 2023, 6:59 AM May 11, 2023, 12:59 PM

          @admiralshaw My work around which isn’t that awful is to note the last 4 digits of the Mac for the host. Then search that host in the fog server interface and manually assign the image and then start the deploy task there. The next PXE boot should go directly into the deployment. This is assuming your issue is the same as mine.

          1 Reply Last reply Reply Quote 1
          • J
            JJ Fullmer Testers @Sebastian Roth
            last edited by May 11, 2023, 4:32 PM

            @Sebastian-Roth I think you’re thinking of this post https://forums.fogproject.org/topic/16720/hp-elitebook-840-g9-cannot-deploy-image

            Have you tried the FogApi powershell module? It's pretty cool IMHO
            https://github.com/darksidemilk/FogApi
            https://fogapi.readthedocs.io/en/latest/
            https://www.powershellgallery.com/packages/FogApi
            https://forums.fogproject.org/topic/12026/powershell-api-module

            1 Reply Last reply Reply Quote 2
            • R
              rodluz Developer
              last edited by May 11, 2023, 5:15 PM

              Hi all, I had an issue very similar to this but only when I select Debug in the iPXE menu.
              I “fixed” it by creating a new iPXE menu entry with the same info as fog.debug just called it fog.debug_new and made the old fog.debug to not show on the list. I’m not sure how or why this worked.
              @LLamaPie Maybe you can try this and let us know if it works.

              L 1 Reply Last reply May 17, 2023, 3:07 PM Reply Quote 0
              • L
                LLamaPie @Sebastian Roth
                last edited by May 17, 2023, 3:04 PM

                @Sebastian-Roth I have confirmed disabling wifi in BIOS resolved this issue. So it does in fact have to do with multiple interfaces. Disabling wifi allowed me to enter the deploy image screen as normal. Of course, this is not a long term or preferable solution as you would need to go back into bios and turn wifi back on every time you image the device in this manner. At least we were able to confirm the problem.

                1 Reply Last reply Reply Quote 0
                • L
                  LLamaPie @rodluz
                  last edited by May 17, 2023, 3:07 PM

                  @rodluz I don’t think this is related. It appears to be an issue revolved around multiple network interfaces in the device. When I disabled WIFI in Bios everything works as expected.

                  1 Reply Last reply Reply Quote 2
                  • A
                    admiralshaw
                    last edited by May 22, 2023, 8:14 PM

                    @LLamaPie @JJ-Fullmer @Sebastian-Roth Thank you all for the suggestions and pointing me to the other thread as well.

                    I wanted to confirm that disabling wifi in the BIOS does work and what was happening was that I used LLamaPie’s method of looking up the host in the web interface and doing a deploy from there because I was “being thorough” (read uptight) about the registration of the brand new computers. Then when I handed it off to my technicians they were using the faster deploy from PXE. Thank you all for the help!

                    HP does not have a way to disable wifi UEFI stack vs ethernet stack which has been a feature on previous models, so maybe they’ll have a BIOS update.

                    1 Reply Last reply Reply Quote 1
                    • S
                      Sebastian Roth Moderator
                      last edited by Sebastian Roth Jun 2, 2023, 1:05 PM Jun 2, 2023, 5:53 PM

                      @JJ-Fullmer said in “Deploy Image” Not Working for HP Probook 450 G9:

                      I think you’re thinking of this post https://forums.fogproject.org/topic/16720/hp-elitebook-840-g9-cannot-deploy-image

                      No, that’s not the one. But I found it: https://forums.fogproject.org/topic/16746/using-deploy-image-via-pxe-with-more-than-two-nics

                      @LLamaPie @LLamaPie @rodluz Took a while until I found the time to look into this. But I found the bug and just pushed a fix to the latest dev-branch. Please update and you should not run into the issue no matter how many NICs you have.

                      @Tom-Elliott Would you like to check working-1.6 as well?

                      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

                      T L 4 Replies Last reply Jun 2, 2023, 7:40 PM Reply Quote 1
                      • [[undefined-on, S Sebastian Roth, Jun 2, 2023, 6:27 PM]]
                      • T
                        Tom Elliott @Sebastian Roth
                        last edited by Jun 2, 2023, 7:40 PM

                        @Sebastian-Roth I can check, but can you provide the github link for the changes you made?

                        Just for simplicity of course lol.

                        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
                        • T
                          Tom Elliott @Sebastian Roth
                          last edited by Jun 2, 2023, 7:47 PM

                          @Sebastian-Roth Should be done, though I didn’t update the version in working-1.6

                          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
                          • S
                            Sebastian Roth Moderator
                            last edited by Jun 4, 2023, 8:35 AM

                            @Tom-Elliott said in “Deploy Image” Not Working for HP Probook 450 G9:

                            I can check, but can you provide the github link for the changes you made?

                            Sorry I did not check the forums any faster. Seems like you found it. Thanks!

                            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
                            • L
                              LLamaPie @Sebastian Roth
                              last edited by LLamaPie Jun 5, 2023, 9:59 AM Jun 5, 2023, 1:41 PM

                              @Sebastian-Roth I attempted to update the dev-branch version and installed 1.5.10.4. Fog is saying the latest version is 1.5.10.5. I deleted the .git file and reran the command to download the fogproject.git once again. When I go to install the dev-branch it only installs version 1.5.10.4. Am I missing a step or is there a better place to locate the current version?

                              Answered my own question. I followed the instructions on the github page. I have 1.5.10.5 now installed. I will test this and let you know if that did the trick.

                              9bd6ee7e-d91a-455f-b85b-904f903d1fc7-image.png

                              1 Reply Last reply Reply Quote 0
                              • L
                                LLamaPie @Sebastian Roth
                                last edited by LLamaPie Jun 5, 2023, 9:58 AM Jun 5, 2023, 2:15 PM

                                @Sebastian-Roth Works! Thank you for the fix!

                                1 Reply Last reply Reply Quote 1
                                • S
                                  Sebastian Roth Moderator
                                  last edited by Jun 7, 2023, 2:14 PM

                                  @LLamaPie Thanks for testing and letting me know.

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

                                  147

                                  Online

                                  12.0k

                                  Users

                                  17.3k

                                  Topics

                                  155.2k

                                  Posts
                                  Copyright © 2012-2024 FOG Project