Hello,
I am a bit new to clonezilla and for the company I work with we ended up using instead of Fog for our new netbooks as they no longer have Ethernet ports and I am very pleased.
However One thing I would like to do is to Click and option from the boot menu and have it automatically restore the image to the device.
I have fooled around with the boot loader but was unable to figure it out.
We have USB keys with Clonezilla live and a Dir "clonezilla" with our images in it.
/sda1/clonezilla/AsusWin8.1_OobeFinal
Hello,
I am a bit new to clonezilla and for the company I work with we ended up using instead of Fog for our new netbooks as they no longer have Ethernet ports and I am very pleased.
However One thing I would like to do is to Click and option from the boot menu and have it automatically restore the image to the device.
I have fooled around with the boot loader but was unable to figure it out.
We have USB keys with Clonezilla live and a Dir "clonezilla" with our images in it.
/sda1/clonezilla/AsusWin8.1_OobeFinal
and the HDD on device is mmcblk0
I have tried changing the following
ocs_live_run="ocs-live-general" -» ocs_live_run="ocs-live-restore"
ocs_live_batch=no -» ocs_live_batch=yes
ocs_live_extra_param="" -» ocs_live_extra_param="--batch restoredisk AsusWin8.1_OobeFinal mmcblk0"
but running into issues
any help would be great!
You can refer to this example:
http://clonezilla.org/show-live-doc-content.php?topic=clonezilla-live/doc/05_Preseed_options_to_do_job_after_booting
It's similar to what you want.
Steven.
Thank you for the link. Good News! it's working.
I just needed to add the Prerun and mount the drive correctly.
Thank you, I will take a look over it.