• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Tim.Trageser
    3. Topics
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 20
    • Posts 126
    • Groups 0

    Topics

    • T

      Partition not expanding to fill disk when Downloading

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      6
      0 Votes
      6 Posts
      3k Views
      sudburrS

      It depends on where and how you want to focus your effort.

      I already have extensive scripting and sysprep solutions for our deployments, much of which FOG can’t touch or isn’t built for, so it’s easier for me to use Microsoft’s existing tools then it is to look for a solution elsewhere.

    • T

      Change .fogsettings file automatically

      Watching Ignoring Scheduled Pinned Locked Moved Feature Request
      3
      2 Votes
      3 Posts
      2k Views
      ch3iC

      Move to Feature Request

    • T

      How do I tell FOG what Kernel to use on UNRegistered Systems

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      6
      0 Votes
      6 Posts
      3k Views
      Wayne WorkmanW

      @Tim.Trageser said:

      I have the Virtual Drive set to IDE should I try SATA?

      You should be using SATA in VMWare (or other solutions) no matter what kernel you’re using. Yeah do it.
      But I doubt this will solve your problem… We’ll see.

    • T

      Instructions for updating the Kernel

      Watching Ignoring Scheduled Pinned Locked Moved Solved General
      3
      0 Votes
      3 Posts
      1k Views
      T

      For the time being I am on 3501, once I get through the bunches of systems I have to image I will be keeping up with trunk, just don’t need anything to break right now, so staying put where I got it working.

      I will just update to SVN later on and be good to go with the Kernel.

    • T

      Issues Downloading images

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      7
      0 Votes
      7 Posts
      2k Views
      Tom ElliottT

      no, it’s not.

      However, each storage node has it’s own NFS setup.

      So if you edit the image location in your /opt/fog/.fogsettings to be relevant for the node you’re on, the exports will be created following the proper nfs share point.

    • T

      Update Fog Client.

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved General
      5
      0 Votes
      5 Posts
      2k Views
      Wayne WorkmanW

      lol… so now on I’ll just say “Update to Latest Trunk”

    • T

      VMWare Workstation 11 and Windows 8

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Windows Problems
      1
      0 Votes
      1 Posts
      784 Views
      No one has replied
    • T

      Apache will not start

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      27
      0 Votes
      27 Posts
      16k Views
      Tom ElliottT

      Solved as the Apache error is corrected for in latest svn.

    • T

      Moving Images and changing image location

      Watching Ignoring Scheduled Pinned Locked Moved Solved General
      52
      0 Votes
      52 Posts
      46k Views
      T

      Tom has fixed the issues and I am 100% up and functioning

    • T

      Question about Audit Mode

      Watching Ignoring Scheduled Pinned Locked Moved Windows Problems
      2
      0 Votes
      2 Posts
      1k Views
      TrevelyanT

      It won’t use any rearms at all unless you actually run sysprep. If you do run sysprep and you don’t want it to rearm, just include Skiprearm set to 1 in your unattend file.

      Here’s a bit of my unattend file so you can see where the SkipRearm bit should be:

      <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:sc.... <settings pass="generalize"> <component name="Microsoft-Windows-Security-SPP" ..... <SkipRearm>1</SkipRearm> </component> </settings>

      As for not being activated - I found it annoying and activated in the end, since you have something like 3 rearms you can use. But I think it at least affects Windows updates so if you wanted to include those on your image, then activate once if you can.

    • T

      Issues imaging systems

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      10
      0 Votes
      10 Posts
      4k Views
      Wayne WorkmanW

      Please examine this:
      https://wiki.fogproject.org/wiki/index.php/Known_FOG_Bugs#The_Image_Resize_Bug

      I think you’re affected.

    • T

      Cannot Download most images

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      9
      0 Votes
      9 Posts
      3k Views
      Wayne WorkmanW

      Please examine this:
      https://wiki.fogproject.org/wiki/index.php/Known_FOG_Bugs#The_Image_Resize_Bug

      I think you may be affected.

    • T

      Surface Pro 3 Imaging

      Watching Ignoring Scheduled Pinned Locked Moved Solved Hardware Compatibility
      16
      0 Votes
      16 Posts
      9k Views
      Wayne WorkmanW

      @Tim-Trageser

      We are requesting that all community members who have Surface Pros to please do a packet capture, to capture the DHCP conversation the client sends out at boot time via the ethernet dock, and upload the capture here. The intent is to gather more information about the Surface Pro, so fog can better support network booting it.

      Thanks,
      Wayne

    • T

      Cannot Schedule Upload or Download Tasks after update to SVN 3431

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems task management
      3
      0 Votes
      3 Posts
      1k Views
      T

      Awesome, thanks I am up and running again. Glad it wasn’t something I did.

    • T

      TFTP Stopped Functioning

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      4
      0 Votes
      4 Posts
      2k Views
      T

      okay, it is fixed I had to restart both mysql and tftp.

      Thanks I am bookmarking the pages out of your signature.

    • T

      Pulling an image of a RAID 1 Drive

      Watching Ignoring Scheduled Pinned Locked Moved General
      7
      0 Votes
      7 Posts
      4k Views
      T

      Thanks, I will test this out incase this issue comes up again. My colleague was able to get a license from a reseller of the old application.

    • T

      Issues booting to fog using dnsmasq

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      29
      0 Votes
      29 Posts
      14k Views
      N

      Also, I think changing this line will keep you from having to enter in the TFTP server IP manually into each workstation:

      You have:
      [CODE]pxe-service=X86PC, “Boot from network”, undionly.kpxe[/CODE]

      Change to:
      [CODE]pxe-service=X86PC, “Boot from network”, undionly.kpxe, <tftp-server-ip-goes-here>[/CODE]

      Reference:
      [url]http://www.thekelleys.org.uk/dnsmasq/docs/dnsmasq-man.html[/url]

    • T

      Hostnamechanger.dll question

      Watching Ignoring Scheduled Pinned Locked Moved General
      3
      0 Votes
      3 Posts
      2k Views
      T

      Great that is what I was thinking, but got confused somewhere while researching.

      Thanks!

    • T

      Video Tutorials

      Watching Ignoring Scheduled Pinned Locked Moved General
      6
      0 Votes
      6 Posts
      3k Views
      Wayne WorkmanW

      Fedora 21 server videos coming soon.
      I plan to cover installation & configuration, with a 2nd video about basic imaging.

    • T

      Just upgraded to 1.2.0 and iPXE gives operation not permitted

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      23
      0 Votes
      23 Posts
      16k Views
      F

      @sebastian-roth This fixed my issue as well…set permissions to 777 🙂 I’ll tighten here in a minute.

    • 1 / 1