Clonezilla (alpha) TFTP open timeout
Posted: Mon Oct 08, 2012 11:27 am
I have been experimenting with Clonezilla on Ubuntu 12.04 (Yes, I know it's alpha) and appears to have loaded ok. When I try to boot a client, the client properly finds the DHCP server and acquires a client ip address and determines the DCHP server and gateway addresses. Then:
When I Google search TFTP server on Ubuntu. Most sites discuss that TFTP is not loaded by default in Ubuntu (12.04). One site I found suggested that ufw could be blocking the port. So I checked: So it's not ufw.
Finally I Googled Ubuntu TFTP install and the Ubuntu 12.04 installation guide page regarding TFTP enablement suggests that and there is no entry like that in my Amahi Ubuntu server.
I have conclude that it appears that the Clonezilla install did not install tftp as a dependency.
As Amahi is a new "creature" to me, I am concerned whether I should install TFTP from the Ubuntu repositories or will I break something that Amahi doing? What does the forum think?
Code: Select all
PXE-E32: TFTP open timeout
Code: Select all
administrator@amahi01:~$ sudo ufw status
[sudo] password for administrator:
Status: inactive
Finally I Googled Ubuntu TFTP install and the Ubuntu 12.04 installation guide page regarding TFTP enablement suggests that
Code: Select all
...tftpd-hpa by default uses /var/lib/tftpboot...
I have conclude that it appears that the Clonezilla install did not install tftp as a dependency.
As Amahi is a new "creature" to me, I am concerned whether I should install TFTP from the Ubuntu repositories or will I break something that Amahi doing? What does the forum think?