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

    Impossible to boot on PXE......

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    pxe fog debian 8 dhcp 66 & 67
    7
    41
    27.1k
    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.
    • Wayne WorkmanW
      Wayne Workman @george1421
      last edited by Wayne Workman

      @george1421 said:

      But the filter you should use in wireshark is " bootp || tftp".

      wiki

      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
      • Wayne WorkmanW
        Wayne Workman @arnaudrigole
        last edited by

        @arnaudrigole said:

        And my PC still try to open http://10.1.18.180/fog/service/ipxe/boot.php… ?

        Look for FOG Configuration -> FOG Settings -> Web Server -> FOG_WEB_HOST

        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/

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

          Also, this might be a good time to introduce this: http://sourceforge.net/p/fogupdateip/code/HEAD/tree/

          Works great on CentOS 7 and Fedora 23 Server.

          It basically allows your FOG server to be assigned any IP from a pre-existing DHCP server, and it auto-configures the server and dnsmasq for you every time the ip changes.

          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
          • arnaudrigoleA
            arnaudrigole @Wayne Workman
            last edited by arnaudrigole

            @Wayne-Workman

            Hi !
            Thanks for your reply!
            value in “FOG_WEB_HOST” is the true ip… no problem.

            I’ll update to trunk today
            does FogUpdateIP works on Debian 8 jessie?

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

              @arnaudrigole For your second issue take a look at /tftpboot/default.ipxe on your FOG server and edit as needed.

              Thanks Wayne, I must have been half asleep when writing the post about wireshark filters. Sure it ought to be bootp || tftp (not &&)!! Can you please try again? Keep your wireshark ready, set with those filters, then bootup the client (cold boot!) and see if you get more packets.

              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

              arnaudrigoleA 2 Replies Last reply Reply Quote 0
              • arnaudrigoleA
                arnaudrigole @Sebastian Roth
                last edited by

                @Sebastian-Roth

                Ok, i go on it and i’ll post the reply fast

                1 Reply Last reply Reply Quote 0
                • arnaudrigoleA
                  arnaudrigole @Sebastian Roth
                  last edited by arnaudrigole

                  @Sebastian-Roth
                  Ok, after i’ve edited “default.ipxe” it works, my PC boot on pxe interface
                  i tried to upload the image of PC

                  So: I created a task to upload the current image from the PC to my FOG server, it begins, then it reboot after 1 minute without error message, i’ll post a pcap too.
                  Edit: Here is the pcap, protected by pw i’ll send you in private
                  https://owncloud.lesrigole.fr/index.php/s/m2EChdbHuTdo3fW/authenticate

                  EDIT IMPORTANT: I defined the storage type in my image settings to “multiple partition image / not resizable” and it seems working; partclone is currently running on my computer.

                  For the first problem, here is the pcap file i recaptured with filter bootp || tftp
                  https://owncloud.lesrigole.fr/index.php/s/sq6LM3uo0OWzYwW/download

                  Really appreciate your active help, from all you

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

                    @arnaudrigole said:

                    does FogUpdateIP works on Debian 8 jessie?

                    No, not yet anyway. I need to build a Debian server to mess around with.

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

                      @arnaudrigole As I already explained things usually should go like this: PC boots, NIC sends PXE DHCP discovery and gets back PXE information (next-server and filename). Then it loads the file via TFTP and executes it. FOG uses iPXE as a second stage. So far so good. From what I can see in the PCAP file this is perfectly happening for you. Cannot see any issues there. But then I see four DHCP requests from iPXE (which was loaded and executed as a first stage). But there is NO response from the DHCP server.

                      Either the DHCP server does not like the DHCP request (maybe some DHCP option that iPXE is sending) but I kind of doubt this as others seam to be able to use windows DHCP server without a problem.
                      Or it could be because of spanning tree (STP). The NIC is reset a couple of times while this PXE process is going on. If your switch has STP enabled but port fast is not used this might cause exactly the issue you see: https://wiki.fogproject.org/wiki/index.php/STP/Portfast/RSTP/FMSTP

                      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

                      arnaudrigoleA 1 Reply Last reply Reply Quote 2
                      • E
                        EAHarvey
                        last edited by

                        So it times out on the TFTP part? Change from undionly.kpxe to undionly.kkpxe

                        1 Reply Last reply Reply Quote 0
                        • arnaudrigoleA
                          arnaudrigole @Sebastian Roth
                          last edited by

                          @Wayne-Workman
                          It will be helpful 🙂

                          @Sebastian-Roth
                          There is no spanning-tree in our configuration actually, i tried to boot with 2 differents computers (Latitude E5510 and Opx390) on the same port to do the packet captures. The first arrives to boot then find the pxe file, and upload its image, but the second has no response from DHCP ? That’s strange ^^ Both have the same configuration in dhcp strategy, i’ll try to erase/recreate the host on it

                          @EAHarvey
                          Hello!
                          What does it change??

                          E 1 Reply Last reply Reply Quote 0
                          • E
                            EAHarvey @arnaudrigole
                            last edited by

                            @arnaudrigole When i was having tftp timeouts this is what I changed to make it work. The iPXE is the open source PXE boot environement that FOG uses. Let me see exactly what the difference is between kpxe vs kkpxe. @Senior-Developers may be able to shed a bit more light. I would love to know exactly also.

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

                              @EAHarvey
                              https://wiki.fogproject.org/wiki/index.php?title=Filename_Information

                              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/

                              E 1 Reply Last reply Reply Quote 3
                              • E
                                EAHarvey @Wayne Workman
                                last edited by

                                @Wayne-Workman Well they’re you go. 🙂

                                1 Reply Last reply Reply Quote 0
                                • Wayne WorkmanW
                                  Wayne Workman @Sebastian Roth
                                  last edited by

                                  @Sebastian-Roth said in Impossible to boot on PXE......:

                                  Wireshark filter bootp && tftp is great for this

                                  This has been in the wiki for some time, here:
                                  https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_TFTP

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

                                  166

                                  Online

                                  12.0k

                                  Users

                                  17.3k

                                  Topics

                                  155.2k

                                  Posts
                                  Copyright © 2012-2024 FOG Project