• Every time I deploy an image it tries to write to my USB Boot Disk

    5
    0 Votes
    5 Posts
    476 Views
    george1421G

    @bricktop135 said in Every time I deploy an image it tries to write to my USB Boot Disk:

    next set up the PXE boot on the server.

    ?? All you need to do is update your dhcp server. There is nothing really to setup. Just set dhcp options 66 and 67 and your are done. If you want to dynamically boot between bios and uefi mode then you will need some more configuration. But if you have the fog server the hard part is done with pxe booting.

    Anyway I’m glad you have it worked out with this computer.

  • Unable to Capture Image - Invalid Storage Group

    18
    0 Votes
    18 Posts
    2k Views
    S

    @jramos76 Good to hear things are working for you with 1.5.9-RC1. 🙂

  • Replication issue after converting to https

    7
    0 Votes
    7 Posts
    579 Views
    J

    I’ve updated to 1.5.9-RC1 after a bit of work, I think I’ve gotten everything working now.

    I have my Public signed wildcard cert working.

    I’ve got ipxe configured to Trust the godaddy root cert. This was important as our content filter was again blocking what I think to be the validation attempts. This time it was not showing up as OCSP, but simple “web-browsing”.

    edited /tftpboot/default.ipxe to use hostname, and added parameter to change screen resolution. Some of our newest machines have 4k monitors that make the menu tiny.

    And lastly, Replication services, Image and Snapin, both are working. It final magic seems that the Replication services use “Fog Configuration -> Fog Settings -> Web Server -> Web Host” and cross reference it to the StorageNode names. It then takes the IP address and Interface configuration from there to determine if the nic is “UP”. It seems DNS resolution is not done on the IP address field here. I had the names and not the actual IP addresses. After setting “Web Host” to the FQDN, and adjusting the StorageNode name to match, and setting the StorageNode IP to the ip, and finally restarting the replication services, things started to all work. Sorry, that one was wordy.

    @Sebastian-Roth Thanks for your help. I’ll post new topics if I find anything 1.5.9-RC1 related.

  • NFS storge synology with different netwokk

    7
    0 Votes
    7 Posts
    742 Views
    george1421G

    We’ll need a bit better picture of how your network is constructed.

    Is the 192.168.9.x subnet just a dedicated imaging network, or is it a general business network with printer and an internet connection?

    Is the 192.168.10.x subnet your general business network? Does it have a connection to the internet?

    Where is your upstream router? From that upstream router can you get to the internet?

    Sebastian is right about configuring the fog server as a router to forward packets between the interfaces. Its not the best solution since all of the data between the nas and the target computers will flow through the FOG server. Its totally possible to do, I just want to make sure there isn’t a better way to go about this.

    Is your FOG server a physical box or is it a VM?

  • Stopping web service.............Failed!

    3
    0 Votes
    3 Posts
    603 Views
    S

    @j00k4 I suppose you use FOG 1.5.8, right? When we released this version Ubuntu 20.04 wasn’t out yet and while I have tried to get it right, Ubuntu decided to switch to a different PHP version just a few weeks before the final 20.04 release.

    So please download the latest release candidate version of FOG and give that a try: https://github.com/FOGProject/fogproject/archive/1.5.9-RC1.zip

  • slow speed and timeout issues

    17
    0 Votes
    17 Posts
    3k Views
    george1421G

    @Sebastian-Roth Yes it was on the iPXE side. During testing we booted FOS Linux off a usb flash drive and it imaged fine. Well with some clarity, it imaged fine once we added nvme_core.default_ps_max_latency_us=0 to the usb/grub boot parameters. SO that kind of points to ipxe/hardware/uefi firmware that had a conflict with this specific nvme disk.

  • iPXE Boot issue : boot.php permission denied

    12
    0 Votes
    12 Posts
    4k Views
    Tom ElliottT

    I’m so confused.

    I see 2 posts now with:

    1923168.1.10...... One @Sebastian-Roth brought up, and the post directly after that also has the same typo.

    Is this a typo, or is this literally what’s being displayed on the Host machine?

  • Snapin creation fails: System suggests a snapin name, but it's already there

    Solved
    3
    0 Votes
    3 Posts
    364 Views
    S

    @fogusnew We are working towards a next stable FOG version by pushing out release candidates (RCs). FOG 1.5.9-RC1 is out since a few days and you might want to update to that to see if the issue mentioned is really fixed. If it’s not we can still look into it before the final release comes out!

  • kernel interface not working

    16
    0 Votes
    16 Posts
    3k Views
    S

    @Jeff-Findley said in kernel interface not working:

    Just an FYI - according to Netgear none of their unmanaged switches do any sort of STP. But who knows.

    Yeah you never know. But beside STP we have seen a few cases where ethernet energy efficiency (EEE) stuff kicked in and caused such things. While it is possible to be EEE I still suspect George is right with STP…

  • FOG does not copy NVRAM/EFI Bootorder

    Solved
    16
    0 Votes
    16 Posts
    2k Views
    JJ FullmerJ

    @Greg-Plamondon another suggestion. We had enough issues with pxe boot compatibility acorss different devices that we embed a custom bootloader that has an option for booting directly to a local copy of the ipxe.efi file. We use grub2win and just have its installation as part of our provisioning scripts that are started by sysprep firstlogon. Found this to work better than trying to get custom nvram type settings, this way you get it individuallized per hardware but also using a universal config file.

  • FOG Client failed to decrypt data on server

    5
    0 Votes
    5 Posts
    894 Views
    S

    @lewisreid01 Thanks for the update and good to hear that you were able to fix it this way. I was hoping we could figure out what happened to your install and try to fix it “a less invasive way”. But possibly this is the quickest way to solve this issue anyway. Well done.

    For anyone reading this: The installer option -C should be used with great caution! It will reset all the pinning you have made when installing the fog-client on your hosts. So as described by @lewisreid01 the second step is to re-install fog-client on all hosts!

  • Think I deleted my SSL keys/Failed SSL

    Solved
    8
    0 Votes
    8 Posts
    483 Views
    S

    @Dreded said in Think I deleted my SSL keys/Failed SSL:

    just wanted to add to anyone else that stumbles across this… the -K was definately needed(guess it resets the encryption keys client side?)

    No it regenerates the certificate used by the fog-client (not to confuse with the CA cert the fog-client is pinned to).

  • 0 Votes
    5 Posts
    582 Views
    C

    Hi @Sebastian-Roth yes, you’re right. pfSense was the problem and solution. Found the solution on this post ((https://forums.fogproject.org/topic/9513/pfsense-is-great/2)

    Thanks for the assistance. I love this community.

  • Fog Host Management Screen - Creating new hosts issue

    Solved
    3
    0 Votes
    3 Posts
    656 Views
    JYostJ

    @JYost
    Thank you George…this pointed me to the etc/network/interfaces file where I found that the dns-search field only had “domain.local” and was missing “domain.com”. Once I added that into the dns-search field all was good and FOG was able to see devices which were online (denoted by green Windows icon).
    Thanks again guys…great support as always!!!
    Go ahead and mark this as solved.

  • This is a new one. Can't find image?

    2
    0 Votes
    2 Posts
    328 Views
    george1421G

    @Cire3 Lets start with what version of FOG are you running

    What does the image definition look like for the one that doesn’t deploy? Is everything stored on the root partition or did you add a new disk (originally) to contain your images? What does the output of df -h and lsblk look like?
  • Task not starting

    Solved
    3
    0 Votes
    3 Posts
    295 Views
    S

    @mactuan12 The content you posted a good half an hour ago has nothing to do with FOG. I removed the external links as it’s considered spam…

  • Debian 9- Creating SSL Certificate Failed

    Solved
    3
    0 Votes
    3 Posts
    436 Views
    S

    I know this is a very old topic but it seems like people find this and follow it blindly. Please be aware that using the installer parameter -C (or --recreate-CA in long form) will overwrite your FOG internal certificate authority and break all fog-client installs because of this. The fog-client is pinned to this CA when installing the software on the machine and you need to re-install fog-client (or magically exchange the CA cert) on all your machines!

  • FOG Database Transfer Issues (Host Issues)

    Solved
    8
    0 Votes
    8 Posts
    437 Views
    S

    @george1421 Great, thank you! I appreciate the help.

  • Error uploading snapin package - PHP error

    2
    0 Votes
    2 Posts
    429 Views
    S

    @RipAU Can you give us more detailed infos on the ZIP file contents?

    Could you upload the picture to some image share and post a link here?

  • Unable to capture image - Bitlocker Signature detected

    Solved
    14
    0 Votes
    14 Posts
    4k Views
    J

    @Tom-Elliott Hi Tom, sorry, I didn’t reply with that info, but yes, I did run the command you suggested to explicitly turn off bitlocker, but it was still giving me the same error. The error only went away once TPM was disabled in the BIOS. Thanks for your help trying to figure this out!

191

Online

12.3k

Users

17.4k

Topics

155.7k

Posts