• Installer Issue - Interface/Ipadress related

    Solved
    6
    0 Votes
    6 Posts
    819 Views
    T

    I think the Problems root is that my System, it is manage by Plesk. Plesk has Plesk specific packages and those changed the system dramatcally. I had some other issues with other installer as well. I would try a fresh install and executing the script on the fresh maschiene and hope it wont stop at the same point.

    Thank for the help

    Turtle
  • TFTP problems

    3
    0 Votes
    3 Posts
    555 Views
    K

    Thanks for your answer, I didn’t have DHCP server. My network is an internal network with virtualbox only. Fog is working but I have to write for each reboot in this thing c0d3f6a5-06d4-4f45-81ff-cf047909e620-image.png
    When I wrote the ip of my fog server there it’s working normally

  • Create Image via API

    3
    0 Votes
    3 Posts
    530 Views
    M

    @wayne-workman Thanks you for your aid! Those Powershell scripts helped me. For those in the future with the same problem as me.
    {
    “name”:“test-api1”,
    “description”:“test-api1”,
    “storagegroups”:“2”,
    “osID”:“9”,
    “path”:“test-api1”,
    “imageTypeID”:“1”,
    “imagePartitionTypeID”:“1”,
    “isEnabled”:“1”,
    “toReplicate”:“1”,
    “compress”:“6”,
    “imagemanage”:“5”
    }
    That’s how the body should more or less look like

  • Failed to get an IP via DHCP!

    4
    0 Votes
    4 Posts
    725 Views
    A

    Thank you for your swift reply!

    I followed the “How to guide” https://wiki.fogproject.org/wiki/index.php/BIOS_and_UEFI_Co-Existence#Using_Windows_Server_2012_.28R1_and_later.29_DHCP_Policy, however, I didn’t configure a lease time as on the guide it didn’t include this.

    After turning on a lease time the client got an IP and I was able to image all my machines.

    Thank’s again for replying so quickly.

    Ali

  • Reboot Server

    1
    0 Votes
    1 Posts
    243 Views
    No one has replied
  • MAC address

    5
    0 Votes
    5 Posts
    782 Views
    M

    @sebastian-roth said in MAC address:

    I tend to mount new HDs in /images to make things a little easier but let’s discuss this in a new topic.

    Thanks for your response.

    If it helps:
    I was missing the path to HDD/images when doing “showmount -e x.x.x.x”.
    However my etc / exports file were good …
    I had actually forgotten to restart /etc/init.d/nfs-kernel-server.
    After, it’s ok

    We can close the thread

  • Pull last image date from API

    3
    0 Votes
    3 Posts
    471 Views
    Chris WhiteleyC

    @tom-elliott sorry! I meant last deployed date. Is there a way for me to see per host when it was? I am just looking to get an output of that via some sort of command line. I use Powershell currently with the FOG API.

  • Dual boot (ubuntu + windows) even on ssd

    4
    0 Votes
    4 Posts
    688 Views
    S

    @esmatos You might provide more detailed information on what steps exatly you took and what error occurred (pictures of error on screen!!). Otherwise we won’t be able to help.

  • DNSMAQ

    3
    0 Votes
    3 Posts
    417 Views
    george1421G

    @tehcnique DNSMASQ can be installed on the same server as FOG or on a different linux server. It will work well in either case as long as the target pxe bootng computers are on the same subnet as the dnsmasq server. If the pxe booting computers are on a different subnet then you must make a change on your router to make it work.

    What configuration file are you using for dnsmasq? It would be helpful if you put it in your post. DNSMASQ can do a lot of things so the configuration file is important to have it correct.

  • How to use QNAP NAS for image storage?

    6
  • Ubuntu 20.04 Chainloading error when attempting to Register Host

    6
    0 Votes
    6 Posts
    747 Views
    george1421G

    @jona will you show us the output of this command
    ls -la /var/www/html/fog/service/ipxe it almost sounds like your install did not complete correctly. You should have a file called init.xz that is the virtual hard drive for the kernel bzImage. Your kernel panic is saying the kernel doesn’t understand the virtual hard drive.

    Where did you get the bzImge you added to stop the first error?

  • Python API authentication

    3
    0 Votes
    3 Posts
    562 Views
    R

    @tom-elliott Hi, thanks for the reply.

    Im getting the following errors : in CMD :

    curl: (6) Could not resolve host: NjhmN2VkNmFiZWVmZGQ4NjNhNGYyMzAwYmEyZGY4MWMwYzdhZGFmZjQyZjI0Yzc0Mjc1NzNmYWE1MjVlMzBjODM5MTE2YjZlODJhNjNhZmFiMzg1NGU3NmM1MjQzMDc4M2FjYTU0NGExMWQ2NWQxxxxMWJlZjQ’
    curl: (6) Could not resolve host: MTM3OWM1YjczZjI3OGZlNmVjNjk0MWQwYTUzOTljNTFjOTc0YmE0OWRiMjQ5MzhhOGE0ZGM4ODRjZjFkOWI2MzI3NjNlYzMxYTY4MWJhNjEzOTFmMWY3OTEwMDJmNTUwM2Q1NTNjMjlhZTA5NmQ3xxxxNDU’

    and in powershell console :

    Invoke-WebRequest : Cannot bind parameter ‘Headers’. Cannot convert the "fog-api-token:

    But nevermind, thanks for the support but im throwing in the towel. Guess this is just 1 of those things thats to complicated for me. Hoped it was simple, but im getting errors left and right. Thanks for your time. Dont waste anymore on me 🙂

  • Weird Traffic from FOG Server

    9
    0 Votes
    9 Posts
    1k Views
    S

    @cwgcad As George said this looks like a response packet. With source port 80 this must be the case I would think. So please figure out what the other IP is!

    Matching the alerts with httpd log in the FOG server is a great idea.

  • Sysprep / AD integration before capturing image

    2
    0 Votes
    2 Posts
    325 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
    463 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
    967 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
    682 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
    700 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
    991 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.

50

Online

12.2k

Users

17.4k

Topics

155.6k

Posts