• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Bristow 0
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 19
    • Posts 75
    • Groups 0

    Topics

    • Bristow 0B

      Unable to update the database following an update

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      3
      0 Votes
      3 Posts
      29 Views
      Bristow 0B

      Thanks @Tom-Elliott !

      Perhaps we could include a brief note stating that it is possible the database schema may not need updating.

    • Bristow 0B

      Following a migration, character encoding issue

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

      @Tom-Elliott

      Great news!

      I updated my server to Debian Bookworm, restarted the Fog installation, and the accent problem disappeared. Awesome!

      Thanks for your help and happy new year 2026, all the best for the FOG project!

    • Bristow 0B

      Updating Fog without knowing how I installed it?

      Watching Ignoring Scheduled Pinned Locked Moved General
      4
      0 Votes
      4 Posts
      700 Views
      Bristow 0B

      Finally, I did my update.

      The problem was that I was running Debian Buster, so I first had to upgrade to Debian Bullseye so that the installer could install the new packages.

      Then, I made a copy of the fogproject/ folder, deleted the folder to initiate a git clone
      Next, I followed the tutorial and restarted the installer, which restored my old settings. The web interface is working, so I assume my clones will work as well.
      Thank you.

    • Bristow 0B

      Boot PXE on iMac 14.3 (catalina)

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Mac Problems
      1
      0 Votes
      1 Posts
      408 Views
      No one has replied
    • Bristow 0B

      Store an image temporarily

      Watching Ignoring Scheduled Pinned Locked Moved General
      2
      0 Votes
      2 Posts
      3k Views
      george1421G

      @Bristow-0 Is this a physical computer or VM? Is it possible to add a new storage device to the FOG server?

      Something to understand that the fog database that lists the images is disconnected from the raw data file. You can move the image files to some place else, it won’t impact the FOG UI until you try to deploy a previously captured image.

    • Bristow 0B

      My cloned PCs won't boot into WOL

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Linux Problems bootmenu
      1
      0 Votes
      1 Posts
      802 Views
      No one has replied
    • Bristow 0B

      Script for a backup ?

      Watching Ignoring Scheduled Pinned Locked Moved General Problems backup dump rsync
      10
      0 Votes
      10 Posts
      2k Views
      Bristow 0B

      @Tom-Elliott

      I’ve updated my FOG to the stable release and also updated my script with the following three lines, and everything’s fine – the database has been backed up successfully, it’s perfect!

      fogApiToken="XYZ=" fogUsrToken="ZYF" curl -ik -X GET "http://$fogServerAddress/fog/system/export" -H "fog-api-token: $fogApiToken" -H "fog-user-token: $fogUsrToken" -o $backupDir/mysql/fog.sql 2>>$backupDir/logs/error.log 1>>$backupDir/logs/progress.log 2>&1

      Thanks again for all your hard work on the FOG project!

    • Bristow 0B

      Deploy a VM on a physical computer?

      Watching Ignoring Scheduled Pinned Locked Moved Linux Problems
      5
      0 Votes
      5 Posts
      1k Views
      Bristow 0B

      Thank you for your answers. I’ll give it a try and let you know!

    • Bristow 0B

      Cloned PC takes longer to boot

      Watching Ignoring Scheduled Pinned Locked Moved Linux Problems
      12
      0 Votes
      12 Posts
      3k Views
      george1421G

      @bristow-0 Ok so what I’m working on is this rough outline of a script.

      If you run this command on your target computer it should return the uuid of the swap partition.
      blkid | grep swap | awk '{print $2}'

      So if we start building a script to automate the process it might start to look like this

      !#/bin/bash uuid=$(blkid | grep swap | awk '{print $2}') if grep -Fxq "RESUME=UUID" /etc/initramfs-tools/conf.d/resume then # if found replace with new uuid sed -i 's/^RESUME=UUID.*$/RESUME=${uuid}/' /etc/initramfs-tools/conf.d/resume else # if not found just append command to config file echo "RESUME=${uuid}" >>/etc/initramfs-tools/conf.d/resume update-initramfs -u

      This script would need to be executed on first boot of the target computer is what I’m thinking.

    • Bristow 0B

      Modify the linux system of a workstation in multi-boot ?

      Watching Ignoring Scheduled Pinned Locked Moved General Problems
      15
      0 Votes
      15 Posts
      3k Views
      Bristow 0B

      @sebastian-roth Yeahh, it works ! Thanks again !

    • Bristow 0B

      Which USB 3.0 ethernet adapter?

      Watching Ignoring Scheduled Pinned Locked Moved Hardware Compatibility
      5
      0 Votes
      5 Posts
      2k Views
      Bristow 0B

      @george1421 said in Which USB 3.0 ethernet adapter?:

      @bristow-0 OK I can say I’ve never heard of an “LDLC Aurore” computer before. It must be a local French brand. If you want to pxe boot then you will need to get a usb network adapter that LDLC computer’s support.

      This is Clevo. The good thing is that they provide PCs without OS.

      Now for a uefi computer making the computer boot iPXE from the flash usb drive is pretty easy. https://forums.fogproject.org/topic/6350/usb-boot-uefi-client-into-fog-menu-easy-way Understand that “trick” only works for uefi based computers. BIOS computer’s can’t boot using this method.

      Cool, thanks a lot !!

    • Bristow 0B

      [Solved] Grub rescue after deploy task

      Watching Ignoring Scheduled Pinned Locked Moved Linux Problems
      6
      0 Votes
      6 Posts
      2k Views
      Bristow 0B

      @Sebastian-Roth you put me on the track!

      The bios was configured in legacy bios first, I switched to uefi first and it works!

      Thank you!

    • Bristow 0B

      Translate the FOG project website

      Watching Ignoring Scheduled Pinned Locked Moved General
      6
      0 Votes
      6 Posts
      2k Views
      Bristow 0B

      OK @tom-elliott, keep me posted, I’d love to see this site available in French. It looks more serious for the decision makers…

    • Bristow 0B

      Cloning with image from a real workstation to a VM ?

      Watching Ignoring Scheduled Pinned Locked Moved Windows Problems
      3
      0 Votes
      3 Posts
      722 Views
      S

      @Bristow-0 As well question arises if both the workstation and VM are in the same mode - legacy BIOS or UEFI. With ProxMox you use KVM for this I suppose.

    • Bristow 0B

      Update french translation for Fog 1.5.9

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

      @Bristow-0 Great work!! Thank you very much for updating all the translations.

    • Bristow 0B

      No connection to the domain

      Watching Ignoring Scheduled Pinned Locked Moved Windows Problems
      2
      0 Votes
      2 Posts
      516 Views
      S

      @Bristow-0 Has this ever worked before? I remember that others had issues with domain join in a Samba domain. Search the forums for that.

      As well you might take a look at the fog-client log (usually in C:\fog.log) and post the relevant part here.

    • Bristow 0B

      Difference between the 2 domain passwords?

      Watching Ignoring Scheduled Pinned Locked Moved Windows Problems
      5
      0 Votes
      5 Posts
      1k Views
      Bristow 0B

      Thanks @tom-elliott . So, if I understand correctly, I only use the first one and it must not be encrypted, am I right?

    • Bristow 0B

      Small errors in migration commands

      Watching Ignoring Scheduled Pinned Locked Moved General
      3
      1 Votes
      3 Posts
      854 Views
      Wayne WorkmanW

      I’ve added some more steps that should avoid those errors.

      I’ve updated the chown command in the wiki. The user fogproject is something that came about after this article was written. The user used to be just fog

    • Bristow 0B

      Fog on Proxmox ?

      Watching Ignoring Scheduled Pinned Locked Moved General Problems proxmox virtual machine
      15
      0 Votes
      15 Posts
      9k Views
      george1421G

      @huecuva said in Fog on Proxmox ?:

      I’m just having issues booting my HTPC from ipxe for some reason I can’t figure out.

      Please start a new thread so we can discuss

    • 1 / 1