• 0 Votes
    1 Posts
    486 Views
    No one has replied
  • Uploading an image to a host that has a stored Windows 11 Pro key

    Unsolved
    1
    0 Votes
    1 Posts
    341 Views
    No one has replied
  • Report Download

    Unsolved
    5
    0 Votes
    5 Posts
    704 Views
    Tom ElliottT

    @ecoele The fact that dev-branch is in 1700’s this informatino seems to indicate your’e still running the latest stable.

    Once you switch to dev-branch you need to pull in the changes:

    cd /your/path/to/fogproject git checkout dev-branch git pull cd bin sudo ./installfog.sh -y

    Should get you installed.

    You may also need to (from the browser) do a “CTRL + SHIFT + R” to do whats called a hard refresh in the browser to get all the latest/new javascript information.

  • Fog iPXE Menu no input

    Unsolved
    29
    0 Votes
    29 Posts
    13k 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

  • Kernel Versions blank

    Unsolved
    12
    0 Votes
    12 Posts
    1k Views
    R

    @rogalskij Yes, I had read it and tried, but FQDN did not solve it for me…

  • Installing fog on Rocky Linux 9.6

    Solved
    8
    0 Votes
    8 Posts
    1k Views
    M

    @ rodluz

    Okay - So I got FOG working on my rocky 9.6 set up with a few caveats.

    I had to do some work to get tftp and pxe to work correctly.

    created a symlink from /var/lib/tftpboot > /tftpboot

    enabled and started the tftp service manually - systemctl enable tftp & systemctl start tftp

    then created a file in /etc/systemd/system/tftp.socket.d/override.conf (after making a director /tftp.socket.d and giving that file permissions) with the following code:

    [Socket]
    ListenDatagram=69

    [Service]
    ExecStart=
    ExecStart=/usr/sbn/in.tftpf --foreground --secure /tftpboot

    reloading the systemd service daemon - “systemctl daemon-reload” & “systemctl restart tftp.socket”

    The server would then pxeboot at least BIOS at this point.

    The Web UI currently seems to have php conflicts. I installed php-8.0.30-3 and the modules connected to this when installing the server. The web UI has a quirk on the FOG configuration page when you have a button for DefaultMember FOG Version: () it is not printing the version of FOG or the versions of bzimage or init.xz files and in checking using curl http://ip-address-of-server/fog/service/getversion.php - i ony see - 1.5.10.1698

    here is a picture of the error

    error.png

  • Group Export

    Solved
    7
    0 Votes
    7 Posts
    7k Views
    R

    Yes, was able to confirm it is working. Thank you for your help!

  • Export image doesn't seem to work anymore

    Unsolved
    2
    0 Votes
    2 Posts
    468 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.

  • Help Setting up replication across storage groups

    Solved
    5
    0 Votes
    5 Posts
    906 Views
    C

    @Tom-Elliott I figured it out.

    I was getting confused by the similar language between the installation process and storage group setup.

    A normal installation is just a fog storage node that has a web server and UI on it. A FOG network requires atleast one to work. However a Storage node can be set as the master of a storage group no matter the installation type.

    My problem was that because the storage node in the “Bris” storage group did not have a master node setup, the default group could not replicate any images or snapins over. All storage groups must have a master for it to work effectively.

    @Tom-Elliott feel free to clarify any of the above rant.

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

    Unsolved
    3
    0 Votes
    3 Posts
    392 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.

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

    6
    0 Votes
    6 Posts
    9k 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

  • Stuck at resizing after successful capture.

    Unsolved
    5
    0 Votes
    5 Posts
    4k Views
    Tom ElliottT

    @Fog_Newb Yep, it’s as I suspected:

    The Line:

    Subsystem sftp /usr/lib/openssh/sftp-server

    should be changed to:

    Subsystem sftp internal-sftp

    Then restart ssh services: systemctl restart sshd

    Then your Storage Node testing should succeed!

  • Multicasting Stuck on Partclone Screen

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    C

    My RP address was not pointing to my FOG server 🤦

    Once this was adjusted, multicast is functional. Definitely a good reminder to start small.

  • Unable to Multicast | Unable to locate udp-sender

    Solved
    3
    0 Votes
    3 Posts
    3k 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 🥳

  • Issue with Default Login Credentials

    Unsolved
    2
    0 Votes
    2 Posts
    720 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.

  • Issue with new certificate

    Unsolved
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Slow restoration of Windows 11 with FOG on Proxmox

    Solved
    18
    0 Votes
    18 Posts
    7k Views
    R

    All issues have been resolved by the latest kernel . Best regards, this thread can now be closed. Solved. 😉

  • image coming up blank

    Unsolved
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • FOG Very Slow to Deploy Image - Lenovo Neo 50Q Gen 4

    Solved
    46
    0 Votes
    46 Posts
    24k Views
    Quintin GiesbrechtQ

    Well, I have to admit, I opened this issue a while ago, and then didn’t really have time to play with it. I only have a handful of these machines, and while it’s a pain when I have to reimage one, I didn’t have time to spend a lot of time trying to figure this out. Well, today I had to reimage another one of them, and so just out of curiosity checked this thread again, and wouldn’t you know it, it seemed like the issue might be resolved…I updated the kernel, started imaging, and it is going in 5 minutes again!

    Thanks so much for an amazing product and community!

    Q

  • fog server failing at updating database

    Unsolved
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied

222

Online

12.4k

Users

17.4k

Topics

155.9k

Posts