Hi, I am setting up a pxe server on opensuse 42.1 I have successfuly set up pxelinux and clonezilla. and it automatically mounts my server's /srv/clonezilla directory to /home/partimag via sshfs Does anyone know how, or where to find a list of the clonezilla live options with descriptions? (I can't find any details of the commands on the clonezilla documentation). I need to select 'Start Clonezilla' automatically in the first dialog once clonezilla has started and also skip the 'Mount Clonezilla image directory' step because I have done this already. Thanks Paul For Reference: this is my working menu entry from /srv/tftpboot/pxelinux.cfg/default (yes I know I should be using a keypair and not encoding the password but I will have to do this later). label Clonezilla-live menu label Clonezilla Live (Ramdisk) kernel images/clonezilla/live/vmlinuz append initrd=images/clonezilla/live/initrd.img boot=live username=user union=overlay config components quiet noswap edd=on nomodeset nodmraid locales=en_GB.UTF-8 keyboard-layouts=gb ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_batch=no net.ifnames=0 nosplash noprompt fetch=tftp://192.168.0.21/images/clonezilla/live/filesystem.sqashfs ocs_prerun1="echo passwordhere | sshfs clonezilla@192.168.0.21:/srv/clonezilla /home/partimag/ -o allow_other,stricthostkeychecking=no,reconnect -C -o workaround=all -o password_stdin" -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org