• Off Topic - Automatically provisioning AD accounts from SIS & EIS

    8
    0 Votes
    8 Posts
    3k Views
    P

    Would anyone happen to have any info on the open source software “Jane” that Wayne Workman mentioned? Any help would greatly be appreciated.

  • Cannot boot to fog without turning off Secure Boot

    3
    0 Votes
    3 Posts
    2k Views
    x23piracyX

    FYI, while deploying / capturing you are forced to disable secure boot because the kernels are not signed, after deployment / capturing you can enable secure boot if you like (uefi only).

    Regards X23

  • Automating OOBE setup?

    5
    0 Votes
    5 Posts
    2k Views
    george1421G

    @stucraster You can ignore it or make changes to it. I don’t know if sysprep will disable the admin account or not. But the unattend.xml and setupcomplete.cmd files are the way to tweak the final OS to have the features you need. These files would be dropped into place just before you run sysprep. Actually when I build my reference image, I have a batch script that copies the files into the right location and then calls sysprep to ensure everything is in the right spot each time I rebuild the reference image.

  • Failing /bin./fog.upload

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    S

    @wayne-workman

    Everything now works perfectly. As always you are the best.

  • Multicast on multihomed server

    2
    2 Votes
    2 Posts
    852 Views
    george1421G

    @bongasicdn7 @Developers Please look at this patch and see if it can be integrated into 1.5.0 code base. We have had others request the ability to multicast on multihomed hosts.

  • Hostname image is not applied.

    Solved
    5
    0 Votes
    5 Posts
    709 Views
    B

    Problem solved. It was only the lack of the Client FOG installation on the machine. As soon as I installed it, the machines came up with their names. Many thanks for the help, friends.

  • Image compression. Capture and deployment

    2
    0 Votes
    2 Posts
    632 Views
    Tom ElliottT

    In as simple terms as possible, no. We’ve found that the Goldilocks for compression is probably 5 or 6. This gives a semi balanced data across network and writing data to the hdd. The network throughout should be faster at max compression, but writing to disk takes a bit longer as it needs to decompress. Little/no compression is hell on network, but fast to write to disk as no/minimal decompression must happen.

  • Is supporting Secure Boot now possible?

    Locked
    29
    0 Votes
    29 Posts
    17k 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
    4k 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
    2k 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
    950 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
    2k 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
    789 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
    574 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
    490 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
    1k 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.

166

Online

12.6k

Users

17.5k

Topics

156.3k

Posts