• FOG clone IP address issue (holding onto cloned IP)

    Solved
    12
    0 Votes
    12 Posts
    4k Views
    H

    Glad to help 🙂

  • Changing image to a group, I get " There is a host in a tasking "

    Solved
    3
    0 Votes
    3 Posts
    824 Views
    L

    @wayne-workman said in Changing image to a group, I get " There is a host in a tasking ":

    Commands

    I ran your command, it works, thanks

    Next time, I will try after each command line

  • Snapins does not deploy

    5
    0 Votes
    5 Posts
    2k Views
    Wayne WorkmanW

    @jhalbert said in Snapins does not deploy:

    an I reset encryption on 600 pcs? Can I use a script or is their a place where I can reset them all?

    Use the web interface - put all of them into a group called “all” and use the group to reset the encryption on them all.

  • Snapin Error

    12
    0 Votes
    12 Posts
    3k Views
    S

    @wild1 said in Snapin Error:

    without specifying the ip address of the Fog server the client install had a certificate error.

    What exactly do you mean by that? Do you know about the installer options? See here: https://wiki.fogproject.org/wiki/index.php?title=FOG_Client#FOG_Client_0.10.0.2B_Installation_Options

  • Don't want host registration.

    11
    0 Votes
    11 Posts
    3k Views
    S

    @clickwir said in Don't want host registration.:

    We aren’t looking for a way to manage multiple images of each OS on each server. All we want is to PXE boot a server, get a list of OS’s and start the install. The changes to a server between each OS install are significant enough that an image won’t work, most of the time.

    Why would you use FOG for that? Just setup a DHCP and TFTP service on a server and you’re done
 Maybe add apache/nginx and NFS to also server files through HTTP and NFS. All fairly easy to setup by hand and no need to have all the PHP/MySQL/FTP foo that would come with a full FOG install.

  • Problems after changing fog server IP

    Solved
    9
    0 Votes
    9 Posts
    4k Views
    Wayne WorkmanW

    Just adding here that the updateIP tool does all of this stuff for you automatically
 🙂

    All you gotta do is update your OS’s IP address according to the distribution documentation you’re using - then run the tool. The rest is magic.

  • Windows 10 is not activate after cloning

    Solved
    10
    0 Votes
    10 Posts
    4k Views
    x23piracyX

    @julienl yes, sorry found their existense, didn’t knew about that versions. Sorry for that confusing stuff.

    Regards X23

  • Remote Session

    Solved
    7
    0 Votes
    7 Posts
    2k Views
  • Deploying an Image to a Dell Optiplex 7050

    Solved
    17
    0 Votes
    17 Posts
    6k Views
    x23piracyX

    Hey,

    i was remote on the system and we installed the current RC (switched to dev branch).
    Helped him out with some sysprep lines, added to stop fog service, set it to disabled and so on.

    Seemed to work well but he still has a problem with the dell’s 7050’s but i have the feeling we have that spanning tree problem like here:
    https://forums.fogproject.org/topic/10512/dell-optiplex-7050-fails-to-pxe-boot

    This is what he gets when trying an 7050:

    Bild Text

    The op will ask his network admin for a check, i suggested to connect fog and the client with a dump switch and then to the environment. This is not done yet.

    The initial problem with the dell 7050’s isn’t solved yet!
    @msaglioc99 any chance to give the thread subject a better name (subject) about the problem?

    Regards X23

  • Problem on Capture a OS Type Linux Ubuntu 16.04

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    S

    @jodantiger Well you better tell me how this partition layout was created. How would I know


    Maybe try mounting it while you are in debug mode

    mkdir /mnt/sda1 mount -t vfat /dev/sda1 /mnt/sda1 ls -al /mnt/sda1 umount /mnt/sda1

    If vfat does not work then try ntfs instead. Take a picture and post here.

  • Add new standard user on windows 10

    10
    0 Votes
    10 Posts
    5k Views
    D

    I was looking for this solution. I just wanted to create a simple standard user with no password for students to log into. I created a powershell script and just used this line personalized for me:

    NET USER username “password” /ADD

    I took out the password and set Student as the username. It created a standard user named Student. Worked slick.

  • Errors while PXE booting

    2
    0 Votes
    2 Posts
    758 Views
    george1421G

    These errors are not related to any updates that happened to FOG, ubuntu. These are hardware errors with the target computer. The ACPI errors are a bit of a warning and can be ignored, if they bug you too much you can disable acpi on this target computer by placing acpi=off in the host’s kernel parameters.

    The USB ones are a bit more confusing. It appears you have a malfunctioning USB device connected to this target system? Is the firmware up to date on this target computer?

  • Attemting to send Inventory.......No host found for Mac-Adress

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    F

    YES! It works!

    Very good ducumentation, best Support!

    Thank you very much!

  • 0 Votes
    10 Posts
    3k Views
    J

    @brian-hoehn Check the time on the imaged laptop and the fog server and make sure they match. I’ve had this problem before and it was very confusing until I changed the time or time zone inside the fog configuration web page.

  • Cannot boot local from my Advanced PXE Menu (EXIT Type differences?)

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    george1421G

    @x23piracy Because there is a difference.

    Typically for bios (legacy) mode the exit mode is SANBOOT (that is the way iPXE attempts to location the hard drive). For uefi system the best exit mode is rEFInd, which is an external program that is used to find the boot drives. You may be able to tweak the refind.conf file to look for legacy stuff but I haven’t tried it.

    There is something I just discovered the other day while I was hacking FOG’s boot menus. That is the platform variable. ref: http://ipxe.org/cfg/platform you can use that in your boot local section to test to see if the platform is efi or pc-bios and then select the best exit mode there.

    such as in: (warning I just glued this code together there is no testing done)

    :bootlocal iseq ${platform} efi && goto boot-efi || goto boot-bios goto MENU :boot-efi <don't know the syntax for refind> || goto MENU :boot-bios sanboot --no-describe --drive 0x80 || goto MENU
  • DBAN FOG Boot Menu

    Solved
    12
    0 Votes
    12 Posts
    5k Views
    S

    @Wayne-Workman There were other issues like missing kernel command and incorrect variable name as well. Though in current FOG versions you cannot put stuff in /var/www anywhere you like because of our redirect configuration. When you turn on redirect engine debug logging you can see why. I remember having had a first unsuccessful go with trying to come up with a different redirect/rewrite config that works for the API but still allows you to have files pretty much anywhere in /var/www


  • stuck at "ipxe initialising devices.." (Lenovo)

    Solved
    15
    0 Votes
    15 Posts
    16k Views
    S

    To me this sounds as if the OP never had IT in UEFI mode. I am pretty sure of that because when you try to PXE boot a legacy binary in UEFI it should not even get as far as “initializing devices” 


  • Authentication ERROR: Could not authenticate : Value cannot be null.

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    T

    It worked with the following versions : mono 3.10 and fog client 0.11.12 on a debian 7 system.
    Thanks !

  • Image replication between nodes keeps restarting

    Unsolved
    19
    0 Votes
    19 Posts
    5k Views
    Tom ElliottT

    @jgallo I’d put everything on the same particularly as it addresses replication directly. The ftp error however is not because of the password you add when installing a new node. That password is what’s created for the node automatically. Sometimes, however, it’s possible it creates unusable characters.

  • Client fog error

    Solved
    3
    0 Votes
    3 Posts
    794 Views
    S

    Nice it’s now working fine 🙂

    Thanks, it was quick 😛

184

Online

12.4k

Users

17.4k

Topics

155.9k

Posts