Add Preseed options with FOG
-
Hi All,
I’m hoping I can get some assistance with a task I’m undertaking. At present, my company has a PXE boot server set up for deploying Ubuntu 16.04 and 18.04 system using pressed files. It is great for our Linux deploys, but we don’t have a nice way of deploying our Windows systems and I’m getting tired of manually installing windows. That is why I’m turning to leverage FOG. I’d like to migrate our preseed files and associated other files that go along with deploying the Linux OSes to the FOG server. What directories should I put the pressed and other files from the PXE server on the FOG server?Thank you
-
Well you have a few things in you need to think about.
Moving netboot services to the FOG server. This is pretty easy enough to do. You change the dhcp options 66 and 67 to point to your FOG server from your current netboot server. I do have a tutorial on how to setup FOG as a netboot server here: https://forums.fogproject.org/topic/10944/using-fog-to-pxe-boot-into-your-favorite-installer-images This system uses FOG to create the custom iPXE menu entries to boot into your linix distro’s live installer environment. You may have to tweak the kernel parameters to load your installer seed file. The nfs disk structure and preseed file organization is up to you since netbooting is not a supported feature of FOG, but a hack using the FOG infrastructure for netbooting.
Once you have your netboot installer for linux configured then you can focus on the windows bits.