I have an PXE-System which is booting clonezilla and start restoring an image. But there ist one problem, it asks me before the restoring starts, if i am sure, so that i must press Y(es) for two times. Where ist my mistake?
Here ist my APPEND-Line:
APPENDinitrd=clonezilla/initrd.imgboot=liveconfignoswapnolocalesedd=onnomodsetnopromptocs_live_keymap="/usr/share/keymaps/i386/qwertz/de-latin1-nodeadkeys.kmap.gz"ocs_prerun1="dhclient -v eth0"ocs_prerun2="sleep2"ocs_prerun3="mount -t nfs 192.168.2.1:/sicherung /home/partimag"ocs_live_run="ocs-sr -g auto -e1 auto -e2 -c -r -j2 -p true restoredisk EFI_System_komplett sda"ocs_live_extra_param=""ocs_live_batch="yes"vga=788ip=frommedianosplashfetch=tftp://192.168.2.1/clonezilla/filesystem.squashfsnfsroot=192.168.2.1:/sicherung/clonezilla
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have an PXE-System which is booting clonezilla and start restoring an image. But there ist one problem, it asks me before the restoring starts, if i am sure, so that i must press Y(es) for two times. Where ist my mistake?
Here ist my APPEND-Line:
Use
ocs_live_batch=yes
without quotes.
I tried to use it without qotes, but clonezilla asks further
for two times.
OK, i found a solution on
.
I have to delete the option -c in ocs_live_run and set the option -b.