• Update-FogObject / Powershell module use

    Solved
    7
    1 Votes
    7 Posts
    2k Views
    mparletteM

    @JJ-Fullmer I love your PS module, great work! I am still hammering away on things. and I will let you know if I run across anything else like this. I have been able to make a neat script in less than 200 lines that does a lot based off of a CSV input file.

  • PXE boot after Inventory

    2
    0 Votes
    2 Posts
    297 Views
    S

    @Horus As far as I know there is no general way to manipulate BIOS boot order. Some manufacturers provide tools for that but they are specific for that hardware and can’t be used on different ones.

    You might just set the PCs to always PXE boot - we suggest to do this anyway. In case there is a task scheduled for a PC it will boot into the task. Otherwise it chainloads to boot from the local hard drive. Usually works for most systems.

  • Capture and Deploy iMac Images

    3
    0 Votes
    3 Posts
    912 Views
    Q

    FOG can clone them, I’m not sure how well it works in practice, though. I don’t think they can be resized automatically, so they’d be captured full size, however.

  • How to Add Boot to MEMDISK Option - Syntax Question

    19
    0 Votes
    19 Posts
    4k Views
    C

    George,

    Thanks for the ideas. I am going to try to build my own customized LIVECD version and see if I can get it to run. Will report back (will most likely take me a while!).

    Thanks for the insight.

    Colin

  • Donate but not with paypal ?

    5
    0 Votes
    5 Posts
    1k Views
    Tom ElliottT

    @x23piracy If you want to deal with the logistical elements of doing such a thing, I can’t really stop you. I think most would worry, however, that the money they send to a third party never making it to who they intended to receive it.

  • SORRY, but I give up testing FOG

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    george1421G

    Moderator note: Locking thread

  • Getting inventory from all PC.

    7
    0 Votes
    7 Posts
    2k Views
    S

    @FrancoDin said in Getting inventory from all PC.:

    Ok, I was thinking maybe some thing about the dchp, when the PC are on. I guess there is no way.

    What exactly do you mean by that?

    If you can grab all the MAC addresses from your DHCP server then you could compile a list of hosts to import to your FOG server or just run a wake on lan utility to wake those PCs for you. You still need to do the modifications @Taspharel suggested to have the clients go straight into quick register. After that you could do another round for hardware inventory…

    So I guess it is possible but needs some work to be done by you. We don’t have a ready set solution for you I am afraid.

  • legal issue

    4
    0 Votes
    4 Posts
    784 Views
    Tom ElliottT

    @AndrewG78 while it is true that you can incorporate our product with yours, the only request (and I believe it is covered in the GPL as well) is that you credit our software and links to our software as being included.

    This way people know for things related to FOG directly know to come to us for support needs.

  • how to clone a windows drive without sysprep

    4
    0 Votes
    4 Posts
    557 Views
    Q

    @robertkwild To clarify, I’m not sure if that’s what’s causing it, just an idea to try out.

    You can do a clean shutdown with shutdown -s -t 0

  • Quick register of Host removes Graphic driver

    6
    0 Votes
    6 Posts
    894 Views
    george1421G

    @WalterT said in Quick register of Host removes Graphic driver:

    after installing a correct graphic driver, this problem is gone. Seems to be an issue of the Intel NUC mini PCs which use a graphic driver that is not contained in windows 10 basic installation.

    I have seen this many times.

    For FOG you can look into driver injection method or include the drivers as part of your golden/reference image.

  • FOG does not do the expected actions

    5
    0 Votes
    5 Posts
    955 Views
    W

    @WalterT
    ok
    now i have TWO hosts and also two physical maschines, one captured the image from and one deployed on it.

    Hosstname on both machines different to the database. How to change? Client Service not installed.

  • shutdown after full registration

    3
    0 Votes
    3 Posts
    776 Views
    george1421G

    @Sebastian-Roth I would think if one only wanted the system to shutdown after a full registration you could update the iPXE FOG Menu item for full registration and add in shutdown=1 to the Boot Options field.

    I have not personally tried doing that, so its only an educated guess.

  • Didn't get to press Enter after database update.

    2
    0 Votes
    2 Posts
    254 Views
    george1421G

    Yes you should rerun the installer. The update database gets the system ready for the second phase of the update done back in the linux console. If you stopped the installer waiting for the database update and then happened to hit ctrl-c and exited the installer your system will only be half way setup. There is quite a bit of actions happening after the database is configured.

  • Adding a Extra-Step on the boot menu

    4
    0 Votes
    4 Posts
    666 Views
    J

    It will be better if you provide further info.
    While you are trying to figure it out, I’ll be busy setting up a wireless dog fence in the backyard.

  • 0 Votes
    2 Posts
    261 Views
    S

    @nguyenhaongnam You are right, so far FOG does not impose password complexity rules. Probably something we can add. But I am wondering what exactly your project is about? I am asking because there is no access control build into FOG either. One of our active users created a plugin (see here) but it’s not used widely and I am not sure about it’s current state.

  • creating new menu option in fog PXE

    8
    0 Votes
    8 Posts
    5k Views
    R

    lovely stuff, job done -

    kernel http://fog/listing/centos7_1804/images/pxeboot/vmlinuz ks=http://fog/listing/centos7_1804/ks.cfg
    initrd http://fog/listing/centos7_1804/images/pxeboot/initrd.img
    boot || goto MENU

  • Capturing centos install

    3
    0 Votes
    3 Posts
    387 Views
    R

    How do I setup my fog server so that it deploys the kickstart file to a host via PXEboot

  • Images on remote server

    7
    0 Votes
    7 Posts
    662 Views
    S

    @Daan To use FOG within a proxmox OpenVZ container you need to make sure NFS is loaded an enabled on the host system first:

    # lsmod | grep nfsd nfsd 312315 14 # grep nfsd /proc/filesystems nodev nfsd

    Now enable NFS for the container as well ($CONTAINER_ID is just a variable, put in the real ID of your container):

    # vzctl stop $CONTAINER_ID # vzctl set $CONTAINER_ID --feature nfsd:on --save # vzctl start $CONTAINER_ID

    As well make sure to set the network up as bridge (veth instead of venet) so wake on lan and multicast will work properly.

  • Thanks

    1
    0 Votes
    1 Posts
    217 Views
    No one has replied
  • Bulk editing hosts

    4
    0 Votes
    4 Posts
    769 Views
    Wayne WorkmanW

    @george1421 said in Bulk editing hosts:

    If you are going to mass update the database like this, stop apache and php-fpm first, then run your update, and finally restart php-fpm and then apache. Both php-fpm and apache cache database values for faster access. You are changing the underlying database but its not seen in the UI because of the cache.

    #wiki worthy.

156

Online

12.3k

Users

17.4k

Topics

155.6k

Posts