• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • M

      Solved Hosts are looking for tftp server.

      FOG Problems
      • • • marted
      51
      0
      Votes
      51
      Posts
      7.0k
      Views

      S

      @marted Just want to keep this topic up as it might be very helpful for others. Not sure if you have time and access to systems right now though.

    • ?

      Improve documentation

      General
      • • • A Former User
      51
      0
      Votes
      51
      Posts
      6.9k
      Views

      JJ FullmerJ

      @sebastian-roth It’s beautiful!
      Thanks for figuring that out!

    • J

      langage de programmation

      General
      • • • julio
      51
      0
      Votes
      51
      Posts
      9.9k
      Views

      J

      bonsoir george, stp excuse moi de venir ce soir te poser ce problème,

      je veux déployer mon image sur une machine physique mais cela ne fonctionne pas. voici l’erreur que je reçois.20210404_012630.jpg 20210404_012700.jpg

      la marque de mon ordinateur c’est un dell latitude et en passant, mon serveur est sur une machine virtuel et j’ai connecté ma machine cible directement sur la machine physique qui abrite mon serveur fog sur virtual box. par quelle moyen savoir que ma machine physique est bien connecté à mon serveur virtuel???

    • B

      Image won't deploy

      FOG Problems
      • • • Bruce D
      50
      0
      Votes
      50
      Posts
      24.9k
      Views

      Jonathan CoolJ

      No idea ?

    • J

      Solved Integrating Hirens Boot 15.2 into fog 1.2.0

      General
      • • • Juan Bertolotti
      50
      0
      Votes
      50
      Posts
      38.7k
      Views

      Wayne WorkmanW

      @hugothebas This article applies to 1.2.0 and below: https://wiki.fogproject.org/wiki/index.php?title=Advanced_Boot_Menu_Configuration_options

    • T

      Solved Image download is stuck at 99%

      FOG Problems
      • • • Tune389
      50
      0
      Votes
      50
      Posts
      23.7k
      Views

      Wayne WorkmanW

      @Tune389 said:

      @ch3i okay thanks for the info. I try now to downgrade my fog version back to 1.2 …

      That’s not supported nor advised…
      To “downgrade” requires either restoring a previous snapshot (via a virtual machine) or rebuilding your FOG server from scratch…

    • R

      Solved Ubuntu Trunk Checksum failed

      FOG Problems
      • • • reflexxion
      50
      0
      Votes
      50
      Posts
      20.5k
      Views

      S

      Good to know. So it seams to only cause problems with a distinct combination of curl and openssl version(s). Possibly the newer curl version works around an openssl bug or the other way round… 😄

    • A

      Solved Resizing issue maybe?

      Bug Reports
      • • • adame
      50
      0
      Votes
      50
      Posts
      20.4k
      Views

      Tom ElliottT

      Again, anything to report?

    • T

      Solved FOG service on 0.10.6 not restarting after reboot

      FOG Problems
      • • • tmerrick
      50
      0
      Votes
      50
      Posts
      20.6k
      Views

      Wayne WorkmanW

      @gwhitfield said in FOG service on 0.10.6 not restarting after reboot:

      demon ninja gremlins

      We are certified demon ninja gremlin dispatchers.

    • J

      Solved FOG Multicast Problems / Partclone fails to finish

      FOG Problems
      • • • Joe Gill
      50
      0
      Votes
      50
      Posts
      19.1k
      Views

      J

      @Tom-Elliott

      The group settings change in the update fixed the problem!

      Thanks!

    • J

      Windows 10 driver injection doesn't install during sysprep

      Windows Problems
      • • • jdd49
      50
      0
      Votes
      50
      Posts
      26.0k
      Views

      sudburrS

      Perhaps I should expand.

      This is what I did up to v1607.

      My sysprep answer file sets autologon of Administrator for 99 times. It enables the Administrator account and has the password included (hashed by sysprep). It also includes a FirstLogonCommands to run a cleanup script.

      That cleanup script performs the first part to remove security, rewrites the RunOnce registry value, then restarts the computer. Because the RunOnce registry value was recreated, the auto logon of Administrator launches that script again to perform further functions. After 3 more restarts the script turns off autologon, does not rewrite the RunOnce, re-enables security, then shuts the system down.

      With v1709 I changed how I harvest driver files and have been able to install all drivers without the need to dumb down the security. I now install all general drivers from setupcomplete.cmd .

    • A

      Unsolved Imposible to boot from hard drive

      Windows Problems
      • • • aksl
      50
      0
      Votes
      50
      Posts
      16.0k
      Views

      S

      @aksl Are keen to get your hands dirty and dive into “compiling and debugging iPXE”?? If yes is your answer, there is a way I could lead you.

    • A

      FOG: 1.5.4 -> How to setup NAS - Synology DiskStation as Master Node

      Tutorials
      • • • Alex78
      50
      1
      Votes
      50
      Posts
      13.4k
      Views

      L

      @Alex78 What do we need to do to gain access to the images? When clicking any of the links, I get “Not Found”.

    • H

      Unsolved Not able to TFTP boot. Invalid Argument Error

      FOG Problems
      • • • hancocza
      50
      0
      Votes
      50
      Posts
      11.9k
      Views

      H

      @Sebastian-Roth that’s good news! I can test it out once it’s wrapped in. I tried what John did, but didn’t have any luck. Also tried following the wiki post on HTTPs/custom certificates that you shared in the other thread, but was still getting the overlength error. I decided to just use the certificate that FOG creates on install instead of my custom one for now.

    • A

      Solved Failed to Set Disk GUID (sgdisk -U) (restoreUUIDinformation)

      Bug Reports
      • • • austinjt01
      50
      0
      Votes
      50
      Posts
      13.8k
      Views

      george1421G

      @austinjt01 Ok that is a great starting point. I’ll again refer you to my tutorial: https://forums.fogproject.org/topic/11126/using-fog-postinstall-scripts-for-windows-driver-injection-2017-ed

      Look at the fog.custominstall script. Start with that script and then in this section add your code:

      echo "Done" debugPause . ${postdownpath}fog.copydrivers # . ${postdownpath}fog.updateunattend umount /ntfs

      Remove the call to the fog.copydrivers and fog.updateunattended and insert your code. At this point in the code /ntfs has been mounted onto the windows (C: drive) partition, wherever it may be. The script takes into account nvme vs sata as well as partitions being in different order or locations.

    • L

      Solved FOG 1.6, identified problems

      FOG Problems
      • • • lebrun78
      50
      0
      Votes
      50
      Posts
      6.2k
      Views

      M

      @Tom-Elliott Thank you! I can confirm this fixed the issue. Snap-ins are deploying successfully and the tasks are clearing.

    • T

      could not mount images folder (/bin/fog.upload)

      General
      • • • Trev-lchs
      50
      0
      Votes
      50
      Posts
      11.7k
      Views

      T

      @george1421 A Merry Christmas and a Happy new year to you guys.

    • Wayne WorkmanW

      Popularity Contest

      Feature Request
      • • • Wayne Workman
      50
      2
      Votes
      50
      Posts
      9.1k
      Views

      Wayne WorkmanW

      @Sebastian-Roth as well as all the others ( @developers @moderators @testers )

      Would we want anything besides kernel information? I had some ideas:

      Number of hosts
      Number of images
      Number of each type of image
      Number of systems imaged in the last 7 days
      Number of storage nodes
      Number of storage groups
      Other things?

      It’s been said before, but will say it again. This is all anonymous data. There is no way to correlate this data back to any system.

      It just provides us insight (and possibly bragging rights). imagine us being able to say “FOG imaged a bazillion systems last week, we’re proud of that” or maybe “FOG assists with managing a quadrillion million computer systems every day”. I’m being funny with the imaginary figures here, but you get the idea. It’d be nice to make statements like that on the home page fogproject.org

    • 1
    • 2
    • 6
    • 7
    • 8
    • 9
    • 10
    • 10 / 10