• 0 Votes
    4 Posts
    2k Views
    V

    @Tom-Elliott yes, I checked the services, they all running.
    systemctl status nfs-server
    ● nfs-server.service - NFS server and services
    Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; enabled; preset: enabled)
    Drop-In: /run/systemd/generator/nfs-server.service.d
    └─order-with-mounts.conf
    Active: active (exited) since Tue 2026-06-30 09:06:50 UTC; 17h ago
    Process: 4995 ExecStartPre=/usr/sbin/exportfs -r (code=exited, status=0/SUCCESS)
    Process: 4997 ExecStart=/usr/sbin/rpc.nfsd (code=exited, status=0/SUCCESS)
    Main PID: 4997 (code=exited, status=0/SUCCESS)
    CPU: 10ms

    Jun 30 09:06:49 fog-svr.local systemd[1]: Starting nfs-server.service - NFS server and services…
    Jun 30 09:06:50 fog-svr.local systemd[1]: Finished nfs-server.service - NFS server and services.

    rpcinfo -p 192.168.13.99
    192.168.13.99 mountd
    rpcinfo -t 192.168.13.99 nfs
    rpcin program vers proto port service
    100000 4 tcp 111 portmapper
    100000 3 tcp 111 portmapper
    100000 2 tcp 111 portmapper
    100000 4 udp 111 portmapper
    100000 3 udp 111 portmapper
    100000 2 udp 111 portmapper
    100024 1 udp 50174 status
    100024 1 tcp 34667 status
    100005 1 tcp 20048 mountd
    100005 2 tcp 20048 mountd
    100005 3 tcp 20048 mountd
    100003 3 tcp 2049 nfs
    100227 3 tcp 2049 nfs_acl
    100021 1 udp 38178 nlockmgr
    100021 3 udp 38178 nlockmgr
    100021 4 udp 38178 nlockmgr
    100021 1 tcp 37227 nlockmgr
    100021 3 tcp 37227 nlockmgr
    100021 4 tcp 37227 nlockmgr

    I deployed the image using a VM on Proxmox and it worked, but with a phisical PC it gives the error like above. All are on the same VLAN.

  • Error during computer registration

    Unsolved FOG Problems
    1
    0 Votes
    1 Posts
    594 Views
    No one has replied
  • cannot register host since update

    Solved FOG Problems
    3
    0 Votes
    3 Posts
    1k Views
    P

    @Tom-Elliott awesome, thank you!

  • Building FOS to include Wi-Fi support?

    Unsolved FOG Problems
    4
    0 Votes
    4 Posts
    2k Views
    T

    @george1421

    I’m interested in creating a working WiFi or USB network solution for device registration in FOG.

    I have approximately 160 laptops to add to FOG that do not have a built-in Ethernet port. I’ve already tried using USB network adapters, but this has introduced extra complexity. In addition, a second laptop I tested is not consistently able to boot from the USB NIC, even though it worked on the first device.

    To clarify, I am not attempting to image over WiFi. I only need network connectivity in the FOG environment so I can register each device and capture the correct MAC address. I will then image via Clonezilla using a USB-C NVME, which takes under three minutes to image each device

    If possible, I would appreciate guidance on modifying the kernel so I can include future WiFi drivers.

    I’ve attached the relevant information I believe you will need.
    WhatsApp Image 2026-06-26 at 12.51.26.jpeg

  • FOG Resize Fails on Windows 11 Build 28000.2269

    Unsolved FOG Problems
    1
    0 Votes
    1 Posts
    592 Views
    No one has replied
  • Choosing Which Storage Node To Deploy Images From

    General
    3
    0 Votes
    3 Posts
    1k Views
    J

    @Tom-Elliott

    Ah man that’s exactly what I needed. Thanks so much sir!

  • Failure to complete Multi-Cast

    Unsolved FOG Problems
    1
    0 Votes
    1 Posts
    584 Views
    No one has replied
  • Deploy 512 Image to 4K Drive - Sector Size Issue

    Hardware Compatibility
    4
    0 Votes
    4 Posts
    2k Views
    Tom ElliottT

    @JCS-RVK Understood and apologies there’s not a good method around this.

    Thanks for at least understanding. I wonder if some of the similar types of issues we’ve seen historically have a similar style of problem that I’m only coming to realize now-a-days.

  • Image Replication Not Working - Syntax Error

    Solved FOG Problems
    4
    0 Votes
    4 Posts
    2k Views
    J

    @Tom-Elliott

    Just lyk that I updated the main FOG server to Debian 13 and installed the latest stable release of FOG.

    Replication working well now that the OS and FOG server versions match the Storage Node server.

    Thanks again

  • IPXE 2.0 Secure Boot Working

    General
    3
    0 Votes
    3 Posts
    2k Views
    K

    @Valer Hi Valer,

    You can see my tutorial on using Secure boot with Shim, and my thoughts on what 2.0 means for Secure Boot with FOG here: http://forums.fogproject.org/post/158170

  • Script for a backup ?

    General Problems
    10
    0 Votes
    10 Posts
    5k Views
    Bristow 0B

    @Tom-Elliott

    I’ve updated my FOG to the stable release and also updated my script with the following three lines, and everything’s fine – the database has been backed up successfully, it’s perfect!

    fogApiToken="XYZ=" fogUsrToken="ZYF" curl -ik -X GET "http://$fogServerAddress/fog/system/export" -H "fog-api-token: $fogApiToken" -H "fog-user-token: $fogUsrToken" -o $backupDir/mysql/fog.sql 2>>$backupDir/logs/error.log 1>>$backupDir/logs/progress.log 2>&1

    Thanks again for all your hard work on the FOG project!

  • Unable to update the database following an update

    Solved FOG Problems
    3
    0 Votes
    3 Posts
    1k Views
    Bristow 0B

    Thanks @Tom-Elliott !

    Perhaps we could include a brief note stating that it is possible the database schema may not need updating.

  • Unauthorized error

    Solved FOG Problems
    15
    0 Votes
    15 Posts
    5k Views
    J

    @Tom-Elliott said in Unauthorized error:

    @Jamaal I’m not sure I follow? The database isn’t insecure, it was being able to download the database, or force an upgrade without authorization that was the piece being secured, nothing about the normal day to day operation of the database changed.

    Got it, ok thanks for your help today on this.

  • 0 Votes
    2 Posts
    1k Views
    J

    Shoutout “The Minester”

    https://github.com/FOGProject/fogproject/issues/685

    On the storage node, create a .my.cnf file in root’s home directory:

    sudo tee /root/.my.cnf << ‘EOF’
    [client]
    skip-ssl = true

    EOF

    MariaDB will try to connect with SSL by default but that’s not enabled on the main FOG server. This is why I had to use the --ssl=FALSE flag when I connected to mysql manually.

    The installation succeeded!

  • Fog failed to update due to mysql-client package

    Solved FOG Problems
    3
    0 Votes
    3 Posts
    2k Views
    Tom ElliottT

    @Nono Edit your /opt/fog/.fogsettings file and replace entries of ‘mysql-client’ with ‘mariadb-client’

    I suspect they’ve updated the repo to solely exist for mariadb-client, but you had it before that package switch/change occurred so your fogsettings file is just expecting mysql-client always.

    I might also recommend removing the existing mysql-client package just to ensure clean flow, though of course get a backup before any such actions.

  • Error in creating host

    Solved FOG Problems
    4
    0 Votes
    4 Posts
    2k Views
    I

    Works well ! 😊

  • Error in sending inventory

    Solved FOG Problems
    4
    0 Votes
    4 Posts
    2k Views
    I

    Works well ! 😁

  • HP Z2 G1i Workstation failing to PXE

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

    update the kernals on fog server / nodes

  • linux client on runit

    Solved Linux Problems
    2
    0 Votes
    2 Posts
    1k Views
    P

    seems to work when copying the directory from another host over to /opt/fog-service and creating a runit file /etc/sv/fog-service/run with content

    #!/bin/sh exec 2>&1 echo "Starting FOG Client..." exec mono-service /opt/fog-client/FOGService.exe -d /opt/fog-service -l /opt/fog-service/service.lock
  • Basics for WinPE PXE boot using fog

    Tutorials
    2
    3 Votes
    2 Posts
    4k Views
    R

    Hi,
    I know this is a bit old, but I found it when I was searching for an answer to the following question:

    I have prepared USB bootable image based in WinPE. I use it to boot from USB. I have this image in iso file and I use it to place it on USB with rufus software.

    I wonder if I can use this tutorial of yours in exactly same way only to use my custom iso image instead of your mentioned WinPE.

    I know this may be trivial question and I may just try it, but I am really only beginner in WinPE and fog project.

    Thank you for your kind answer.
    -r-