• FOG gui log out even if option is set to no

    6
    0 Votes
    6 Posts
    2k Views
    T

    I think I had this problem with fog 0.32 also. Does fog stay logged in when you let a tab with the logged in fog home screen (with the graphs) run all the time and open new/other tabs for working with fog? (Didn’t monitor fog 1.2 and svn versions for this problem yet)

  • Reporting of various vulnerabilties

    Locked Solved
    2
    0 Votes
    2 Posts
    784 Views
    Tom ElliottT

    I’ve fixed many or all of these issues, though I’m sure others may still exist. Some of them I believe more of a “False positive” due to the number of variations of sanitization of data.

  • Best guide for Windows 7client preparation (and 8/10)

    9
    0 Votes
    9 Posts
    5k Views
    K

    also if you are creating a “universal” image and can spare an extra 10gb or so then look at “snappy driver” for deploying drivers. That is what I use for my “universal image”.

    for our Windows 7 image I did the following:

    *set up our “unattend.xml” using a workstation.
    *from within a hyper-v guest, install fresh W7 and boot into audit mode.
    *install base software (office, serif, any other site licenced products).
    *install FOG client
    *copy snappy drivers and download the packs.
    *configure setupcomplete.cmd to run my snappy driver .bat. This BAT autoruns snappy driver to install MISSING drivers, then deletes the folder of drivers when completed.
    *windows update
    *copy the unattend.xml created earlier.
    (I then “backup” my VM at this point so I can come back to it later)
    *sysprep shutdown and generalise
    *capture the image into FOG then restore VM from backup ready for the updates next time.

    To get snappy drivers to install, simply open it, update the packs, then in your setupcomplete.cmd call

    SDI_x64_Rxxx.exe -autoinstall -autoclose -license

    The batchfile also cascades into an RD and shutdown reboot at the end of it so it is self cleaning. NOTE I also shutdown the FOGClient service in my setupcomplete.cmd as I DONT want it to join the domain as soon as it sniffs the network! It will join the domain (and rename etc) AFTER the drivers have been installed and rebooted. The batch file also ensures our KMS key is added and I run slmgr /ato. I also add the office KMS key and activate that at the end too, whilst there are default KMS keys when products are installed, I have other images with MAK keys as some of our machines are destined to be unplugged from the network (exam machines etc).

    My image is a monster, weighing in at 40gb but works on every single machine I have thrown it on and they are pretty much ready to go (WSUS always has more updates on first boot)

  • adding new iPXE menu entry (trunk 5370)

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    K

    for crying out loud, im blind as a bat. Sorry. With all the “fog.” I missed my own on the bottom.

  • Questions before rollout aka UEFI/Secure boot

    3
    0 Votes
    3 Posts
    2k Views
    N

    Also please remember that UEFI is not necessarily Secure Boot. Secure Boot is an optional feature of UEFI, which you you will need to disable if you want to boot ANYTHING other than Windows. Yes, technically Secure Boot signing is available to the Linux community, but very few Linux kernels will ever work with Secure Boot.

    UEFI support handles the new method of using the hardware initialization and interaction which is much more efficient than BIOS, which is one of the reasons that an OS that supports UEFI can boot so much faster on a UEFI board. So yes, you can make FOG work with a UEFI ecosystem, but you will either need to disable Secure Boot on each workstation every time you want to boot it with FOG, or you will need to disable Secure Boot completely. Honestly Secure Boot is more of a benefit to consumers, and only helps prevent them from getting their bootloader hijacked. A company or enterprise network should have other security measures in place that help prevent and/or mitigate this risk.

  • Best version of Ubuntu for FOG 1.2.0

    33
  • Prep for new FOG

    8
    0 Votes
    8 Posts
    4k Views
    N

    The release will be soon©.

  • SourceForge svn is it working?

    2
    0 Votes
    2 Posts
    1k Views
    Tom ElliottT

    It works, but it is slow.

  • SVN trunk on CENTOS6.7 installation notes

    4
    0 Votes
    4 Posts
    2k Views
    K

    @cml didn’t know that. Thank you but it didn’t work. When I update the group of all it doesn’t “encode” the password. Going into any of the hosts and clicking the “eye” shows the password in clear. If this is saved on the host then it correctly gets encoded (after clicking the eye).

  • 0 Votes
    2 Posts
    817 Views
    Tom ElliottT

    You could also just put all hosts into a group, and update the ad information that way.

  • Storage Group questions

    1
    0 Votes
    1 Posts
    641 Views
    No one has replied
  • Recommend Settings

    2
    0 Votes
    2 Posts
    863 Views
    Wayne WorkmanW

    The installer sets most of those things for you, they work for probably 95% of environments. The exceptions to the rule are the really, really large environments where FOG services over 6,000 hosts.

  • SERVER PXE DIFERENT SERVER DHCP

    10
    0 Votes
    10 Posts
    6k Views
    Juan AntonioJ

    Solution to FOG in other DHCP server, using IPcop. It works with version 2.0.8 of IPCOP, in the latest version 2.1.8 does not work, track down.
    Edit in IPcop 2.0.8: /var/ipcop/dhcp/dnsmasq.local
    Add:
    ###############################################
    enable-tftp
    tftp-root=/tftpboot
    dhcp-boot=tag:!IPXEBOOT,undionly.kpxe,fog,10.0.0.5
    ###############################################
    Explanation of concepts;
    ##undionly.kpxe=boot file
    ##fog=Sever name
    ##10.0.0.5=IP
    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    By testing found the solution, just the line must be removed;
    tftp-root = / tftpboot

    So that would be this way;
    Edit in IPcop 2.1.5 & 2.1.8: /var/ipcop/dhcp/dnsmasq.local
    ############################################
    enable-tftp
    dhcp-boot=tag:!IPXEBOOT,undionly.kpxe,fog,10.0.0.5
    ############################################

    Tested on IPCop 2.1.8 and 2.1.5 versions.

  • clear encryption data missing

    Solved
    7
    0 Votes
    7 Posts
    3k Views
    Tom ElliottT

    I will add the note that this button will only present to you IF the pub key and/or the security token data is set for that host.

    The group option will always display the button though.

  • SVN trunk kernel panic

    Solved
    8
    0 Votes
    8 Posts
    3k Views
    K

    seems to make no difference, PIGZ 0 actually slowed down to 300. so ive bumped it to 6 with 4 cores and 4gb ram and will simply live with a 40 min upload. Imaging was quicker though, imaged at about 3gb/min, old partimage was about 2gb/min

    as for the server, htop is telling me that neither of the 2 cores are being taxed at all so the server probably could live with 1 core (im not starved of cores so not an issue for me).

  • Image Replication

    8
    0 Votes
    8 Posts
    4k Views
    PsycholiquidP

    I figured as much.

  • is it possible to Edit Full Host Registration Script?

    3
    0 Votes
    3 Posts
    2k Views
    falkoF

    when I said we I meant as in my office lol, but that’s great thanks. I shall take a look at this in the week

  • Remove legacy client and install 0.9.5 client

    17
    1 Votes
    17 Posts
    10k Views
    d4rk3D

    I’ve already upgraded all of my clients, I was just genuinely curious to know if any easier methods existed 🙂

  • Windows ativation with FOG Service

    3
    0 Votes
    3 Posts
    1k Views
    D

    I use FOG 4469

    I need to activate machines in the following situations:
    Multiple machines with the same key
    Multiple machines with different keys
    Activate computers after imaging for that in the future, I can replace them.

  • General question about FOG

    7
    0 Votes
    7 Posts
    3k Views
    Z

    @Uncle-Frank said:

    I see that FOG works on Ubuntu 14.04 LTS. Do you have a preference for the distrib (and version) ?

    I know people using FOG on ubuntu. It has some minor issues with mysql breaking sometimes. I use it on debian - works fine. CentOS and Fedora are also fine. Depends on what you prefer, really.

    I’m ok with Ubuntu and Debian.
    So I’ll run it on Debian if it’s not likely to have issue.

    Ps : The forum is really nice to use ! Really smooth !

63

Online

12.7k

Users

17.6k

Topics

156.9k

Posts