• NEW GUY

    2
    0 Votes
    2 Posts
    309 Views
    george1421G

    @mike-S Your simple question has a lot of content behind it.

    Fog does have a function to install applications or run programs on the target computer. Fog doesn’t care about applications or customization. That is up to the IT Tech to properly configure. Must windows application support MSI installation. This MSI installations support command line options to configure the application. Other applications (like adobe acrobat reader) have a customization program that creates a profile ini file that is used during application installation to configure the applications. MS Office has a similar configuration tool.

    So can FOG deploy applications, yes. Can FOG deploy application customizations, yes (as long as the application has been preconfigured). Can FOG customize applications, No.

    If you would have mentioned the application there may be instructions online about how to configure. If you want to google yourself, search for “Unattended install” and your application name.

  • ipxe https

    12
    0 Votes
    12 Posts
    2k Views
    Q

    You’re trying to pull something from the images folder over https, but https isn’t configured to serve that location.

    Think more along the lines of /var/www/fog

  • [Seeking Volunteers] Bench Testing! Our trip to the best results!

    49
    +0
    1 Votes
    49 Posts
    27k Views
    M

    @Junkhacker
    Checking it out!

    We had to move our workspace around the office…

    Edit: We got sick interns, colleges on vacations 😞 having a hard time scraping time together.

  • Failed to Get IP via DHCP

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    george1421G

    @Chuck2000 Ok that’s probably the best solution especially with the newer hardware that is coming out. But some like to hold onto the old versions of fog for some reason. I guess if it isn’t broke don’t fix it.

  • dhcp issue - Lenovo E73 - Realtek RTL8111GN

    2
    0 Votes
    2 Posts
    196 Views
    S

    @alexsanderngaongo Try connecting a dumb mini switch between that machine und your building switch. Quite often this makes a difference. From there we can start losging into what’s causing this.

  • Moving and upgrading FOG install at the same time

    8
    0 Votes
    8 Posts
    1k Views
    Q

    @Derek-Newbold Good to know that php-fpm is installed and running! (Speaking of running processes, what does CPU and RAM usage look like (for processes such as apache, mysql, php-fpm, etc) when you try to do something that takes a long time for you?)

    Odd that you’re experiencing performance issues despite this. Though number of clients could contribute to this.

    If you have a bunch of hosts/clients, it’s also possible your database has grown quite a bit over time which can slow things down a bit.

  • Hello Fog 1.5.6 for different hardware

    3
    0 Votes
    3 Posts
    596 Views
    M

    @dangquan091

    Sysprep your windows before capturing.

    *Open CMD (As Administrator)
    *Enter command: cd C:\Windows\System32\drivers
    *Enter command: sysprep /oobe /generalize /shutdown

    System will shutdown. DO NOT BOOT INTO WINDOWS! capture image!

    Source: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/sysprep-command-line-options

  • 1 Votes
    8 Posts
    2k Views
    M

    @Sebastian-Roth Thank you so much! we will work on it 🙂 i will report back asap.

  • Problems with Solid State Drives?

    3
    0 Votes
    3 Posts
    637 Views
    Q

    There were some issues with NVME drives in the past that have since been resolved. I do recommend updating to the latest version for best results.

    If it’s just SATA SSDs then it will function just as if it’s a spinning disk in how it’s treated in terms of image capture and deployment.

  • Mounting and booting an NFS provided Linux root

    7
    0 Votes
    7 Posts
    5k Views
    george1421G

    @johnny_verdane

    Defogging: FOG does modify iPXE binaries by adding a boot script embedded into iPXE. That script is here: https://github.com/FOGProject/fogproject/blob/master/src/ipxe/src/ipxescript Its used to chain to default.ipxe on the tftp server. If you look in that script on the fog server that is how it gets to boot.php. With iPXE boot loader you can transfer files over tftp, http(s), nfs with the way FOG has it compiled. FOG uses the http protocol to load FOS Linux because http is faster than tftp and is routable across subnets. But you don’t need http or apache to boot your only custom linux, tftp will work just fine. You could use the rom-o-matic site to build your custom iPXE binaries and not even need to setup that build environment for iPXE https://rom-o-matic.eu/ Just understand that you can use the FOG iPXE binaries too, you just need to add your iPXE code to default.ipxe in the tftpboot directory of your tftp server. Its just one less thing to mess with.

    Security: One of the advantages of the buildroot approach is that since your OS will run out of memory its a bit stateless. If the running environment becomes compromised, when you stop the system or reboot the compromise will not be saved since everything runs out of RAM there is no persistence. Plus since the initrd is packed you can’t simply drop a file in its boot media. The bad guy would have to unpack the inits, make the modification and then repack the inits. While its not hard to do, its not easy either.

    Anyway, it sounds like you have a fun and challenging project. I wish you the best.

  • Questions about FOG Storage Node Installation and Use

    4
    0 Votes
    4 Posts
    1k Views
    george1421G

    @Derek-Newbold ok here goes…

    firewall: yes those ports are correct. With just a comment. Remember that a FTP session is a two way street. Port 21 is used as the command channel and the remote site will connect back to the master fog server over port 20. FTP is a well known protocol so your firewall guys should already know this.

    Location plugin. I was going to say nope, we don’t have anything… but then I look on the FOG Project wiki page: https://wiki.fogproject.org/wiki/index.php/Location_Plugin

    What fog has issues with is changing the imaging LAN ip address after FOG is installed. As far as FOG is concerned that second interface is invisible. So its address can be assigned by dhcp, there or not it doesn’t matter as long as when its connected the fog server can reach the internet to download any packages needed from the host OS’ repo. Now don’t get me wrong you “can” change the fog server’s IP address after fog is installed but there are a number of places you need to change and then rerun the installer to fix the rest.

  • help

    2
    0 Votes
    2 Posts
    634 Views
    george1421G

    Well the answer isn’t clean no matter which route you take. You have to remember that FOG doesn’t really care about user data or host OS. FOG (FOS Linux) is linux based so it really can’t step into the MS Windows world other than copying files to and from a MS Windows mounted disk. FOG (FOS) has no concept of user’s profile data.

    With that said I can think of 2 routes. One involves FOG and the other is strictly a Windows activity.

    For the MS Windows only solution use USMT (MS Windows User State Migration Tool). You run this from inside windows as an admin to backup and restore user profiles to a network file share. It works well for both same system user migration such as when the same computer is upgraded from Win 7 to Win10, as well as a different system migration between two computers. You can use USMT interactively of deploy the USMT Save State and USMT Load state functions via a FOG snapin or any other package deployment tool like PDQ Deploy.

    Now for a FOG only solution. This task would be done with one of FOG postinit scripts. Where the script would mount the windows 😄 drive and rsync the c:/users directory to a remote NFS file share before the image is deployed to the target computer. Then after the image has been pushed use a FOG postinstall script to rsync the files back to the c:/users directory. This is not a very clean solution because ms windows won’t have the connection between the windows user account and their home directory.

  • Problems with Solid State Drives?

    3
    0 Votes
    3 Posts
    608 Views
    X

    Thanks for the information. Relieves some of my worries.

  • Bandwidth line colours

    7
    0 Votes
    7 Posts
    2k Views
    C

    @Hanz Amazing, thank you! worked a treat.

  • Fog Basic User

    4
    0 Votes
    4 Posts
    513 Views
    A

    The access Control Plugin was exactly what I was looking for. Thanks! I didn’t know about the plugins.

  • Client Stop at: Starting haveged: OK

    Locked
    2
    0 Votes
    2 Posts
    323 Views
    george1421G

    [MOD Note] Duplicate post from here: https://forums.fogproject.org/topic/13451/client-stop-at-starting-haveged-ok I’m going lock this thread. All comments should use the link thread.

  • Client does not stop at FOG menu

    2
    0 Votes
    2 Posts
    401 Views
    S

    @jrprajapati What do you mean by directly? No three second delay?

    Is this a fresh install? Which version of FOG? Is the client registered already?

    Please open the following URL in your browser and post the text you get here: http://x.x.x.x/fog/service/ipxe/boot.php (put in the FOG server IP instead of x.x.x.x)

  • Fog 1.5.6 for different hardware

    2
    0 Votes
    2 Posts
    468 Views
    george1421G

    @Olduser What the image sysprep’d? Did you include the 9020 drivers into your golden image? But the likelyhood if you sysprep’d the image then the native win10 drivers will probably work on the 9020. Other issues, is the 7760 in uefi or bios mode? The same goes for the 9020? You can only capture and deploy uefi based images to uefi base target computers. You can’t mix bios hardware with uefi captured images.

  • 0 Votes
    4 Posts
    1k Views
    Tom ElliottT

    @Razuel remote management is what it sounds like. Public facing meaning the fog server is accessible from the internet.

    While technically possible to image, it really wouldn’t be the best experience. By remotely managed we simply mean you can change the host name, tell it to join a domain, configure printers, set up snapins, and that kind of thing. I wouldn’t recommend imaging over the internet as it would be constrained by your internet upload speed and the remote sides download speed.

    Usually download speed is fine anywhere but upload is typically limited much more so.

  • FOG : Main sites and Branches organisation

    14
    0 Votes
    14 Posts
    4k Views
    P

    @george1421

    Thanks, I’ll give a look at it this weekend.

143

Online

12.6k

Users

17.5k

Topics

156.4k

Posts