Menu

Automating some step in Clonezilla live

Bret
2014-06-13
2014-06-22
  • Bret

    Bret - 2014-06-13

    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.

    1. auto Language English
    2. auto Don't touch keymap
    3. auto Start clonezilla
    4. auto device to image
    5. auto samba server
    6. auto eth0
    7. auto dhcp
    8. auto 10.100.75.1 where images are stored
    9. 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

     
  • Bret

    Bret - 2014-06-14

    Tried that already but it would not work for me at all. Suggetstions anyone?

     
  • Steven Shiau

    Steven Shiau - 2014-06-14

    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.

     
  • Bret

    Bret - 2014-06-14

    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?

     
  • Bret

    Bret - 2014-06-21

    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?

     
  • Bret

    Bret - 2014-06-21

    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

     
  • Steven Shiau

    Steven Shiau - 2014-06-22

    Did you see it's run after booting?
    Besides, did you try to manually run the ocs_prerun2 command?
    Is it working?

    Steven.

     

Log in to post a comment.

MongoDB Logo MongoDB