After booting we're receiving this after an image has been loaded:
<skipped>
Begin: Running /scripts/liue—realpremount ... done.
Begin. Mounting "/liue/medium/liue/clonezilla—2.5.0—25.squashfs" on "//cloneziIla—2.5.0—25.squashfs" via "/deu/loop0" ... done.
mount: mounting aufs on /root/ failed: No such device
mount aufs on /root/ failed with option —o noatime..dirs=/liue/ouerlay/=ru://clonezilla—2.5.0—25.squashfs/=rr+uh
[ 52.056082] random: crng init done
Any idea how to fix that?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've been using the old version (2.3.2-22) for quite a long time without the issue. Decided to update the version to current.
Here is the PXE configuration:
Boot clonezilla
label Clonezilla 2.5.0-25 AMD64
kernel clonezilla-2.5.0-25/vmlinuz
append initrd=clonezilla-2.5.0-25/initrd.img boot=live config noswap nolocales edd=on nomodeset ocs_live_run="ocs-live-general" ocs_live_extra_param="" keyboard-layouts=NONE locales=en_US.UTF-8 ocs_live_batch="no" vga=788 nosplash noprompt fetch=tftp://192.168.1.1/clonezilla-2.5.0-25.squashfs
After booting we're receiving this after an image has been loaded:
<skipped>
Begin: Running /scripts/liue—realpremount ... done.
Begin. Mounting "/liue/medium/liue/clonezilla—2.5.0—25.squashfs" on "//cloneziIla—2.5.0—25.squashfs" via "/deu/loop0" ... done.
mount: mounting aufs on /root/ failed: No such device
mount aufs on /root/ failed with option —o noatime..dirs=/liue/ouerlay/=ru://clonezilla—2.5.0—25.squashfs/=rr+uh
[ 52.056082] random: crng init done
Any idea how to fix that?
You have to update the boot parameters, like those in the syslinux/syslinux.cfg.
Pay attention to those parameters, like
union=overlay username=user
Ref: http://clonezilla.org/livepxe.php
Steven