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

Fails to pxe boot after first image.

Scheduled Pinned Locked Moved
FOG Problems
3
5
1.6k
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.
  • N
    nhomburg
    last edited by Jul 17, 2014, 8:40 PM

    I can always get the first image to storage, then after that, I can’t get any computer to pxe boot. It will get DHCP address then it times out on TFTP. I am running Ubuntu 12.04 with fog1.1.2.

    1 Reply Last reply Reply Quote 0
    • T
      Tom Elliott
      last edited by Jul 17, 2014, 8:53 PM

      what happens if you run:
      [code]sudo service tftpd-hpa restart[/code]

      and try booting a host again?

      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
        MalcolmHimself
        last edited by Jul 17, 2014, 8:58 PM

        [quote=“Tom Elliott, post: 33481, member: 7271”]what happens if you run:
        [code]sudo service tftpd-hpa restart[/code]

        and try booting a host again?[/quote]
        I was having the same problem and this worked for me. I then tried rebooting my server and had to run the command again. Is there a fix to not have to do this every time I need to reboot my server?

        1 Reply Last reply Reply Quote 0
        • T
          Tom Elliott
          last edited by Jul 17, 2014, 9:06 PM

          This has been written and coded many times throughout the forums. I think Jaymes’ fix is much better for this issue here is some steps you can do:

          [code]sudo update-rc.d tftpd-hpa disable
          sudo sysv-rc-conf tftpd-hpa off[/code]

          This should disable tftpd-hpa from booting at system boot up.

          Then put the following line above the exit 0; line in /etc/rc.local:
          sleep 30 && /etc/init.d/tftpd-hpa start

          Save and close the file and you’re done. The rc.local script is run after bootup, so within 30 seconds of getting the login prompt tftpd-hpa will start up and you should have success.

          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
          • N
            nhomburg
            last edited by Jul 18, 2014, 3:01 PM

            I ran [FONT=Consolas]sudo service tftpd-hpa restart. Worked like a charm. Thanks a bunch everyone. That one sure had me going. [/FONT]

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

            168

            Online

            12.0k

            Users

            17.3k

            Topics

            155.2k

            Posts
            Copyright © 2012-2024 FOG Project