• PXE-E99: Unexpected Network Error

    11
    0 Votes
    11 Posts
    1k Views
    george1421G

    @rlair23 I’ll raise your tutorial with one of my own: https://forums.fogproject.org/topic/9673/when-dhcp-pxe-booting-process-goes-bad-and-you-have-no-clue

    The next step is indeed to get a pcap of the pxe booting process. You can either use wireshark on a witness computer or for a bit more information since the pxe booting computer and fog server is on the same subnet use tcpdump on the fog server. This will collect both the broadcast and unicast messages between the fog server and target computer.

    You can either look at the pcap or post it to a file share site and DM me the link in the fog project chat. If you want to look at it I can give you where to look, though it would be quicker if I looked at it because there are a few exceptions.

  • FOG Server no longer UEFI pxe Booting

    4
    0 Votes
    4 Posts
    940 Views
    george1421G

    @rogalskij FOG uses the distribution’s tftp server. This is to ensure the services used by FOG is supported by your linux distribution vendor.

  • Log Viewer Permissions issue.

    1
    0 Votes
    1 Posts
    305 Views
    No one has replied
  • FOG Install PHP Failed

    7
    0 Votes
    7 Posts
    955 Views
    D

    Hi there
    I created a fresh VM with Ubuntu 20.04 and was able to get FOG up and running. Thanks for all your help! 🙂

  • postdownload script

    10
    0 Votes
    10 Posts
    1k Views
    JJ FullmerJ

    @geekyjm If your old fog server was on a version pre-ssl then it may have been pretty dated. There was an older update_unattend script where you would have to put the domain join password in plain-text. Now you can use the $adpass variable that pulls from the foghost’s settings. Then the domain password isn’t passed in plaintext in any script files. So you may need to update how that password is stored on your hosts under ad settings (I believe there’s a global method in the fog settings GUI) and then try again.

    I just started using the update_unattend postdownload script myself and was successful without having to have the password in plain text anywhere and the machines joined the domain.

    As @george1421 mentioned there may be more going on here, as there may be some new steps needed for your fog install, but we can get this working the way you’re expecting again none the less.

  • Snapins are empty

    4
    0 Votes
    4 Posts
    512 Views
    T

    I have found it, you cant see the advanced tasks from the task menu, but if you go into hosts, list all host, select the PC you want, then click Basic Tasks, then advanced, the options are all there. Thanks everyone. I just needed to ask the right question. @Wayne-Workman @george1421

  • Cannot get iPXE to connect to FOG Server

    31
    0 Votes
    31 Posts
    9k Views
    RAVR

    @george1421 Okay, I did the three commands you listed, but I think it failed on the second command. I would send you a log but I don’t know how to generate one from the terminal other than to copy and paste, and when I do that it doesn’t catch all the lines completely.

  • Debian install failed

    8
    0 Votes
    8 Posts
    2k Views
    george1421G

    @lacugo If you switch over to the FOG 1.5.9 dev branch (a.k.a FOG 1.5.9.115) it will install cleanly on Debian 11. But sadly not ubuntu 22.04 or centos 8 where php8 is the default install. AS of now FOG only supports PHP7.x until some code refactoring is done.

  • Image capture

    7
    0 Votes
    7 Posts
    712 Views
    O

    @george1421
    An other screen
    03.JPG

  • Virtual Fedora Server FOG install Issues

    4
    0 Votes
    4 Posts
    439 Views
    W

    @wayne-workman That worked. Could there be a change to the wiki in this case? I swear I spent far too long troubleshooting that.

    Thank you Wayne, for your assistance. I can get to the webpage now. I’m excited to use this tool!

  • Reset FOG gui login password

    3
    0 Votes
    3 Posts
    354 Views
    R

    @wayne-workman Thanks for the response. I just decided to start from scratch since I had a earlier snapshot.

  • Host Name Max Characters

    4
    0 Votes
    4 Posts
    799 Views
    george1421G

    @wt_101 Well juggling three with running chainsaws doesn’t make it a bad idea, does it?

    The 15 character limit is a windows NT thing. Since the majority of the folks that use fog for image deployment the developers have set it to 15 characters. If you have a use case where you need more than 15, I don’t see the harm in expanding it to more than 15 characters. That is the beauty of opensource. If it doesn’t work for you out of the box, if you have the skills you can change it.

    You just need to be mindful if you have to interact with windows that the computer name might get truncated 15 characters when the computer name is set.

    But also be aware that I don’t know of anyone who has tried to set computer names long that the MS defined standards either. Other things in FOG may break (thinking fog client if its hard coded at 15 characters).

  • Permission Denied on Boot.php

    6
    0 Votes
    6 Posts
    2k Views
    A

    @nickw Check if the real time clock is set correctly.

  • Capture Image partclone fail.

    25
    0 Votes
    25 Posts
    7k Views
    george1421G

    @sourceminer said in Capture Image partclone fail.:

    Suggestion: would it be a good idea to test these dirty flags prior to running the lengthy imaging process

    I know there is a check for the dirty bit before imaging starts, but that might only be on the OS partition. Looking in the code I see a resetFlags function that actually runs the “ntfsfix -d” command. I’m not sure how its applied. I know if your drive contains the windows dirty bit the imager will stop before it starts deploying anything. So its not clear why it didn’t catch the issue on the 4th partition. But I do have to say its rare that the recovery partition would have been shut down uncleanly.

    But in the end I’m glad you have it worked out.

  • after deploying image - no network driver

    25
    0 Votes
    25 Posts
    6k Views
    R

    great thanks @george1421 i understand now, basically to do this right, you need to sysprep using an unattended xml file which i dont do, so best case scenario is i can just leave the drivers there and install once im on the desktop,

    thanks again george

  • PXE boot stuck at "Initializing devices" on HyperV legacy boot

    6
    0 Votes
    6 Posts
    683 Views
    george1421G

    @riry Yes and no. Lets follow this tutorial https://forums.fogproject.org/topic/7727/building-usb-booting-fos-image

    Also look at the FOG Forum chat bubble for a few more hints.

  • Trigger a local script on the server from fog.imgcomplete

    4
    0 Votes
    4 Posts
    629 Views
    george1421G

    @zaboxmaster The short answer is no. That wiki page refers to FOG 0.3. That feature is already built into FOG 1.5.9 through a different method. At the FOG iPXE menu, you can select Deploy Image. You can thus deploy an image without registering the computer with FOG. A system reseller might use this feature to load a base OS on a computer then never see it again.

    There are a few caveats with this method. The big one is that the FOG client can’t be used because the target computer is never registered with FOG. So this means your image deployment needs to be complete and not use any function provided by the FOG Client. I can tell you in my environment I don’t use the FOG client. I use the windows unattend.xml to name the computer and connect it to AD. I use a FOG Post install script to update the unattend.xml file with deployment time settings (computer name, Domain OU, timezone, keyboard mapping, etc). So it can be done rather well without the FOG client.

  • Cannot find disk on system (getHardDisk)

    2
    0 Votes
    2 Posts
    268 Views
    george1421G

    @rubix8 OK there are a few things here, but lets try the easiest first.

    FOG has two components. One is iPXE. If you can get to the FOG iPXE menu then its not an iPXE issue. The second part once you make a selection on the FOG iPXE menu bzImage and init.xz are transferred to the target computer. That is FOS Linux. You should make sure your FOS Linux kernel is up to date. You do that via the Web UI -> FOG Configuration -> Kernel update. You should download 5.15.x series for both x64 and x32 kernels. That will (should) take care of the can’t get hard disk. If it does not then we will debug more.

  • BZImage Locking Up

    6
    0 Votes
    6 Posts
    438 Views
    george1421G

    @rayne Well this isn’t getting us to a solution then. The issue is between the uefi firmware and iPXE. If your firmware is up to date on this system (please check), then we will probably need to create a usb boot disk to load into FOG imaging. You will lose some capabilities that iPXE has but you can unicast image with this route.

    First check the firmware then if that is up to date I can give you guidance on how to create a FOG usb boot drive.

  • Power Management - Shutting Down

    2
    0 Votes
    2 Posts
    348 Views
    S

    @blueberry Cancel the shutdown task after a few minutes when those being on are shutdown. Don’t think there is any kind of logic within the FOG power management scheduler to detect shutdown clients and ignore those.

165

Online

12.3k

Users

17.4k

Topics

155.6k

Posts