• Lenovo Yoga 12 Issues

    7
    0 Votes
    7 Posts
    2k Views
    S

    @TBCS Are all the Yogas in a specific part of your network (one switch/room/subnet)? It’s kind of unlikely this is caused by the Yogas being UEFI systems. What could be the case is that the network driver for the NIC used (probably an external adapter, right?) is kind of buggy and not allowing for a proper NFS connection. But as we check network connection on bootup it’s also very unlikely.

    I guess George is on the right track here. Your network seems to not handle the default 0.7 second timeout well and therefore you see random failures. Try manual mounting as George suggested a couple of times in a row to see how often it fails.

    mkdir /testfs mount -o nolock,proto=tcp,rsize=32768,intr,noatime 10.10.1.93:/images /testfs umount /testfs mount -o nolock,proto=tcp,rsize=32768,intr,noatime 10.10.1.93:/images /testfs umount /testfs ...

    Then add the timeout option as well and see if it’s doing any better.

    mount -o timeo=10,nolock,proto=tcp,rsize=32768,intr,noatime 10.10.1.93:/images /testfs umount /testfs mount -o timeo=20,nolock,proto=tcp,rsize=32768,intr,noatime 10.10.1.93:/images /testfs umount /testfs ...
  • rEFInd on Dell Optiplex 3020

    2
    0 Votes
    2 Posts
    829 Views
    B

    Hi, I am having the exact same issue, with the Optiplex 3020’s. Were you able to find a solution?

  • Is there FOG Secure Boot workaround?

    2
    0 Votes
    2 Posts
    559 Views
    george1421G

    There is currently no way to work around the secure boot issue.

    To boot with secure boot on the boot OS needs to have a signed certificate. This certification process requires both iPXE (from another FOSS project) and FOS (from the FOG Project) to be digitally signed. Getting these items signed and certified is time consuming and expensive (from a FOSS standpoint).

  • Hanging/Freezing on bzimage and init.xz

    5
    0 Votes
    5 Posts
    3k Views
    D

    @Sebastian-Roth Thanks you!!! I swapped out the ipxe.kpxe file and it worked.

  • Not booting in UEFI, BIOS working

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    A

    @george1421 Got it. I made the changes and in the process of deploying my first image now. Appreciate the help.

  • Lenovo X1 Thinkbook

    11
    0 Votes
    11 Posts
    3k Views
    aruhunoA

    Server

    FOG Version: 1.5.6 OS: Debian 9.9 Kernel: 4.19.48 TomElliott 64 and 4.19.48 TomElliott 32

    Client

    Model: Lenovo X1 Carbon Gen6 Dock: Lenovo Dock USB-C DK1633 OS: Windows 10 Pro 64 Secure boot: disabled

    Description
    Hello,

    I’ve the same problem on Lenovo X1 Gen 6.
    As @george1421 suggested, I turned to FOS. Unfortunately I don’t understand the documentation to build an image.

    Thanks for your help.

    Solution
    This works well with the adapter provided by Lenovo.

  • FOG Network boot problem ACPI Error and IP Not Found

    Solved
    12
    0 Votes
    12 Posts
    3k Views
    C

    @george1421 Just wanted to let you know that I updated to the latest kernel as suggested and it worked! Not sure if anyone else has the same issue, but now we can image about 630 PCs! You guys rock!

  • iPXE error 040ee119

    2
    0 Votes
    2 Posts
    719 Views
    S

    @Zark110 Just as a quick test an you connect a dumb unmanaged switch between the client and your main switch? Then try again.

  • FOG USB Boot media with Intel NUC7i5BNH

    35
    0 Votes
    35 Posts
    16k Views
    T

    @Sebastian-Roth Intel Core i5-7260U @ 2.2GHz * -shrugs- *

  • VM settings requirements

    4
    0 Votes
    4 Posts
    1k Views
    fry_pF

    If I may interject with a very hypothetical statement. If you end up using the fog client portion of this solution on more than say a few hundred hosts, you may think about making the server a bit beefier. Here is my setup

    For my 1500 hosts that check in with the client:

    4 vcpu’s
    8GB RAM
    250GB storage (we use model specific images)

    May be overkill but it works pretty well for me

  • 0 Votes
    13 Posts
    4k Views
    T

    @Sebastian-Roth So just out of a combination of desperation and curiosity, I tried a different computer with the same exact specs. Changing to AHCI worked. The original computer works fine except for this one FOG issue. I booted into Windows, ran chkdsk, installed a program, rebooted and everything worked like there wasn’t a problem. I reinstalled Windows with the Dell USB recovery disk and FOG was able to pull an AHCI mode image. Out of 15 computers, two had this issue. I think this is a fluke with Dell. Thanks for both your guys’ help.

  • iPXE boot Lenovo m725s

    24
    0 Votes
    24 Posts
    10k Views
    M

    @Sebastian-Roth Found a firmware update for the model and took a peek at it’s change log. Didn’t see anything relating to PXE in recent changes. Ran it anyway to bring it current. No changes in PXE boot behavior.

    @george1421 Ran a capture job before I left Friday using the FOSLinux usb boot method. Checking the deploy sometime today.

    As always, thanks for you help you two!

  • 0 Votes
    4 Posts
    1k Views
    Tom ElliottT

    @tandersb the date is a nice to have feature and is not indicative of an issue. In particular the master node has a service that updates the sizes. To get the date, the image is updated once the capture task is completed. This, however, does not mean there is (or isn’t I suppose too) a problem with the image. Are you having issues using it?

  • fog with FRITZ!Box 7590 router possible?

    Solved
    14
    0 Votes
    14 Posts
    7k Views
    hariskarH

    And everything works!! Thank you for help!

  • Bonding multiple network cards for better throughput

    17
    0 Votes
    17 Posts
    4k Views
    george1421G

    @Zourous Sorry I should have asked this in the last round, does your fog server currently have multiple nic cards?

    Dell switch, what model?

  • hp probook x360 11 g1

    2
    0 Votes
    2 Posts
    531 Views
    P

    i figured out, i had to turn secure boot off!

    Eric

  • Lenovo Yoga 12 Compatability Issues

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    george1421G

    @TBCS Mmmmmm cookies…

    I’m glad you have it worked out and it was simple enough to just update your firmware (which you probably should have done anyways).

  • Dell Optiplex 7050 and UEFI boot. Failed

    8
    0 Votes
    8 Posts
    4k Views
    george1421G

    @Fernando-Gietz said in Dell Optiplex 7050 and UEFI boot. Failed:

    I wonder if is a miracle that it has worked well until now in the other hardwares

    I’m glad you have it working now. Yes its strange why you didn’t find another system with the same issues. But that is why I included both, I ran across a system that would boot with the netboot info alone.

  • Surface Pro 6, PXE Failing

    6
    0 Votes
    6 Posts
    2k Views
    T

    @george1421 That was a really helpful guide. Easy to follow and now we’re ready for whatever type of boot we need.

  • PXE: No Network Option w/UEFI & Secure Boot Turned Off

    14
    0 Votes
    14 Posts
    16k Views
    J

    @george1421 I’ve got two videos for you. The BIOS Firmware on the problematic one is newer than the one where it works. I’ll try a rollback and see if that makes a difference. Anyways…

    This is for the remaining problematic 1040G3

    Video 1: https://drive.google.com/open?id=1OEeLrkW2I8FIqLh092IHH03-zAhcM8X6
    This is me using the USB Bootable Flash Drive

    Video 2: https://drive.google.com/open?id=1Uz4cCiQf00VymXMKCqfiA7VK5-KKP3xl
    PXE Booting without the USB Bootable Flash Drive

78

Online

12.7k

Users

17.6k

Topics

156.9k

Posts