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

    boot pxe issue

    Scheduled Pinned Locked Moved
    General
    4
    17
    5.4k
    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.
    • Tom ElliottT
      Tom Elliott
      last edited by

      Did you restart the dhcp service after making the change?

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

        Yes same issue.

        1 Reply Last reply Reply Quote 0
        • Tom ElliottT
          Tom Elliott
          last edited by

          Does the OS have tftp server running?

          sudo service tftpd-hpa status

          Does the OS have a firewall blocking access potentially?

          sudo ufw status

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

            chris@FOGSRVR:~$ sudo service tftpd-hpa status
            [sudo] password for chris:
            tftpd-hpa start/running, process 1078
            chris@FOGSRVR:~$

            chris@FOGSRVR:~$ sudo ufw status
            Status: inactive
            chris@FOGSRVR:~$

            1 Reply Last reply Reply Quote 0
            • A
              Andy Abplanalp Developer @Bigredcherokee
              last edited by

              @Bigredcherokee your boot file is “ipe.pxe”?

              A 1 Reply Last reply Reply Quote 1
              • A
                Andy Abplanalp Developer @Andy Abplanalp
                last edited by

                @Andy-Abplanalp not only that - your dhcpd.conf file has “undionly.kxpe” listed instead of “undionly.kpxe”

                Wayne WorkmanW B 2 Replies Last reply Reply Quote 1
                • Wayne WorkmanW
                  Wayne Workman @Andy Abplanalp
                  last edited by Wayne Workman

                  @Andy-Abplanalp undionly.kkpxe is the new default, because it works on more systems than undionly.kpxe does.

                  @Bigredcherokee the DHCP configuration is suspect to me, the subnet you are serving is defined as 192.168.3.32 255.255.255.224 while the subnet mask you’re handing out to leases is 255.255.255.0

                  With the actual interface subnet being 192.168.3.32 and mask being 255.255.255.224, your broadcast address would be 192.168.3.63, but you have this defined as a router address.

                  Also, you would have a maximum of 30 hosts.

                  Also - the biggest problem is you have no next-server defined in the configuration.

                  Maybe look at this as an example? https://wiki.fogproject.org/wiki/index.php?title=BIOS_and_UEFI_Co-Existence Also, why not let fog generate the configuration?

                  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!
                  Daily Clean Installation Results:
                  https://fogtesting.fogproject.us/
                  FOG Reporting:
                  https://fog-external-reporting-results.fogproject.us/

                  A B 2 Replies Last reply Reply Quote 0
                  • A
                    Andy Abplanalp Developer @Wayne Workman
                    last edited by

                    @Wayne-Workman yes, but also his settings in FOG (that he has pictured) should be pointing to a kernel and the init file. Basically…it appears to have both incorrect configuration settings AND the typo in the dhcpd.conf

                    B 1 Reply Last reply Reply Quote 0
                    • Wayne WorkmanW
                      Wayne Workman
                      last edited by

                      also @Andy-Abplanalp is right, you do have a typo in the boot file as well, in addition to the other problems pointed out.

                      It’s undionly.kpxe, not undionly.kxpe

                      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!
                      Daily Clean Installation Results:
                      https://fogtesting.fogproject.us/
                      FOG Reporting:
                      https://fog-external-reporting-results.fogproject.us/

                      1 Reply Last reply Reply Quote 1
                      • B
                        Bigredcherokee @Wayne Workman
                        last edited by

                        @Wayne-Workman said in boot pxe issue:

                        https://wiki.fogproject.org/wiki/index.php?title=BIOS_and_UEFI_Co-Existence

                        Thanks Wayne I made the changes.

                        1 Reply Last reply Reply Quote 1
                        • B
                          Bigredcherokee @Andy Abplanalp
                          last edited by

                          @Andy-Abplanalp thanks for catching that typo.

                          1 Reply Last reply Reply Quote 0
                          • B
                            Bigredcherokee @Andy Abplanalp
                            last edited by

                            @Andy-Abplanalp Andy yes What should those feild be since I’m using the undionly.kpxe. I gotten pass the first problem now it boots the ipe. I know thats wrong what does it need to be.

                            Thanks,
                            Chris

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

                              FOG_TFTP_PXE_KERNEL_DIR —> /var/www/fog/service/ipxe
                              FOG_TFTP_PXE_KERNEL ----> bzimage
                              FOG_PXE_BOOT_IMAGE ----> ipe.pxe

                              FOG_TFTP_PXE_KERNEL_32 —> bzimage32
                              FOG_PXE_BOOT_IMAGE_32 —> init_32.xz

                              With undionly.kpxe set as the boot file are the above settings correct?

                              Wayne WorkmanW A 2 Replies Last reply Reply Quote 0
                              • Wayne WorkmanW
                                Wayne Workman @Bigredcherokee
                                last edited by

                                @Bigredcherokee the FOG_PXE_BOOT_IMAGE field doesn’t actually do anything at all. It’s more a place holder to remind you what is actually set.

                                If you have a different problem now, please make a new thread with those details.

                                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!
                                Daily Clean Installation Results:
                                https://fogtesting.fogproject.us/
                                FOG Reporting:
                                https://fog-external-reporting-results.fogproject.us/

                                1 Reply Last reply Reply Quote 0
                                • A
                                  Andy Abplanalp Developer @Bigredcherokee
                                  last edited by

                                  @Bigredcherokee said in boot pxe issue:

                                  FOG_PXE_BOOT_IMAGE

                                  my FOG_PXE_BOOT_IMAGE is set for init.xz

                                  Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                                  • Wayne WorkmanW
                                    Wayne Workman @Andy Abplanalp
                                    last edited by Wayne Workman

                                    @Andy-Abplanalp I get it mixed up, it’s the one that has a boot rom in it normally. It’s description says its just a place holder.

                                    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!
                                    Daily Clean Installation Results:
                                    https://fogtesting.fogproject.us/
                                    FOG Reporting:
                                    https://fog-external-reporting-results.fogproject.us/

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

                                    155

                                    Online

                                    12.0k

                                    Users

                                    17.3k

                                    Topics

                                    155.2k

                                    Posts
                                    Copyright © 2012-2024 FOG Project