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

SVN 5209 Not able to pxe boot

Scheduled Pinned Locked Moved Solved
FOG Problems
6
15
3.9k
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.
  • H
    Hanz
    last edited by Nov 3, 2015, 4:23 PM

    fixed per SVN 5211, but pxe problems still exist

    1 Reply Last reply Reply Quote 0
    • S
      Sebastian Roth Moderator
      last edited by Nov 3, 2015, 4:44 PM

      What do you see in apache error and access log when trying PXE boot?

      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

      H 1 Reply Last reply Nov 3, 2015, 5:09 PM Reply Quote 0
      • J
        Joseph Hales Testers
        last edited by Nov 3, 2015, 4:50 PM

        Where is the access log under ubuntu 14.

        RTFM

        1 Reply Last reply Reply Quote 0
        • H
          Hanz @Sebastian Roth
          last edited by Nov 3, 2015, 5:09 PM

          @Sebastian-Roth I’m not seeing anything actually pertaining to the ip assigned to machine while pxe booting

          1 Reply Last reply Reply Quote 0
          • S
            Sebastian Roth Moderator
            last edited by Nov 3, 2015, 5:10 PM

            /var/log/apache2/access.log and /var/log/apache2/error.log

            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 Sebastian Roth Nov 3, 2015, 11:14 AM Nov 3, 2015, 5:14 PM

              @Hanz Well, without an error message or any other hints we won’t be able to help!

              Try capturing DHCP and TFTP traffic on the server while booting one particular client. Please make sure only one client is booting at that time so the packet dump won’t be several MB big. Install package tcpdump and then:

              tcpdump -i eth0 -w pxe.pcap port 67 or port 68 or port 69
              

              Leave it there and PXE boot the client. After it failed stop tcpdump (Ctrl-c) and upload the PCAP file.

              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

              H 1 Reply Last reply Nov 3, 2015, 5:19 PM Reply Quote 0
              • H
                Hanz @Sebastian Roth
                last edited by Nov 3, 2015, 5:19 PM

                @Sebastian-Roth pxe.pcap

                1 Reply Last reply Reply Quote 0
                • R
                  Raymond Bell Testers
                  last edited by Nov 3, 2015, 8:33 PM

                  Also unable to iPXE boot with r4285

                  Raymond Bell
                  WiKi: https://wiki.fogproject.org/wiki/index.php/Main_Page

                  1 Reply Last reply Reply Quote 0
                  • S
                    Sebastian Roth Moderator
                    last edited by Nov 3, 2015, 9:01 PM

                    @Tom-Elliott Seams like the current undionly.kpxe binary (possibly also the other iPXE binaries too) is corrupt. Can you update again. Don’t think this is related to the script change (proxydhcp) as it completely crashes in my test QEMU setup. Script error wouldn’t crash I suppose.

                    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

                    W 1 Reply Last reply Nov 3, 2015, 10:49 PM Reply Quote 0
                    • J
                      Joseph Hales Testers
                      last edited by Nov 3, 2015, 10:41 PM

                      I also saw this issue but couldn’t trouble shoot as I needed it up for production I also didn’t see anything weird in the logs. Right now I’m reverted to 4978.

                      RTFM

                      1 Reply Last reply Reply Quote 0
                      • W
                        Wayne Workman @Sebastian Roth
                        last edited by Wayne Workman Nov 3, 2015, 4:51 PM Nov 3, 2015, 10:49 PM

                        @Sebastian-Roth said:

                        @Tom-Elliott Seams like the current undionly.kpxe binary (possibly also the other iPXE binaries too) is corrupt. Can you update again. Don’t think this is related to the script change (proxydhcp) as it completely crashes in my test QEMU setup. Script error wouldn’t crash I suppose.

                        I just tested and you are correct, something is corrupt/not right at all. I just did a test upload using the latest svn and it failed exactly as described here:
                        https://forums.fogproject.org/topic/6050/imaging-isseus-new-host-svn-5201

                        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
                        • T
                          Tom Elliott
                          last edited by Tom Elliott Nov 3, 2015, 6:27 PM Nov 4, 2015, 12:27 AM

                          PXE Booting should be fixed.

                          We had a bad caller in the ipxe script.

                          Particularly, the code segment:

                          ...
                          isset(${proxydhcp/next-server}) && set next-server ${proxydhcp/next-server}
                          ...
                          

                          It doesn’t fail out propery (releases back to BIOS if you will) if the proxydhcp/next-server variable is not set. The fix was simple, just make the segment as:

                          ...
                          isset(${proxydhcp/next-server}) && set next-server ${proxydhcp/next-server} ||
                          ...
                          

                          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

                          H 1 Reply Last reply Nov 4, 2015, 2:01 AM Reply Quote 0
                          • H
                            Hanz @Tom Elliott
                            last edited by Nov 4, 2015, 2:01 AM

                            @Tom-Elliott Thank you sir…I’m sorry I didn’t have much info to help diagnose. Appreciate everyone’s help.

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

                            203

                            Online

                            12.0k

                            Users

                            17.3k

                            Topics

                            155.2k

                            Posts
                            Copyright © 2012-2024 FOG Project