• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. sudburr
    3. Posts
    • Profile
    • Following 0
    • Followers 1
    • Topics 129
    • Posts 747
    • Groups 2

    Posts

    Recent Best Controversial
    • RE: UEFI chainloading error

      I’m now in this situation as well. I need to stop rEFInd from stopping.

      … To answer my own question, I have added the following to my fog configuration:

      echo "Change UEFI rEFInd default action to remove user prompt"
      sed -i.bak "s|scanfor internal,hdbios,external,biosexternal''|scanfor internal|g" /var/www/html/fog/service/ipxe/refind.conf
      
      
      posted in Bug Reports
      sudburrS
      sudburr
    • RE: FOG 1.3.4 RC 1 Released

      @Tom-Elliott So what happens if you re-use that external NIC on another laptop when it comes to FOG naming it?

      posted in Announcements
      sudburrS
      sudburr
    • RE: 1.3.2 -- Unable to Deploy existing or Capture new Windows 10 images

      Thanks to Tom’s speedy remote work the problem was found and fixed with the release of 1.3.3.

      posted in Bug Reports
      sudburrS
      sudburr
    • RE: Windows 10 driver injection doesn't install during sysprep

      @jdd49 I ran into this same problem beginning with Windows 8 not recursively pulling from folders I added to “c:\windows\inf”.

      My later tests using “offlineServicing” were only partially successful. Many modern devices have devices hanging off devices, which the “offlineServicing” doesn’t seem to want to wait around for to detect and install once the parent device is fully enumerated. If there was a way to force “offlineServicing” to trip more than once that’d be great but …

      Now I’m working on my first large scale Windows 10 image deployment; we’ll see what happens.

      posted in Windows Problems
      sudburrS
      sudburr
    • RE: FOG 1.3.3 Officially Released

      Nimble as always. Thanks for the quick work Tom.

      posted in Announcements
      sudburrS
      sudburr
    • RE: 1.3.2 -- Unable to Deploy existing or Capture new Windows 10 images

      What I did:

      echo "Create Directory for GIT Repository"
      mkdir /opt/trunkgit
      
      echo "Download the latest build from GIT"
      cd /opt/trunkgit
      git clone https://github.com/FOGProject/fogproject.git
      
      echo "Change Respository to working-1.3.3 and repull"
      cd /opt/trunkgit/fogproject
      git checkout working-1.3.3
      git pull
      

      The final command ‘git pull’ generates “Already up-to-date”. There is no “binaries1.3.2.zip” file anywhere in /opt/trunkgit/fogproject.

      posted in Bug Reports
      sudburrS
      sudburr
    • RE: 1.3.2 -- Unable to Deploy existing or Capture new Windows 10 images

      I have switched to working-1.3.3 branch, which installed version 176523 / svn 6060 .

      The problem persists.

      posted in Bug Reports
      sudburrS
      sudburr
    • RE: 1.3.2 -- Unable to Deploy existing or Capture new Windows 10 images

      Just finished building the 6059 server from scratch and the problem persists for both deploy and capture.

      Where do I find the working 1.3.3 branch?

      posted in Bug Reports
      sudburrS
      sudburr
    • 1.3.2 -- Unable to Deploy existing or Capture new Windows 10 images
      Server
      • FOG Version: 1.3.2 (svn 6059 – which displays as 6060 after install)
      • OS: CentOS 7.2.1511
      Client
      • Service Version: n/a
      • OS: Windows 10
      Description

      At first I thought my Windows 10 OEM images with Recovery partition managed to corrupt themselves.

      1.3.2 (svn6058) would fail after deploying the first partition with

      Cannot determine partition type (getpartitionTableType)
      

      1.3.1 (svn6053) would successfully deploy all partitions except the last one with a paraphrased error

      source file is smaller
      

      I rolled back through other revisions back to 6017 with similar results, so I figured my images corrupted somehow. No biggie, I’ll recapture.

      Except I can’t. Attempts to capture I’m also getting

      Cannot determine partition type (getpartitionTableType)
      

      Three different images, all worked fine in December, now won’t deploy to anything. This is my development server, so I’m going to blow it away and try a clean install next, but that I can’t even capture now is odd as heck.

      BTW, checked out svn6059 displays as 6060 in the cloud.

      posted in Bug Reports
      sudburrS
      sudburr
    • RE: postdownloadscripts not found during installation

      So upon generating this error indication, should we do anything?

      posted in Bug Reports
      sudburrS
      sudburr
    • RE: Wiki re: How to uninstall the Legacy FOG Client (FOG Project Service 3.0.29) from Windows

      Even logged into the machine using an account that is a member of the Local\Administrators group isn’t enough to uninstall the legacy client.

      Deployment of a program I don’t have a problem with… just this removal.

      posted in Windows Problems
      sudburrS
      sudburr
    • Wiki re: How to uninstall the Legacy FOG Client (FOG Project Service 3.0.29) from Windows
      Server
      • FOG Version: n/a
      • OS: n/a
      Client
      • Service Version: FOG Project Service 3.0.29
      • OS: any Windows
      Description

      I know it’s discussed here in the forums, but I found the Wiki (FOG Client) is missing this information.

      I used the following for a silent, non-interactive removal:

      msiexec.exe /x {91C5D423-B6AB-4EAB-8F17-2BB3AE162CA1} /quiet
      

      Buuuuut, there is more fun to this story.

      The “FOG Project Service 3.0.29” was installed to Windows while the image was built in Audit mode. I could not uninstall using the above command until I invoked it from a CMD prompt run as Administrator. Running it as a scheduled task using account “NT Authority\SYSTEM” would not remove it.

      Hopefully a .vbs with Self-Elevation will work because I have 8000+ systems to upgrade.

      posted in Windows Problems
      sudburrS
      sudburr
    • RE: Postdownloadscripts Requirements

      Looking at the FOG Wiki for more answers, but it has only three pages that use the word ‘Postdownloadscripts’ and only one of those, ‘Auto driver install’, is actually about using it.

      Unfortunately that page, ‘Auto driver install’, says it requires two files at a login-barred external site to work.

      posted in FOG Problems
      sudburrS
      sudburr
    • RE: Postdownloadscripts Requirements

      Is there any control on which Postdownloadscripts the FOS init engine runs post-imaging or does it simply and only run the script ‘fog.postdownload’ universally after any imaging on any host?

      Is the Postdownloadscripts (fog.postdownload) run by a ‘Deploy Image’ action that is invoked locally at the host or is it just referenced when imaging through the FOG Web GUI?

      posted in FOG Problems
      sudburrS
      sudburr
    • Postdownloadscripts Requirements
      Server
      • FOG Version: RC37
      • OS: CentOS 7.2.1511
      Client
      • Service Version: 0.11.7
      • OS: Windows
      Description

      When exactly do Postdownloadscripts run?

      What is required on a Windows host / FOG server for Postdownloadscripts to work?

      posted in FOG Problems
      sudburrS
      sudburr
    • RE: Snapin Requirements on Host

      Thank you!

      posted in FOG Problems
      sudburrS
      sudburr
    • Snapin Requirements on Host
      Server
      • FOG Version: RC37
      • OS: CentOS 7.2.1511
      Client
      • Service Version: 0.11.7
      • OS: Windows
      Description

      Does the host computer require the FOG client running for Snapins to work?

      posted in FOG Problems
      sudburrS
      sudburr
    • RE: RC37 + Client 011.7 = Response Invalid Host

      The server itself had no hosts; it’s my development server so I regularly blast it; and it was indeed waiting in Pending Hosts.

      Thank you for clarifying what to expect .

      posted in Bug Reports
      sudburrS
      sudburr
    • RC37 + Client 011.7 = Response Invalid Host
      Server
      • FOG Version: RC37
      • OS: CentOS 7.2.1511
      Client
      • Service Version: 0.11.7
      • OS: Windows 7(32)
      Description

      Installed FOG client for first time on a system via scheduled task:

      msiexec.exe /i FOGService.msi /quiet USETRAY="0" WEBADDRESS="devfog"
      

      Reboot, then Fog.log says:

      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
       20/12/2016 6:00 PM Client-Info Version: 0.11.7
       20/12/2016 6:00 PM Client-Info OS:      Windows
       20/12/2016 6:00 PM Middleware::Authentication Waiting for authentication timeout to pass
       20/12/2016 6:00 PM Middleware::Communication Download: http://devfog/fog/management/other/ssl/srvpublic.crt
       20/12/2016 6:00 PM Data::RSA FOG Server CA cert found
       20/12/2016 6:00 PM Middleware::Authentication Cert OK
       20/12/2016 6:00 PM Middleware::Authentication ERROR: Could not get security token
       20/12/2016 6:00 PM Middleware::Authentication ERROR: Could not find file 'C:\Program Files\FOG\token.dat'.
       20/12/2016 6:00 PM Middleware::Communication POST URL: http://devfog/fog/management/index.php?sub=requestClientInfo&authorize&newService
       20/12/2016 6:00 PM Middleware::Response Invalid host
       20/12/2016 6:00 PM Middleware::Communication URL: http://devfog/fog/service/register.php?hostname=rjs201612201615&mac=6C:F0:49:25:FF:3B||00:00:00:00:00:00:00:E0&newService&json
      

      There is no token.dat … or spoon.

      posted in Bug Reports
      sudburrS
      sudburr
    • RE: Help with Win10 Driver injection

      @kyle.heath In Windows 7, some drivers for newer devices must be installed after drivers for older devices are installed with a reboot in between and vice versa.

      And as @Quazz said, you can quite simply dump your entire library of drivers into ‘c:\windows\inf’, but you will still be limited by Windows 7’s ability, or inability to prioritize driver installation order.

      posted in General Problems
      sudburrS
      sudburr
    • 1
    • 2
    • 9
    • 10
    • 11
    • 12
    • 13
    • 37
    • 38
    • 11 / 38