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

    When i boot via pxe the client, nothing is happening after download files

    Scheduled Pinned Locked Moved Unsolved
    FOG Problems
    4
    12
    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.
    • S
      Sebastian Roth Moderator
      last edited by

      @keurky In the pictures we see that it downloads undionly.kpxe but the boot messages definitely stem from an UEFI based system. You need to set ipxe.efi as boot file for those machines. You wanna head this: https://wiki.fogproject.org/wiki/index.php?title=BIOS_and_UEFI_Co-Existence

      About the legacy system. Not sure why it hangs. You might try using ipxe.pxe instead of undionly.kpxe for that and see if it makes a difference.

      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

      K 1 Reply Last reply Reply Quote 1
      • K
        keurky
        last edited by

        Hi Sebastian Roth,

        Thank You for your answer. I will test this tomorrow.

        Keurky

        1 Reply Last reply Reply Quote 0
        • K
          keurky @Sebastian Roth
          last edited by

          @Sebastian-Roth

          That Work on Legacy avec this file “undionly.kpxe” :
          https://drive.google.com/file/d/1_HRH87klCVQ46raZDAeB8kwCdto0z8MR/view
          fog.JPG

          But does’nt work in Uefi with to set ipxe.efi 😞
          I will tryfor boot with an Machin MAC for capture image sys.

          Thank you, I hope someone can find the solution to my problem rated UEFI

          Keurky

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

            @keurky Please test this with a real machine, not hyper V. I understand your goal may be to capture a hyper-v image, but we need to find out where the problem isn’t. Right now we don’t know if this is a hyper-v issue, a pxe boot kernel issue, or something else. We need to start removing things from the problem until we find the solution. So test with a uefi based real computer first.

            I can tell you when ever you see something saying downloading “NBP” that is a UEFI bios. It expects a UEFI based boot loader like ipxe.efi. You CAN NOT boot a uefi based system with a bios boot loader i.e. undionly.kpxe.

            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!

            K 1 Reply Last reply Reply Quote 0
            • K
              keurky @george1421
              last edited by

              @george1421 said in When i boot via pxe the client, nothing is happening after download files:

              Please test this with a real machine, not hyper V. I understand your goal may be to capture a hyper-v image, but we need to find out where the problem isn’t. Right now we don’t know if this is a hyper-v issue, a pxe boot kernel issue, or something else. We need to start removing things from the problem until we find the solution. So test with a uefi based real computer first.
              I can tell you when ever you see something saying downloading “NBP” that is a UEFI bios. It expects a UEFI based boot loader like ipxe.efi. You CAN NOT boot a uefi based system with a bios boot loader i.e. undionly.kpxe.

              @george1421 I want test via VirtualBOx, because where i work we need a Virutal Machine server fog. But i will test with a real machine after VirtualBOx.

              Thank U, for your answer.

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

                @keurky I’m only asking to test the target computer pxe booting with a real computer and not a VM. The issue is with the target computer uefi firmware not the FOG server.

                And FWIW, virtualbox does not support (AFAIK) uefi firmware emulation. So you can’t test a uefi based image using virtualbox. For hyper-v it has to be a type 2 (sorry its probably the wrong word, but I don’t use hyper-v) virtual machine to support uefi.

                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!

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

                  @keurky said in When i boot via pxe the client, nothing is happening after download files:

                  I want test via VirtualBOx,

                  I am not sure if this is still correct with most current versions of Virtual Box but as far as I know Virtual Box cannot PXE boot in UEFI mode!

                  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

                  Q 1 Reply Last reply Reply Quote 0
                  • K
                    keurky @george1421
                    last edited by

                    @george1421 No problem, i test with a Computer “real Machine” in EUFI (files ipxe.pxe) and that Work !!!

                    pxe_UEFI.JPG
                    pxe_UEFI2.JPG

                    Thank you for your Help !

                    Source problem: Hyper-V

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

                      @keurky said in When i boot via pxe the client, nothing is happening after download files:

                      Source problem: Hyper-V

                      If you still want to test this on a VM, I’m pretty sure vmware workstation supports uefi clients (I know 100% sure that ESXi does because that is where I build my uefi reference images). I’m not sure about vmware player. I have not used that platform in a while.

                      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
                      • S
                        Sebastian Roth Moderator
                        last edited by

                        @keurky I am fairly sure we have people in the forums using Hyper-V and are able to PXE boot in UEFI mode. Not that can prove it myself but. @x23piracy

                        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
                        • Q
                          Quazz Moderator @Sebastian Roth
                          last edited by

                          @Sebastian-Roth Actually, on the latest VirtualBox it seems that there is a way to UEFI PXE boot now. (chipset ICH9 and network adapter type to virtio-net), but I haven’t really tested it any significant amount. It gets to the FOG menu at any rate.

                          1 Reply Last reply Reply Quote 0
                          • 1 / 1
                          • First post
                            Last post

                          145

                          Online

                          12.1k

                          Users

                          17.3k

                          Topics

                          155.4k

                          Posts
                          Copyright © 2012-2024 FOG Project