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

    Computer Wont PXE-boot

    Scheduled Pinned Locked Moved
    FOG Problems
    2
    13
    8.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

      If it’s not getting to the Menu to give you selections, you’ll need to set your router up to forward the tftp side to pxelinux.0

      I don’t know your router or your particular setup, but it needs to point back to your FOG Server’s IP address. 127.0.0.1 is not a valid IP Address either as 127.0.0.1 is the localhost address. This means if you used 127.0.0.1 as your servers IP Address, you’ll need to change that to the router assigned IP.

      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
      • M
        mlb2009
        last edited by

        Sorry for the late repliy.still not working.

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

          mlb2009,

          We need more detail to help out. It’s not working doesn’t help anybody assist you. What is the exact messages you’re getting?

          Can you take a picture and post it?

          Thanks,

          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
          • M
            mlb2009
            last edited by

            when i reboot my computer the other computer doesn’t connect to anything at all
            do i have to start fog.If so,what command?

            but before it was tftp wold load forever. Open timeout or something it will say when loading

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

              Your FOG Server needs to remain running. It’s the server providing PXE for your clients.

              When you installed, did you setup your fog server as the DHCP server?

              Is your setup now within your local network? Or did you setup with your public IP Address?

              PXE works by linking to the system, so if you’re using Public IP address, it’s being stopped by your router as chances are it’s trying, essentially, to make a loop back to itself which the router typically will not allow. If not, are you sure firewall is not running? You can stop the firewall in Fedora 19 with the commands:
              service firewalld stop; chkconfig firewalld off

              You understand that PXE only works from the Network Adapter via Cable as well? You’re not attempting to PXE boot over wireless correct?

              Again, more information about your specific setup. We can’t help if we don’t have the 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! 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
              • M
                mlb2009
                last edited by

                No,i have ethernet pullged in and i am not using public ip.I can (connect to fog mangement)
                How can i start the fog server again. I usally use my mac and windows partition.(i have a real mac).

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

                  So you’re trying to image the Macbook (Pro?) using PXE? You’re sure it’s already setup to boot from network and uses the PXE interface? Do you have any other machines (preferably not Apple) to test that the tftp server is working? FOG is not a service persay, it’s a suite of services. Part of the suite is tftp which gets installed. To make sure tftp service is restarted, the best method is to restart the entire server. All services on the server should should have been setup to be started on bootup so a restart is the best method to ensure the system is working properly.

                  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
                  • M
                    mlb2009
                    last edited by

                    [quote=“Tom Elliott, post: 15539, member: 7271”]So you’re trying to image the Macbook (Pro?) using PXE? You’re sure it’s already setup to boot from network and uses the PXE interface? Do you have any other machines (preferably not Apple) to test that the tftp server is working? FOG is not a service persay, it’s a suite of services. Part of the suite is tftp which gets installed. To make sure tftp service is restarted, the best method is to restart the entire server. All services on the server should should have been setup to be started on bootup so a restart is the best method to ensure the system is working properly.[/quote]
                    I am not trying to boot pxe from mac,i am trying to boot pxe on a non-apple computer.

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

                      mlb2009,

                      Please provide more information in your posts.

                      So it never gives you a menu or is it like it can’t find a DHCP 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

                      1 Reply Last reply Reply Quote 0
                      • M
                        mlb2009
                        last edited by

                        the non-apple computer it finds a dhcp server but tftp wont load,and it doesnt go to the menu
                        after i restart the server computer and it doesn’t find the dhcp server.Do i have to start the fog server

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

                          It sounds like you installed the DHCP server on your fog server, and it’s not communicating properly because your router doesn’t know how to pass the information, to the tftp server. What kind of router are you using? Do you have the ability to setup something like:
                          dhcp-boot=pxelinux.0,fogstorage,192.168.XXX.XXX
                          or
                          next-server options,
                          or
                          DHCP 66/67 information?

                          Could you try with a switch or hub connected directly to the fog server (bypassing the router) just to see if it can actually communicate with the FOG 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

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

                          107

                          Online

                          12.1k

                          Users

                          17.3k

                          Topics

                          155.3k

                          Posts
                          Copyright © 2012-2024 FOG Project