• Unable to capture: No route to Host

    Unsolved
    14
    0 Votes
    14 Posts
    2k Views
    T

    @youzersef It looks like that is for HDD I am using an SSD. I followed the steps anyway and it has changed the error but its freezing up in the same spot still. New Error

  • Tftp connection timed out 4c126092

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    T

    @george1421 That did the trick. Now I need to dig into why its failing to capture an image. I’ll make a different post for that though if I need to.

  • location plugin with NAS qnap

    Unsolved
    1
    0 Votes
    1 Posts
    208 Views
    No one has replied
  • Fog boot stop at TFTP

    Unsolved
    1
    0 Votes
    1 Posts
    113 Views
    No one has replied
  • Microsoft 365 install / update via snapin pack

    Solved
    11
    0 Votes
    11 Posts
    2k Views
    D

    I had to make a correction. I meant to say pre-1Gbit internet not 10Gbit internet. We have 10G backbones (intranet) but not to the internet.

  • FOG IN FORTIGATE BOOT LEGACY AND UEFI

    Unsolved
    3
  • Unable to connect to TFTP from different VLAN

    Unsolved
    1
    0 Votes
    1 Posts
    176 Views
    No one has replied
  • Invalid signature detected on new PCs

    Unsolved
    11
    0 Votes
    11 Posts
    2k Views
    S

    After many try&error runs, I managed to sign the files and to boot into the FOG menu with secure boot enabled. And I can deploy an image, register the host and do all the other things except boot from hard disk. Whenever I choose this option in the FOG menu he just goes back into the menu.
    When I boot directly from the hard disk it works and also if I disable the secure boot option the FOG menu can boot from hard disk.

    What could be the problem here? Oh and while I was troubeshooting I updated Ubuntu from 20.04 to 22.04 and FOG to 1.5.10

  • Issue with creating hooks

    Unsolved
    8
    0 Votes
    8 Posts
    1k Views
    F

    @Tom-Elliott That did not have an impact. still seeing ${serial} on the host list. If it helps I am also seeing at the bottom of my host management page

    ${pingstatus} ${host_name} ${deployed} ${image_name} ${serial}

  • 0 Votes
    9 Posts
    1k Views
    J

    Sorry to resurrect an old thread. I ran into this issue today and have found a resolution (at least in my case).

    I had an image that was quite old that I wanted to update. The client I wanted to image was from a completely different system (a VM). I cloned over top the existing image with the VM. I got the same exact 504 error and it would eventually fail to update the database.

    I created a new image in fog and assigned the new host that new image. Went through flawlessly.

    It’s weird because I’ve done this in the past on multiple occasions and never had an issue. It was more than likely I created the older image (that I was just trying to clone over) on v1.5.9. I did update to v1.5.10 a couple months ago.

    So if you have this same problem, try creating a new image if overwriting an old image fails with the 504 error.

  • FOG dhcp server assign different addresses same macaddress

    Unsolved
    2
    0 Votes
    2 Posts
    339 Views
    Y

    @helian

    Hi,

    Which Distribution do you use?
    there is many solutions for this Problem.

    Example:
    1- you have to edit your dhcp-range

    I do not use the fog server as DHCP-Server. But i can help u if u have Debian Distribution 😉

    nano /etc/dhcp/dhcpd.conf

    find the line like this:

    subnet 192.168.14.0 netmask 255.255.255.0 { range 192.168.14.10 192.168.14.100; option routers 192.168.14.1; option domain-name-servers 8.8.8.8, 8.8.4.4; default-lease-time 600; max-lease-time 7200; }

    you can setup the range of DHCP-Server as u want. I will prefer from 150-230. be careful just edit the last octet do not change the your whol network.

    Restart ur DHCP Server

    systemctl restart isc-dhcp-server

    Now you can reserve the IP-Adresses in the file DHCP-Leases. In this file you will find every Host in this network. You can use Every IP-Address under 192.168.14.150. do not use the IP-Address of the FogServer or any IP-Address which is already in used.

    Nano /var/lib/dhcpd/dhcpd.leases systemctl restart isc-dhcp-server

    I hope that i could help 🙂

  • Can't "create new image"

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    S

    I was able to resolve this by recreating the Storage Management Node on the master server. My master node does not host any images but it was required to have a node present for the Create New Image page to be displayed.

  • WOL - bug or feature ?

    Unsolved
    1
    0 Votes
    1 Posts
    196 Views
    No one has replied
  • Active Tasks tab http error 500 (only this tab)

    Unsolved
    1
    0 Votes
    1 Posts
    147 Views
    No one has replied
  • kernel panic when imaging

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    george1421G

    @tlehrian Ok so you get a BSOD with windows and under linux you get a kernel panic (same but different). So that points to a hardware issue with this computer.

    I would swap memory with a known good computer, even if the mem test comes back OK. By moving parts hopefully the problem will move with the hardware.

    Move other pcie attached devices like GPUs (if external) or other add in riser cards.

    Now that you updated the bios, go in and reset the firmware settings back to factory defaults. In case there was a firmware setting change with the new firmware that corrects a known issue.

    Sorry I can only give random ideas, but since this seems to be a hardware issues I can only make logical guesses here.

  • Red dot in Fog

    Unsolved
    10
    0 Votes
    10 Posts
    1k Views
    T

    @george1421 Thanks a lot, it works !
    Have a nice day and thank you again !

  • FOG Main Server cannot determine free storage from a fog storage node

    11
    0 Votes
    11 Posts
    5k Views
    Tom ElliottT

    @kamburta I am not sure this is the right topic to be trying to bring back from the dead. There has been quite a lot (almost entirely) that’s changed about FOG since 2014.

    Registering nodes ot the master is, now, automated during the installation process of a new storage node.

  • Specifying the target disk works with HDD but not with NVMe.

    Unsolved
    4
    0 Votes
    4 Posts
    598 Views
    Tom ElliottT

    @mashina hd isn’t a “true” kernel argument, and as such isn’t built as an environment variable at load up. As the OS loads, the getHardDisk function will get called and make its best guess to what drive to use.

    If you want the specific disk of a host to be /dev/nvme1n1, then you should set it on the host under kernel device (or if it’s always global, set fdrive=/dev/nvme1n1 on the extra args instead of hd=/dev/nvme1n1)

  • What's the best way to rename the computer before joining the domain

    Unsolved
    4
    0 Votes
    4 Posts
    838 Views
    george1421G

    @professorb24 Here is a wiki page on the fog client install and setup: https://docs.fogproject.org/en/latest/installation/client/install-fog-client/

    The unattend.xml file is a windows thing. There are many resources on the internet that discusses its setup: https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/update-windows-settings-and-scripts-create-your-own-answer-file-sxs?view=windows-11

    The unattend.xml file is an auto answer file used by the windows setup program to preanswer all of the questions that the installer might ask during installation. There are even answer file generators on the internet that you can answer a few simple questions and it will create the answer file in the proper format like this one: https://www.windowsafg.com/win10x86_x64_uefi.html (I would be careful entering your actual license key on a internet web page, just edit the answer file when you get it by hand to include your key).

    I also have some tutorials on fog post install scripts. This one has code snippets at the bottom of the post that discuss the unattend.xml file and how to potentially update the file with the script. https://forums.fogproject.org/topic/7740/the-magical-mystical-fog-post-download-script The way the forum works read the first post and then scroll to the end to read the second and third posts in the series.

  • Multicast works, but gets stuck before finishing

    Unsolved
    1
    0 Votes
    1 Posts
    176 Views
    No one has replied

104

Online

12.2k

Users

17.4k

Topics

155.6k

Posts