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

    Setup Issues and Error PXE E53

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    4
    24
    8.7k
    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.
    • ?
      A Former User
      last edited by

      @Wayne-Workman @Tom-Elliott

      I just wanted to let you guys know after a few more tries we were able to get FOG working inside our environment.

      Wayne WorkmanW 1 Reply Last reply Reply Quote 0
      • Wayne WorkmanW
        Wayne Workman @A Former User
        last edited by

        @Dalton-Childers How? What did you do?

        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
        • ?
          A Former User
          last edited by

          @Wayne-Workman

          The credit can really go to my boss, but this is how it ended up working.

          For the FOG setup on Ubuntu 1.2.0

          Follow this guide: https://wiki.fogproject.org/wiki/index.php?title=Using_FOG_with_an_unmodifiable_DHCP_server/_Using_FOG_with_no_DHCP_server

          • Skip the “Additonal Steps for 12.04.4, 12.04.5, 14.04, 14.10” section

          The ltsp.conf should look like this:

          port=0
          log-dhcp
          tftp-root=/tftpboot
          dhcp-boot=undionly.kpxe,{server name},{static server ip}
          dhcp-no-override
          pxe-prompt="Press F8 for boot menu", 3
          pxe-service=X86PC, "Boot from network", undionly
          dhcp-range={static server ip},proxy
          

          Make the following changes to the interface order:

          eth*
          lo.inet*
          lo.dnsmasq
          lo.pdnsd
          lo.!(pdns|pdns-recursor)
          lo
          tun*
          tap*
          hso*
          em+([0-9])?(_+([0-9]))*
          p+([0-9])p+([0-9])?(_+([0-9]))*
          ath*
          wlan*
          ppp*
          *
          

          Without these changes DNSMASQ would break DNS lookups.

          Fix MySQL otherwise it’ll wig out on you.

          • Edited /opt/fog/.fogsettings
          snmysqluser="root"
          snmysqlhost="localhost"
          
          • Set the database password
          • Ran sudo dpkg-reconfigure mysql-server-5.5

          Fog services weren’t starting automatically:

          • Changed /etc/rc.local to look like this:
          sleep 10
          service FOGMulticastManager restart
          service FOGScheduler restart
          service FOGImageReplicator restart
          exit 0
          

          For some reason this made it work finally.

          1 Reply Last reply Reply Quote 1
          • ?
            A Former User
            last edited by

            @Wayne-Workman

            Also, in the file “dnsmasq.conf” at the end of the file uncomment the conf-dir.

            It should look like this:

            # Include another lot of configuration options.
            #conf-file=/etc/dnsmasq.more.conf
            conf-dir=/etc/dnsmasq.d
            
            1 Reply Last reply Reply Quote 1
            • 1
            • 2
            • 2 / 2
            • First post
              Last post

            205

            Online

            12.0k

            Users

            17.3k

            Topics

            155.2k

            Posts
            Copyright © 2012-2024 FOG Project