• Computer sometimes not renamed

    4
    0 Votes
    4 Posts
    569 Views
    Wayne WorkmanW

    @coe Ok, so for the ones that don’t get renamed by the client, we need the relevant portion of the fog.log file. This is where the client logs events and errors. Please be sure to copy/paste the whole portion, not just a line.

  • Multicast-Unable to find image

    22
    0 Votes
    22 Posts
    6k Views
    george1421G

    @amartinez said in Multicast-Unable to find image:

    So storage nodes are limited to unicast imaging

    That is correct. Storage nodes are kind of like a network drive for remote locations. They are missing the active services bits that make them a full fog server.

  • PXE Boot Failures

    4
    0 Votes
    4 Posts
    284 Views
    L

    @george1421 I got it working again. Thanks for responding so fast. I haven’t been at my desk, so I just now saw your post.

  • bzimage freeze

    6
    0 Votes
    6 Posts
    1k Views
    george1421G

    @jmroc85 The problem is that ipxe.efi that ships with FOG 1.5.9 is 2 years old and we are finding compatibility issues with currently shipping hardware.

    So you used the tarball method of installing FOG? Was there a specific reason for going that route?

  • Deploy image HDD to SSD

    2
    0 Votes
    2 Posts
    220 Views
    george1421G

    @zaqen This one could be a difficult problem to solve. From FOG’s standpoint there is no technical difference between a SATA hard drive and SATA SSD. If it boots on a Hard drive it should boot on a SATA SSD. Many people run into the issue that the SATA SSD is typically smaller than the Hard Drive. The larger source disk to smaller target drive causes an issue. FOG will move partition start blocks to help resizing of the disk.

    Where the problem comes in is if a partition is marked as non-movable. This means that the partition can not be squeezed or relocated on the target drive. What happens if this partition exists at a starting location that doesn’t exist in the target drive because the target drive is smaller than the source drive. This is a problem.

    As long as you are on the dev branch of FOG v1.5.9.110 or later and FOS Linux kernel 5.15.x your fog install is up to date and the problem is with the structure of the source disk.

  • WOL and Host OS discovery issues.

    6
    0 Votes
    6 Posts
    615 Views
    george1421G

    @riry I’m glad to hear that everything is back in order in your house. The dnsmasq solution is a solid one in that you don’t have to mess with your existing infrastructure if your current dhcp server doesn’t support dynamic pxe booting. Secondly if you power off your FOG server so dnsmasq is off line so no pxe boot info is sent out. As soon as the FOG server is back online so is PXE boot support via dnsmasq.

    Well done getting everything working in your environment.

  • Snapin queued bash

    2
    0 Votes
    2 Posts
    377 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
    315 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
    797 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
    750 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
    617 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
    699 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
    702 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

125

Online

12.3k

Users

17.4k

Topics

155.8k

Posts