• UEFI Boot + DBAN.bzi = Error

    Solved
    11
    0 Votes
    11 Posts
    6k Views
    B

    Well looks like i have my answer to my problem. Thanks for the help.

  • Capture fail

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    L

    @george1421 I did thoses manipulations… It didn’t works.

    EDIT: wait i’ve forget to run ./installfog.sh again… And its works fine! Tanks

  • Removing the apache and php packages........................Failed

    Solved
    13
    0 Votes
    13 Posts
    6k Views
    thiagotwT

    @wayne-workman Like i said, i remove all damaged files manually, where the base command was sudo apt-get remove xxxxx Also I may use sudo apt-get xxxx and sudo apt-get upgrade xxxx Sorry if i don´t detail my fix steps very well, my english isn’t good 😞

  • sub-menus on images page for deploying images?

    7
    0 Votes
    7 Posts
    3k Views
    x23piracyX

    @george1421 only using a filled advanced menu with a handful isos nothing more. sorry

    @amjfrankenstein said in sub-menus on images page for deploying images?:

    …out of date and rusty

    If you rest you rust 😉

  • Multicast does not work anymore

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    Tom ElliottT

    @tywyn That’s the “processes” (called tasks in systemctl) that are running for the service. Those, themselves, are not tasks in the sense as you’re referring to them.

  • Active task still showing even when complete

    Solved
    16
    0 Votes
    16 Posts
    5k Views
    george1421G

    @datastream said in Active task still showing even when complete:

    @george1421 At the end a window does pop up that says installation successful and it has an ok button that I have to click.

    Well that is / was it. If the application never quits then FOG (as well as other deployment tools like PDQ Deploy) rely on the installer exiting with a success code to consider the application installed. The -silent or -quiet (or any other number of switches which means a silent install) are typically required for this to be a success.

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

    Solved
    12
    0 Votes
    12 Posts
    5k 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
    979 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
    4k 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
    4k 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
    4k 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
    5k 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
    5k 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
    8k 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
    6k 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
    917 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
    4k 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.

83

Online

12.7k

Users

17.6k

Topics

156.8k

Posts