• Sysprep / AD integration before capturing image

    2
    0 Votes
    2 Posts
    364 Views
    george1421G

    You didn’t mention your process, but if you are using sysprep and have your reference unattend.xml file in the right locaiton it should work.

    Look over this thread, it give you a sanitized unattend.xml file as well as the sysprep switches.

    FWIW I use the unattend.xml file to name the PC and connect it to the domain and not the fog client, so I know this route works.

  • "Enabling apache and fpm services on boot" failed

    2
    0 Votes
    2 Posts
    510 Views
    A

    @aheerds said in "Enabling apache and fpm services on boot" failed:

    I got much further in the installation by changing to debian:latest and not ubuntu:20.04.

    Now I am stuck at this :

    insserv: FATAL: service mountdevsubfs has to exists for service hwclock insserv: FATAL: service mountkernfs has to exists for service procps insserv: exiting now!

    Currently working on it, but FOG has started and it’s running. But there is still something wrong …

  • SSID issue after deployment

    7
    0 Votes
    7 Posts
    1k Views
    george1421G

    @matthieu-jacquart Sorry I can only write in english.

    Its best if you DO NOT connect your mother/master image to active directory before you capture the image. I’m sure my environment is different than you, but we use MDT to create the golden image, sysprep then capture with FOG. At no time is the golden image connected to AD before capture with FOG. The first time the target computer image is connected to AD is on the final hardware.

  • Client should deploy everyday an do a autostart

    6
    0 Votes
    6 Posts
    939 Views
    S

    @cello said in Client should deploy everyday an do a autostart:

    Why can’t I synchronize the computer and then immediately boot from the hard disk? The menu always appears and I then have to select the option to start again.

    Which menu do you mean? The FOG boot menu has a default option to chainload the OS from disk, pretty much what you want from what I understand.

  • booting rescuezilla

    10
    0 Votes
    10 Posts
    2k Views
    Z

    @george1421 well no also is an awnser 😉 I really appriciate the time you spend on it for me! Thanks a lot!!

  • Adding ESXi to Fog Server

    2
    0 Votes
    2 Posts
    784 Views
    NTexN

    @ntex
    Nevermind, I’m too tired clearly, fixed the original configuration has another prefix= to empty.
    So this line was creating a conflict with one above.

    3195ca99-f8a5-45c8-b390-a2ad984f0f78-image.png

    Time to rest for today. 😊 long day, thanks anyways!!

  • BIOS and UEFI Mixed Enviroment

    7
    0 Votes
    7 Posts
    1k Views
    E

    @george1421 Checking for the folder /sys/firmware/efi works perfectly so far on the systems we are testing.

    If the folder exists we assign it the UEFI image, if it doesn’t exist it gets assigned the BIOS image.

  • Multiple PXE Servers

    5
    0 Votes
    5 Posts
    2k Views
    george1421G

    @kyl said in Multiple PXE Servers:

    Currently I am using chain to point menu items to the pxe boot files residing on another server. I know that this isn’t what FOG is made for, but it’s working for me and that’s all I can ask for.

    That is the beauty of FOG and open source software. FOG is flexible enough to support doing things that it was never designed to do. Case in point the articles related to pxe booting your fav OS installer. That’s not related to FOG, but can be done with a little skill.

  • Getting FOS on a bootable ISO image

    15
    0 Votes
    15 Posts
    5k Views
    M

    @sebastian-roth as you suspected, this ISO image did boot both legacy and EFI. Which has been a boon.

    I have used this ISO four times this week, and it has been a huge time-saver.

  • PXE-less booting with auto join domain feature

    2
    0 Votes
    2 Posts
    475 Views
    S

    @wasps-d You can automate the domain join with FOG by using the so called fog-client software. Installed in the master host before you capture the image. After the image is deployed to one or several other machines it boots into Windows, fog-client service is started, host rename, reboot and domain join happen automatically (if everthing is setup correctly). To be clear, whatever method of booting you use (PXE or USB), the domain join/rename will still work.

    That said I would still advise you to talk to your admin as many PXE systems can chainload from one to the other. I am not sure about PVS but it’s worth to take a look because it would make deployment of 500 PCs so much more convenient.

  • initramfs can't connect to remote host

    4
    0 Votes
    4 Posts
    2k Views
    S

    @londonfog You’ve probably seen my post in your other topic: https://forums.fogproject.org/post/143080

    I managed to PXE boot it using NFS instead of the url=...iso option. So I have not played with the ISO option. See my post and give it a try using the NFS method.

    Now bacl to the point of you saying that it does work with other machines but not with Dell Precision 5750 in UEFI mode. Do you have other machines that PXE boot in UEFI mode and loading this fine? I mean, is it just that Dell Precision 5750 causing the problem or potentially any UEFI mode machine?

  • Time lag between the fog web interface and the system time

    2
    0 Votes
    2 Posts
    547 Views
    S

    @Jacques-Olivier What is TZ INFO (FOG Configuration -> FOG Settings -> General Settings) set to?

    As well you might need to look into PHP-FPM timezone information. As we don’t know much about your setup yet (Linux OS and version) it’s hard to give further instructions. This command should help you find if there is a timezone set in PHP on your system or not:

    find /etc/ -type f -exec grep "date.timezone" {} /dev/null \;

    Make sure you adjust the value for and restart PHP-FPM service (not PHP cli or PHP apache module).

  • Capture issue on Windows 10 20H2

    5
    0 Votes
    5 Posts
    1k Views
    Q

    @sebastian-roth Because we are using VMs that are thin provisioned, Windows only optimizes, which we tried and the same result and behavior happened. Increasing the value of how much space to use https://forums.fogproject.org/topic/15416/out-of-disk-space-fog-capture-error/7#, did fix our issue and we only had to increase the value from 5 to 8 for a successful capture.

    Thank you for your help!

  • WOL and network interface

    1
    0 Votes
    1 Posts
    367 Views
    No one has replied
  • DHCP server to allow clients to boot via TFTP / PXE

    Solved
    16
    0 Votes
    16 Posts
    5k Views
    S

    @radjunior Can’t believe that switching to Windows DHCP server would solve a kernel download issue. But hey, what do I know. Great you got this solved!

  • Configure multiple boot files for DHCP?

    2
    0 Votes
    2 Posts
    2k Views
    S

    @xburnerx00 It is possible with most DHCP servers. You wanna read through this: https://wiki.fogproject.org/wiki/index.php?title=BIOS_and_UEFI_Co-Existence

  • Question regarding the snapins ordering

    1
    0 Votes
    1 Posts
    333 Views
    No one has replied
  • u=install

    Moved
    4
    0 Votes
    4 Posts
    709 Views
    Wayne WorkmanW

    @sebastian-roth We should have renamed that user donotusethisuserever

  • 0 Votes
    11 Posts
    2k Views
    T

    @wayne-workman Yes thank you, video answer alot.

  • 20.04 autoinstall

    14
    0 Votes
    14 Posts
    8k Views
    S

    @faboulous said in 20.04 autoinstall:

    If someone manage to do so, it would be interesting to check what is_casper_path and matches_uuid does and return.

    I don’t have a setup to dive in this right now and so I just started looking at the code. But maybe that’s of any help to you too.

    Looking at the definition of is_caspar_path I get the impression that there is no possible way for this to return 0 (true in bash logic) to actually proceed to the next check.

    Edit: Ok, forget what I said here. This is using bash globbing to expand filenames when a file exists matching the glob used.

    Anyhow, I figured out why it would not return successful from the do_nfsmount() call. It checks UUIDs that are stored within the ISO in path .../.disk/casper-uuid*. Now when we prepare things and copy contents from the ISO we are missing that hidden folder (starting with a dot)! To fix that run the following command on your FOG server with the ISO mounted in /mnt/loop:

    cp -R /mnt/loop/.disk /images/os/mint/20

    I’m able to PXE boot into the Mint20 XFCE Live system with that fix on a VirtualBox VM (hosted on Debian 10) with only 768 MB of RAM set for the VM.

    @george1421 We might think about switching to rsync -a /mnt/loop/ /images/os/... in your great tutorials on PXE booting installers to prevent that from happening. What do you think?

    @londonfog I just tried Ubuntu Server 20.04 as well and it is working fine too - even using kernel and initrd from the ISO and not download the netboot ones! The important part is that you need to copy the .disk folder over as mentioned above.

265

Online

12.3k

Users

17.4k

Topics

155.9k

Posts