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

    Refuse to boot on my DHCP

    Scheduled Pinned Locked Moved
    FOG Problems
    3
    12
    4.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.
    • Jaymes DriverJ
      Jaymes Driver Developer
      last edited by

      I second what Icarus has said, if you tell us the error you are receiving, we can walk you through some troubleshooting steps.

      When you boot your workstation and PXE boot, what do you see?

      I just fixed a problem here with my FOG server where it was not playing nicely with my tftpboot, only part of the packet got received and was throwing the “PXE-E32 TFTP Open Time Out” error. Installing the proxyDHCP service solved this for me.

      [url]http://fogproject.org/forum/threads/tftp-problems.4163/[/url]

      WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

      1 Reply Last reply Reply Quote 0
      • I
        icarus
        last edited by

        Jaymes, if it’s any consolation, I too had the same issue, but running [B]sudo restart tftpd-hpa [/B]fixed the issue.

        So all I needed to do was change /etc/rc.local and add
        /bin/sleep30 && /etc/init.d/tftpd-hpa restart

        1 Reply Last reply Reply Quote 0
        • Jaymes DriverJ
          Jaymes Driver Developer
          last edited by

          What version of Linux are you running? I dropped back to Ubuntu 10.04 to prevent having to do any of that, plus it was part of the troubleshooting steps Chad wanted me to go threw 🙂

          I was able to run commands on Linux and Windows to talk to my tftp server so I knew it wasn’t the service being an issue.

          This just proves we need your input, Ferrari, so we can help you 🙂

          WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

          1 Reply Last reply Reply Quote 0
          • F
            Ferrari Léon
            last edited by

            Hello i’m running fog on a debian 5(VM on my vmware esxi 5.1), when i boot my work station on pxe there is “No DHCP and proxyDHCP where found”.
            My network got 10 Vlan, I’ve configured only vlan0010 for the DHCP(w2k8 r2) with the option 66 and 77, i follow all the tutorial but nothing work.
            Between my server and my workstation there is a switch (cisco 3550).
            If you need more information i’m here today !

            PS: Ping work between my workstation/DHCP/FOGserver

            1 Reply Last reply Reply Quote 0
            • Jaymes DriverJ
              Jaymes Driver Developer
              last edited by

              it’s good that ping is working, lets try to see if tftp service is running

              from windows open a command prompt and type
              [code]
              tftp x.x.x.x get pxelinux.0
              [/code]
              where x.x.x.x is the IP address of your fog server.

              linux command from a terminal
              [code]
              tftp -v x.x.x.x -c get pxelinux.0
              [/code]
              again where x.x.x.x is the IP address of your fog server.

              After typing the commands and pressing enter what happens?

              WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

              1 Reply Last reply Reply Quote 0
              • F
                Ferrari Léon
                last edited by

                Hello i do what you say and that work, so I’ve got news !
                That still don’t work on my pc who is on the same vlan of the server but on the other pc of the vlan and on the other vlan it’s work correctly ! And i’ve got problem with fog, because every service work but there is lot of error ! is it normal ?

                1 Reply Last reply Reply Quote 0
                • Jaymes DriverJ
                  Jaymes Driver Developer
                  last edited by

                  You say it worked? what was the output you received after entering the commands?

                  If you receive “Received XXXX bytes in X.X seconds…” or something similar then TFTP is in fact running and is accessible, and this probably falls under the same issue I ran into.

                  Try re-installing fog WITHOUT specifying a DNS, or DHCP server, after successful install, please use this wiki and install the dnsmasq for proxyDHCP. Now try booting PXE, what do you get?
                  [FONT=monospace]Wiki is Here ->[/FONT][FONT=monospace][SIZE=2][FONT=monospace][COLOR=#000000] [/COLOR][/FONT][/SIZE][/FONT][url]http://www.fogproject.org/wiki/index.php?title=Using_FOG_with_an_unmodifiable_DHCP_server/_Using_FOG_with_no_DHCP_server[/url]

                  WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

                  1 Reply Last reply Reply Quote 0
                  • F
                    Ferrari Léon
                    last edited by

                    Hello again !
                    Now it work, I can make image from PC, upload and deploy them ! But just a little problem, when I mount my NAS, the directory got a new owner (owner =“244”) and I can’t change this not even when i’m lof in root. So fog can not write on the directory. Is it normal ? How can I use my nas for save my ghost ? I follow lot of tuto but lot of them don’t work, i will try with fog wiki. ([url]http://www.fogproject.org/wiki/index.php?title=FOGUserGuide#Separate_NFS_Server[/url], is that a good tutorial ?)
                    Cordially, Léon

                    1 Reply Last reply Reply Quote 0
                    • Jaymes DriverJ
                      Jaymes Driver Developer
                      last edited by

                      I’m sorry My expertise is at a limit here I’m still new, i’m glad we got your FOG to where it boots but I’m going to bow out now and let someone familiar with NAS step in good luck Leon!

                      WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

                      1 Reply Last reply Reply Quote 0
                      • Jaymes DriverJ
                        Jaymes Driver Developer
                        last edited by

                        Leon, are you still having issues?

                        From reading your statement I have gathered that you want to save your images from your FOG server on a network space, is this correct?

                        I know that FOG is going to need access to this folder with read and write permissions, I would first start with checking there and trying to make a public space where it will not be affected but network policies.

                        We use a Novell Network here and I run into problems with permissions all the time.

                        However I am not familiar with adding a space for the FOG server to save an image to, in my FOG server there is a drop down box where I can select “default” and possibly a node if I had installed one. I don’t know what is involved with locating the space on the network and adding it to the drop down list.

                        I would also install the Samba service of Ubuntu to help alleviate some of the problems your going to run into using a Linux box in Windows environment.

                        WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

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

                        230

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project