• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Szeraax
    3. Topics
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 89
    • Groups 0

    Topics

    • S

      network boot uefi opnsense iso (or root fs!)

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      8
      0 Votes
      8 Posts
      3k Views
      S

      Thanks for that link. I’ll peruse it as well. At least Fog is old faithful and got my test computer up and running when USB/DVD both failed me miserably!

    • S

      Pre-built Fog server images

      Watching Ignoring Scheduled Pinned Locked Moved General
      3
      0 Votes
      3 Posts
      694 Views
      S

      Seems legit. May have to try that out.

    • S

      Snapin Timeout (seconds) not updating

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      9
      0 Votes
      9 Posts
      1k Views
      S

      @tom-elliott Cool. Thanks Tom!

    • S

      Clear snapin history? Automatically?

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      6
      0 Votes
      6 Posts
      1k Views
      S

      @cml Better mark this as solved. Loved it!

    • S

      Snapin (Template: Powershell) cannot load modules. Is this normal?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Windows Problems
      5
      0 Votes
      5 Posts
      1k Views
      S
      Start-Transcript -Path C:\$([Environment]::Is64BitProcess).txt "Is 64?" [Environment]::Is64BitProcess $pwd if ([Environment]::Is64BitProcess) { $a = Get-BitLockerVolume -MountPoint C: $a | Out-File C:\file.txt -append } else { $arguments = "-ExecutionPolicy Bypass -NoProfile -File temp.ps1 " start-process C:\WINDOWS\sysnative\WindowsPowerShell\v1.0\powershell.exe -ArgumentList $arguments -Wait -WorkingDirectory $pwd }

      I know its not pretty, but its a proof of running 64 powershell. In essence, I need the 32bit to launch a 64bit version of powershell. Can’t just run powershell.exe because it goes still into x86.

    • S

      [Solved] Several fog_orig folders. What are they? Can I delete them?

      Watching Ignoring Scheduled Pinned Locked Moved Solved General
      3
      0 Votes
      3 Posts
      824 Views
      S

      @Tom-Elliott Okie-tay! Closing ticket, marking solved. Thanks Tom!

    • S

      Can't chainload past Fog menu (Boot hard drive) - HP zbook laptop

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      46
      0 Votes
      46 Posts
      11k Views
      S

      @szeraax Thanks for the update. It’s definitely an issue that we will be seeing more and more in the next month.

      Not because it is solved, but because I will just have to wait for a magical time in the future when FOG has support for booting NVMe hard drives decently.

      Unfortunately those things rarely solve themselves magically. People have to work on it. In this case having the hardware at hand seems to be very crucial as your findings reveal (same zbook model showing different behavior). By the way, have you checked firmware versions?
      So what I am trying to say is that it might need your work on testing these things on your devices to hopefully figure things out. But on the other hand I do understand that you/we don’t have the time and expertise to dig through this.

      Maybe try going back to using rEFInd plus adding the clover NVMe driver? As I understand it you should be able to add that driver by simply creating a directory drivers_x64 (EFI/boot/drivers_x64) and putting that clover driver EFI file there. rEFInd should scan that directory and load the driver.

      Not sure if we’d mark this solved.

    • S

      Another "Failed to set disk guid" for new HP zbook laptops

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      10
      0 Votes
      10 Posts
      2k Views
      S

      @wayne-workman Everything still seems fine for this. Still can’t figure out how to mark as solved, but someone should do that if they can.

    • S

      Is it possible to pass variables to snapins?

      Watching Ignoring Scheduled Pinned Locked Moved Solved General
      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()
    • 1 / 1