• Snapin queued bash

    2
    0 Votes
    2 Posts
    385 Views
    S

    @bylkem said in Snapin queued bash:

    The task does not start and remains in queue.

    Have you checked fog-client service is actually running on the machine and communication to the server is alright? Please post the fog.log here if you are in doubt.

  • how to prevent certain OUI's from being allowed as MAC addresses

    2
    0 Votes
    2 Posts
    322 Views
    S

    @Eric-Johnson Take a look at FOG Configuration -> FOG Settings -> FOG Client - Host Register -> QUICKREG PENDING MAC FILTER. Just set to 0A:00:27 and it should ignore any MAC matching this pattern.

  • Finding messages or log from a failed pxe boot

    14
    0 Votes
    14 Posts
    4k Views
    K

    @george1421
    Well I’ll be damned

    35f04c28-e6a6-4fff-80c2-fb2738c82298-image.png

  • Service status of FOGServcie cannot be changed after deployment

    6
    0 Votes
    6 Posts
    1k Views
    george1421G

    cross linking posts that appear to have similar issues: https://forums.fogproject.org/topic/16327/windows-10-21h2-fogservice-not-starting

  • Problems after moving /images manually

    14
    0 Votes
    14 Posts
    3k Views
    J

    @jas777 nevermind, turned out to be a TP-Link switch not multicasting properly for some reason, everything works now!

  • FOG and different types of hardware

    4
    0 Votes
    4 Posts
    836 Views
    M

    @nadachowski

    I also have the drivers copied from the FOGServer to the PC after deployment. If the script does not find the path, because I forgot to create it or it is written incorrectly, I also have the problem.

    Although the actual image was transferred, FOG thinks that it is not complete, although only the drivers are missing.

    Maybe it is similar with you?
    At the end of the deployment come with me still some notes or halt the error message.

  • FOS fails to capture image from md RAID host

    7
    0 Votes
    7 Posts
    787 Views
    D

    @george1421 said in FOS fails to capture image from md RAID host:

    since you referenced my tutorial I assumed you are using the intel raid.

    I referenced your Intel RAID tutorial because I found another forum post on mdadm where you linked to it and stated that it was similar in principle. I am actually working on capturing an image from a Linux host with md RAID, and deploying the same image to other hosts with identical hardware.

    By way of update, I removed the large sda device (a hardware RAID) and the USB stick, so my disk layout was thus (from the running host OS):

    # lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 139.8G 0 disk ├─sda1 8:1 0 300M 0 part ├─sda2 8:2 0 30G 0 part │ └─md0 9:0 0 30G 0 raid1 / └─sda3 8:3 0 2G 0 part └─md127 9:127 0 2G 0 raid1 sdb 8:16 0 139.8G 0 disk ├─sdb1 8:17 0 300M 0 part /boot/efi ├─sdb2 8:18 0 30G 0 part │ └─md0 9:0 0 30G 0 raid1 / └─sdb3 8:19 0 2G 0 part └─md127 9:127 0 2G 0 raid1

    I then configured the following in FOG, with the noted outcomes:

    Host Primary Disk: /dev/md126 (equivalent to md0 on live system above)
    Image Type: Multiple Partition Image - All Disks (3)
    Host Kernel Arguments: mdraid=true
    Outcome: fails to find disks

    Host Primary Disk: /dev/md126 (equivalent to md0 on live system above)
    Image Type: Multiple Partition Image - Single Disk (2)
    Host Kernel Arguments: mdraid=true
    Outcome: fails to read partition table

    Host Primary Disk: /dev/sdb
    Image Type: Multiple Partition Image - Single Disk (2)
    Host Kernel Arguments: [not noted. I forget]
    Outcome: fails to read partition table

    Host Primary Disk: /dev/sda
    Image Type: Multiple Partition Image - All Disks (3)
    Host Kernel Arguments: [none]
    Outcome: capture succeeds. Deployment on new system succeeds. System boots and partition table on sda looks correct. md127 is lost. Partition table on sdb is not correct:

    # lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 139.8G 0 disk ├─sda1 8:1 0 300M 0 part ├─sda2 8:2 0 30G 0 part │ └─md0 9:0 0 30G 0 raid1 / └─sda3 8:3 0 2G 0 part sdb 8:16 0 139.8G 0 disk ├─sdb1 8:17 0 1G 0 part └─sdb2 8:18 0 138.8G 0 part

    I’m not sure if the deployment procedure touched sdb or not. I suspect not. I will try again and watch closer or record it. I suppose I can rebuild my RAIDs from here, but I would of course prefer to have FOG automate that process to the extent possible.

    Edit: added FOG settings detail.

  • Ping Status: No such device or address

    6
    0 Votes
    6 Posts
    650 Views
    D

    @duemti I added an entry in DNS of the router with hostname of a computer. I can ping it from host shell yet in gui it is still connection timed out!
    fe8206ef-9c6b-4c6e-a7d8-1075a26f82e6-image.png

    9edbc8ed-dbc4-4ec8-aa27-ccb897de0e9a-image.png

    Also i can’t do a full registration because it fails with: ‘unsafe hostname entered please try again’

  • nvme devices detect in random order / changing hd variable on the fly

    4
    0 Votes
    4 Posts
    1k Views
    S

    @david-burgess @Wayne-Workman Using the latest dev-branch version you should be able to use disk size or WWN or disk identifier to force disk order. It’s a known issue that NVMe drives get enumerated in different order by the Linux kernel.

    Search the forums for “nvme wwn” and you should find a topic with helpful information on this.

  • ACPI Error

    6
    0 Votes
    6 Posts
    1k Views
    Z

    @george1421 all good then. Thanks

  • Installation in environment with existing DHCP and PXE

    6
    0 Votes
    6 Posts
    736 Views
    george1421G

    @begelmir If you look at your config it very similar to what FOG creates if you were to use FOG’s built in dhcp server.

    https://wiki.fogproject.org/wiki/index.php/BIOS_and_UEFI_Co-Existence#Example_1

    I’m only providing this as a reference.

    In the case of your dhcp server its looking to see if the pxe booting computer is bios or uefi. Then its chaining to 10.10.205.100. I assume that system is where your menuing system is. This menuing system could be duplicated in FOG using ipxe instead of grub, but that’s a bit off point.

    From a quick check it appears once you enter the grub world it can’t chain load out of grub except for local devices. Maybe your developers know of a way. I don’t work with grub but only at a basic level.

    If you could insert the fog server between pxe booting and your grub menu then we can make it work. So the idea is to pxe boot into FOG menu then either have the default FOG menu be your Grub menu or have a menu selection for Grub.

    Now that I think about it I made a usb boot menu using grub that connects to FOG. You don’t get all of the features of FOG, but imaging works. Maybe your developers can take this and update your grub menu. https://forums.fogproject.org/topic/7727/building-usb-booting-fos-image

    Forum post ordering. I know the ordering took me some time to get use to. Just remember the latest posts are always right under the original post. When looking at the thread above remember this because if the tutorial takes multiple posts the second post in the thread is always at the bottom of the thread.

    We can get a solution for you because we have multiple ways to approach this. You just need to pick the path that works best for your network.

  • reset encryption data

    6
    0 Votes
    6 Posts
    1k Views
    Wayne WorkmanW

    Not all buttons are supposed to be compulsively clicked. 😉

  • Renaming Host with Web UI

    Solved
    6
    0 Votes
    6 Posts
    736 Views
    george1421G

    @mgoh I think I can fix the thread for you. Glad you found a solution.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    8 Views
    No one has replied
  • FOG Database View / Login Problem

    4
    0 Votes
    4 Posts
    441 Views
    M

    the hint you sent me via chat has solved the problem great.

    thank you very much.

  • Unifi USG settings to netboot (pxe)

    4
    0 Votes
    4 Posts
    2k Views
    george1421G

    @brechtvervaeke For DNSMASQ install I would follow this guide exactly: https://forums.fogproject.org/topic/12796/installing-dnsmasq-on-your-fog-server

    To the error, is the fog server on the same IP subnet as the target computer?

  • PXE Boot Problems / TFTP Problem

    5
    0 Votes
    5 Posts
    530 Views
    george1421G

    @fogbrain That message has 2 causes.

    It can’t get an IP address It can’t make a http call to the fog server.

    If you watch it boot you should see it get an IP address, if yes then that rules out #1. The second is the FOS Engine will attempt to reach the fog server (as you posted in the error above). If it can’t it will start the sequence over again of querying for dhcp then attempting to contact the fog server. It should do this 3 times then give up. You need to test from the same subnet as the pxe booting computer if you can reach the url you defined in your original post with a different computer on the same subnet as the pxe booting computer.

    I don’t think its a spanning tree issue right now. That would usually (but not always) show up in the FOG iPXE menu not loading. You do need to have your switch ports in portfast mode. You can test to see if its spanning tree issue by placing a dumb (read cheap, unmanaged) switch between the building switch and the pxe booting computer. That cheap switch typically would not have spanning tree plus it keeps the building switch port from winking as the pxe booting computer starts up.

  • FOG can not deploy in group but in HOST

    1
    0 Votes
    1 Posts
    239 Views
    No one has replied
  • Ipxe Could not boot no such file or directory

    15
    0 Votes
    15 Posts
    16k Views
    J

    I was having the same problem and didn’t read all the way to the bottom. I was looking at the files in /tftpboot and found that the default.ipxe file had a string containing http://ip-address/service/ipxe/boot.php#params or something similar. I inserted fog and it booted up.

  • Not able to PXE boot from Raspberry Pi 3b

    5
    0 Votes
    5 Posts
    594 Views
    J

    @wayne-workman It’s a Dell OptiPlex 3080. I am using FOG’s DHCP because I don’t have access to our company’s router. I have it working now. I’ve captured an image and going to try to deploy it tonight (I work second shift).

    I’d love to get packets back and fourth between the wlan0 and eth0 devices so I can join systems to the domain without switching ethernet cables. Trying to work this out.

137

Online

12.4k

Users

17.4k

Topics

155.9k

Posts