• 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
    • F

      Having issues registering a new pc with Virtualbox vm running Fedora server.

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      3
      0 Votes
      3 Posts
      295 Views
      F

      Thank you for the information. I used a bare metal machine. I started with a VM but then just used a old pc. I tried it with Fedora then Ubuntu but did not have any luck. I did not get any errors when installing with the install script.

      I will take a look at the information you gave me and see if I can get anything working.

    • J

      Snapin Pack Arguments don't work

      Watching Ignoring Scheduled Pinned Locked Moved Solved Windows Problems
      3
      0 Votes
      3 Posts
      636 Views
      J

      Hi

      In fact, I really want to use those third party package because they do things very well
      My snapin configuration are not tied to a specific version of a package, it’s the upstream repo who take care of that

      But I have found how to install my install.bat file

      Here is the solution

      Snapin Name: 7zip Snapin Description: Installation de 7zip Snapin Type: Snapin Pack Template Snapin Pack Template : PowerShell x64 script Snapin Pack File: "%SYSTEMROOT%\sysnative\windowspowershell\v1.0\powershell.exe" # autofilled Snapin Pack Arguments: -ExecutionPolicy Bypass Set-Location "$env:ProgramFiles\FOG\tmp\7zip"; & ".\install.bat" Snapin File (exists): 7-Zip_25.01-1_x64.zip Snapin Enabled : x Snapin Arguments Hidden: Snapin Timeout (seconds): 0 Replicate?: x Reboot after install: Shutdown after install: Snapin Command read-only: "%SYSTEMROOT%\sysnative\windowspowershell\v1.0\powershell.exe" -ExecutionPolicy Bypass Set-Location "$env:ProgramFiles\FOG\tmp\7zip"; & ".\install.bat" # autofilled

      It works like a charm

      Maybe it should go in FOG documentation as an example

      The third party repo I mentioned is there https://gricad-gitlab.univ-grenoble-alpes.fr/legi/soft/trokata/winsoft-main/

      LEGI is a French research lab, and the repo is under MIT Licence. I am not the owner, but it’s a great work. I will explain more about that later.

    • C

      Unable to Multicast | Unable to locate udp-sender

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      3
      0 Votes
      3 Posts
      2k Views
      C

      I found the issue!

      The udpsender path on my system was “/usr/sbin/udp-sender”

      The path that is set within config.class.php is:

      define('UDPSENDERPATH', '/usr/local/sbin/udp-sender');

      I ran the following and restarted the FOGMulticastManager to resolve:

      sudo ln -s /usr/sbin/udp-sender /usr/local/sbin/udp-sender

      And we have logs now! Time to begin multicast testing 🥳

    • M

      Windows on ARM

      Watching Ignoring Scheduled Pinned Locked Moved Hardware Compatibility
      40
      0 Votes
      40 Posts
      13k Views
      M

      @Tom-Elliott thanks for the quick response. No joy though.

      I’ve been and tried an Ubuntu live iso with a 6.14 kernel from the Ubuntu Concept Snapdragon Elite branch (https://discourse.ubuntu.com/t/faq-ubuntu-25-04-on-snapdragon-x-elite/61016) and even that doesn’t boot - though it gets as far as telling me it can’t create a device tree. So I guess I’m just going to have to be patient while upstream gets this whole SoC working.

    • J

      Stuck at "ipxe initialising devices.." (Lenovo again)

      Watching Ignoring Scheduled Pinned Locked Moved Hardware Compatibility
      3
      0 Votes
      3 Posts
      967 Views
      J

      @Tom-Elliott
      Of course, it’s disabled. 😉

    • E

      FOG - Label Print....

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      2
      0 Votes
      2 Posts
      50 Views
      george1421G

      @ecoele I can say this option will not probably be added by the developers since its such a niche or one off requirement. But I’m not speaking on behalf of the developers, I’m just stating my opinion. Its up to them to decide if a feature request has merit.

      But fog being opensource its free for you to modify to your needs.

      What I can tell you that there are several user defined fields you are free to add whatever data you want. On the database side I think the fields are called user1 and user2.

      The second part is that FOG’s database runs on mysql (mariadb). This is much like any other sql server. If you have a windows computer and the mysql odbc driver installed you can query the fog database from a reporting writing tool running on windows. From there you can print labels, etc. You could do something as an excel macro to query mysql on the fog server.

      Again on the mysql server, you could program something on the fog server in either python or php to extract the data from mysql.

    • AxeMeAQuestion22A

      Fog iPXE Menu no input

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      29
      0 Votes
      29 Posts
      12k Views
      L

      Sorry
      with ipxe 1.21.1+ (gc30b7) it works but not with the latest version

      @Lorenzo said in Fog iPXE Menu no input:

      @Tom-Elliott
      Hi
      using the new version of ipxe build I can confirm that the ipxe menu works with the keyboard.
      The problem is that chainloading grub, the keyboard doesn’t work.
      With ipxe 1.0.0 it works. So by now we keep using the old version.

      Lorenzo

    • C

      Booting UEFI only devices with USB network adapters - problem and solution

      Watching Ignoring Scheduled Pinned Locked Moved Hardware Compatibility
      2
      2 Votes
      2 Posts
      273 Views
      F

      Thank you so much, that was exactly the solution to my issue!

    • B

      Export image doesn't seem to work anymore

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      2
      0 Votes
      2 Posts
      108 Views
      Tom ElliottT

      @boombasstic This is known and will be fixed automatically on the 15th, but please if you need to switch to the dev-branch and install it. Then you should be able to export reports.

    • A

      Official Docker Image

      Watching Ignoring Scheduled Pinned Locked Moved Feature Request
      11
      3 Votes
      11 Posts
      10k Views
      8

      Not sure if anybody has actually had a chance to look at my docker image yet. I’m throwing my hat in the ring for maintaining an official image, but I’d need some help with it.

    • D

      New Dell Laptop - LINUX-EFI-INITRD-MEDIA-GUID

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems fog 1.5.10
      6
      0 Votes
      6 Posts
      8k Views
      R

      @collegestjoseph Can you try out this testing kernel and let us know if it works? https://github.com/rluzuriaga/fos/releases/tag/EXP_20250927

    • J

      How do i add more storage space to my Fog Storage repository

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Linux Problems
      2
      0 Votes
      2 Posts
      411 Views
      george1421G

      @Jchinn412 The answer is it depends on how you have your disk structure setup

      Post the results of these two commands.

      lsblk
      df -h

      It maybe easy or harder (but not impossible) depending on how you have the disk created.

    • 8

      Unofficial Docker Image *BETA*

      Watching Ignoring Scheduled Pinned Locked Moved Feature Request
      2
      1 Votes
      2 Posts
      582 Views
      8

      Because I’m not affiliated with FOG in any official capacity and I’ve never actually contributed to it in any way before, I completely avoided making any actual changes to the source. I have noticed that there could be a couple of things that could make the docker implementation a little easier though, specifically around the FOG services themselves. I’m not entirely sure they are completely container friendly, but I really need more hands on this to test it out thoroughly.

      Also, I used Debian 13 as the base image for this and it ends up being pretty large (2.5GB). It might be possible to shrink this with alpine-linux but I didn’t want to break a bunch of stuff and then have to spend more time chasing those bugs. Anybody that wants to work that angle, please feel free.

    • B

      W11 file associations reset on client after image is deployed.

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Windows Problems
      3
      0 Votes
      3 Posts
      2k Views
      Tom ElliottT

      @BrightPipe Can you post the snapin?

      This isn’t something FOG is doing, though you already suspect that as well.

      So seeing the snapin file, I’m guessing it’s using some method that’s effectively saying “set all the things” and the snapin is set to only set “specific” things.

      Since the action is effectively “setting all the things” it’s resetting the other things you didn’t intend.

      Seeing the snapin and the actions involved will be most beneficial at least to understand what’s happening. We may not be able to fix the issue but at least we could all better understand the problem and maybe think of ways to troubleshoot and hopefully narrow down whats wrong.

      At cursory glance, it feels like the snapin is misconfigured in someway. Thought you did say it worked in Windows 10, but not in Windows 11, so it’s also just as possible there’s some functional difference that needs to be adjusted for in the Windows 11 side of things.

    • R

      Issue with Default Login Credentials

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      2
      0 Votes
      2 Posts
      468 Views
      Tom ElliottT

      @rhysb92 We need more information.

      i ask because I have just built a new VM, and installed dev-branch/stable and it completed and I was indeed able to login with the fog/password combination where i then changed the PW.

      So I feel like we’re missing some key information.

    • M

      Adding Deploying images to the main iPXE menu without need to login

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved General Problems
      3
      0 Votes
      3 Posts
      511 Views
      Tom ElliottT

      @mr-Twister Can you please try this:

      http://forums.fogproject.org/post/122702

      effectively your boot menu likely needs to be:

      params param mac0 ${net0/mac} param arch ${arch} param qihost 1 kernel bzImage loglevel=4 initrd=init.xz root=/dev/ram0 rw ramdisk_size=127000 web=http://${fog-ip}/fog/ consoleblank=0 rootfstype=ext4 mac= ftp=<storageIPHere> storage=<storageIPHere>:/images/ storageip=<storageIPHere> irqpoll chkdsk=0 capone=1 type=down img=<imageNameHere> imgType=n imgPartitionType=all imgid=2 osid=<imageOSIDHere> imgFormat=<imageFormatHere> imgfetch init.xz boot

      Replacing as appropriate:
      <storageIPHere>
      <imageNameHere>
      <imageOSIDHere>
      <imageFormatHere>

      with your relevant information.

      Ultimately finding these pieces of data relevant to your specific image will be the hardest part, but once done I believe this will do what you are wanting/hoping.

    • R

      Capone PXE Menu Item Missing

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      1
      0 Votes
      1 Posts
      16 Views
      No one has replied
    • F

      FOG Multicast Manager creating zombie processes. - Possibly solved by changing Multicast Manager script?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      1
      0 Votes
      1 Posts
      35 Views
      No one has replied
    • S

      Uploading an image to a host that has a stored Windows 11 Pro key

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      1
      0 Votes
      1 Posts
      23 Views
      No one has replied
    • B

      Boot PXE on iMac 14.3 (catalina)

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Mac Problems
      1
      0 Votes
      1 Posts
      62 Views
      No one has replied
    • 1
    • 2
    • 3
    • 2 / 3