• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. jcook
    J
    • Profile
    • Following 1
    • Followers 0
    • Topics 5
    • Posts 51
    • Best 1
    • Controversial 0
    • Groups 0

    jcook

    @jcook

    1
    Reputation
    897
    Profile views
    51
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    jcook Unfollow Follow

    Best posts made by jcook

    • RE: Fresh VM and Fog 1.2.0 install having issues with iPXE boot

      Just an update, I am able to upload and deploy images (once chose the right options for the image lol).

      Really the only things that I need to fix now seem to be the TFTP server needing to be input during the boot. I was able to find out the settings that are needed for my Adtran router and switches to TFTP correctly. On the router I had to enable BPDU filter in the Spanning Tree options, then enable edge port mode on the switch ports that have clients. Also make sure your content filter isn’t blocking the Fog server (facepalm). Maybe this can help any one with a similar set up to ours.

      posted in FOG Problems
      J
      jcook

    Latest posts made by jcook

    • RE: UEFI PXE boot works, but asks for tftp address

      Just in case anyone finds this later, ended up using dnsmasq to make my configuration work using @george1421 's tutorial here: https://forums.fogproject.org/topic/12796/installing-dnsmasq-on-your-fog-server

      Mine was a bit more complicated because I’m running an older version on ubuntu, but @george1421 's tutorial is spot once I got all the other weird things I had to do done lol.

      posted in FOG Problems
      J
      jcook
    • RE: UEFI PXE boot works, but asks for tftp address

      I am OK at wireshark, I’ll give it a shot! Thanks

      posted in FOG Problems
      J
      jcook
    • RE: UEFI PXE boot works, but asks for tftp address

      I can do a capture, but I’m guessing it might have to do with vlans, and each having its own DHCP? I can add the option 66 to the others and see if it helps maybe?

      posted in FOG Problems
      J
      jcook
    • UEFI PXE boot works, but asks for tftp address

      I have option 66 and 67 set, and previously remember using rom-o-matic site to make a few changes that fixed this. Now that the site is down, how do I go about fixing this issue?

      Most of my machines are still using legacy boot, but I want to get ready for when that changes soon.

      posted in FOG Problems
      J
      jcook
    • Didn't get to press Enter after database update.

      Does it matter after I upgraded that I didn’t get to press Enter after the database update (I think that’s what it said)? Should I rerun the installer one more time?

      Thanks,

      posted in General
      J
      jcook
    • RE: Fresh VM and Fog 1.2.0 install having issues with iPXE boot

      Good news, I have my 1.2.0 Fog server up again. After building my own ipxe kernel most of my machines can pxe boot properly. I used the bios and uefi @Sebastian-Roth made in that post and both seem to work. Its not asking me for the tftp IP any more and just registered/imaged/deplayed a few machines 😄

      posted in FOG Problems
      J
      jcook
    • RE: Fresh VM and Fog 1.2.0 install having issues with iPXE boot

      Just wanted to update everyone on where I got today. I was unable to get the trunk version of fog install per these directions: https://wiki.fogproject.org/wiki/index.php?title=Installation#Update_to_latest

      So remembering that the content filter was blocking stuff and fixing that let me register clients, upload and deploy images, etc (The only issue that remains is the being prompted for the TFTP server IP), I decided to fire up my attempt at rebuilding our old 0.32 Fog server, and it is doing everything I need it to. I am able to image, upload and deploy, and I never get prompted to put in the TFTP server IP. For that install my option 66 is the server IP as expected, and I am using pxelinux.0 as my boot file for option 66.

      I’m hoping that might make since to yall and maybe make something click as to what my problem was with new install (which was 1.2.0->upgraded to a version of trunk that I downloaded on 4/15/2016).

      If that makes you think of anything, or you have other questions let me know. Since my immediate need seem to be met for now I was planning on installing 1.2.0 again and fooling with it and see if I can figure out whats going on once I have caught up on other projects.

      posted in FOG Problems
      J
      jcook
    • RE: Fresh VM and Fog 1.2.0 install having issues with iPXE boot

      @Sebastian-Roth OK, thats what i figured but wanted to make sure. I am actaully following george1421 suggestions and setting up a fresh fog server with the trunk version. I will see what those defaults do, and then try out the custom kernel too if I need to.

      posted in FOG Problems
      J
      jcook
    • RE: Fresh VM and Fog 1.2.0 install having issues with iPXE boot

      Tom - Yes, I used this code in rom-o-matic:

      #!ipxe
      dhcp
      set next-server 172.18.164.6
      chain tftp://${next-server}/default.ipxe
      

      Does the file name matter? I have been make new name (ie: tom-undionly.kpxe) and not overwriting what was there any more.

      @george1421 I have upgraded from 1.2.0 to trunk revision 7188, but can do as you suggested and go straight to trunk on a new VM. I did use a m0n0wall router and made a test network on a unmanaged switch and 1.2.0 worked fine. I just don’t know enough to set up a new DHCP server that will work with my switches and vlan/subnets, etc. on my own. DHCP is handled by a Adtran Netvanta 3140.

      @Sebastian-Roth When I used the wiki article you mention, and Tom’s ipxe kernel I get something like “TFTP Error: File not found.” Just in case it matters, the filename the that rom-o-matic gives the file is “ipxe.kpxe”. Also I notice you say which options are yes and no, but some are ticked by default, if it isn’t listed either way in the wiki should I un-tick it?

      posted in FOG Problems
      J
      jcook
    • RE: Fresh VM and Fog 1.2.0 install having issues with iPXE boot

      Tom, when I use that iPXE kernel you suggested i get something similar to the following (transcribed from a video i had to freeze frame to catch lol) :

      
      tftp://172.18.164.6/default.ipxe... ok
      params: command not found
      Could not boot: Exec format error (http://ipxe.org/2e022001)
      
      

      Not sure if it matter, but my cell phone videos is hard to read the 0’s or 8’s in that url.

      posted in FOG Problems
      J
      jcook