Menu

Partimg repository on live media?

Help
David
2014-11-05
2014-11-08
  • David

    David - 2014-11-05

    Hi all,

    I'm trying with this guide http://clonezilla.org/show-live-doc-content.php?topic=clonezilla-live/doc/05_Preseed_options_to_do_job_after_booting to create an automated restore of an image.
    Now on the root of my live USB drive I created a folder called images with 2 different images inside.

    But how do I mount the img repository?

    This is how it looks like, but there's a short error message, and I can't find log of all this?

    kernel /live/vmlinuz
    append initrd=/live/initrd.img boot=live config noswap nolocales edd=on nomodeset noprompt ocs_prerun="mount --bind /images /home/partimag/" ocs_live_run="ocs-sr -g auto -e1 auto -e2 -c -r -j2 -k -p true restoreparts ask_user sda1" ocs_live_extra_param="" keyboard-layouts=NONE ocs_live_batch="no" locales=en_US.UTF-8 vga=788 ip= nosplash

    Input is welcome!

    Thanks
    David

     
  • David

    David - 2014-11-07

    Got it working, just in case somebody else needs it ;)

    kernel /live/vmlinuz
    append initrd=/live/initrd.img boot=live config noswap nolocales edd=on nomodeset noprompt ocs_prerun="mount --bind /lib/live/mount/medium/images /home/partimag/" ocs_live_run="ocs-sr -g auto -e1 auto -e2 -c -r -j2 -k -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

     
  • Fuchs

    Fuchs - 2014-11-08

    Brilliant !
    for the restore only.

    In the other direction because of 'read-only' of '/home/partimag' there is not possibly to save an image.
    Safety first! for clonezilla. That's the reason.
    Here could you use 'toram=filesystem.squashfs' in the 'append ..' line additionally to make an image.

     

Log in to post a comment.