• Snapins are empty

    4
    0 Votes
    4 Posts
    616 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
    11k 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
    860 Views
    O

    @george1421
    An other screen
    03.JPG

  • Virtual Fedora Server FOG install Issues

    4
    0 Votes
    4 Posts
    480 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
    388 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
    885 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
    8k 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
    7k 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
    797 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
    688 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
    297 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
    457 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
    397 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.

  • Upload Loop

    4
    0 Votes
    4 Posts
    690 Views
    N

    Hi, seems it was failing to update the DB at the end of the imaging,

    We reset the DB creds and now its working perfectly 🙂

  • Unable to Capture Image With Error : Cannot Read Partition

    11
    0 Votes
    11 Posts
    812 Views
    george1421G

    @pbelzile If you are running FOG 1.5.9 then M$ changed the disk structure starting Win10 20H2. They marked the recovery partition as non-movable. That causes resizing the disk a bit complicated when going from larger to smaller. FOG 1.5.9.115 (i.e. dev branch) has a fix for it so if you switch to the dev branch then you might work around it.

    Or removed that recovery partition because it has little value because in my opinion you can just reimage with fog faster than trying to save the OS by using windows recovery. Now there are times where based on your installed applications you need to save the OS for some reason, then boot from a usb recovery disk to try to revive the system.

    Now in your case, when you capture the image. On the largest partition watch to see if partclone is in raw mode. This is a block clone method that records all blocks on the disk. In this case you will get about the same size on disk in the captured image. Depending on the target OS, it might say ntfs or ext4 then that is file based capture. That capture value should be the size of the actual data on the disk.

  • Hard Copy of Images

    4
    0 Votes
    4 Posts
    500 Views
    T

    @sebastian-roth Ok - thank you - that works! ( I actually did see mention of this but did not quite follow through on testing it)

    ipxe boot issues with https enabled (I enabled https on the old server and it all went wrong).

    Ran into this issue again with new server this morning – looked at the system time of the pc, date was way off – corrected and booted fine…I gather system time + UEFI + https ipxe is crucial?

    Regardless, I appreciate the quick replies!

  • Bug for a quick registration

    2
    0 Votes
    2 Posts
    290 Views
    george1421G

    @ouédraogo Please update your FOS Linux kernel to version 5.15.x series for both x64 and x32. FOG UI -> FOG Configuration -> Kernel update.

    That should address this issue.

  • Fog shrinks partition to data size

    2
    0 Votes
    2 Posts
    284 Views
    T

    @trev-lchs it appears this was a one off and subsequent installs have not had this issue. So this one can be written off as solved. Seems the resize NTFS partition failed to work one time.

117

Online

12.3k

Users

17.4k

Topics

155.8k

Posts