I am trying to get NetSUS/Netboot/Netinstall working on a CentOS 7 VM.
The Macs boot with the option key pressed down and they see "Faux NetBoot" as a choice but when I select that icon nothing happens, the Mac just boots into it's own OS immediately. It's as if the netboot image is not being brought down at all.
/var/log/messages on the CentOS 7 NetSUS shows DHCPACK, DHCPDISCOVER stuff but nothing mentioning netboot images being brought down.
I have ammened my /var/appliance/conf/dhcpd.conf and /etc/dhcpd.conf to match but it has not made a difference, in fact looking at those files again this morning all my changes have disappeared to those files and they have gone back to the way they where before my changes. In particular, the bit I didn't like about those files:
next-server 192.168.0.100;
filename "NetInstall.nbi/i386/booter";
option root-path "http://192.168.0.100/NetBoot/NetBootSP0/NetInstall.nbi/NetBoot.dmg";
N.B 192.168.0.100 is not the IP address of my netboot server so why is that bit there. And the path /NetBoot/NetBootSP0/etc/etc does not look right to me...
Do I need to do anything to the JSS to make all of this work, I thought it should work in a standalone kind of way.