• Basic FOG competency test

    3
    1 Votes
    3 Posts
    2k Views
    Shenanigan88S

    That would be great, since here we hire new guys to work for us during the summer.

    Having a test to run the new blood through would cut my downtime to train the newbies up by a good bit.

  • Adding password to fog wipe task in pxe menu

    12
    0 Votes
    12 Posts
    6k Views
    Q

    @JJ-Fullmer

    :urls set msdart-url http://192.168.1.155/2-MSDART :MENU menu colour --rgb 0xff0000 0 || cpair --foreground 1 1 || cpair --foreground 0 3 || cpair --foreground 4 4 || item --gap -- ------------------------------------- item fog.local Boot from hard disk item msdart6x86 Microsoft DaRT for Windows Vista 32bit item msdart6x64 Microsoft DaRT for Windows Vista 64bit item msdart7x86 Microsoft DaRT for Windows 7 32bit item msdart7x64 Microsoft DaRT for Windows 7 64bit item msdart81x86 Microsoft DaRT for Windows 8.1 32bit item msdart81x64 Microsoft DaRT for Windows 8.1 64bit item fog.return Return to previous menu choose --default fog.local --timeout 5000000 target && goto ${target} :fog.local sanboot --no-describe --drive 0x80 || goto MENU :msdart6x86 initrd ${msdart-url}/MSDaRT60x86.iso chain memdisk iso raw :msdart6x64 initrd ${msdart-url}/MSDaRT60x64.iso chain memdisk iso raw :msdart7x86 initrd ${msdart-url}/MSDaRT70x86.iso chain memdisk iso raw :msdart7x64 initrd ${msdart-url}/MSDaRT70x64.iso chain memdisk iso raw :msdart81x86 initrd ${msdart-url}/MSDaRT8.1x86.iso chain memdisk iso raw :msdart81x64 initrd ${msdart-url}/MSDaRT8.1x64.iso chain memdisk iso raw :fog.return chain http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=${net0/mac} || prompt goto MENU
  • Users Security Settings

    5
    0 Votes
    5 Posts
    2k Views
    Wayne WorkmanW

    @FallingWax yes. We have no generic accounts in fog. Everyone has their own account. This enables tracking in the history table however we have yet to need it.

    With a user account per person you also know who last imaged, who images were made by, who snapins were made by, and so on. Those items are in the web interface.

  • Software Installation Post-Image

    3
    0 Votes
    3 Posts
    3k Views
    RobTitian16R

    Thanks, Wayne. I’ll test this out shortly and report back my findings 🙂

  • Using a SSD Drive in a FOG server

    5
    0 Votes
    5 Posts
    2k Views
    Wayne WorkmanW

    I think the only improvement would be seen under high usage, like simultaneous unicast deployments. And even then, you’d only see that increase if you have more than a 1Gbps network link to the server. You’d need 10Gbps to see the difference, otherwise you will cap at 1Gbps which is already filled completely by mechanical drives with 3 simultaneous unicast deployments.

  • No snapin notification?

    1
    0 Votes
    1 Posts
    579 Views
    No one has replied
  • Changing Image ID

    5
    0 Votes
    5 Posts
    3k Views
  • FOG 1.3 RC8 - Fails to Apply 'swap' UUID on Image Deploy

    12
    0 Votes
    12 Posts
    5k Views
    S

    @Wayne-Workman If you look at the scripts you see that it makes perfectly sense what Tom is saying. In capture we usually create a text file called d1.original.swapuuids where we store the UUID of the original SWAP partition. In deploy we generate a new SWAP partition on the target system using the saved UUID. So there shouldn’t be a need to modify /etc/fstab at all!

    I haven’t tested this in a while as I am too busy with other things. Just saying that this is how I think FOG is behaving. Same as Tom does. Anyone keen to try this and see if we have an issue in the scripts?

    https://github.com/FOGProject/fogproject/blob/dev-branch/src/buildroot/package/fog/scripts/usr/share/fog/lib/partition-funcs.sh#L309
    https://github.com/FOGProject/fogproject/blob/dev-branch/src/buildroot/package/fog/scripts/usr/share/fog/lib/partition-funcs.sh#L377

  • This topic is deleted!

    2
    0 Votes
    2 Posts
    14 Views
    No one has replied
  • Windows FOG storage node and multicasting mess

    26
    0 Votes
    26 Posts
    15k Views
    fry_pF

    @Wayne-Workman said in Windows FOG storage node and multicasting mess:

    If it’s configured correctly, it should be immediate. Did you enable the graph for the storage node? Did you assign the storage node to the correct storage group and enable it? When installing the storage node, did you input the correct fogstorage password?

    God, I’m striking out left and right. I changed the settings in /opt/fog/.fogsettings, but didn’t re-install, expecting the changes to be instant. What a dope I am…

    Thanks for the info on changing the IP of the node. That’s not too bad and you’re right, having the latest of everything every time would be good.

  • Automate FOG Client Install

    21
    0 Votes
    21 Posts
    10k Views
    george1421G

    @Joe-Schmitt Just to add a little more detail here.

    As I posted before. I have MDT build my reference image using the lite touch process. Once the process is kicked off I don’t touch the reference image until its time for sysprep. I have the fog client installed via an application in MDT. This is the command I use to install the FOG Client.

    @Echo Off start /wait msiexec.exe /i FOGService.msi /quiet USETRAY="0" WEBADDRESS="192.168.1.53" net stop "FogService" sc config "FogService" start= disabled
  • FOGTransfert - GLPI Plugin

    9
    0 Votes
    9 Posts
    6k Views
    E

    I know this thread is two years old.

    Still I love both projects, FOG and GLPI! And I would love to see this work. So thank you guys for all the good work!
    As FOG already does HW inventory, would be nice to use it in GLPI, so I don’t have to install ocsinventory and another client.

    Hey Alexandre,

    still around? Does your FOGTRansfert GLPI plugin work with FOG 1.3?
    And I’ve seen that GLPI has newer version too, I couldn’t install the plugin.
    Could you update the plugin please?

    I’m not a coder, but if I can help, let me know.

    Cheers
    Eduardo

  • Snapin Questions

    13
    0 Votes
    13 Posts
    12k Views
    Wayne WorkmanW

    @Kiweegie said in Snapin Questions:

    While Jbobs description of snapins as files which get executed remotely is spot on, the real benefit of using snapins is in conjunction with silent switches so the installation happens without your users seeing anything going on. This avoids them having to call the Helpdesk because “some weird screen just popped up on my 'puter!”

    I wanted to say that if you’re using the new FOG Client, there will never be a display from a snapin - ever. At least not directly. This is because all snapins with the new FOG Client run as the SYSTEM user, which is prohibited from displaying anything to the user at all in Windows. This is by design of Windows itself. If your snapin isn’t silent, or properly configured to run silently, your snapin will infinitely hang. Hanging is a sure sign of a snapin waiting for input that will never come.

  • Adobe or Cute PDF printer

    Solved
    24
    0 Votes
    24 Posts
    19k Views
    Wayne WorkmanW

    We need a wiki article on Printer Management.

  • Microsoft Surface Pro 4 with Surface Docking Station - Unable to get boot file

    Unsolved
    26
    0 Votes
    26 Posts
    20k Views
    Wayne WorkmanW

    @george1421 said in Microsoft Surface Pro 4 with Surface Docking Station - Unable to get boot file:

    @Wayne-Workman Do you think we have enough discrete bits of information to make a wiki page on the surface pro 4? As these devices become more popular I can see the volume of quesitons increase. Having one location (you look here->) would add real value from a support perspective.

    I still want to do this, will start work on it maybe tomorrow - it may take the entire morning to do, this will be a large article.

    @Wayne-Workman said in Microsoft Surface Pro 4 with Surface Docking Station - Unable to get boot file:

    @kwetiaw I’m linking threads that deal with the Surface Pro 4 here for you to read through. All of the below threads are marked as solved. As George already said, I’d like to compile all of this information into a single #wiki article, but I don’t have a SP4 to test with. I will be out for several days after tonight.

    https://forums.fogproject.org/topic/6515/surface-pro-4-won-t-get-to-registration-menu

    https://forums.fogproject.org/topic/8181/surface-pro-4-image-capture

    https://forums.fogproject.org/topic/7660/surface-pro-4-on-7977

    https://forums.fogproject.org/topic/7353/surface-pro-4-unable-to-image

    https://forums.fogproject.org/topic/8323/several-problems-with-surface-pro-4

  • What does the "Host changes every cycle" flag do?

    Solved
    5
    0 Votes
    5 Posts
    3k Views
    Wayne WorkmanW

    @moses said in What does the "Host changes every cycle" flag do?:

    PS: The Active Directory page on the wiki makes no mention of this setting.

    It is now.
    https://wiki.fogproject.org/wiki/index.php?title=Active_Directory_-_FOG_Setting

  • VirtualBox and no Ethernet

    5
    0 Votes
    5 Posts
    2k Views
    Wayne WorkmanW

    @tokejepsen Cool. Thanks for posting the video, I’m sure it’ll help people for a long time in the future.

  • Linux kernel 4.8 - Surface Pro 3 keyboard support - included

    2
    1 Votes
    2 Posts
    1k Views
    fry_pF

    @Wayne-Workman Nice! I haven’t had to do a batch of those 4’s in a minute, but more are coming soon. My boss was perplexed at how seemingly complicated it was to get the Pro 4 to netboot/image (USB Hub was the only way to do it). Thanks for the good news!

  • Would you like DHCP to handle DNS?

    3
    0 Votes
    3 Posts
    4k Views
    M

    Thanks 🙂

  • Force Windows Update once image loaded

    10
    0 Votes
    10 Posts
    5k Views
    sudburrS

    Windows updates event can be triggered with:

    wuauclt.exe /detectnow

104

Online

12.6k

Users

17.5k

Topics

156.4k

Posts