• Wimboot.

    3
    0 Votes
    3 Posts
    692 Views
    george1421G

    The short answer is Yes, to deploy a Wimboot image.

    https://forums.fogproject.org/topic/10944/using-fog-to-pxe-boot-into-your-favorite-installer-images/13

    The scripting you asked about is beyond the scope of FOG, because FOG doesn’t care about the target image.

    I personally wouldn’t go about deploying an image the way you have defined it with a script, but it is surely possible to do it that way.

    In the end to your question, can FOG deploy a WinPE environment, Yes.

  • Question

    2
    0 Votes
    2 Posts
    207 Views
    george1421G

    For your switches, make sure that igmp snooping is enabled. Also remember that the slowest device in your multicast group sets the pace of the multicast stream. If you are imaging 9 i7s with nvme drives and 1 pentium 4 with a sata hdd the multicast group will operate at the speed the pentium 4 system can digest the data. Or if you have 9 machines on a 1GbE network and one machine on a 100Mb/s link, the speed of the multicast stream will be restricted to the 100Mb/s link.

    60mb/s is not a value that FOG would offer. If that is measured bandwidth speed, ok. But FOG’s partclone measures in Dataflow over a minute. So what speed does partclone say during the multicast stream.

    I might try a portion of what you proposed for a test, but instead of disconnecting that imaging switch from the rest of the network, leave it connected. The switch should keep all multicast traffic on that switch as long as there are no subscribers anywhere else the network.

    A on a healthy 1GbE network you should get about 6.1GB/m transfer rates. For a multicast on that same network you should get between 4.0-5.5GB/min. On my network I routinely get 13GB/min+ unicast image to modern hardware from a virtual machine FOG server. Just to set some expectations.

  • Pushbullet

    5
    0 Votes
    5 Posts
    1k Views
  • 0 Votes
    8 Posts
    2k Views
    S

    @Reuban1219 said in Running Fog Server To Image Different Devices Without Internet (Using Switch):

    I downloaded the MSI installer in my windows XP …

    I am not exactly sure the fog-client was used on XP much. That was before I joined into working on the fog-client. Though I would think it should work.

    But, it keeps giving error of installation ending prematurely.

    Can you be more specific on what step it ends and what the error message is? If you don’t get an error back you should use logging as suggested by George. Open a cmd as Admin and run:

    msiexec /i FOGService.msi /quiet USETRAY="1" HTTPS="0" WEBADDRESS="x.x.x.x" WEBROOT="/fog" ROOTLOG="1" /L*V c:\windows\temp\foginstalllog.txt

    Put in the FOG server IP or hostname instead of x.x.x.x. Upload that log file to a file share and post a link here.

  • Do storage nodes need a local MySQL server?

    3
    0 Votes
    3 Posts
    394 Views
    M

    Thank you. I understand the complexity issue and removing the DB manually is easy enough.

  • Local deploy Image

    9
    0 Votes
    9 Posts
    916 Views
    L

    @george1421 thank you, i try to do this.
    Really thank you!!!

  • Does FOG use LDAP?

    3
    0 Votes
    3 Posts
    451 Views
    D

    Thankyou Fernando!

  • FOG/Apache PKI/Certificate Authentication

    52
    0 Votes
    52 Posts
    19k Views
  • Extended fog variables

    6
    0 Votes
    6 Posts
    687 Views
    Q

    @Sebastian-Roth @pete Tested a host with debug tasking. With the -A ""
    argument it works fine, without it Cannot view from browser

  • Auto Run Tasks Every Monday of the week

    2
    0 Votes
    2 Posts
    276 Views
    D

    When confirming your task you are presented three options for scheduling: Instant, Delayed, and Schedule Cron-style. It sounds like you want the last option.

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

    3
    1 Votes
    3 Posts
    353 Views
    D

    @george1421

    FOG onto Ubuntu running as a VM.

  • Setting FOG in ESXi 6.7u2

    Moved
    5
    0 Votes
    5 Posts
    636 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
    951 Views
    S

    Also done in 1.5.x dev-branch

  • Imaging Rasberry Pi

    2
    0 Votes
    2 Posts
    471 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
    1k 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
    19k Views
    T

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

  • SEARCH NOT WORKING ON FORUM?

    6
    0 Votes
    6 Posts
    337 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
    601 Views
    R

    @george1421
    No problem, anything to help the community.

  • Import CloneDeploy Images

    7
    0 Votes
    7 Posts
    1k 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
    820 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.

101

Online

12.2k

Users

17.4k

Topics

155.6k

Posts