• 0 Votes
    1 Posts
    38 Views
    No one has replied
  • Downloading kernel, init and fog-client binaries............

    Unsolved FOG Problems
    1
    0 Votes
    1 Posts
    214 Views
    No one has replied
  • fog server failing at updating database

    Unsolved FOG Problems
    1
    0 Votes
    1 Posts
    370 Views
    No one has replied
  • Linux UFW Profile for FOG Questions

    Unsolved Linux Problems
    2
    0 Votes
    2 Posts
    44 Views
    AUTH IT CenterA

    @Petrushka hello!!

    In our firewalld rules we have

    services: - ftp - http - mountd - nfs - rpc-bind - tftp ports: - { port: 20048, proto: tcp } # nfs - { port: 20048, proto: udp } # nfs - { port: "35350-36350", proto: udp } # tftp - { port: "49512-65532", proto: udp } # multicast
  • W11 file associations reset on client after image is deployed.

    Unsolved Windows Problems
    1
    0 Votes
    1 Posts
    206 Views
    No one has replied
  • User account mess (fog or fogproject)

    Unsolved FOG Problems
    3
    0 Votes
    3 Posts
    463 Views
    R

    I completly reinstalled the dev_branch software in an new Debian 12 guest and now it seems to work fine.
    Thank you

  • Group Export

    Unsolved FOG Problems
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • install failed on fresh debian trixie

    Unsolved Linux Problems
    1
    0 Votes
    1 Posts
    252 Views
    No one has replied
  • Adding Deploying images to the main iPXE menu without need to login

    Unsolved General Problems
    1
    0 Votes
    1 Posts
    47 Views
    No one has replied
  • UEFI ipxe host registration issue

    Unsolved FOG Problems
    2
    0 Votes
    2 Posts
    3k Views
  • Unable to check in

    Unsolved FOG Problems
    6
    0 Votes
    6 Posts
    4k Views
    F

    @Tom-Elliott Hi Tom, Thanks… I updated to 1.5.10.1692 and was able to deploy a 2 day old image to the PC. I updated some things on the PC, mostly with Steam and display settings then went to capture an image from it again and ran into the same problem mention in the OP. Only this time, I was able to take a pic.

    I ran chkdsk prior to capturing and it came up clean

    alt text

    UPDATE: So I tried everything for the ntfsresize error … turns out, I had to shrink the partition in windows a bit then expand it. After that, I could capture.

  • Windows 11 + NTLite + Fog Projects

    Unsolved Windows Problems
    4
    0 Votes
    4 Posts
    3k Views
    JJ FullmerJ

    @gaptoothgonni Well darn, have you tried booting with snponly.efi instead of ipxe.efi? It wouldn’t make a ton of sense if that worked but something else to try.
    If it’s booting to the wim though, it should just be getting the drivers from the wim unless ipxe somehow changes how they’re presented, which I don’t think it does but that’s also the only difference between where it’s working. Might be worth looking at https://github.com/ipxe/ipxe/discussions and seeing if anyone has had similar issues. Since you’re just using FOG to create the ipxe boot menu, it’s not likely anything within FOG that’s causing this. You could try ipxe’s pre-built boot files, though they won’t have the embedded fog stuff https://boot.ipxe.org/ but maybe will make a difference. There’s other ipxe efi files you can try too, or try an older one ( I think we still include some legacy ones in /tftpboot)

  • Debian 13 Trixie

    Unsolved Linux Problems
    23
    0 Votes
    23 Posts
    3k Views
    P

    @Tom-Elliott
    The upgrade to stable version completed successfully.
    I’m now on fog 1.5.10.1673
    Thanks again

  • Slow Image Deployment

    Unsolved FOG Problems
    4
    0 Votes
    4 Posts
    5k Views
    Tom ElliottT

    @ProfessorFow There is the ability to replicate images across groups. You can set which “groups” images need to replate to by associating images to multiple storage groups. You can even define which storage group is the primary.

  • iPXE exit issue with Ubuntu/Lubuntu on Proxmox 8.4.11 VM

    Unsolved FOG Problems
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Dnsmasq on your FOG server

    Unsolved FOG Problems
    8
    0 Votes
    8 Posts
    9k Views
    george1421G

    @diogo-seabra As for the picture, I think we need to clearly define your network.

    dnsmasq works by using broadcast messages. So that means dnsmasq will only work on the local subnet. If your pxe booting computers are on a different subnet then you will need to add the fog server’s IP address to the list in the dhcp relay service on your router.

    Also if you have dhcp snooping enabled on your network switches, that may also cause dnsmasq to not respond properly.

  • Image Deployment Freezes at Partclone

    Unsolved FOG Problems
    4
    0 Votes
    4 Posts
    5k Views
    R

    @shieldsj

    By “10.149.50.21:/images” I was referring to the “images” directory in the filesystem on the storage node at the IP address 10.148.50.21

    So to check the actual contents of the “/images” directory, you’ll need to either:

    1 - have a display and keyboard directly connected to that storage node (PC) to log into it and view the filesystem with whatever File Explorer type app its GUI desktop supplies OR

    2 - open a terminal / command line on that storage node PC, either at a display/keyboard connected to the storage PC or across the network with SSH.

    In any case, the contents of the storage node’s /images directory should be (mostly) subdirectories that are named exactly the same as your saved/captured images.

    Example:

    If you intended to capture an image called “Teacher_Pc”, the storage node’s /images directory should contain a subdirectory named “Teacher_Pc”

    In my case, I have captured an image I named “20250319-7010-adult-builder”. Here is a truncated directory listing on one of my storage nodes:

    root@node25-0:/images# ll total 140 drwxrwxr-x 32 fogproject fogproject 4096 Aug 12 11:19 ./ drwxr-xr-x 25 root root 4096 Aug 12 09:33 ../ drwxrwxr-x 2 fogproject fogproject 4096 Jul 31 10:05 20250319-7010-adult-builder/ drwxrwxr-x 2 fogproject fogproject 4096 Jul 31 10:06 20250327-7010-deploy-test/

    If somehow you have managed to get the image name (directory name) to be “, Image name Teacher_Pc” then I’ll not be surprised if parsing (text handling) errors happen within FOG when you try to use that image name. In that case, the directory can be renamed to “Teacher_Pc”, BUT that directory name must match in one field recorded in the fog database on the FOG server.

    Let’s see what you’ve got in the “/images” directory first.

  • Another Multicast problem.

    Unsolved FOG Problems
    2
    0 Votes
    2 Posts
    3k Views
    R

    @Selanty
    I have the same problem, fresh installed Fog on Debain 12, PHP 8.2.29, Fog 1.5.10.1667.
    Fog-Server is running on the same switch as the 2 Clients in one VLAN 2765. For that VLAN ip igmp is enabled.
    “sh ip igmp” on that aruba switch shows:
    -IGMP version : 2
    -Querier Address : 10.73.65.21 (vlan-address of a second switch witch plays as querier)
    -the querier ist running igmp v2

    “service FOGMulticastManager status” result is:
    PHP Fatal error: Uncaught Error: Non-static method FOGService::outall() cannot be called statically in /opt/fog/service/FOGMulticastManager/FOG>

    unicast to that 2 clients is running.

  • 0 Votes
    2 Posts
    5k Views
    J

    Hi, just wondering if you were able to find a fix for this. Right now I’m experiencing a similiar issue when in the ipxe menu for Fog. No keyboard input works.

  • Can't get new FOG server working

    Unsolved FOG Problems
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied