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

Default.IPXE...no such file or directory

Scheduled Pinned Locked Moved Solved
FOG Problems
4
14
5.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.
  • P
    pencils
    last edited by Oct 13, 2016, 11:28 AM

    https://wiki.fogproject.org/wiki/index.php?title=Chainloading_PXE_to_iPXE_using_pxelinux.0

    Thats the article i read. which isnt the same error

    1 Reply Last reply Reply Quote 0
    • G
      george1421 Moderator
      last edited by Oct 13, 2016, 11:37 AM

      Lets start with some basics.
      is 192.168.1.133 your fog server?

      what do you get when you key this in from the linux console on your fog server ls -la /tftpboot ?

      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
      • P
        pencils
        last edited by Oct 13, 2016, 11:41 AM

        0_1476358897557_Capture.PNG

        that…

        1 Reply Last reply Reply Quote 0
        • P
          pencils
          last edited by Oct 13, 2016, 11:47 AM

          and yes. the IP address is …133

          G 1 Reply Last reply Oct 13, 2016, 11:51 AM Reply Quote 0
          • G
            george1421 Moderator @pencils
            last edited by Oct 13, 2016, 11:51 AM

            @pencils well indeed default.ipxe is missing, why? All of the other stuff appears to be there? This is very strange.

            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!

            G 1 Reply Last reply Oct 13, 2016, 11:53 AM Reply Quote 0
            • G
              george1421 Moderator @george1421
              last edited by george1421 Oct 13, 2016, 5:54 AM Oct 13, 2016, 11:53 AM

              @george1421 while I don’t recommend this, because that file missing tells me something else is going on here that we are not aware of and that is a concern. You could recreate that file. Its just a text file with the permissions of 755.

              #!ipxe
              cpuid --ext 29 && set arch x86_64 || set arch i386
              params
              param mac0 ${net0/mac}
              param arch ${arch}
              param platform ${platform}
              param product ${product}
              param manufacturer ${product}
              param ipxever ${version}
              param filename ${filename}
              isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
              isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
              :bootme
              chain http://192.168.1.133/fog/service/ipxe/boot.php##params
              

              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
              • P
                pencils
                last edited by Oct 13, 2016, 12:31 PM

                is the path relative. I guess i have to put the file in the folder /tftboot. But on the pxe screen its looking for the file in /IPSERVER/filename?

                G 1 Reply Last reply Oct 13, 2016, 12:34 PM Reply Quote 0
                • G
                  george1421 Moderator @pencils
                  last edited by Oct 13, 2016, 12:34 PM

                  @pencils yes it is relative. The tftp files are downloaded from /tftpboot that is the root of the tftp path.

                  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
                  • P
                    pencils
                    last edited by Oct 13, 2016, 12:44 PM

                    THANK YOU THANK YOU!!

                    Finally got it to work!!

                    Cant wait to use it with gusto!

                    1 Reply Last reply Reply Quote 0
                    • W
                      Wayne Workman
                      last edited by Oct 13, 2016, 2:50 PM

                      It blows my mind how default.ipxe would just be missing. Perhaps we need more validation in the installer?

                      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/

                      T 1 Reply Last reply Oct 13, 2016, 3:25 PM Reply Quote 0
                      • T
                        Tom Elliott @Wayne Workman
                        last edited by Oct 13, 2016, 3:25 PM

                        @Wayne-Workman Nope. Validation wasn’t the issue. Something else was edited which broke it. I’m nearly certain of it.

                        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

                        P 1 Reply Last reply Oct 14, 2016, 7:53 AM Reply Quote 3
                        • P
                          pencils @Tom Elliott
                          last edited by Oct 14, 2016, 7:53 AM

                          @Tom-Elliott I had edited one conf file. But at the very start from the initial install the DIR structure wasnt correct. EG the TFTPROOT/TFTPBOOT didnt exist where is should have been?

                          Nothing was changed at the point of install. And i re-installed Ubuntu 16.04 and FOG 1.3 several times with the same results.

                          W 1 Reply Last reply Oct 14, 2016, 3:29 PM Reply Quote 0
                          • W
                            Wayne Workman @pencils
                            last edited by Oct 14, 2016, 3:29 PM

                            @pencils Get a new copy of Ubuntu, because something is wrong with yours.

                            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
                            1 / 1
                            • First post
                              11/14
                              Last post

                            267

                            Online

                            12.0k

                            Users

                            17.3k

                            Topics

                            155.2k

                            Posts
                            Copyright © 2012-2024 FOG Project