• Is supporting Secure Boot now possible?

    Locked
    29
    0 Votes
    29 Posts
    14k Views
    Tom ElliottT

    I am locking this thread as the information we need to work out should first be done on the backend between the developers and few testers so we know what is feasible and have a more defined control set.

    While I understand there may be many people interested in this, we have not done it and don’t want to put systems in a bad state where you can potentially lose your data due to failure to be able to boot to any OS anymore.

    We will open a new thread once we have solidified a plan of action and tested feasibility.

  • exit type vs bios versions

    15
    0 Votes
    15 Posts
    3k Views
    F

    Oh, good point. We do tests on it. As testing i did reset, not cold start. Will check and report.

  • Error Capture image

    6
    0 Votes
    6 Posts
    3k Views
    S

    @Tfoote01 Great to hear you got this solved yourself. Thanks for sharing!

  • MATLAB snapin

    5
    0 Votes
    5 Posts
    1k Views
    J

    @JackieJack all the computers would download the 8GB and run it locally

  • Fogproject Discord Channel

    4
    0 Votes
    4 Posts
    1k Views
    x23piracyX

    i really would like to hear wayne speaking 🙂

  • [Solved] Several fog_orig folders. What are they? Can I delete them?

    Solved
    3
    0 Votes
    3 Posts
    827 Views
    S

    @Tom-Elliott Okie-tay! Closing ticket, marking solved. Thanks Tom!

  • Is FOG an Option: Large Multi-Drive deployment

    6
    0 Votes
    6 Posts
    1k Views
    JunkhackerJ

    @flipwalker consistently isn’t generally an issue when you’re using fog. once you know it works with your specific model of computer (which is most of them), it just works.

  • FOG Client side hostname input

    5
    0 Votes
    5 Posts
    672 Views
    Wayne WorkmanW

    @edition What’s the end goal you want to accomplish with fog in this scenario? If it’s just hostnames - and you’re already kicking around the idea of a user identifying themselves as mandatory - make setting the hostname mandatory too and be done with it.

  • Fog Appliance upgrades for Spectre and Meltdown Vulnerabilities

    2
    0 Votes
    2 Posts
    515 Views
    george1421G

    @hchchchc The FOG appliance is not supported by The FOG Project. That vm was created by a forum member.

    With that said, the Distribution OS on the FOG Appliance should release a kernel update to address. I can say for at least centos and Linux Mint, there were kernel updates over the weekend.

  • Wiki Down

    2
    0 Votes
    2 Posts
    425 Views
    J

    @Cap_Jak It’s back online, thanks for letting us know.

  • Is it possible to pass variables to snapins?

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    S

    So it looks like the API works great for what I need. But how do I mark as solved? I can’t find anything that lets me change this status 😞

    My code from the api is something similar to:

    $fogApiToken = 'mf...A=' $fogUserToken = '5Mz...NDY=' $fogServer = "IP ADDRESS GOES HERE" $headers = @{}; $headers.Add('fog-api-token', $fogApiToken); $headers.Add('fog-user-token', $fogUserToken); $BaseUri = "http://$fogServer/fog" $HostURL = $baseUri +"/host/" $HostResult = Invoke-RestMethod -Uri $HostURL -Method GET -Headers $headers -ContentType "application/json" $ThisHost = $HostResult.hosts | ? name -eq $ENV:COMPUTERNAME $PrimaryUser = $ThisHost.Inventory.PrimaryUser.Trim()
  • Renaming Images

    3
    0 Votes
    3 Posts
    1k Views
    Wayne WorkmanW

    @imagingmaster21 said in Renaming Images:

    Also any best practices with this?

    Best practices is to name it right the first time 😉
    You can change the name in the GUI no problem, but don’t mess with the path unless you actually change the path on the disk too.

  • 6- to 12-port switch recommendations?

    6
    0 Votes
    6 Posts
    855 Views
    Wayne WorkmanW

    @george1421 said in 6- to 12-port switch recommendations?:

    you might want to consider a multicast stream

    George is right. I had this in the back of my mind, but just wanted to address the switch question. Multicast should be used here no matter what switch you buy.

  • N00b_Here: Plz help! New Setup for a company imaging solution

    Moved
    12
    0 Votes
    12 Posts
    3k Views
    Wayne WorkmanW

    @wattfun said in N00b_Here: Plz help! New Setup for a company imaging solution:

    I have downloaded Centos 7 (not sure how to partition correctly) and Ubuntu 16.04

    The default partitioning of Cent OS and Ubuntu are not ideal for FOG. Both crash when the root partition fills. There’s video in our CentOS 7 tutorial showing you how to partition it: https://wiki.fogproject.org/wiki/index.php?title=CentOS_7
    For ubuntu, we have a video on Debian that applies to Ubuntu too. This video goes into great detail about Linux partitioning, and was created for newbies like yourself: https://wiki.fogproject.org/wiki/index.php?title=Debian_8 You can learn a ton about Linux partitioning by watching that.

  • How to use Snapin to shutdown computer

    Solved
    9
    0 Votes
    9 Posts
    3k Views
    J

    @wayne-workman lol it shutdown 😄

    To shutdown a computer remotely (immediately) in FOG management web gui:

    Go to hosts, list all hosts, click on host, choose Power Management from list on left hand side, and choose shutdown immediately (add option).

  • Building a test environment

    17
    0 Votes
    17 Posts
    3k Views
    F

    Seems now all goes as wanted. THX a lot for help (can i mark my topic as solved somehow? in old forum i knew the way for it i guess, but not now)

  • Building a somewhat large cluster. Can FOG help?

    4
    0 Votes
    4 Posts
    929 Views
    george1421G

    First let me say I have no clue about crypto currency. But after reading this thread and having a general understanding of the setup here is what I would do.

    Use buildroot to create a custom linux kernel, much like FOG’s FOS operating system. If one was ingenious, they could reverse engineer FOS and then possibly load the program needed for the crypto mining into the init.zx and also reconfigure the master fog script in FOS to call the crypto mining program. FOS boots and runs out of memory, no hard drive is needed.

    Now the cleaner way would be to use buildroot to create your own custom linux OS with all of the required applications. Once you have your bzImage and init.zx you can launch with FOG by creating a custom iPXE menu.

    You could use some of the concepts here:
    https://forums.fogproject.org/topic/10944/using-fog-to-pxe-boot-into-your-favorite-installer-images

    and here:
    https://forums.fogproject.org/topic/11194/poc-using-fog-as-a-netboot-server

    with the custom linux OS.

    Or you could either create or use an existing live OS and pxe boot it using FOG.

    There are a number of ways to get a live boot linux OS running on a diskless workstation.

  • Images are not deleting

    Solved
    12
    0 Votes
    12 Posts
    4k Views
    K

    It may be possible that your browser extensions are blocking the script. so check it or disable all the browser extension once.

  • FreeNas FTP error

    11
    0 Votes
    11 Posts
    3k Views
    S

    @lubo Carefully read through this to understand why this happens and how to solve it: https://forums.fogproject.org/topic/9850/freenas-ftp-command-question

  • Setting fog's password

    Moved
    25
    0 Votes
    25 Posts
    7k Views
    george1421G

    [MOD Note] Forking topic since the issue doesn’t directly relate to this tutorial.

107

Online

12.3k

Users

17.4k

Topics

155.6k

Posts