• Custom boot config per host/group

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    T

    I implemented the fix in my setup. It works HOWEVER just copying refind.conf and renaming it WILL NOT WORK!
    rEFInd seems to hardcoded look for refind.conf and WILL NOT ACCEPT a file named differently. I worked around this by naming both files refind.conf and putting them in different folders.

    Thanks again for your help!

  • 1.5.7 Does not capture correctly

    Solved
    11
    0 Votes
    11 Posts
    2k Views
    S

    Thanks to @Tywyn who provided the initial password I was able to figure out why this happened. The installer uses the password to update the storage node setting in a way that is prone to a URL encoding issue. I have to admit I didn’t know base64 encoding can actually produce strings that can cause such a problem:

    $ echo -n 'as~ja$j2niau83j2' | base64 YXN+amEkajJuaWF1ODNqMg==

    The + character is then miss-interpreted by the PHP code as space character and therefore breaking the base64 decoding of that string.

    I just pushed a fix to dev-branch in hope if this fixing all cases that special characters could cause in that part of the code.

  • Lenovo Yoga L13 booting to fog

    Solved
    32
    0 Votes
    32 Posts
    10k Views
    I

    @george1421

    Thank you, perfect followup…
    worked well as well L13 Yoga success.

    Thanks to all.

  • Connect NAS storage to FOG

    Solved
    15
    0 Votes
    15 Posts
    3k Views
    george1421G

    @joanmarzo Only a real FOG Server can run the fog replicator service. Marking the nas as a master node allows it to capture and deploy images. If you want image replications to other servers you will need to setup something outside FOG to move the images. Remember I said this configuration is NOT supported by FOG but can kind of work.

  • Error trying to restore GPT partition tables

    Solved
    21
    0 Votes
    21 Posts
    13k Views
    S

    @phm2000 said in Error trying to restore GPT partition tables:

    I have same problem with fog 1.5.7, is there a solution ?

    Sorry but with this kind of problem there is no general solution that works for everyone. Please open your own topic in the forums and post all your own details: full contents of the file d1.partitions, d1.minimum.partitions and d1.fixed_size_partitions.

  • Remotely imaging a laptop using FOG

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    george1421G

    @JYost said in Remotely imaging a laptop using FOG:

    Now that I’m looking at it I see exactly what you mean about going in and pre-creating the HOST.

    This is referred to as manually registering the host. The only bit of information that may be problematic is the target computer’s MAC address. If you have the mac address then you an just go into the web ui and add a new host and enter its name, image, mac address via the web ui. You won’t get the full inventory right away, but there will be enough information to pxe boot the target computer. If the fog client is already running on the target computer, when you create a deploy task the target computer will reboot, or power on if WOL is enabled on the target computer. But to do this, the target computer needs to be configured to boot through PXE to the FOG menu every time. If there is nothing to do the target computer will continue on booting from the local hard drive.

    ALSO, if the fog client is installed on the target computer BUT the target computer is not registered in FOG the target computer will be added to the FOG server in the pending state. You will need to approve the target computer to have it added to the inventory. You will still need to set the image name but you should have a near hands off registration.

  • Failed upgrade to latest 1.5.7.xxx

    Solved
    27
    0 Votes
    27 Posts
    4k Views
    A

    @Sebastian-Roth

    fogadmin@fogimaging:~$ ls -al /var/www && ls -al /var/www/html total 16 drwxr-xr-x 4 root root 4096 Feb 13 10:53 . drwxr-xr-x 14 root root 4096 Sep 11 2017 .. drwxr-xr-x 10 www-data www-data 4096 Feb 13 11:04 fog drwxr-xr-x 2 root root 4096 Sep 11 2017 html total 20 drwxr-xr-x 2 root root 4096 Sep 11 2017 . drwxr-xr-x 4 root root 4096 Feb 13 10:53 .. lrwxrwxrwx 1 root root 13 Sep 11 2017 fog -> /var/www/fog/ -rw-r--r-- 1 root root 10701 Sep 11 2017 index.html
  • Failed to destroy host !

    Solved
    13
    0 Votes
    13 Posts
    2k Views
    L

    Yes text alternatif

  • Inconsistency when renaming image file

    Solved
    3
    0 Votes
    3 Posts
    231 Views
    ?

    @george1421 , obrigado! Agora entendo como o fog funciona!

  • Unable to update kernel

    Solved
    8
    0 Votes
    8 Posts
    1k Views
    A

    @george1421

    Looked through the guide and everything matched, it was just the tftp server password that was wrong.

  • Updating database... failed!

    Solved
    5
    0 Votes
    5 Posts
    801 Views
    Z

    @george1421 I received my fixed IP from the sysadmin and I redid the installation. Everything is working perfectly now. I really thought the error was coming from mysql

    I really appreciate the help you have given me. Thanks!

  • TFTP file not found

    Solved
    7
    0 Votes
    7 Posts
    947 Views
    george1421G

    @george1421

    From the chat session as well as the pcap here is what we found. The bootp information in the dhcp offer packet is set correctly but the dhcp options values were incorrectly set. The OP is using a route to supply the dhcp and pxe boot information for his network. The red outlined text is the problem with the dhcp offer packet.

    pxe_boot.png

  • Acer Veriton Z4860G - cannot find disk on system NVMe PCIe Non-RAID

    Solved
    12
    0 Votes
    12 Posts
    2k Views
    george1421G

    @Pikmin Understand it only needs to be in ahci mode for imaging, once the image is laid down just switch it back to raid-on mode before the first boot of windows. Or if you are not using any raid function, just leave it in ahci mode. There isn’t much of a performance penalty for leaving it in ahci mode.

  • TFTP open time out.

    Solved
    4
    0 Votes
    4 Posts
    292 Views
    george1421G

    @Sckendall With pfsense make sure both the bios and uefi fields are filled out to support dynamic booting between bios and uefi clients. Then pfsense will work fine for network booting.

  • Exactly the same mistake.

    Solved
    14
    0 Votes
    14 Posts
    718 Views
    george1421G

    @Sckendall Yes start a new topic, they are free and keep problems and solutions together with the subject of the thread.

  • Unmodifiable DHCP-Server + Fog / Updating Database failed

    Solved
    14
    0 Votes
    14 Posts
    2k Views
    T

    @Sebastian-Roth , @george1421

    Thanx for your help.
    I set up a new virtual host with ubuntu 18.04.03 LTS server with fog and dnsmasq and everything went fine for the installation part now.
    The ubuntu 18.04.03 provides apparmor by default, so I assume, that apparmor was not the reason for the install-issues I had before.
    Maybe the fact, that I have had mysql installed manually, tried installation of fog and removed mysql after noticing, that fog wants to install mariadb, gave us the troubles we had.

    Now another problem arose, but I opened another thread for that: https://forums.fogproject.org/topic/14197/1-5-7-does-not-capture-correctly

  • Hide delete button for a specific user on Web UI

    2
    0 Votes
    2 Posts
    120 Views
    No one has replied
  • Windows 10/Dell Latitude 3400 Stuck On Bios Splash Screen After Imaging

    Solved
    5
    1 Votes
    5 Posts
    1k Views
    D

    @Sebastian-Roth - I will try these things when I get into the office on Monday morning. I believe that I have the 1903 image that was working prior to this last batch of windows/software updates that I can get the data from.

  • Doing this backwards. Is there any drawback?

    Solved
    5
    0 Votes
    5 Posts
    412 Views
    Wayne WorkmanW

    @Fog_Newb Send me your email address in a direct message (it’s the talk bubble in the top right), and I’ll get a wiki user created for you.

  • Windows 10 single disk resizable, stuck on BIOS screen after process

    Solved
    20
    0 Votes
    20 Posts
    3k Views
    B

    @dclark I ended up just redoing my image for my Latitude 3500s with a clean install of latest W10 from USB. I gave up trying to fix the partitions/issue.

    No issue with new image and deployed a bunch so far (single disk resizable)

123

Online

12.4k

Users

17.4k

Topics

155.9k

Posts