• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Unsolved
    Log in to post
    Load new posts
    • All categories
    • All tags
    • argylegaA

      Unsolved When attempting to image a laptop: Error trying to restore GPT partition tables - Exit code 4

      FOG Problems
      • • • argylega
      1
      0
      Votes
      1
      Posts
      12
      Views

      No one has replied

    • S

      Unsolved Postdownload script broken with 24h2

      Windows Problems
      • • • stevenc777
      2
      0
      Votes
      2
      Posts
      42
      Views

      S

      Nevermind, looks like it was an error in the script itself.

    • R

      Unsolved FOG installer fails when checking on mysql-client package; it is not needed since we use external database server

      FOG Problems
      • • • roozshab
      1
      0
      Votes
      1
      Posts
      37
      Views

      No one has replied

    • K

      Unsolved Deploy image slow speed

      FOG Problems
      • • • Kevinn
      1
      0
      Votes
      1
      Posts
      46
      Views

      No one has replied

    • I

      Unsolved Install Failed when Compiling iPXE

      FOG Problems
      • • • Itay1787
      2
      0
      Votes
      2
      Posts
      81
      Views

      R

      @Itay1787 I just pushed a change to the dev-branch. Please try installing it again from there and let me know how it goes.

    • R

      Unsolved Disk Selection in FOG

      Windows Problems
      • • • richie086
      3
      0
      Votes
      3
      Posts
      94
      Views

      R

      I just want to know if it is possible. Seems like it should be, but I am having difficulty finding any information online regarding how to actually do it.

    • V

      Unsolved Kernel panic after selecting a FOG menu item (Full Reg and Inventory, Quick Reg and Inventory, Deploy Image)

      FOG Problems
      • • • villankd47
      1
      0
      Votes
      1
      Posts
      40
      Views

      No one has replied

    • T

      Unsolved Issues Setting Up FOG Server with Hyper-V (Network Boot Fails)

      FOG Problems
      • • • Tycho
      3
      0
      Votes
      3
      Posts
      136
      Views

      T

      @rodluz

      Alright it works thank you.

    • I

      Unsolved added a new storage disk but now I can only image and not restore

      FOG Problems
      • • • icemannz
      4
      0
      Votes
      4
      Posts
      156
      Views

      I

      @JeremyL Hi, yes I am sure I have run Fog under Proxmox as well successfully but this time it didn’t want to work. Anyway once I switched to using Fog running under a Container, it uses much fewer resources and runs just as well.
      So I would recommend switching to running it under a container when possible.

    • R

      Unsolved Run script after OOBE

      Windows Problems
      • • • robertkwild
      6
      0
      Votes
      6
      Posts
      145
      Views

      R

      @rodluz

      ok scrap the local GPO done this and it works

      reg add HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnce /v firstlogon /t REG_SZ /d powershell -noexit -ep bypass c:\users\admin\sysprep\firstlogon.ps1 /f
    • D

      Unsolved Portable Use of FOG

      General
      • • • Datsys
      5
      0
      Votes
      5
      Posts
      206
      Views

      D

      @george1421 thanks for continuing to provide such detailed information.

      I believe the best way to learn is to do, so i am going to go shopping for an SSD (and perhaps some RAM to be safe). Once I have everything in place, I am going to do a test run on our machines as well as those of an associate just to see what happens when the network changes. Following this, I will check back with you if you don’t mind to go through the results.

    • AxeMeAQuestion22A

      Unsolved Fog iPXE Menu no input

      FOG Problems
      • • • AxeMeAQuestion22
      16
      0
      Votes
      16
      Posts
      370
      Views

      Tom ElliottT

      @jfernandz https://stackoverflow.com/questions/4713088/how-do-i-use-git-bisect

      This is just very basic overview and probably unhelpful.

      If you’re familiar with git, you can switch to different points in time (via the dev-branch) to figure out when we last knew things were good. So first, I’d suggest trying to find exactly when that would’ve been.

      I’d likely start, using dev-branch as the primary “tester case”

      git checkout -b dev-branch

      If you haven’t already done so of course.

      Then I’d put the branch at the same level as when we pushed out 1.5.10:

      git checkout 081d1f4

      Run your install and see if things worked, if they do:

      git checkout dev-branch git bisect start git bisect bad git bisect good 081d1f4

      Of course the 081d1f4 is the hash of the commit where things were good: this might or might not be the 1.5.10 release, so your mileage may very and may need some more adjustment.

      You can find these hashes on https://github.com/FOGProject/fogproject/commits/dev-branch/?after=f7fd3a7a3f188b4540f089a7f38c4d368b53376c+174 using the different pages at the bottom to find a point in time, and they show the hashes on the right and side of each commit.

      It will iterate through things and you just mark after each install/test what worked (as good or bad) by testing:

      If it still fails, you’d run git bisect bad, if it succeeds, you would run git bisect good each iteration.

      It’s tedious I know. but it will help us find the exact point things broke and hopefully from what (maybe it’s something we did, maybe something within ipxe, but gives us a starting point to test things out.)

      Thanks

    • F

      Unsolved Client hostname change problem

      FOG Problems
      • • • Falcon64
      1
      0
      Votes
      1
      Posts
      69
      Views

      No one has replied

    • R

      Unsolved turning on secure boot after windows

      FOG Problems
      • • • robertkwild
      1
      0
      Votes
      1
      Posts
      79
      Views

      No one has replied

    • R

      Unsolved how to turn off https support

      FOG Problems
      • • • robertkwild
      7
      0
      Votes
      7
      Posts
      251
      Views

      R

      @Tom-Elliott is there a way to find out where its failing

      i have the PCAP file if interested?

    • R

      Unsolved Image Capture fails at the last stage when renaming /images/dev/<mac> and create an empty file

      FOG Problems
      • • • roozshab
      1
      0
      Votes
      1
      Posts
      38
      Views

      No one has replied

    • R

      Unsolved images no size on web portal

      FOG Problems
      • • • robertkwild
      1
      0
      Votes
      1
      Posts
      37
      Views

      No one has replied

    • A

      Unsolved Booting from SAN device 0x08 failed

      FOG Problems
      • • • Alan Lim
      7
      0
      Votes
      7
      Posts
      213
      Views

      A

      I found out what’s causing the problem. The HP BIOS somehow configured the hard disk as a RAID by default. Removing the RAID, and the machine will boot to Windows after iPXE instead of looping.
      Thank you for your input.

    • D

      Unsolved Windows server 2008 virtual to physical

      FOG Problems
      • • • dejv
      1
      0
      Votes
      1
      Posts
      44
      Views

      No one has replied

    • neagoie.andreiN

      Unsolved BSOD 24H2 - Automatic Repair - SrtTrail after FOG deployment and restart - SOLVED

      Windows Problems
      • • • neagoie.andrei
      1
      0
      Votes
      1
      Posts
      158
      Views

      No one has replied

    • 1
    • 2
    • 3
    • 4
    • 5
    • 9
    • 10
    • 1 / 10