Hey lol it works… tried before again with ln -s /tftpboot/undionly.kpxe /tftpboot/undionly.0 and it definitively dont work.
ln -s undionly.kpxe undionly.0 works now… oO
Tried pxe boot from Dell Optiplex 790 and 7010
Hey lol it works… tried before again with ln -s /tftpboot/undionly.kpxe /tftpboot/undionly.0 and it definitively dont work.
ln -s undionly.kpxe undionly.0 works now… oO
Tried pxe boot from Dell Optiplex 790 and 7010
Okay i have reinstalled the storage node and add the storage node in the webinterface of the master node again and nothing happens.
No changes in log files and so on, seems nothing works.
Seems /opt/fog/etc/config.php was wrong for ubuntu 14.04 with Apache 2.4.7.
(The folder exists but it`s not the standard webroot of the Apache)
change this from
<?php
define( "WEBROOT", "/var/www/fog" );
?>
to
<?php
define( "WEBROOT", "/var/www/html/fog" );
?>
On MasterNode and StorageNode.
If i start the FOGImagereplicator script it works now…
@Tom-Elliott Yes it`s correct i use dnsmasq only with a proxy setup. Like i said a symlink to undionly.0 seems dont work … but a copy… seems illogical, eventually i have misspelled but i copy the line from the manual
ln -s /tftpboot/undionly.kpxe /tftpboot/undionly.0
After that a PXE boot was not possible it cant find the file. With cp /tftpboot/undionly.kpxe /tftpboot/undionly.0 it works…