Profesor.asix - 2026-06-20

Hello!!
Using clonezilla lite stable 3.3.2-31
I've set up a PXE server that allows me to run Clonezilla live without the need of USB. It uses ipxe.efi as a bootloader, so i'm showing here ipxe menus, that should not be a problem.
I've followed the tutorial https://clonezilla.org/livepxe.php and adapted the kernel and initrd line adding the fetch option.

kernel http://10.0.10.66/live/vmlinuz vmlinuz boot=live union=overlay username=user config components quiet loglevel=3 hostname=cl-3.3.1-35 noswap edd=on nomodeset enforcing=0 noeject locales=es_ES.UTF-8 keyboard-layouts=es ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_batch="no" vga=788 net.ifnames=0  nosplash i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes vmwgfx.enable_fbdev=1 ocs_1_cpu_udev scsi_mod.use_blk_mq=0 nvme.poll_queues=1 fetch=http://10.0.10.66/live/filesystem.squashfs
initrd http://10.0.10.66/live/initrd.img

When I boot a machine from network and choose clonezila as the option, it loads vmlinz and initrd properly and clonezilla starts.
I set up a clonezila-lite server for serving images from multicast (tried also bittorrent) and when the process is about to finish and menu's for client are generated, i got the following error.

If I list the files in /run/live/medium/live i get

ls /run/live/medium/live
filesystem.squashfs

I tried to find the file Clonezilla-live-version and this is what i get using find.

If I mount a CD with the iso image and list files in /run/live/medium/live I get.

ls /run/live/medium/live
Clonezilla-Live-Version filesystem.packages filesystem.packages-remove filesystem.squashfs freedos.img initrd.img ipxe.efi ipxe.lkn mt86+x64 vmlinuz

I am able to create an image starting clonezilla from PXE

What can be wrong?

Thanks in advanded.