• image deployment goes in continous reboot loop

    Unsolved
    3
    0 Votes
    3 Posts
    591 Views
    No one has replied
  • Replicating drivers across FOG servers

    Solved
    15
    0 Votes
    15 Posts
    5k Views
    Wayne WorkmanW

    @george1421 This close to release, I’d rather change absolutely nothing at this point.

  • Boot to Standalone FOG Server

    8
    0 Votes
    8 Posts
    3k Views
    Wayne WorkmanW

    @Tony-Fiorentino go grab any other computer and just try to capture it. See if it completes. If it does, it’s something with the machine you were capturing from.

  • Uploaded Images won't move from /dev to /images

    Solved
    16
    0 Votes
    16 Posts
    4k Views
    Tom ElliottT

    @fritoss007 No I did, but that doesn’t matter.

  • Error : attempting to update database failed

    Solved
    4
    0 Votes
    4 Posts
    3k Views
    F

    @froydo
    Many thanks Tom, that helped fixed the problem It works now and I have the image now in the server 🙂

  • User Tracker not working

    Solved
    11
  • ntfsclone-ng.c: NOT NTFS partition, ntfs mount error 5

    Solved
    7
    0 Votes
    7 Posts
    6k Views
  • image not showing up in list

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    Tom ElliottT

    @fredlwal What do you mean?

    When you create a definition, it just creates a reference point FOG will use to access the image.

    Typically, people create the definition, assign the definition to a host, and then tell that host to perform a capture task. As the host is in the tasking, the image is being captured on the server. This step is unnecessary if you copied the image from another location.

    The definition can be associated to any host though. It will use this definition during deploy tasks too.

  • Imaging a computer in UEFI mode doesn't add it in the boot order in the BIOS

    Unsolved
    9
    0 Votes
    9 Posts
    3k Views
    Wayne WorkmanW

    @THEMCV said in Imaging a computer in UEFI mode doesn't add it in the boot order in the BIOS:

    but when the computer reboots it doesn’t know how to get to Windows.

    That sounds like an exit type problem to me.

    At my old job, we had Optiplex 7040s, they imaged fine. If memory serves, set the UEFI and BIOS exit types to grub. Do this on the host’s general page via the web interface. If you have a bunch of them, this can also be done via groups.

    It could also be that you took the image from a BIOS type machine, and are deploying to UEFI type machines. In this case, you need to make sure the reference machine is setup exactly like the target machines are firmware settings wise.

  • Catching up to latest svn issues

    Unsolved
    3
    0 Votes
    3 Posts
    969 Views
    Wayne WorkmanW

    There is a client update.

    I remember you were the one that had load issues in the past. You’ll be relieved that the communications between the client & server have been reworked to be far more efficient. I think your load issues are behind you now.

  • Corrupted Image on Storage Node

    3
    0 Votes
    3 Posts
    840 Views
    Wayne WorkmanW

    I need to revisit the image integrity plugin.

  • Help with Full Registration

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    Wayne WorkmanW

    @K.Hays lol half a year later.

  • Fog 1.2.0 Instant Deployment tasks not starting on client

    15
    0 Votes
    15 Posts
    4k Views
    Z

    @Tom-Elliott Never mind I got it taken care of, it would seem that in the config.ini file underneath the taskreboot section the force restart the value must be set to 1. It also didn’t hurt to shorten the checkin time as well. Thank you and @Wayne-Workman for the help!

  • Server migration - Name changing issues

    Unsolved
    15
    0 Votes
    15 Posts
    3k Views
    Wayne WorkmanW

    A year ago maybe I tried using a snapin to remove the old client and install the new one. I didn’t have any luck, I ended up using the hammer for it (group policy computer based startup script).

  • Attempting to check in - Failed

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    F

    Good news I see the imaging process going through now. Problem fixed. Thanks Tom.

  • RC-36 Breaks FOG Client AutoUpdater?!

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    AngryScientistA

    The holidays have officially begun here, so I will be unable to check on anything until at least 1/5/2017

    But yes, I will perform all your recommended steps upon my return.

    Happy holidays everyone!

  • Cannot change language of management webpage

    Unsolved
    7
    0 Votes
    7 Posts
    3k Views
    Matthieu JacquartM

    Hi, I can’t help you, I’m French but I’m prefer to stay with english language
    I tried to choose French on mamagement login page and in fog settings - General settings change FOG_DEFAULT_LOCALE with French also, but any change on display language.

  • What's the password of iPXE root account?

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    Wayne WorkmanW

    @Maorui2k Package your own init using the source.

    You can chroot into FOS while it’s uncompressed and change root’s password, then exit, and package FOS into an init.

  • Trying to use fog on pc with 2 nic

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    Wayne WorkmanW

    This is a known issue. In systems with two NICs, the 1st NIC in iPXE isn’t always the 1st NIC in FOS (fog operating system). This messes with tasking. Also, I’m not entirely sure if both NICs or just the first NIC gets registered.

    A long while back, I suggested that we should loop through all the NICs in FOS and try to get an address on them one at a time, and with each one try to contact the FOG Server from each. Once a NIC is found to be successful, exit the loop and proceed.

  • Some Explanations In Regards to Snapins Requested.

    Unsolved
    2
    0 Votes
    2 Posts
    967 Views
    J

    Some clarifications:

    Snapins
    A snapin is simply a way to get the client to run an executable. So why is there no EXE template? Well on windows .exe can simply be executed as is without a helper program. So no snapin fields have to be set. Imagine snapins like this:

    Open a CMD prompt How do you want to perform your action? Is it an EXE? If so you just type MyProgram.exe and it runs. Want to run a batch script? You’d type something like cmd.exe /c MyScript.cmd. The bottom Snapin Command shows the end result of your snapin configuration

    Snapin Packs
    Now snapins are pretty limited, but that’s what legacy FOG was built with so we kept it for compatibility. In your post you say I generated a “SFX” silent printer installer that’s a work-a-round that snapins forced onto people. And when the new client introduced Linux and Mac support things like the SFX work-a-round were no longer viable as it’s Windows only.

    So we came up with a concept being being able to “pack” up multiple files and deploy them using the pre-built snapin system (ergo “Snapin Pack”). I’ll admit we don’t have the best documentation when it comes to things like Snapins and Snapin Packs but it’s community driven documentation. Where people think it lacks, they add to the documentation.

    @Wayne-Workman has done an awesome job providing almost all of the snapin pack documentation we have (https://wiki.fogproject.org/wiki/index.php?title=SnapinPacks).

    The basic idea: zip up a bunch of files you need, and provide 1 runnable file/script in that zip to handle everything (e.g. a batch script to move all of your printer driver files in place).

152

Online

12.4k

Users

17.4k

Topics

155.9k

Posts