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

    FOG can't deploy image to HP EliteBook

    Scheduled Pinned Locked Moved Solved
    Hardware Compatibility
    4
    8
    1.2k
    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.
    • M
      mmello
      last edited by

      We are running into issues getting the HP Elitebooks to image from Fog. A couple of steps that we have done:

      *Updated the Kernal to 6.1.22
      *Updated ipxe to 1.21.1
      *Updated Fog to Version: 1.5.10
      *Disabled Mac Address Passthrough and Secure Boot in Bios

      We do not experience these issues with the other HP models that we use, just the Elitebooks.

      MicrosoftTeams-image.png MicrosoftTeams-image (1).png

      Thanks!

      1 Reply Last reply Reply Quote 0
      • M
        mmello @mmello
        last edited by

        @mmello @Yazur Tested with snponly.efi and it resolved the error with the Elite book without causing issues for the existing models we have.

        1 Reply Last reply Reply Quote 1
        • Y
          Yazur
          last edited by Yazur

          Hi,

          I have the same problem with an HP Probook 450 Gen 9.
          To work around the problem, I have to register the machine and then deploy from the web interface.

          For information, I can’t get snponly.efi to work on this kind of machine, I get stuck at bzimages at 46% during migration.
          I have to use ipxe.efi.

          M 1 Reply Last reply Reply Quote 0
          • Y
            Yazur
            last edited by

            I just tried with the following binary: realtek.efi and it works perfectly.

            1 Reply Last reply Reply Quote 0
            • M
              mmello @Yazur
              last edited by

              @Yazur Ill switch over to the realtek.efi binary and see how that does. Thanks!

              M 1 Reply Last reply Reply Quote 0
              • M
                mmello @mmello
                last edited by

                @Yazur I just performed the test with the realtek.efi binary set as 067 within our DHCP server settings. When we try to boot to ipv4, we receive a DHCP Failed error. The screenshot is attached.

                MicrosoftTeams-image (1).png

                Thanks,

                M 1 Reply Last reply Reply Quote 0
                • M
                  mmello @mmello
                  last edited by

                  @mmello @Yazur Tested with snponly.efi and it resolved the error with the Elite book without causing issues for the existing models we have.

                  1 Reply Last reply Reply Quote 1
                  • [[undefined-on, S Sebastian Roth, ]]
                  • [[undefined-on, S Sebastian Roth, ]]
                  • F
                    Florent
                    last edited by Florent

                    @mmello Hi, Where do you replace with snponly.efi ?
                    Have same problem with HP Elitebook 650 G10.
                    We use this DHCP option 60 :

                    class "UEFI-32-1" {
                        match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00006";
                        filename "i386-efi/ipxe.efi";
                    }
                    
                    class "UEFI-32-2" {
                        match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00002";
                        filename "i386-efi/ipxe.efi";
                    }
                    
                    class "UEFI-64-1" {
                        match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00007";
                        filename "ipxe.efi";
                    }
                    
                    class "UEFI-64-2" {
                        match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00008";
                        filename "ipxe.efi";
                    }
                    
                    class "UEFI-64-3" {
                        match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00009";
                        filename "ipxe.efi";
                    }
                    
                    class "Legacy" {
                        match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00000";
                        filename "undionly.kpxe";
                    }
                    

                    Florent
                    Bretagne, FRANCE

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

                      @Florent for the 64 bit versions of uefi, you would replace ipxe.efi with snp.efi or snponly.efi in the config file and then restart the dns server.

                      The difference between snp.efi and snponly.efi is that the snponly.efi will only init the network interface where the snponly.efi was downloaded from, where the snp.efi will init (and try to boot from) all interfaces in the target computer.

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

                      156

                      Online

                      12.0k

                      Users

                      17.3k

                      Topics

                      155.2k

                      Posts
                      Copyright © 2012-2024 FOG Project