• 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
    • Best 11
    • Controversial 0
    • Groups 0

    Topics created by Szeraax

    • S

      Unsolved network boot uefi opnsense iso (or root fs!)

      FOG Problems
      • • • Szeraax
      8
      0
      Votes
      8
      Posts
      2.7k
      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

      General
      • • • Szeraax
      3
      0
      Votes
      3
      Posts
      564
      Views

      S

      Seems legit. May have to try that out.

    • S

      Solved Snapin Timeout (seconds) not updating

      Bug Reports
      • • • Szeraax
      9
      0
      Votes
      9
      Posts
      967
      Views

      S

      @tom-elliott Cool. Thanks Tom!

    • S

      Solved Clear snapin history? Automatically?

      FOG Problems
      • • • Szeraax
      6
      0
      Votes
      6
      Posts
      857
      Views

      S

      @cml Better mark this as solved. Loved it!

    • S

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

      Windows Problems
      • • • Szeraax
      5
      0
      Votes
      5
      Posts
      1.2k
      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 [Solved] Several fog_orig folders. What are they? Can I delete them?

      General
      • • • Szeraax
      3
      0
      Votes
      3
      Posts
      708
      Views

      S

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

    • S

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

      FOG Problems
      • • • Szeraax
      46
      0
      Votes
      46
      Posts
      6.4k
      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

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

      FOG Problems
      • • • Szeraax
      10
      0
      Votes
      10
      Posts
      1.3k
      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

      Solved Is it possible to pass variables to snapins?

      General
      • • • Szeraax
      8
      0
      Votes
      8
      Posts
      1.4k
      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