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

    No boot UEFI IPV4 (HP elitebook 840)

    Scheduled Pinned Locked Moved
    Hardware Compatibility
    3
    13
    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.
    • B
      Beber55
      last edited by Beber55

      Hello,

      I am new to the FOG, I have a problem with a UEFI computer (HP elitebook 840), but in Legacy it works very well.

      I would like to know how to boot in UEFI and understand how to do it if it’s possible?

      it is to predict the next machine that works only uefi, I do not understand the setting of FOG UEFI too complicated for me 😞

      in which FOG menu I need to make the setting or which line of code for the terminal

      • MAJ FOG in 1.5.5.2.
      • DHCP is the FOG that manages it.
      • management FOG (WEBMIN)
      • on the bootfilename I unionly.kpxe (only works in legacy and not in UEFI and what is it ?)
      • custom FOG setting …

      Thank you for all help 😞
      sry for my english.

      The setting of FOG 1.5.5.2:
      http://image.noelshack.com/fichiers/2018/50/2/1544538137-serveur.jpg

      on the HP elitebook 840 laptop, I received a message and can not go further?
      http://image.noelshack.com/fichiers/2018/50/2/1544538121-pc.jpg

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

        So do I understand that the fog server is on an isolated imaging network and the FOG server is configured as the DHCP server for that isolated network?

        If the FOG server is managing DHCP then it will send the right boot file name based on the pxe booting computer unless you adjusted the dhcp server configuration files by hand.

        For BIOS (legacy) the boot file is undionly.kpxe for sure. For UEFI computers the boot file is ipxe.efi. It looks from your boot screen picture that its unable to load ipxe.efi. You can not mix these boot files. A uefi boot file (ipxe.efi) will not start on a bios (legacy mode) computer. The same the other way to.

        With UEFI computers, make sure that secure boot is disabled in the firmware (BIOS) setup pages.

        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
        • B
          Beber55
          last edited by Beber55

          Thank you very much for the explanations 🙂

          Yes the FOG server is isolated and it manages DHCP.

          No I did not manually modify the DHCP configuration files, just some IP following a
          tutorial …

          So normally the FOG need to know where to start IPXE.EFI or undionly.kpxe automatically?

          The secure boot (secureBoot) is disabled,
          I have the same problem.

          thank you

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

            @Beber55 sorry for the delay I have meetings here all day.

            From a windows computer, install the tftp client feature. Connect the windows computer to the isolated imaging network. Then from windows command prompt key in: tftp 10.10.10.10 GET ipxe.efi . This will test if the ipxe.efi file can be downloaded from the FOG server to the target computer. In this case we only want to test if it downloads.

            If that works then we will need to do a bit more debugging.

            One last idea, make sure the firmware (BIOS) is updated to the latest on the target computer (hp elitebook 840). That will make sure any fixes are on that hardware before we go to the next step with testing.

            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
            • B
              Beber55
              last edited by

              Hello,

              Yes the file can be downloaded from the FOG server, photo to have confirmation?
              http://image.noelshack.com/fichiers/2018/50/3/1544602870-1-transfere-fog-a-pc-ipxe-ok.jpg

              The update of the BIOS does not change anything, I have the same problem.

              thank you george1421.

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

                @Beber55 I’d suggest enabling verbose logging for TFTP in your FOG server. For that edit /etc/default/tftpd-hpa and change TFTP_OPTIONS="-s" to TFTP_OPTIONS="-s -v". Then restart: systemctl restart tftpd-hpa and keep an eye on the logs: tail -f /var/log/messages /var/log/daemon.log | grep "tftp" while you boot up the client.

                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
                • B
                  Beber55
                  last edited by

                  george1421,

                  With /etc/default/tftpd-hpa , I have the message (permission not granted), I use sudo -i to log in as an administrator ?

                  sorry for my lack of knowledge.

                  thank you.

                  1 Reply Last reply Reply Quote 0
                  • B
                    Beber55
                    last edited by

                    george1421 how can I thank you for the help you give me ?

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

                      @Beber55 Please run the following commands and post output here:

                      whoami
                      ls -al /etc/default/tftpd-hpa
                      

                      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
                      • B
                        Beber55
                        last edited by

                        george1421,

                        the result :
                        -rw-r–r-- 1 root root 133 oct. 23 2017 /etc/default/tftpd-hpa

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

                          @george1421 There were two commands… whoami

                          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
                          • B
                            Beber55
                            last edited by

                            george1421

                            I do not understand about two command?

                            I tried… :

                            http://image.noelshack.com/fichiers/2018/50/3/1544624071-2-c-pas-ca.jpg

                            http://image.noelshack.com/fichiers/2018/50/3/1544624166-2-ou-ca.jpg

                            http://image.noelshack.com/fichiers/2018/50/3/1544624367-2-nimporte-quoi.jpg

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

                              @Beber55 Ok, permission error was missleading, nevermind.

                              You need to edit the file: nano /etc/default/tftpd-hpa

                              Now make the change, save (ctrl+o), exit (ctrl+x) and then run the other commands to restart and read log file as suggested earlier.

                              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

                              210

                              Online

                              12.0k

                              Users

                              17.3k

                              Topics

                              155.2k

                              Posts
                              Copyright © 2012-2024 FOG Project