[quote=“maples, post: 44776, member: 29215”][B]### SOLVED ###[/B]
The issue was with a bug that Ubuntu doesn’t properly start services.
My issue was only with tftpd-hpa, but this probably can be applied to other services as well.

/etc/init/tftpd-hpa.override:
[code]
manual
[/code]

/etc/rc.local:
[code]
sleep 30
start tftpd-hpa
exit 0
[/code]

[B]### Original post###[/B]
Hi,
I’m trying to install FOG on a compuer that’s running Lubuntu 13.10. This has happened twice, and I’ve gotten similar results both times.
I did a fresh install, updated everything, then installed FOG. Everything ran fine, and soon we were able to start booting from the PXE server, registering hosts, and taking images.
However, after we rebooted the computer, we ran into issues. Both times, the TFTP server refused to start. The first time, the MySQL service broke as well, but the second time it seems to still be working.

Since I reinstalled the OS after the first failure, I’m unable to give any more details about it, but we haven’t done anything to the second install.

Here’s the /etc/default/tftpd-hpa config file.
[code]# /etc/default/tftpd-hpa

FOG Modified version

TFTP_USERNAME=“root”
TFTP_DIRECTORY=“/tftpboot”
TFTP_ADDRESS=“0.0.0.0:69”
TFTP_OPTIONS=“-s”[/code]

Thanks![/quote]

#letsmakescripts

Just hash-tagging this… I’m working on something…