• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Baessens
    3. Topics
    B
    • Profile
    • Following 1
    • Followers 0
    • Topics 10
    • Posts 44
    • Groups 0

    Topics

    • B

      Capture UEFI image on hyper-v VM

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      8
      0 Votes
      8 Posts
      2k Views
      L

      @Tom-Elliott said in Capture UEFI image on hyper-v VM:

      6.1.89

      Thanks, this worked for me.

      When tasking a host, I’d get the same as @Baessens (Hyper-V).

      I went to kernel update and installed 6.1.89 as per Tom’s suggestion and I was able to get past and into image deployment!

    • B

      Ubuntu; Disk size?

      Watching Ignoring Scheduled Pinned Locked Moved Linux Problems
      5
      0 Votes
      5 Posts
      900 Views
      B

      @george1421 It worked. Thanks !

    • B

      No configuration method found

      Watching Ignoring Scheduled Pinned Locked Moved Hardware Compatibility
      3
      0 Votes
      3 Posts
      735 Views
      B

      @sebastian-roth Ah, my bad. I did not see that previous post. I tried snponly.efi, deploying works fine now. Thanks a lot!

    • B

      Capturing image update database failed

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      22
      0 Votes
      22 Posts
      6k Views
      B

      Works fine now. Thanks @Sebastian-Roth !

    • B

      PXE boot stuck on initialising devices

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      6
      0 Votes
      6 Posts
      1k Views
      george1421G

      @Baessens We there is nothing wrong with what there. What I see is a different version of undionly.kpxe for FOG 1.5.5 and 1.5.7. So the recommendation as a test take undionly.kpxe from the working FOG server and copy it over (renaming the original first) to the not working fog server then pxe boot.

      If the problem goes away on the not working fog server then the problem is with undionly.kpxe if the problem stays then its with the different version of hyper-v

    • B

      Multiple master nodes syncing images

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      5
      0 Votes
      5 Posts
      970 Views
      S

      @Baessens In this special case I’d suggest you use basic Linux commands to export/import image definitions and sync the image files to your other node.

      Optional: Create a sync user account on your main master node - otherwise you’d use the root account to do that but don’t use the fogproject account! Setup SSH keys to be able to login using the sync (or root) account from node B to node A Setup a cron job on your node B to do the DB and file sync Make sure rsync is installed on both nodes.

      Here is just a quick outline of how you might do this (untested!):

      #!/bin/bash ssh syncuser@nodeA mysqldump -u root -pPassw0rd fog images >/tmp/images.sql mysql -u root -pPassw0rd </tmp/images.sql rsync -ave ssh syncuser@nodeA:/images /images >>/var/log/fog/myimagesync.log 2>&1

      This will wipe the images table on your node B and import all the definitions you have on node A.

    • B

      FOG capture to iso bootable media

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

      @george1421 Ah, i see. I was doing it with rsync in a cron job at the moment. I’ll try out your suggestion. Thanks for the info. 🙂

    • B

      Can't deploy after migrating

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      4
      0 Votes
      4 Posts
      551 Views
      B

      @Baessens Maybe i need to change the UID of my FOG installation? ?
      Edit: changed the UDPCAST INTERFACE to eth0, still same problem.

      Also, Is this wrong?

      ict@fogserver:/images$ ls dev postdownloadscripts Priminfowin10pro lost+found postinitscripts priminfowin10pronewofficekey ict@fogserver:/images$ cd dev ict@fogserver:/images/dev$ ls dev postdownloadscripts

      EDIT: re-running the installer seemed to fix the issue.

    • B

      Change the default /images location

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      6
      0 Votes
      6 Posts
      9k Views
      B

      @george1421 I didn’t know that storage nodes were deploy only. Thank for the info.

    • B

      win 10 deployment / disk size auto-adjusting / recovery mode

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      18
      0 Votes
      18 Posts
      2k Views
      S

      @Baessens Ahhh, I just had one more idea. Please run fdisk -l /dev/sda and post a picture as well. Possibly this is a sector size issue.

    • 1 / 1