• Resizeable ?

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    Wayne WorkmanW

    This is related somehow to image replication. There is a much more specific thread here: https://forums.fogproject.org/topic/6296/replication-to-storage-nodes-not-working-trunk-version-4487

    Solving this thread as there was never anything wrong with resizable images on this fog revision.

  • imaging across the network

    4
    0 Votes
    4 Posts
    2k Views
    george1421G

    @fredlwal You will need to help us understand a bit more about your network. How is the network (distant) different than the network in the building you are?

    Is there a router or firewall that isolates your building network from the rest of the network?

  • turning off DHCP on a standalone network

    Solved
    14
    0 Votes
    14 Posts
    6k Views
    Wayne WorkmanW

    @fredlwal said:

    @Wayne-Workman said:

    undionly.k

    So for option 67 do I still have to copy /tftpboot file undionly.kkpxe or just type that in the string value?

    Just type in undionly.kkpxe for option 067 and the FOG server’s IP for 066. You don’t need to copy anything.

    @fredlwal said:

    @Wayne-Workman and does this have to be placed on all dhcp servers at each building?

    Only on the ones you want to use with FOG. If you have slow WAN speeds, you might want to setup a storage node at each location and setup the Location plugin.

  • Big thank you

    5
    2 Votes
    5 Posts
    2k Views
    george1421G

    For the reference image build out, I have our setup configured to build the reference image completely using a single set of task sequences. That task sequence lays down the image (on the reference image) runs the windows udpates, installs office, vc runtime libs, and all of the other applications then runs a final windows update. Without the windows updates I can build the reference image in about 20 minutes. With the windows updates it takes about 14 hours (no problem I just start before I go home). Then once that is done I sysprep the image and capture with FOG.

    Now I didn’t mention the drivers. In our case when we setup the reference image, we tell windows to look in the c:\drivers folder for any drivers. Then during OSD (OS Deployment) after FOG lays the image down on the target machine we run a fog postinstall script that picks up the model of computer and then copies the right drivers onto the target computer (c:\drivers). That saves us from having 15GB of drivers (12 Dell models worth) inside our captured image. Our golden image is about 15GB in size using this process. Also we can add new models without having to recapture the reference image. We do rebuild the reference image once a quarter to pick up the latest windows updates and to include updated add on applications (i.e. flashplayer, java, etc.) when required. But with a fully automated reference image build there is no heavy lifting to rebuild the reference image.

  • Mass Enable Services

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    Scott BS

    Excellent thanks!

  • 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
    677 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
    4k 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
    891 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
    661 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
    540 Views
    No one has replied
  • Recommend Settings

    2
    0 Votes
    2 Posts
    723 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
    5k 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
    2k 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
    2k 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).

158

Online

12.3k

Users

17.4k

Topics

155.6k

Posts