I now used Clonezille SE on Ubuntu 12.04-Server for a few days and it works very well.
But now i want to create a seperate menu entry in file default. So i thought i can use the entry from clonezilla and change only a few things.
This is the entry from Clonezilla:
label clonezilla
MENU DEFAULT
# MENU HIDE
MENU LABEL Clonezilla: multicast restore 2013-08-27_Updates to disk sda
# MENU PASSWD
kernel vmlinuz-pxe
append initrd=initrd-pxe.img devfs=nomount drblthincli=off selinux=0 text 1 edd=on ocs_opt="-l en_US.UTF-8 -g auto -e1 auto -e2 -r --clone-hidden-data -p poweroff --mcast-port 2232 multicast_restoredisk 2013-08-27_Updates sda"
TEXT HELP
* Clonezilla version: 3.5.2-drbl1. (C) 2003-2013, NCHC, Taiwan
* Disclaimer: Clonezilla comes with ABSOLUTELY NO WARRANTY
ENDTEXT
And this is my entry:
label Standardimage
MENU DEFAULT
# MENU HIDE
MENU LABEL Standardimage
# MENU PASSWD
kernel vmlinuz-pxe
append initrd=initrd-pxe.img devfs=nomount drblthincli=off selinux=0 text 1 edd=on ocs_opt="-l en_US.UTF-8 -g auto -e1 auto -e2 -r --clone-hidden-data -p poweroff --mcast-port 2232 multicast_restoredisk 2013-08-27_Updates sda"
When i know boot a client, i can choose my entry and the client begins to boot. But when clonezilla begins to upload the image to client-disk, there is nothing happen. I see the blue screen, but the progress bar does nothing.
dcs writes on the screen, that i can also directly use this line
drbl-ocs -b -g auto -e1 auto -e2 -r -x -j2 -p poweroff --clients-to-wait 3 -l de_DE.UTF-8 startdisk multicast_restore 2013-08-27_Updates sda
but there happens the same as happens, when i choose my entry above.
Where ist my mistake?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
I now used Clonezille SE on Ubuntu 12.04-Server for a few days and it works very well.
But now i want to create a seperate menu entry in file default. So i thought i can use the entry from clonezilla and change only a few things.
This is the entry from Clonezilla:
And this is my entry:
When i know boot a client, i can choose my entry and the client begins to boot. But when clonezilla begins to upload the image to client-disk, there is nothing happen. I see the blue screen, but the progress bar does nothing.
dcs writes on the screen, that i can also directly use this line
but there happens the same as happens, when i choose my entry above.
Where ist my mistake?
The parameters of drbl-ocs does not the same with that of ocs-sr.
Therefore in your case, I would suggest you try this mode:
http://clonezilla.org/clonezilla-SE/use_clonezilla_live_in_drbl.php
Then it would be easier for you to do that.
Steven.