Running both CloneDeploy and FOG?
-
Hi all,
We’re using CloneDeploy at the moment but after having issues uploading images, and since CD is no longer supported, I decided to try out FOG. It works great so far for uploading from VMs running locally on the server, but since I have CD on our server already I can’t get anything to boot to FOG over our network - it all defaults to CD.
Is there some way to configure PXE to boot to one or the other, or do I have to remove CD first? I’m fairly new to this and have taken over the system from a previous tech so I wasn’t the one who installed and set it up initially. Any help is appreciated!
-
@vertimyst said in Running both CloneDeploy and FOG?:
but since I have CD on our server already I can’t get anything to boot to FOG over our network - it all defaults to CD.
Its not clear exactly what you are doing here. FOG doesn’t use a CD/DVD it boots over the network. FOG is similar to CloneDeploy or Clonezilla but different.
For FOG you will set dhcp options 66 to the IP address of your fog server and dhcp option 67 to the boot file name. The boot file name depends on what format your computer’s firmware is in. For a BIOS computer, dhcp option 67 is undionly.kpxe and for a UEFI computer the boot file name is ipxe.efi.
Once those values are set in your dhcp server then you pxe boot your target computer into the FOG iPXE menu.
I have a feeling since you referenced CD several times you might be doing something non-standard with FOG. Can you explain a bit more of what you are trying to do?