• FOG server as a peer to peer set-up?

    5
    0 Votes
    5 Posts
    1k Views
    Z

    @george1421 Many thanks that was along the lines that I was thinking but you’ve confirmed my thoughts are correct. I’ll go ahead now and set it up. Thanks again.

  • Boot FOG on client PC using a special partition?

    36
    0 Votes
    36 Posts
    9k Views
    S

    @brakcounty Over all the details about GRUB I lost sight on what this topic is all about… The USB method uses GRUB as boot loader because it can be installed into MBR on the USB to be used to boot legacy machines. As I said before, the alternative USB boot method is not part of the official FOG stuff and has not had enough attention to be fully integrated yet. Not because it’s impossible to do but because we have way to many things on the list.

    Now that you use UEFI only in your setup you could skip GRUB altogether and directly boot using iPXE from the hard drive’s UEFI boot partition and should be able to use FOG exactly the way you would if it does PXE boot. For that you just grab one of the iPXE .efi binaries from your FOG server (e.g. /tftpboot/ipxe.efi) and but that on your disk’s EFI boot partition as \BOOT\EFI\BOOTX64.EFI (case doesn’t matter here as Windows will ignor it). When booting the iPXE binary will run its embedded script to get an IP from DHCP and chainload to the FOG boot menu.

  • PXE Boot into DELL PER-BOOT-ISO for updating Firmware

    6
    0 Votes
    6 Posts
    1k Views
    george1421G

    @Sebastian-Roth You have to remember that memdisk only works for bios based computers. FOG does not ship a uefi compatible version of memdisk. Also with memdisk that 2.7GB iso image needs to be transferred and fit into memory on the target computer.

    As I said if that IS the SUU disk it may not support netbooting. BUT on the PE620 if you use the lifecycle controller to update the system I know you can update the system from a USB stick with the files on it as well as link to an external repository. I just can’t remember at the moment if NFS is supported. I know ftp and CIFS is supported. If its NFS then the OP can just unpack the files in /images and access them via the lifecycle controller.

  • High and permanent load with no task

    12
    0 Votes
    12 Posts
    1k Views
    george1421G

    @Foglalt What would be interesting to know from a running windows OS, to look at the installed nvme hard drive. Were the computers that used that exact hard drive slow where the same model that used brand Y of the nvme drive OK? We seen this condition on a dell computer where they intermixed nvme drives on a single model.

  • FOG boot from ISO Centos with ks.cfg

    3
    0 Votes
    3 Posts
    388 Views
    I

    OMG it’s working I spent like 5 hours searching for a solution and now it’s done by your answer.
    you are the best bro thanks :)))))))))))))))))))

  • how to use Snapin in ISO

    3
    0 Votes
    3 Posts
    452 Views
    I

    @george1421 Thanks!, Got it…
    I will try your solutions it’s make sense.
    🙂

  • hello all, i am new to this forum

    2
    0 Votes
    2 Posts
    237 Views
    S

    @lelinh Hello and welcome to the FOG project forums. Have you got FOG installed yet? Which version? Anything we can help you with?

  • PXE menu customization fewer options and fewer questions

    3
    0 Votes
    3 Posts
    634 Views
    george1421G

    @fritoss007 I can give you a hackers approach at doing what you want with the registration process. FOG calls fog.man.reg to invoke the registration process. You can find the source of this program here: https://github.com/FOGProject/fos/blob/master/Buildroot/board/FOG/FOS/rootfs_overlay/bin/fog.man.reg

    If you understand bash shell programming you can make modifications to this program to alter it registration. I will give you a hint to use notepad++ to edit this file because windows notepad add extra windows junk into the file that will cause error messages during execution.

    So now you have this file how can you inject it into the FOS Linux booting process?

    You can do the recommended method to unpack and repack the inits as Sebastian outlined. Take a bit of the hacker approach and use a FOG pre-startup script (i.e. post init script) to copy the fog.man.reg from the FOG server to the FOS Linux disk as FOS Linux boots. If you look at this tutorial: https://forums.fogproject.org/topic/14278/creating-custom-hostname-default-for-fog-man-reg in the section called fog.patch.customhostname you can see how to “patch” FOS Linux as it boots.
  • LDAP authentication on PXE menu (with email support as username)

    10
    0 Votes
    10 Posts
    1k Views
    Tom ElliottT

    @fritoss007 This may help too, as I believe @Sebastian-Roth has made this script native to the github fogproject code, and can be run at any time:
    https://github.com/FOGProject/fogproject/blob/master/utils/FOGiPXE/buildipxe.sh

  • Include custom iso in pxe boot menu

    5
    0 Votes
    5 Posts
    2k Views
    K

    Just one thing, i can boot only on uefi. It’s a long story…

  • better web performance?

    17
    0 Votes
    17 Posts
    2k Views
    george1421G

    @george1421 said in better web performance?:

    … "I could just copy the 443 virtualhost as 444"but instead of creating a virtual host just setup https on your fog server. There is really 2 sides to this equation. First you have all of the fog inner workings of pxe booting and fog clients. Leave them on port 80. Second use your enterprise ssl certificates on the https port. (actually I’m going to be doing something similar in about a week to our fog server because more browsers are complaining about http sites.)

    I’ve started outlining a basic (hack) configuration here to add ssl support to the FOG sever without much pain or messing with PXE or FOG Clients. https://forums.fogproject.org/topic/14464/adding-https-support-to-fog-server-with-centos-7

    So far its working.

  • Update For Server

    3
    0 Votes
    3 Posts
    473 Views
    S

    @dijsil As you seem to have a fairly old version I would suggest you wait until we have released FOG 1.5.9! It’s got a fair amount of bugs fixed since 1.5.8 came out…

  • 0 Votes
    6 Posts
    754 Views
    S

    @p4cm4n This sounds like an interesting project. I hope that you deleted the posts not by intention!

    While I have not used wireguard myself yet it seems to be a nice tool and should allow you to setup things as you intend to. Might need some more considerations on where to place the VPN gateways in each network to get the routing right and not make it too complex.

    The slowest link between any one route of them will be 20 Mbps.

    A 20 GB image would take two and a half hours if you look at the plain numbers. I am sure it will take longer as you can’t have full speed all the time. It would even be wise to throttle replication speed to not lock up internet access for the offices. But if you don’t change images on a daily basis I reckon this is a reasonable setup.

    I would suggest you set Image Manager to “Partcline Gzip Split 200 MB” for the images. This way replication can pick up again if a connection break terminates the replication of an image half way.

    I’d like to be able to login to MAIN, and find the host sitting at Client C

    For this setup you install FOG in master mode and the main site and as storage nodes at site A, B, C, … but you need to know that capturing an image at a remote site will push this through your VPN tunnel to the master node directly! There is no way to capture “local images to a storage node only”.

  • Duvida sobre DHCP.

    2
    0 Votes
    2 Posts
    482 Views
    george1421G

    Sorry my Portuguese is not good so I’ll answer in english.

    If you have windows 2012 server you can configure it to support dynamic dhcp option 67. For windows 2008 you have no joy. For 2008 you can only pick bios or uefi booting. You can still make FOG work in your environment. You will need to install DNSMASQ on your FOG server and let DNSMASQ send out the pxe boot information.

    If you have Windows 2012 or later server you can follow these instructions for dynamic booting of bios/uefi: https://wiki.fogproject.org/wiki/index.php/BIOS_and_UEFI_Co-Existence#Using_Windows_Server_2012_.28R1_and_later.29_DHCP_Policy

    To instal DNSMASQ on your fog server: https://forums.fogproject.org/topic/12796/installing-dnsmasq-on-your-fog-server

    One doubt with DNSMASQ is if your client computers are on a different subnet than your fog server you will need to make a change to the dhcp-relay service on your router. You will need to add the FOG server’s IP as the last dhcp server in the dhcp-relay service list.

    Mod Note: Translation via Google
    Good morning, I have a doubt about dhcp, I am using fog as the right image server !, and using the dhcp server in Windows server 2008, I am having difficulties in options 67 where I put which file to use at boot, this is working all in how much, my doubt and the following is there any way that I can leave the boot options in the dhcp UEFI and LEGACY together, or every time I will have to change within the scope of DHCP?
    Thanks in advance!

  • Can we add "application" on a Default OS ?

    4
    0 Votes
    4 Posts
    507 Views
    S

    @j00k4 As I said, the fog-client can run so called snapins to do certain jobs for you automatically, like install software.

  • Grabbed the latest dev branch and got 1.5.9-RC1 is this correct

    4
    0 Votes
    4 Posts
    570 Views
    F

    Thank you guys. I have now got the latest RC 1.3 and found a problem. I made another thread about it.

  • 0 Votes
    4 Posts
    844 Views
    S

    @hillie Thanks!

  • Fog Printer Management

    3
    0 Votes
    3 Posts
    528 Views
    S

    @hillie Yeah, that’s probably the best information we have. Check it out and let us know if you feel it needs an update. You are more than welcome to give detailed feedback on what to improve on the documentation.

    I guess you wanna try out the PrinterManagerHelper as well. Though I have to say that it has not had much attention lately and I remember it giving inadequate information sometimes (in case of WDS port configuration, maybe?).

  • Win7 64 bits imager

    3
    0 Votes
    3 Posts
    407 Views
    S

    @phamdien said in Win7 64 bits imager:

    I know I have to update the Kernel for 64 bits but I do not want loose 32 bits Image.

    Why do you think you loose the 32 bit image when you update FOG to a more recent version? The image data won’t be upgraded to 64 bit or anything no matter what you do.

    I suggest you setup a fresh clean new FOG server using the most current version beside your old FOG server. See if you can set things up so you can switch between the both (mostly depends on your DHCP setup) and when you have it running properly you can move your image(s) from the 0.32 server over to the new one and keep your fingers crossed for them to still deploy. They really should and if they don’t we can still try to help and fix things in the most current version.

  • Duplicate SID Service Set Identifier

    2
    0 Votes
    2 Posts
    244 Views
    george1421G

    @MikeT That question is a bit broad. Can you make FOG duplicate the SID, yes don’t sysprep the image before you capture it with FOG. Does FOG specifically duplicate the SID, no. Fog doesn’t care about the target OS. It just copies disk blocks from the source location to the target location. It doesn’t really step into windows.

    So to answer your question a bit more directly. No the quality of your golden image determines if the SID is duplicated or not.

94

Online

12.2k

Users

17.4k

Topics

155.6k

Posts