Hi
Trying to get auto restore to work from USB but forever getting error that specified folder doesnt exist , could some take a look at my config to see whats wrong , thanks
title RESTORE TEST 2
root (hd0,0)
kernel /live/vmlinuz boot=live live-config noswap nolocales edd=on nomodeset ocs_prerun="sudo mount /dev/sda1 /mnt" ocs_prerun1="sudo mount -bind /mnt/clonezilla/restore /home/partimag/" noprompt noprompt ocs_live_run="ocs-sr -c -g auto -e1 auto -e2 -j2 -k -p reboot restoredisk restore sda" ocs_live_extra_param="" ocs_live_keymap="NONE" ocs_live_batch="yes" ocs_lang="en_US.UTF-8" vga=788 ip=frommedia live-media-path=/live bootfrom=/dev/sda1 toram=filesystem.squashfs
initrd /live/initrd.img
boot
usb is 16gb fat 32 , I just emptied iso of clonezilla-live-20121217-quantal into it and added clonezilla folder and then copied my test image restore into that /clonezilla/restore/
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
Trying to get auto restore to work from USB but forever getting error that specified folder doesnt exist , could some take a look at my config to see whats wrong , thanks
title RESTORE TEST 2
root (hd0,0)
kernel /live/vmlinuz boot=live live-config noswap nolocales edd=on nomodeset ocs_prerun="sudo mount /dev/sda1 /mnt" ocs_prerun1="sudo mount -bind /mnt/clonezilla/restore /home/partimag/" noprompt noprompt ocs_live_run="ocs-sr -c -g auto -e1 auto -e2 -j2 -k -p reboot restoredisk restore sda" ocs_live_extra_param="" ocs_live_keymap="NONE" ocs_live_batch="yes" ocs_lang="en_US.UTF-8" vga=788 ip=frommedia live-media-path=/live bootfrom=/dev/sda1 toram=filesystem.squashfs
initrd /live/initrd.img
boot
Also tried
root (hd0,0)
kernel /live/vmlinuz boot=live live-config noswap nolocales edd=on nomodeset ocs_prerun1="sudo mount /dev/sda1 /mnt" ocs_prerun2="sudo mount -bind /mnt/clonezilla /home/partimag/" noprompt noprompt ocs_live_run="ocs-sr -e1 auto -e2 -b -r -j2 -k1 -p true reboot restoredisk restore sda" "ocs_live_extra_param=" ocs_live_keymap="NONE" ocs_live_batch="yes" ocs_lang="en_US.UTF-8" vga=788 ip=frommedia live-media-path=/live bootfrom=/dev/sda1 toram=filesystem.squashfs
initrd /live/initrd.img
boot
with no luck also - any help would be ace
usb is 16gb fat 32 , I just emptied iso of clonezilla-live-20121217-quantal into it and added clonezilla folder and then copied my test image restore into that /clonezilla/restore/
So when you see the error you mentioned, please enter command line in Clonezilla live, then run:
find /home/partimag/ -print
Please post the results.
Steven.
/dev/sda1 should have been /dev/sdb1…working now..thanks for reply :0-)