• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. jamcdonald120
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 16
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by jamcdonald120

    • jamcdonald120J

      Solved PXE Downloads image but does not boot to it (Solved)

      General Problems
      • • • jamcdonald120
      5
      0
      Votes
      5
      Posts
      2.3k
      Views

      george1421G

      @jamcdonald120 Well what I wanted a bit of clarity on is this. Tom saw as well as I saw in your files that you were / are sending the wrong boot file to this computer.

      There are two types of boot files and its important to configure the right one to be sent to the right type of hardware.

      There is the undionly.kpxe boot file, that is for bios (legacy) computers. And there is ipxe.efi that is for uefi based computers (as in the one from the pictures). If you have a mix of computers (bios and uefi) in your environment you will have some difficultly with imaging. There are ways to work around this but knowing what you are deploying to is the first step.

    • jamcdonald120J

      Unsolved Full clean install but no fog/managment page

      Linux Problems
      • • • jamcdonald120
      9
      0
      Votes
      9
      Posts
      3.1k
      Views

      jamcdonald120J

      did a clean install of Ubuntu 16.04 with newest latest trunk, installed with

      sudo -i git clone https://github.com/FOGProject/fogproject.git /root/fogproject cd /root/fogproject git checkout dev-branch cd bin php_ver='7.0' php_verAdds='-7.0' ./installfog.sh -y

      so far it works fine
      hopefully I can hosts and images from previous fog server

    • jamcdonald120J

      PXE-E53: No Boot File Received

      FOG Problems
      • • • jamcdonald120
      15
      0
      Votes
      15
      Posts
      4.3k
      Views

      S

      @jamcdonald120 said:

      if we assume that the DHCP setting of the router are correct (they worked before) …

      I am sure I have heard phrases like this more than a hundred times and it quite often turns out …

      Asking the web to see what other things could cause this issue I see that the error message you posted is not quite the same most other people report - which is: PXE-E53: No boot Filename received (see the difference between ‘File’ and ‘Filename’?). Your positive test of trying to load the undionly.kpxe (how do you know your server is using this file and not ipxe.kpxe which we also use sometimes?) binary file makes me believe that your TFTP and the files on it are fine. This would emphasize even more that something is wrong with the DHCP! The message essentially says: “I got an answer from a DHCP server but no information on what file to load for PXE booting”.

      You need to understand that DHCP is always a bit of an issue. This is because even if neither you nor any colleague changed the “original” DHCP server you can still run into problems if someone added another DHCP server answering requests in your network.

      Please try this: Make one of your clients ready for turn on and PXE boot. Install and run tcpdump - a tool to capture network traffic - on your FOG server.

      sudo -i apt-get install tcpdump tcpdump -w /tmp/dhcp_traffic.pcap port 67 or port 68 or port 69 or port 4111

      Leave that command as is and start up the client till you see the error message on screen. Then stop the tcpdump command (Ctrl-c) and upload that packet dump file (/tmp/dhcp_traffic.pcap) from your server to the forum here.

    • jamcdonald120J

      Imaging Dual Boot on M.2 SSD

      FOG Problems
      • windows 10 ubuntu 16.04 m.2 ssd fog 1.3.0 beta dual boot • • jamcdonald120
      10
      0
      Votes
      10
      Posts
      2.9k
      Views

      jamcdonald120J

      @Tom-Elliott thanks, we managed to push the image with our work around in time, I can try your fix out soon when we re image the machines

    • 1 / 1