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

PXE-T01: File Not Found Error

Scheduled Pinned Locked Moved Unsolved
FOG Problems
3
25
10.3k
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.
  • E
    easybizit @george1421
    last edited by Apr 23, 2017, 2:59 AM

    @george1421 Here is the contents of the tftpboot directory (just resnapped it):

    0_1492916346293_tftboot folder.PNG

    Does this look right?

    G 1 Reply Last reply Apr 23, 2017, 3:00 AM Reply Quote 0
    • G
      george1421 Moderator @easybizit
      last edited by Apr 23, 2017, 3:00 AM

      @easybizit yes that looks correct.

      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!

      E 1 Reply Last reply Apr 23, 2017, 3:02 AM Reply Quote 0
      • E
        easybizit @george1421
        last edited by Apr 23, 2017, 3:02 AM

        @george1421 hmm… So why won’t it grab the file on PXE boot? I’m afraid I’m not strong in this area but I get the feeling that there something really silly that I’ve missed.

        G 1 Reply Last reply Apr 23, 2017, 3:02 AM Reply Quote 0
        • G
          george1421 Moderator @easybizit
          last edited by Apr 23, 2017, 3:02 AM

          @easybizit can you download the file manually via 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!

          E 1 Reply Last reply Apr 23, 2017, 3:04 AM Reply Quote 0
          • E
            easybizit @george1421
            last edited by Apr 23, 2017, 3:04 AM

            @george1421 I can grab the undionly.kxpe but not the undionly.0. ‘I get connect request failed’

            G 1 Reply Last reply Apr 23, 2017, 3:06 AM Reply Quote 0
            • G
              george1421 Moderator @easybizit
              last edited by george1421 Apr 22, 2017, 9:07 PM Apr 23, 2017, 3:06 AM

              @easybizit Well that one is a bit confusing. I’m not seeing anything wrong.

              Lets replace the link with a real file.

              cp /tftpboot/undionly.kpxe /tftpboot/undionly.0
              

              And then try with the tftp again from a remote windows client.

              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!

              E 1 Reply Last reply Apr 23, 2017, 3:12 AM Reply Quote 0
              • E
                easybizit @george1421
                last edited by Apr 23, 2017, 3:12 AM

                @george1421 alt text

                So what’s up with the sym link? Its working perfectly now.

                G 1 Reply Last reply Apr 23, 2017, 3:15 AM Reply Quote 0
                • G
                  george1421 Moderator @easybizit
                  last edited by Apr 23, 2017, 3:15 AM

                  @easybizit That is an excellent question!!

                  Has selinux been set to permissive? The sym link should work no problem…

                  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!

                  E 1 Reply Last reply Apr 23, 2017, 3:17 AM Reply Quote 0
                  • E
                    easybizit @george1421
                    last edited by Apr 23, 2017, 3:17 AM

                    @george1421 0_1492917380843_conf file.png
                    Here is the latest copy (I rebuilt the box to a different environment but had the same issue this is the latest copy, hence I think I’ve done something dumb).

                    1 Reply Last reply Reply Quote 0
                    • D
                      dasti
                      last edited by dasti Jun 13, 2017, 12:37 AM Jun 13, 2017, 6:21 AM

                      This post is deleted!
                      1 Reply Last reply Reply Quote 0
                      • D
                        dasti
                        last edited by Jun 13, 2017, 6:42 AM

                        I had exactly the same problem with some old pc/laptops (i.e. hp probook 4411s) but not on recent pc

                        • fog 1.3.0rc8 on debian
                        • the dhcp server was handled by a juniper switch ex3300 junos 12.3R10.2
                        • made some test with a pfsense vm v2.3.2 acting as a dhcp server

                        When I captured packets on the server, I noticed that the client was requesting a files that did not exist so I decided to mirror the port and capture the complete process as I was expecting something with the dhcp

                        the main difference seems to be that the juniper dhcp includes the filename in the option 67 (in addition of being also in the "boot file name¨ ) and pfsense doesn’t, and some legacy computer seems to not handle that properly and adds some caracters at the end of the filename which make the tftp request wrong which makes the tftp server to not understand what file is requested

                        here’s my notes from the captures

                        differences in dhcp offer (dhcp answer to the client)
                            
                                                JUNIPER (not working)               PFSENSE (working)
                        ------------------------------------------------------------------------------------
                        server hostname         10.0.5.90                           "not given"
                        dhcp option 67          undionly.kpxe                       "not set"
                        
                        
                        
                        differences in TFTP read request (client asks the file to the pxe-tftp server)
                        
                                                JUNIPER (not working)               PFSENSE (working)
                        ------------------------------------------------------------------------------------
                        source file             undionly\377                        undionly.kpxe
                        in details              undionly\357\277\275                undionly.kpxe
                        hexa before "octetsize" ff00                                00
                        
                        
                        
                        differences in TFTP server answer (from pxe-tftp server to client)
                        
                                                JUNIPER (not working)               PFSENSE (working)
                        ------------------------------------------------------------------------------------
                        answer                  error code (5) file not found       option acknowledgement
                        

                        I hope the can be helpfull to you !

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

                        162

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project