• Cant PXE Boot = PXE-T01: File not Found

    Moved Solved
    19
    0 Votes
    19 Posts
    8k Views
    Wayne WorkmanW

    @sebastian-roth said in Cant PXE Boot = PXE-T01: File not Found:

    So here is another reason to push for the next release.

    I think we are ready for another RC.

  • Fog svn trunk not removing pagefile and hibernation file during image capture

    Moved Solved
    7
    0 Votes
    7 Posts
    2k Views
    K

    The best way to delete hiberfil.sys is to disable hibernation in Windows:

    Go to Start menu, type “cmd” open up command prompt Type “powercfg.exe -h off” [make sure you are an Administrator] ENTER Type “exit” ENTER RESTART YOUR PC and you are all set

    After the restart, you should be able to see more free space on your hard drive.

    This generally works for 90% of the time but if it doesn’t work for you then you can refer to other available methods.

  • iPXE New Menu Entry - Bug?

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    R

    Ahh my bad, the description was just blank as I was just testing the Menu.
    I copied every other field but the description from my previous server. All good now cheers.
    Sorry about that.

  • isBitLockedPartition error

    Moved Solved
    7
    0 Votes
    7 Posts
    3k Views
    M

    I had the same issue with T540p’s, a git pull and the 1.5.0-RC-10 resolved this for me also.

  • AutoLogOut on Windows 10 - Service seems to hang

    Moved Solved
    15
    0 Votes
    15 Posts
    5k Views
    8

    @joe-schmitt said in AutoLogOut on Windows 10 - Service seems to hang:

    @88fingerslukee after double checking, the FOG Client does not force log offs; this means that any other user process can stop the log off. This indicates the problem is likely another program on the computer, that or a GPO policy is blocking it.

    Could you try running:
    shutdown.exe /l manually on a problematic machine and see what happens?

    This command works and logs me out. For some reason it isn’t happening automatically

    However, ultimately I would recommend using GPO to handle inactivity log outs. There are some known restrictions with the log out module (https://github.com/fogproject/fog-client#autologout)

    Can you tell me how I would do inactivity logouts via GPO? The reason I use Fog for this purpose is because there was never any other way to do this.

  • 6 Storage Nodes: No open slots, there are 0 before me

    Solved
    17
    0 Votes
    17 Posts
    7k Views
    S

    @cojohnson Well, just let us know when you need further help on this.

  • [1.5.0-RC-10] Access to tmp folder denied

    Solved
    13
    0 Votes
    13 Posts
    5k Views
    J

    @Brian-David well this is certainly strange. This is the best theory I can think of:

    Is one of the snapins specifically to blame? You state that this only happens when you run “All Snapins”; from the client perspective this is no different then running them individually. Are you running all of the snapins individually, and this issue is not present then?

    If this is not the case let me know, and I can walk you through using the client’s debugger, it should help narrow down the issue pretty quickly.

  • PXE boot to Harddrive returns rEFInd - About

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    S

    @damonledet Any news on this?

  • Image deploy works but never finish the task.Imaging the host in loop.

    Moved Solved
    2
    0 Votes
    2 Posts
    1k Views
    S

    @patate01 Sorry this has slipped through. Just too many things happening here in the forums. Thanks for reporting. I know Tom has changed the code to only print a warning but keep going but I added a fix to not warn/fail on empty diskuuid as well.

    Moved to bug reports and marked as solved.

  • RC10, client checkins not working correctly.

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    H

    @joe-schmitt you can close this sorry to waste your time…it is working correctly.

  • Error trying restore gpt partition tables

    Solved
    14
    0 Votes
    14 Posts
    7k Views
    E

    @tom-elliott Ok, I confirm it is working. Thanks!

  • Deployed image boot loop - black screen & Press Ctrl Alt Delete

    Moved Solved
    22
    0 Votes
    22 Posts
    12k Views
    T

    Okay. You have a point about backing up the original disk.
    I’ll give that a bash and check if it works.

  • deploying "Other OS (99)" fails

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    E

    @tom-elliott Thanks for your attention on my tickets!
    The most cryptic one (count= issue) is not solved by sgdisk -z before dd but after. I’m going to add some infos.
    Thanks again for FOG: I’ve been using it by 6-7 years. I can multicast deploy a 20 dual boot pc classroom in 30 minutes!

  • Dashboard "Active" and "Queued" not updating...

    Moved Solved
    6
    0 Votes
    6 Posts
    3k Views
    T

    @sebastian-roth Doing the DB maintenance resolved the issue.

    Wanted to give a reply… but with Houston after Hurricane, and business having to pickup and move… just now getting around to following up.

    Thank you for your help and patience!

  • Bandwidth Limit not saving to DB

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    Greg PlamondonG

    Thanks Tom!

  • Imaging Logs, replace all the older logs on the field "Image"

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    J

    Hi guys, @Wayne-Workman @Tom-Elliott

    Finally I solved it was because once that you delete the image name, can’t be empty name on the log so, is using the last image name that you use, even if the information is not true.

    If you don’t delete any image the log is working ok. If you delete will use the previous name from the last usage. I believe that the best is that the log become in this field as “empty” to not confuse, but it is ok.

    Thanks.

  • RC 1.5.0 -RC9 Schduled tasks view doesn't show the scheduled group tasks

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    F

    Hi Tom,

    It seems that works fine, shows all tasks and the daemon doesn’t show anormal behavour.

    0_1508415265464_Screenshot-2017-10-19 http fog6 lgp ehu es.png

  • Dorked Snapin Pack Argument & Can't Delete Snapin On v1.5.0 RC-9

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    S

    @Jim-Graczyk Do you still need assistance on deleting that snapin from the DB? When editing the snapin in the web UI you can see it’s ID in the URL. Note that down and open a terminal on your FOG server:

    shell> mysql -u root -p ... mysql> use fog; mysql> DELETE FROM snapinAssoc WHERE saSnapinID = x; mysql> DELETE FROM snapins WHERE sID = x; mysql> quit shell>

    Replace “x” in ... = x; with the ID you noted down earlier.

  • client server token issues.

    Moved Solved
    10
    0 Votes
    10 Posts
    4k Views
    Greg PlamondonG

    @sebastian-roth I don’t know how that happened but I copied the srvpublic.crt from a backup and it is fixed.

    Thanks for all the help

  • HP ProBook 470 G4

    Solved
    13
    0 Votes
    13 Posts
    5k Views
    george1421G

    @tom-elliott Just looking at rom-o-matic 1b67a is the latest release. I’m not in a place right now to see what boot version is in 1.4.4. I can check later tonight. But I would suspect that 1.5.0RC9 will have the fixed version of ipxpe where/when/since ipxe7156.efi was removed from fog.

102

Online

12.6k

Users

17.5k

Topics

156.5k

Posts