• Windows server 2008 virtual to physical

    Unsolved
    1
    0 Votes
    1 Posts
    277 Views
    No one has replied
  • usb network boot ipv4 network disabled

    Unsolved
    2
    0 Votes
    2 Posts
    425 Views
    R

    any help?

  • fog update fails from 1.5.10 to 1.5.10.1639

    Unsolved
    2
    0 Votes
    2 Posts
    689 Views
    P

    fixed it by installing gcc-aarch64-linux-gnu on ubuntu and running the script again. compilation errors are not logged to the script shown on screen, but to the bin/error_logs/ directory in the extracted archive.
    Update now ran without issues.

  • FOG Storage issues

    Unsolved
    1
    0 Votes
    1 Posts
    281 Views
    No one has replied
  • Mariadb : Incorrect definition of table mysql.column_stats

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    M

    @marcolefo

    Okay nothing to do with FOG 😉

    ALTER TABLE mysql.column_stats MODIFY histogram longblob; ALTER TABLE mysql.column_stats MODIFY hist_type enum('SINGLE_PREC_HB','DOUBLE_PREC_HB','JSON_HB');

    Sorry for the noise

  • updating from stable to working branch but get schema error

    Unsolved
    2
    0 Votes
    2 Posts
    362 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?

  • error deploying windows 11

    Unsolved
    19
    0 Votes
    19 Posts
    4k Views
    R

    @Tom-Elliott looks like i have to update my fog to 1.6 instead of 1.5 as i thought i resolved it by updating fog to the latest 1.5 but the error is still there on 1.5, i thought it went at first as when i made my first image it saved as a folder but on my second capture its saving as a file again

  • FOG & iPXE Anywhere - issues from boot menu

    Unsolved
    2
    0 Votes
    2 Posts
    573 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.

  • FOG API question

    Unsolved
    2
    0 Votes
    2 Posts
    566 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.

  • FOGTaskScheduler 100% CPU

    Solved
    3
    0 Votes
    3 Posts
    929 Views
    M

    So I have deleted the entry with no data

    DELETE FROM powerManagement WHERE pmMin = '' OR pmHour = '';

    The problem is resolved.
    I have backed up the table before 😉

  • Problems with storage nodes in the same system

    Unsolved
    1
    0 Votes
    1 Posts
    259 Views
    No one has replied
  • 0 Votes
    6 Posts
    1k Views
    I

    This can sometimes happen after you have sysprepped an machine and missed the boot menu prompt, entering the Out-of-box-experience. Trying to shutdown the device will leave the dirty bit resulting in the unclean error.

    To avoid having to sysprep again, allow the device to enter OOBE again and hit shift+F10 and enter “oobe\bypassnro” at the resulting command prompt. Once you hit enter, the system will perform a clean reboot, clearing the dirty bit and allowing Fog to capture the filesystem correctly.

    Hopes this helps someone else as some Dell machines are notorious for failing to get an IP from IPV4 PXE boot.

  • 0 Votes
    2 Posts
    631 Views
    I

    are they all in a clean shutdown state before starting?
    do they already have an OS?

  • srvpublic.crt has wrong IP

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    I

    Just came across the same issue, did you fix it?

  • HP Pro SFF 400 G9 deploy very slow

    Unsolved
    1
    0 Votes
    1 Posts
    425 Views
    No one has replied
  • Kernel Panic - Couldn't find valid RAM disk image

    Unsolved
    1
    0 Votes
    1 Posts
    429 Views
    No one has replied
  • Capture : Update Database Failed but :

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    G

    Finally , @Tom-Elliott

    Reinstallation of fog solved the problem . I think the issue was linked to the fogproject account. This issue can be closed.

  • Windows 11 problems when deploying

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    Tom ElliottT

    @infotech_22 Generally speaking, if you do setupcomplete.com, you should completely disable the FOGService as re-enable it as the final step of the setupcomplete.com script.

    The reason:

    FOGService will attempt to start up and perform its actions alongside anything else that’s occurring. Generally, when the system is setup and running just fine, things are okay because there’s no interactions, but when you pair it with the OOBE configuration stuff, where it could be changing ini’s and Registry thigns, then the FOG Client is saying “Hey restart to change the name and join the domain” or “Hey restart because I completed installing this Snapin” or whatever else may be going on, it can leave your machine in an unknown and cause issues.

    This isn’t something we’re able to fix in a codified manner unfortunately and we have given instructions many times to allow FOG Client while in OOBE state.

    https://wiki.fogproject.org/wiki/index.php/FOG_Client#:~:text=If you plan to use,the image deployment is complete.

    I don’t know if this is in the more modern Documentation, but it is in the original documentation as well.

  • Trouble imaging HP x360's

    Unsolved
    2
    0 Votes
    2 Posts
    769 Views
    Mr_____TM

    @Mr_____T Well, I have discovered a work around. According to our consultant, the legacy wrapper message in the 1st or 2nd image was kinda the key. the X360 has no wired nic port and the usb nic adabter is recognized as a legacy booting device. But the unit only boots efi. I followed this link for starters:

    Kernel runtime parameter:

    Next I added the MAC addresses from each usb dongle I have available. Then, from the fog web interface:

    list all hosts
    Select the host
    Basic Tasks tab
    Deploy tab
    Task (I first checked debug and followed the bread crumbs no issues)
    Imaging commenced.

    This is quite a bit more work than I was hoping to do just to image one machine. I was hoping someone out there could come out of the fog (pun intended) and provide some feedback.

    So this is not solved. But a work around that does. If you got this far Tx

  • Very slow image deploy to a Nutanix VM

    Unsolved
    2
    0 Votes
    2 Posts
    564 Views
    m144M

    Not sure why I did not just start with trying a pre 6.xx.xx kernel


    Downloaded the the last 5.15.xx Linux kernel slapped it in /var/www/fog/service/ipxe/bzimage-5.15.98 updated the host kernel to bzimage-5.15.98 and BOOM 20GB/min.

    Still willing to do some testing if there is anything you need from me to see if this can be fixed in 6.xx.xx.

100

Online

12.7k

Users

17.6k

Topics

156.7k

Posts