I am looking for some help automating some steps in clonezilla
Anyone that has an example that is close to this or could help me with this? I have tried a few sites that have been suggested but didn't have much luck.
auto Language English
auto Don't touch keymap
auto Start clonezilla
auto device to image
auto samba server
auto eth0
auto dhcp
auto 10.100.75.1 where images are stored
auto domain blank
10.auto fill admin account
11.auto /images is directory
12.auto sercurity mode
13.auto fill admin password
14.auto beginner mode
15.user option to save disk or restore disk
16a.save disk - user enters name
16b.restore disk - user selects image
Thanks for all y'all do!
Bret
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Not working?
Any error messages?
You still have to do some modifications. It won't 100% meet your need. You have to tell us what you have done, what's your configuration. Otherwise it's not easy to know what's the issue there.
Steven.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am looking for some help automating some steps in clonezilla
Anyone that has an example that is close to this or could help me with this? I have tried a few sites that have been suggested but didn't have much luck.
10.auto fill admin account
11.auto /images is directory
12.auto sercurity mode
13.auto fill admin password
14.auto beginner mode
15.user option to save disk or restore disk
16a.save disk - user enters name
16b.restore disk - user selects image
Thanks for all y'all do!
Bret
You can refer to this:
http://clonezilla.org/show-live-doc-content.php?topic=clonezilla-live/doc/05_Preseed_options_to_do_job_after_booting
Steven.
Tried that already but it would not work for me at all. Suggetstions anyone?
Not working?
Any error messages?
You still have to do some modifications. It won't 100% meet your need. You have to tell us what you have done, what's your configuration. Otherwise it's not easy to know what's the issue there.
Steven.
Might be working but I would also like to modify the colors in the menu.
Not sure what #00000000 & #c0000090 are
Is there a color chart like for html?
You can find info on the syslinux website:
http://www.syslinux.org/wiki/index.php/SYSLINUX#Specify_background_and_foreground_colors:
Steven.
label CHzilla live
MENU DEFAULT
# MENU HIDE
MENU LABEL CHzilla live
# MENU PASSWD
kernel /live/vmlinuz
append initrd=/live/initrd.img boot=live username=user config quiet noswap edd=on nomodeset noeject ocs_prerun="dhclient -v eth0" ocs_prerun1="sleep 2" ocs_prerun2="mount -t cifs -o user=*,password=** //10.100.0.75/Images /home/partimag" locales="en_US.UTF-8" keyboard-layouts=NONE ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_batch=no vga=788 ip= nosplash i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes vmwgfx.enable_fbdev=no
ocs prerun2 does not work & does not show an error message
Any thoughts?
label Clonezilla live
MENU DEFAULT
MENU HIDE
MENU LABEL CHzilla Restore
MENU PASSWD
kernel /live/vmlinuz
append initrd=/live/initrd.img boot=live config noswap nolocales edd=on nomodeset noprompt ocs_prerun="dhclient -v eth0" ocs_prerun1="sleep 2" ocs_prerun2="mount -t cifs -o user=*,password=** //10.100.75.1/Images /home/partimag" ocs_prerun3="sleep 2" ocs_live_run="ocs-sr -q2 -c -j2 -zip i 2000 -sc -p true restoredisk ask_user sda" ocs_live_extra_param="" keyboard-layouts=NONE ocs_live_batch="no" locales="en_US.UTF-8" vga=788 ip= nosplash
I was trying do an automated restore on the above code but it did not work & kicked me to the reboot restart rerun screen
Also on this automated savedisk same thing
label Clonezilla live
MENU DEFAULT
MENU HIDE
MENU LABEL CHzilla Clone
MENU PASSWD
kernel /live/vmlinuz
append initrd=/live/initrd.img boot=live config quiet noswap nolocales edd=on nomodeset noprompt ocs_prerun="dhclient -v eth0" ocs_prerun1="sleep 2" ocs_prerun2="mount -t cifs -o user=*,password=* //10.100.75.1/Images /home/partimag" ocs_prerun3="sleep 2" ocs_live_run="ocs-sr -q2 -c -j2 -zip i 2000 -sc -p true savedisk ask_user sda" ocs_live_extra_param="" keyboard-layouts=NONE ocs_live_batch="no" locales="en_US.UTF-8" vga=788 ip= nosplash
Did you see it's run after booting?
Besides, did you try to manually run the ocs_prerun2 command?
Is it working?
Steven.