Fog 1.2 under Ubuntu 13.10 with a proxy dhcp server. After some tweaking, this install seems to be working perfectly with one exception. After the initial pxe boot, there is a prompt to enter the ip address of the tftp server (pic attached). Entering the address allows the boot process to continue.
This did not happen with the kernels we previously tested in Fog 1.2 or with any kernel in Fog .32.
I am using the [B]undionly.kpxe[/B] from [B][I][url]http://svn.code.sf.net/p/freeghost/code/trunk/packages/tftp[/url][/I][/B], as suggested by Tom Elliott. This boots our 790s and 7010s.
I’ve looked everywhere I can think of to plug in the server address, but to no avail. Below are some of the config files for the server.
Not sure where else to check. TE suggested building a custom undionly.kpxe, but I’d like to see about an easier solution, if one exists, before opening that can of worms.
All help/suggestions appreciated.
[U][B]default.ipxe[/B][/U]
#!ipxe
cpuid --ext 29 && set arch x86_64 || set arch i386
params
param mac0 ${net0/mac}
param arch ${arch}
isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
:bootme
chain [url]http://10.58.11.55/fog/service/ipxe/boot.php##params[/url]
[U][B]ltsp.conf[/B][/U]
if port=0 is not commented out, we lose internet connectivity on the fog server,
but all server functions work
port=0
log-dhcp
enable-tftp
tftp-root=/tftpboot
dhcp-boot=undionly.0,10.58.11.55
dhcp-option=17,/images
dhcp-option=vendor:PXEClient,6,2b
dhcp-no-override
pxe-prompt=“Press F8 for boot menu”, 3
pxe-service=X86PC, “Boot from network”, undionly
pxe-service=X86PC, “Boot from local hard disk”, 0
pxe-service=x86PC, “Install windows from RIS server”, 1
dhcp-range=10.58.11.55,proxy
dhcp-range=192.168.0.20,192.168.0.250,8h
dhcp-host=00:20:e0:3b:13:af,10.160.31.111,client111,infinite
[U][B]tftpd-hpa[/B][/U]
sleep 30
/etc/default/tftpd-hpa
FOG Modified version
TFTP_USERNAME=“root”
TFTP_DIRECTORY=“/tftpboot”
TFTP_ADDRESS=“10.58.11.55:69”
TFTP_OPTIONS=“-s”
[url=“/_imported_xf_attachments/1/1601_IMG_20150112_135614954_HDR.jpg?:”]IMG_20150112_135614954_HDR.jpg[/url]