• multicast flow

    Unsolved FOG Problems
    2
    0 Votes
    2 Posts
    919 Views
    S

    version is 1.5.10

  • Image capture issue from VM

    Unsolved FOG Problems
    4
    0 Votes
    4 Posts
    974 Views
    U

    I was not able to figure out capturing the image from a VM, I decided to use an actual desktop as the master/golden image. It made more sense as it would include the right hardware type, drivers, etc. I have captured the image finally. Now on to deployment

  • 0 Votes
    2 Posts
    851 Views
    F

    I’m having the exact same behavior.
    Was working on the 27, 28 and 29.

    Stopped working start of this week (2 september)
    Added 3 storage nodes in between.
    1a07ba58-be68-4007-a60c-5532e6c42e41-image.png

  • FOG Dashboard showing wrong date of captured images?

    Unsolved FOG Problems
    1
    0 Votes
    1 Posts
    745 Views
    No one has replied
  • No Network Interfaces Found Error

    Unsolved FOG Problems
    4
    0 Votes
    4 Posts
    982 Views
    george1421G

    @Ryxn I checked and that nic has been in the linux kernel for several years.

    And secondly when you checked for missing firmware the kernel wasn’t complaining about missing something.

    Its a good thing you were able to get the error while in debug mode. Because that was going to be the next quest for you. To get the system when its behaving badly.

    So when you get it into debug mode and its complaining about no nic lets do the following.

    ip a s should show if the network interface has an ip address, I’m going to suspect no because it complained about it earlier in the boot process.

    lspci -k -nn | more Look through this list until you find the entry. The number in the square brackets will be what you posted earlier. [8086&1502]. See if the nic is visible to the kernel. AND if it is it should mention what kernel driver its using. I’ll give you a for example using my laptop.

    0000:00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection ( 13) I219-V [8086:15fc] (rev 20) Subsystem: Dell Ethernet Connection (13) I219-V [1028:0a22] Kernel driver in use: e1000e Kernel modules: e1000e

    lastly if everything looks good, kernel sees the nic, there is a kernel driver assigned. Lets see if time fixes your problem.

    When you ran the ip a s command it listed all of the network interfaces and if it has IP addresses. You will need to know the interface name for your network adapter. It may be something like eno1 or ens192, or something else. Get that device name.

    Now run this command /sbin/udhcpc -i $iface --now replacing the whole word $iface with the device name listed from the ip command. This will tell the network adapter to again poll for an IP address from your dhcp server. If it picks up an IP address this time, then time does solve your problem and you will need to look into your network configuration and make sure that port-fast or fast-stp is enabled on your network port.

  • Image Replication Issues

    Unsolved FOG Problems
    5
    0 Votes
    5 Posts
    2k Views
    P

    @george1421 Resolved: A 3rd party package in my router was intercepting my outbound FTP connections.

  • Different distribution

    Unsolved FOG Problems
    1
    0 Votes
    1 Posts
    480 Views
    No one has replied
  • Mellanox ConnectX 3 imaging issues.

    Unsolved FOG Problems
    6
    0 Votes
    6 Posts
    1k Views
    george1421G

    @aurfalien said in Mellanox ConnectX 3 imaging issues.:

    So all good here.

    Did FOS Linux have the driver enabled for that 10GbE card (i.e. were you able to image with FOG once you got past the iPXE menu)?

    FWIW: For uefi mode snp.efi or snponly.efi should work if undionly.kpxe worked in bios mode. I’m saying it should because ConnectX3 is a somewhat older card (circa 2017/2018).

  • 0 Votes
    3 Posts
    656 Views
    F

    @Small0145 No, it’s not.

  • Blue screen W11 24H2

    Unsolved Windows Problems
    2
    0 Votes
    2 Posts
    2k Views
    S

    @Almeida BitLocker is enabled in your master ? If yes, you should disable it. Enable it only on the final computer.

    We do have the BCD issue when enabling BitLocker on 24h2 image, we are running the same commands, but you are missing one.

    You need to set device partition=C: for the recover from hibernate entry too. The annoying part is that its ID is dynamic.

  • Unable to install Fog successfully.

    Unsolved FOG Problems
    10
    0 Votes
    10 Posts
    3k Views
    george1421G

    @punch07 to view the /tftpboot use the command line terminal window. Now I do have to say that different distros have the directory in different locations like /var/lib/tftpboot.

  • Capture not finishing in NAT environment

    Unsolved FOG Problems
    1
    0 Votes
    1 Posts
    397 Views
    No one has replied
  • Set storage location (/images) during install

    Unsolved FOG Problems
    3
    0 Votes
    3 Posts
    2k Views
    A

    @vincent33 Hello, thanks for the response! I was able to change my HW so this was no longer an issue.

  • Localstorage randomly selected

    Unsolved FOG Problems
    1
    0 Votes
    1 Posts
    345 Views
    No one has replied
  • Cannot boot W11 deployment with RAID turned on

    Unsolved Windows Problems
    3
    0 Votes
    3 Posts
    2k Views
    J

    @george1421 Thanks for the insight!

    I’ve tried adding Dell’s WinPE driver package to the driver store but it doesn’t seem to have helped either. Whether it’s just the wrong drivers for the specific machine, i’m not sure yet.

    I’ll give it another go once we get some more Dell stock in - but thank you for the help in the meantime 🙂

  • Replication Issues

    Unsolved FOG Problems
    1
    0 Votes
    1 Posts
    268 Views
    No one has replied
  • Multicast job

    Unsolved FOG Problems
    1
    0 Votes
    1 Posts
    272 Views
    No one has replied
  • [BUG] iPXE Boot Loop & Menu Failure After FOG 1.5.10.1660 Upgrade

    Unsolved FOG Problems
    22
    0 Votes
    22 Posts
    4k Views
    S

    @george1421 said in [BUG] iPXE Boot Loop & Menu Failure After FOG 1.5.10.1660 Upgrade:

    If undionly.kpxe worked in bios mode then snp.efi should work in uefi mode

    Hi George, the BIOS claims its in UEFI mode but when booting it looks suspiciously like legacy (larger text etc). Its an old Viglin with a second generation i3 which is being retired this October so its not too much of a deal now I have a workaround.

  • iPXE fog boot menu error Could not boot: Results too large

    Unsolved FOG Problems
    4
    0 Votes
    4 Posts
    564 Views
    george1421G

    @Jias94 Hey no worries, I’ve created that error a few times myself so I had a good idea where to look. I’m glad you have it sorted out and can get back to imaging.

  • How much storage is enough for my system?

    Unsolved FOG Problems
    2
    0 Votes
    2 Posts
    261 Views
    george1421G

    @hariskar It looks like your root partition ‘/’ has 1.8T or 1800GB of space. The command I would have run is df -h to give you usage. but assuming that debian is less that 50GB you should have plenty of space to capture a modern computer with 50GB of data. Use single disk resizable to use zstd to compress that 50GB of data down even smaller.

    What error message are you getting? A screen shot of the error might help set the context of the error.