• Imaged Laptops and Desktops not connecting to the domain.

    Solved
    9
    1 Votes
    9 Posts
    3k Views
    Wayne WorkmanW

    @dolf Perhaps this deserves a video.

  • No resizable partitions found error

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    M

    @Wayne-Workman The problem has been solved. Thanks.

  • 0 Votes
    88 Posts
    62k Views
    Wayne WorkmanW

    @mabarton I briefly went over this thread because it’s been a while. Have you individually tried every EFI exit type?

  • Services are not running. Where are the logs?

    Solved
    21
    0 Votes
    21 Posts
    6k Views
    dolfD

    I’m on Ubuntu 14.04 though…
    Anyway, it’s working with php5.

  • Printer Deployment

    47
    0 Votes
    47 Posts
    23k Views
    Wayne WorkmanW

    @Joe-Gill Great job. Boo @Microsoft. Booooo

  • PostDownload Script - Question

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    george1421G

    @jayrob86 this is where it gets a bit complicated if you want to reverse engineer stuff.

    The post download scripts are saved on the FOG server, but they are executed by the FOS engine (the linux operating system that captures and deploys images to the target computer).

    So to answer your question, the function.sh script is in the init(s) (virtual hard drive that is downloaded to the client along with the kernel (bzImage) when pxe booting).

    So you next question may be how can I peek into the inits? There is a wiki for that: https://wiki.fogproject.org/wiki/index.php?title=Modifying_the_Init_Image

    The file is in /usr/share/lib/fog (or something like that, its in /usr/share…)

  • Quick or Full Host Registration fails - screen goes black

    26
    0 Votes
    26 Posts
    10k Views
    K

    @Tom-Elliott Sorry for the delay - I am on an isolated network for my FOG Server - so right now only 3 machines in the FOG environment.

  • PC Name changing

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    L

    @Tom-Elliott All fixed and working thanks all can be marked as solved!

  • New to Fog setup and need help

    8
    0 Votes
    8 Posts
    3k Views
    S

    Personally, I would setup a test FOG environment just get FOG working.
    I was in the same boat quite a number of weeks ago.
    Setting up FOG on your established network will be tough to get right.
    Use the standalone approach firstly.
    It probably took me 40 to 50 hours of work to get a solution.
    Last week using my Fog server , I was able to image 50 PCs in Win7 Sysprepped mode ready to join the domain.
    My breakthru was seeing FOG actually working when I used a VMbox setup on my own PC following a YouTube tutorial.

    good luck

  • Images Table

    Unsolved
    6
    0 Votes
    6 Posts
    3k Views
    S

    When I can, I will be copying the sql table over to the new server.
    I will update as to success when trying to push an image out.

  • Fog Reports not exporting to PDF or XLS

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    maveriickM

    DANG… Once again stupid I feel … Tried to update VIA SVN but original install install was GIT. Ran update on GIT and pow fixed.
    Close please… LOL

  • fog creates thousands of new empty images - after one deletion

    Solved
    16
    0 Votes
    16 Posts
    4k Views
    H

    @Tom-Elliott And you can’t calculate all the hours you’ve saved for other admins.

  • 1.2.0 to 1.3.0 Failed!! libapache2-mod-php5 Failed!

    Solved
    17
    0 Votes
    17 Posts
    9k Views
    L

    @george1421 So sorry for the late reply (2 months even) but this sorted my issue out

    Thanks

  • Migration from 0.32 to 1.3.0

    Solved
    17
    0 Votes
    17 Posts
    5k Views
    J

    @Tom-Elliott I have to say, FOG has some of the speediest devs 🙂 Y’all do great work. The migration from 0.32 to 1.3.0 was pretty straight forward and worked quited well. To be honest, I had expected more issues since I made such a big jump in versions but they were minor and easy to fix. This is a testament to how dedicated the FOG team and community are to this project.

    For anyone still running 0.32 (if I was not the last hold out), the migration is straight forward. Follow the directions on the wiki and you will be up and running in no time.

    Thanks for the help everyone.

  • Azure AD Join?

    3
    0 Votes
    3 Posts
    2k Views
    J

    @kenoboy

    Short answer: Not with the client, but perhaps with some post-sysprep script.

    Long answer: Azure AD is not your standard enterprise directory service system. A directory service is meant to manage things like identity, workstations, security, network policies, and so on. It is also standard for a directory service to provide the LDAP protocol for authentication (Lightweight Directory Access Protocol). This is what the client leverages to join Windows Server AD, Apple Open Directory, Samba, and any other LDAP compliant directory service.

    Azure AD only focuses on the identity portion, and one of its main uses is as SaaS (Software as a Service). As such it has no need to provide LDAP support. Instead it provides modern web-tech based protocols via REST api and such. It’s used to integrate with other software and provide a SSO interface.

    Azure AD and your standard LDAP domain are fundamentally different, and as such the client cannot join it. Instead you may need to use a script that runs after sysprep completes (setupcomplete.cmd). A quick Google search results in this article: https://azure.microsoft.com/en-us/documentation/articles/active-directory-azureadjoin-devices-group-policy/ . I haven’t looked through it in detail, but it appears they are using a powershell script to join Azure AD.

  • Fog client confusion

    31
    1 Votes
    31 Posts
    11k Views
    Tom ElliottT

    For future people.

    I realize this posting is a bad example of things. But it must be noted. All I personally care about with fog is that the main elements operate.

    E.g. Capturing/Deploying images is working, (not the text behind it), the server is sending and working properly with the FOG Client (both legacy and new), and the like. Text that has NO impact on these elements don’t matter to me. What was coded there before I even started developing for this project is likely what was/is used.

    Now that FOG is on GIT, it doesn’t have to me ONLY me making changes. If I disagree with changing the text, it’s not likely anything I’m going to disregard if a pull request is made for it. This is what really got me. I don’t care what the text is, and why – especially if there’s real issues to take care – do I have to be the one to make these changes?

  • iPXE boot problem on latest DELL stations

    7
    0 Votes
    7 Posts
    2k Views
    george1421G

    @arnaudrigole Please ensure that if you have STP enabled on this “test” port, you must ensure one of the fast STP functions are enabled either RSTP, Port Fast, or Fast STP (depending on what your building switch maker calls it). Or just disable STP on the “test” port to see if that fixes your problem. I would suggest leaving STP on and making sure one of the fast protocols are enabled.

    We have also seen GreenEthernet (802.1az) cause problems with the FOS engine.

    Out of curiosity, what make and model is your building switch?

  • New Kernel download error

    4
    0 Votes
    4 Posts
    1k Views
    S

    @Tom-Elliott Ever seen this Download failed: filesize = 0 error? I haven’t…

  • Image failed to restore and exited with exit code 0 (writeImage)

    4
    0 Votes
    4 Posts
    3k Views
    S

    @cojohnson The message Image failed to restore and exited with exit code 0 usually means that something went wrong when running partimage. Can you please get your camera ready for when the blue partimage window comes up. Take a quick picture or possibly a (steady) video) of the error you see on that blue partimage window. That probably will help us a lot.

  • Xerox Printer Deployment W/ Fog Trunk

    3
    0 Votes
    3 Posts
    1k Views
    J

    @Wayne-Workman

    Wayne, you made my day! Thanks!! You guys are awesome!

    Cheers,

    Joe

104

Online

12.4k

Users

17.4k

Topics

155.9k

Posts