So i have been trying to automate the proces for a restore from usb. I changed the script a little but i can't get it to work. Somehow it can't find the image i'm looking for.
Here is a photo of the error i get, and a printscreen of the script i use. http://imgur.com/a/Kmnc0
I hope someone can point me in the right direction
P.s. clonezilla-live-20151207-wily-amd64
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
So i have been trying to automate the proces for a restore from usb. I changed the script a little but i can't get it to work. Somehow it can't find the image i'm looking for.
Here is a photo of the error i get, and a printscreen of the script i use. http://imgur.com/a/Kmnc0
I hope someone can point me in the right direction
P.s. clonezilla-live-20151207-wily-amd64
So when you see the error message, enter the command line mode, then run:
find /home/partimag -print
Please post the results.
Steven.
http://imgur.com/xc60oBc
that's all that happens.
is that good?
So nothing in /home/partimag. It looks like the image repository is not mounted.
You can type:
df -ah
to see the mount status.
Steven.
http://imgur.com/AY2tA0l
quite the list that shows here.
Also i found this as a guide: http://clonezilla.org/clonezilla-usage/general-live-use.php
At the bottom it describes the proces to mount by hand.
But.. It would like it to be automated. so that if i boot from usb it runs completly automatic, and shuts down in the end. Is that possible?
So apparently there is no image repository mounted.
You can check this doc to use ocs_prerun* to mount the image repository:
http://clonezilla.org/fine-print-live-doc.php?path=./clonezilla-live/doc/99_Misc/00_live-boot-parameters.doc#00_live-boot-parameters.doc
and
http://clonezilla.org/show-live-doc-content.php?topic=clonezilla-live/doc/05_Preseed_options_to_do_job_after_booting
Steven.