[opensuse] PXE Server
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
Am 26.04.2016 um 21:56 schrieb Paul Groves:
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"
May be you can get some informations from http://www.clonezilla.org/livehd.php http://clonezilla.org/show-live-doc-content.php?topic=clonezilla-live/doc/05... http://clonezilla.org/fine-print-live-doc.php?path=clonezilla-live/doc/99_Mi... I use Clonezilla live from a small hard disk partition and include this in grub2 boot menue: linux /live-hd/vmlinuz boot=live live-config noswap nolocales edd=on nomodeset ocs_live_run=\"ocs-live-general\" ocs_live_extra_param=\"\" keyboard-layouts=\"de\" keyboard-variants=\"de_nodeadkeys\" ocs_live_batch=\"no\" locales=\"de_DE.UTF-8\" vga=791 ip=frommedia nosplash live-media-path=/live-hd bootfrom=/dev/sdb10 toram=filesystem.squashfs EDD=on initrd /live-hd/initrd.img HTH Peter -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (2)
-
Paul Groves
-
Peter Sikorski GTL