• INQUIRY: Installing FOG Server to Ubuntu Server (Virtual Box) 18.04

    3
    1 Votes
    3 Posts
    501 Views
    D

    @george1421

    FOG onto Ubuntu running as a VM.

  • Setting FOG in ESXi 6.7u2

    Moved
    5
    0 Votes
    5 Posts
    784 Views
    F

    posting an update that it worked in the end. (somehow the VM i created as test used another SCSI adaptor and it didn’t play well)

    The settings that are default for a Win10 x64 still needed secure boot to be turned off.

    For those who might venture, here’s my settings for my clients.
    c6256d12-e5ba-4d91-b883-b1e54550e56a-image.png
    ed58e765-7d34-451a-a128-f5a13a30a316-image.png

    Time for some NAC + Jumpcloud + Chocolatey fun

  • Bandwidth graph colors?

    9
    0 Votes
    9 Posts
    2k Views
    S

    Also done in 1.5.x dev-branch

  • Imaging Rasberry Pi

    2
    0 Votes
    2 Posts
    619 Views
    S

    @sjensen Yes, seems like those devices can PXE boot: https://www.raspberrypi.org/documentation/hardware/raspberrypi/bootmodes/net.md

    You’d need to install your FOG server using a command line switch to enable installation of ARM kernels: ./installfog.sh -A

    If PXE booting is not working you might still be able to boot those using the USB boot method.

  • Clonezilla and FOG?

    2
    0 Votes
    2 Posts
    2k Views
    george1421G

    (warninig this will be a bit biased since you are asking on a FOG forum) Truthfully setting up FOG is pretty easy and is a solid foundation for pxe booting, even multi pxe booting. iPXE is a superior network booting environment as compared to syslinux or grub. With iPXE you can transfer the boot image via http, https, nfs, tftp, and sanboot.

    In regards to converting your grub menus to iPXE, i have a tutorial on using FOG as a netboot server: https://forums.fogproject.org/topic/10944/using-fog-to-pxe-boot-into-your-favorite-installer-images

    In regards to uefi vs bios, you need the proper bootloader for bios and uefi respectively. This is the same requriement for whatever boot loader you use. For FOG the default one for bios is undionly.kpxe for uefi is ipxe.efi. Most uefi boot loaders end in a .efi extension. For bios/ufei coexistence we have a wiki page for setting up your dhcp server (Win2012 and newer, or linux) so dynamically provide the proper bootloader based on the target computer: https://wiki.fogproject.org/wiki/index.php/BIOS_and_UEFI_Co-Existence If you have a soho or router dhcp server that doesn’t support dynamic boot files then you can always install dnsmasq on your fog server to supply the dynamic boot loader. Understand that fog and clonezilla are built on opensouce stack so these tutorials above can be reused for other applications (dnsmasq is dnsmasq, tftp is tftp and so on)

  • could not mount images folder (/bin/fog.upload)

    50
    0 Votes
    50 Posts
    25k Views
    T

    @george1421 A Merry Christmas and a Happy new year to you guys.

  • SEARCH NOT WORKING ON FORUM?

    6
    0 Votes
    6 Posts
    598 Views
    T

    @Sebastian-Roth the upper case is a mistake, oops sorry about that. Search is working now thanks all. it was the search box that was not displaying, so i could not type anything in, just clicking the search magnifying glass (expecting a search box to open), of course with no words to search it couldn’t find anything

  • FOG image sync with mysql replication - 2 Servers

    5
    2 Votes
    5 Posts
    994 Views
    R

    @george1421
    No problem, anything to help the community.

  • Import CloneDeploy Images

    7
    0 Votes
    7 Posts
    2k Views
    J

    Just to update everyone…
    Decided to go with @george1421 on this one.
    It was a full day of “switch PXEClient Settings, Deploy , switch PXEClient again, Collect and repeat” but it worked out well and I have all my images in FOG now.
    Thank you all for the help and advice!

  • PHP 7.4 released

    4
    0 Votes
    4 Posts
    1k Views
    Q

    A quick look at https://www.php.net/manual/en/migration74.php makes me think there shouldn’t be too many issues, though without a code evaluation I can’t say for certain.

  • Creating Windows 7 image with Sysprep

    2
    0 Votes
    2 Posts
    587 Views
    george1421G

    Here is a sanitized version of my unattend.xml file and how I call the sysprep. I used pretty much the same unattend.xml file with windows 10 deployments.

    https://forums.fogproject.org/topic/11920/windows-10-1803-sysprep-problem/7

    I might recommend that you build your reference image on a virtual machine so you can take snapshots to save the system state as important steps. This saves countless hours of having to start over from the beginning when something goes bad.

  • building-usb-booting-fos-image Download link

    7
    0 Votes
    7 Posts
    1k Views
    S

    @chasosnature Pretty close… it’s nodeBB

  • How to update FOS?

    6
    0 Votes
    6 Posts
    2k Views
    S

    @FredG said in How to update FOS?:

    Ok I thought that the development of FOS was independent of the development of the FOG server.

    Yes, correct.

    You are on the right track with what you posted so far. We just try to ask because sometimes people head down a road that costs a lot of effort and is not needed. In your case I guess it’s quite a nice idea you look into generating your custom FOS initrds to be able to play with it. Two things I’d mention:

    Best you use the versions we currently use as well to prevent from possible issues that might just arise when using newer ones that we have not tested yet. Find the version numbers here: https://github.com/FOGProject/fos/blob/master/Jenkinsfile#L12

    Be aware there is a much easier way to modify existing FOS initrds: https://wiki.fogproject.org/wiki/index.php/Modifying_the_Init_Image#Version_1.0.0_and_up

  • Snapin execution questions

    7
    0 Votes
    7 Posts
    1k Views
    A

    @Daniel-Miller it was indeed some permission issue coming from the application. I will try to manually reset it and see if it works. Thanks a lot for your help!

  • step by step of fog imaging start

    4
    0 Votes
    4 Posts
    2k Views
    S

    @Foglalt Beside George’s great and thorough answer you can also read through this as well: https://wiki.fogproject.org/wiki/index.php?title=Booting_into_FOG_and_Capturing_your_first_Image

  • Migrating to Windows 10

    4
    0 Votes
    4 Posts
    574 Views
    M

    Thanks, everyone for the help. Our new laptops arrived today and I plan on a rollout after the holiday break (January 6th). I hope I gave myself enough time.

    Mark

  • Avoid shrinking non-selected partitions during capture?

    3
    0 Votes
    3 Posts
    617 Views
    H

    Doh - I actually didn’t realize the “Multiple Partition Image - Single Disk” could do a single partition! I just tried a capture using this and it seems to work fine - haven’t had a chance for a deploy yet. I guess since I foresee only rarely changing partition sizes, this option would work fine.

  • Lock out Setting

    4
    0 Votes
    4 Posts
    691 Views
    george1421G

    @Mark-krikunov said in Lock out Setting:

    computers it self on a timer, but this can be removed by students

    Not via a domain GPO. If the setting is configured by GPO is a rule and can’t be changed.

    As for the linux side there isn’t a gpo equivalent so each instant would have to be configured.

  • Deploying Windows Server?

    8
    0 Votes
    8 Posts
    2k Views
    C

    It should. OS isn’t really that relevant. Its the component software: webserver software, php, and mysql that you need to make sure is compatible.

  • Some praise for the developers...

    2
    4 Votes
    2 Posts
    375 Views
    Wayne WorkmanW

    @isaiah658 Just wait until you try out the new ZSTD compression. 🙂

141

Online

12.6k

Users

17.5k

Topics

156.4k

Posts