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

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

      FOG Problems
      • • • icemannz
      4
      0
      Votes
      4
      Posts
      338
      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
      784
      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
      682
      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
      27
      0
      Votes
      27
      Posts
      3.1k
      Views

      Tom ElliottT

      @janez3k said in Fog iPXE Menu no input:

      https://pastebin.com/xWhJkDX1

      Thank you for this, I have copied and pasted what you have. The only part i noticed (though I left it for now) is the missing building of ncm--ecm-axge

      I don’t know that this file is particularly in use so I think it’s safe to keep out but If I’m wrong I’m sure we’ll learn about it quickly enough.

      I have pushed this version of the IPXE building script to both working-1.6 and dev-branch.

      This won’t become part of the release until the 15th of September (at this point), but is available for testing on the bleeding-edge/beta channels.

    • F

      Unsolved Client hostname change problem

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

      No one has replied

    • R

      Unsolved turning on secure boot after windows

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

      No one has replied

    • R

      Unsolved how to turn off https support

      FOG Problems
      • • • robertkwild
      7
      0
      Votes
      7
      Posts
      571
      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
      130
      Views

      No one has replied

    • R

      Unsolved images no size on web portal

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

      No one has replied

    • A

      Unsolved Booting from SAN device 0x08 failed

      FOG Problems
      • • • Alan Lim
      7
      0
      Votes
      7
      Posts
      480
      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
      103
      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
      434
      Views

      No one has replied

    • A

      Unsolved FOG Client Linux Installation Failed CA certificate 403 forbidden using sudo mono SmartInstaller.exe

      Linux Problems
      • • • amitsi2x
      1
      0
      Votes
      1
      Posts
      154
      Views

      No one has replied

    • B

      Unsolved FOG Storage issues

      FOG Problems
      • • • Blake_hill2020
      1
      0
      Votes
      1
      Posts
      141
      Views

      No one has replied

    • R

      Unsolved updating from stable to working branch but get schema error

      FOG Problems
      • • • robertkwild
      2
      0
      Votes
      2
      Posts
      117
      Views

      R

      tbh i am running fog on centos 7 so maybe its time to re install the OS to rocky 9.5 or ubuntu 24

      what OS do you recommend?

    • J

      Unsolved FOG API question

      FOG Problems
      • • • Jamaal
      2
      0
      Votes
      2
      Posts
      169
      Views

      J

      Ok,

      I finally figured this out. I know it’s not the best method, but I prefer this than having the wording “plain text” Here’s what I did in case someone needs to do the same.

      I read that API tokens do not go well as a securestring. Here are some references:
      https://jamesone111.wordpress.com/2020/04/10/transformers-for-powershell-parameters-which-take-secrets/, and https://github.com/Azure/azure-powershell/issues/25533.

      So in order to get past this, I needed to create another variable as show below:

      $testapi1 = [pscredential]::new(“token”,$yourtoken)

      You’re basically adding the pscredential above like you’re going to setup a username, but you put something like “token” or any wording as a placeholder for the username, then put the token in.

      Then after you define the header you do something like this: $testheader.add(fog-user-token’,$testapi1.GetNetworkCredential().password)

      Again it’s not the best method, but I also read a way when you do read-host -aseecurestring and save your api there as a variable, you can dispose that variable so it doesn’t stay in memory.

      $test.disposeof

      If someone has any better ideas, please let me know as I’m always on here learning new things and want to share as well. This basically can be closed out.

    • R

      Unsolved usb network boot ipv4 network disabled

      FOG Problems
      • • • robertkwild
      2
      0
      Votes
      2
      Posts
      162
      Views

      R

      any help?

    • L

      Unsolved Building FOS to include Wi-Fi support?

      FOG Problems
      • • • lucancurtismahoney
      2
      0
      Votes
      2
      Posts
      256
      Views

      george1421G

      @lucancurtismahoney First let me start with the yada-yada-yada. Imaging over wifi is not supported by the developers of FOG. Imaging over wifi has its use cases but also is not advised because wifi is a shared resource and your entire wifi network will suffer if you try to image over wifi. You would be better served to get a supported (by the manufacturer) usb ethernet adapter and pxe boot over that.

      With that said it might be possible to image over wifi if FOS is configured in an (unsupported) way. It will require a custom FOS Linux kernel and some tweaks to the virtual hard drive to add in the needed bits to configure wifi.

      Below is a FOG USB debug image that contains a modified bzImage and init.xz files. Use rufus to burn to a 1GB usb drive. The image is less than 500MB so don’t waste a large usb on this boot image.

      Understand this boot image WILL NOT WORK out of the box. We will use this for debugging your network adapter. Many network adapters need specific drivers to work with a linux kernel. We will find out what that firmware is with this debug usb.

      Use rufus to write the image file to the usb drive. Edit the grub.cfg file with notepad++ (not windows notepad) its located in the /boot/grub directory. At the top set the IP address of your fog server, and half way down the variable add in your wifi ssid and password. Remove the curly braces. Save the config file and then take it to your target computer. USB boot this image file on the target computer. You may see some error messages about networking, but that is expected. After a few screens you need to clear by pressing the enter key you will be dropped to a linux command prompt. See if you can see the wifi adapter with this command ip a s If you see something like wlXXXXX then the driver is loaded and you are done. If you only see the loop back (lo) adapter then continue. Key in the following command it will look through the startup messages for anything that mentions firmware. grep -i -e firmw /var/log/messages My bet is there will be a message from the intel wireless (iwlwifixxxxx) saying that it needs a specific firmware to load. Take a clear snapshot of the name of the firmware name with a mobile phone and post it here. I will patch the kernel with the required firmware and upload it with additional instructions.

      https://drive.google.com/file/d/1psCrPVzBTvlakLkCMvhdoScAEZp1CKE6/view?usp=drive_link

    • Gordon TaylorG

      Unsolved ASUS NUC14RV iPXE PXE boot

      FOG Problems
      • • • Gordon Taylor
      3
      0
      Votes
      3
      Posts
      388
      Views

      Gordon TaylorG

      your right they do support PXE boot i found the option right at the bottom in the bios you can choose between PXE HTTP and iSCSI
      i didn’t do enough scrolling down last time i looked.

    • M

      Unsolved FOG & iPXE Anywhere - issues from boot menu

      FOG Problems
      • • • MichaelPower
      2
      0
      Votes
      2
      Posts
      285
      Views

      george1421G

      @MichaelPower said in FOG & iPXE Anywhere - issues from boot menu:

      Just wondering if a working bzImage I can use that boots under Secure Boot?

      The issue is exactly that. bzImage is not signed so the uefi firmware will not boot it. That is the root of the issue. You could self sign ipxe and bzImage but then you will need to update the certificates in each computer to include your self signed certificate. Its possible but it is quite a bit of work to get it all setup.

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