on my NAS, I CHMOD the PXE folder recursively to 777.
during PXE, I can see the vmlinuz and initrd.img are requested and delivered, but filesystem.squashfs could not be find.
when I manually tftp after pxe-boot fails (within the busybox), i can tftp the filesystem.squashfs without problems.
I am a bit confused....
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
No idea actually. Maybe you can change the tftp size in live-boot:
tftp -g -b 65464 -r $rfile -l ${dest}/$lfile $ip
where "-b SIZE Transfer blocks of SIZE octets"
The tftp function does work in our environment, no matter it's in virtual machine cloud environment, computer classroom, or machine room.
However, yes, http protocol is more robustic than tftp, that's true.
Steven
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am using clonezilla with following pxe config:
on my NAS, I CHMOD the PXE folder recursively to 777.
during PXE, I can see the vmlinuz and initrd.img are requested and delivered, but filesystem.squashfs could not be find.
when I manually tftp after pxe-boot fails (within the busybox), i can tftp the filesystem.squashfs without problems.
I am a bit confused....
Maybe you can find some clues in the server's system log about tftpd? It might give you some hints.
Steven
good idea - but no more information than this:
I see the timeout, also increased the tftp timeout to 60 seconds..
Just to compare - here I got the same config with PartedMAgic - and this is WORKING:
ok guys, very unhappy but got one workaround for people facing same issue...
i changed FETCH from TFTP --> http:
fetch=http://10.1.1.2/filesystem.squashfs
now the config is loading out of the box
but.. dear CloneZilla Dev's - really?
No idea actually. Maybe you can change the tftp size in live-boot:
tftp -g -b 65464 -r $rfile -l ${dest}/$lfile $ip
where "-b SIZE Transfer blocks of SIZE octets"
The tftp function does work in our environment, no matter it's in virtual machine cloud environment, computer classroom, or machine room.
However, yes, http protocol is more robustic than tftp, that's true.
Steven