Hello, thanks for the great guides in https://forums.fogproject.org/topic/10944/using-fog-to-pxe-boot-into-your-favorite-installer-images/1,
I thought I would share the approach I used for a netboot install of Debian 10.7 since it isnt a part of the guides(I used one of the guides as a template):
-
Download netboot.tar.gz from a mirror, etc http://ftp.nl.debian.org/debian/dists/buster/main/installer-amd64/current/images/netboot/netboot.tar.gz
-
Extract it to the images or tftp folder.
-
Go to FOG Configuration->iPXE New Menu Entry
Set the following fields
Menu Item: os.Debian.10.7
Description: Debian 10.7
Parameters:
kernel nfs://${fog-ip}/images/os/debian107/debian-installer/amd64/linux
initrd nfs://${fog-ip}/images/os/debian107/debian-installer/amd64/initrd.gz
imgargs linux root=/dev/nfs boot=casper netboot=nfs nfsroot=${fog-ip}:/images/os/debian107/debian-installer/amd64/
boot || goto MENU
Make sure the paths match where you extracted the files to.
Menu Show with: All Hosts -
That’s it, just pxe boot your target system and pick Debian 10.7 from the FOG iPXE boot menu.