I have used the following boot script for a long time (it basically connects to my network Samba server automatically and mount /home/partimag for restoration). The last Clonezilla version I used was 20150815. I just upgraded to the latest version, and now the script no longer works (error is something like cannot find hardware address eth0). Something must have changed in Clonezilla or the underlying Linux kernel that caused this. Any advice would be greatly appreciated!
I have used the following boot script for a long time (it basically connects to my network Samba server automatically and mount /home/partimag for restoration). The last Clonezilla version I used was 20150815. I just upgraded to the latest version, and now the script no longer works (error is something like cannot find hardware address eth0). Something must have changed in Clonezilla or the underlying Linux kernel that caused this. Any advice would be greatly appreciated!
linux /live/vmlinuz boot=live union=overlay username=user hostname=vivid config quiet noswap edd=on nomodeset nodmraid noeject locales=en_US.UTF-8 keyboard-layouts=NONE ocs_prerun1="dhclient -v eth0" ocs_prerun2="sleep 2" ocs_prerun3="sudo mount -t cifs //192.168.1.101/images /home/partimag -o user=user,password=password,domain=domain" ocs_live_run="ocs-sr -g auto -e1 auto -e2 -c -r -j2 -p true restoredisk ask_user ask_user" ocs_live_extra_param="" ocs_live_batch=no vga=788 ip= nosplash i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes vmwgfx.enable_fbdev=1
Add "net.ifnames=0" in your boot parameters, as what clonezilla live has in its syslinux.cfg or isolinux.cfg.
Ref: http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/
Steven.