Can I remove the Clonezilla USB media while it is running?

1

1

I booted the Clonezilla live image from a USB stick and am currently in the proces of cloning my internal HDD from it.

If this was a normal Debian live USB, taking out the USB stick during operation would cause the system to crash.

But I think perhaps the Clonezilla live system runs entirely from RAM? So, could I just withdraw it from the USB port, while the program is running? It would make sense if they designed it like that, as some people have a limited number of USB ports and may need them for the devices they are cloning from or to.

I am asking because the cloning is taking a while and I want to use the USB stick for something else while I wait.

I have tried searching the internet for this, but I could not find an answer. Also, I do not want to just try as an experiment, as I do not want to risk having to restart the cloning and/or corrupting any of the media involved.

Revetahw says Reinstate Monica

Posted 2017-08-29T19:03:21.730

Reputation: 502

Answers

2

Yes, you can remove boot media when you have selected appropriate boot menu.

Where is the doc

On Clonezilla web site, navigate to Live Docs (this is found in the page sidebar). Then, you will find another link to step-by-step examples. Navigate to "The boot menu of Clonezilla live" in any section of the page (apparently this title has duplicate links with similar images).

For convenience, I have typed the boot menu as text and quoted relevant text also.

+------------------------------------------------------------+
|         clonezilla.org, clonezilla.nchc.org.tw             |
+------------------------------------------------------------+
| Clonezilla live (Default settings, VGA 1024x768)           |
| Other modes of Clonezilla live                           > |
| Clonezilla live with speech synthesis                      |
| Local operating system in harddrive (if available)         |
| Memtest & FreeDOS                                        > |
| Network boot via iPXE                                      |
+------------------------------------------------------------+

The first one is the default mode for Clonezilla Live. It will default to framebuffer mode with a resolution of 800x600.

There are more modes which you can choose in the 2nd choice "Other modes of Clonezilla live", e.g. 1024X768 or 640x480 one if you want, as shown here:

+------------------------------------------------------------+
|                                                            |
+------------------------------------------------------------+
| Clonezilla live (Default settings, VGA 1024x768)           |
| Clonezilla live (Default settings, VGA 640x480)            |
| Clonezilla live (Default settings, KMS)                    |
| Clonezilla live (To RAM, Boot media can be removed later)  |
| Clonezilla live (Safe graphic settings, vga=normal)        |
| Clonezilla live (Failsafe mode)                            |
+------------------------------------------------------------+

The choice, "Clonezilla live (To RAM. Boot media can be removed later)", is the same function with the 1st one except when Clonezilla live booting finishes, all the necessary files are copied to memory. Therefore you can remove the boot media (CD or USB flash drive) then.

By default or not

For any Linux distribution, Live USB usually will not boot to RAM by default (unless such option is used in boot parameter). As for Clonezilla, the Live Docs has explained that there is a choice available for booting to RAM, which is not same as default choice.

Beyond the boot menu, Clonezilla will copy all files to the memory and will probably tell the user when the boot media can be removed (unexplained in the docs).

Boot to RAM summary

Boot Clonezilla on Live USB and select "Other modes of Clonezilla live", then select "Clonezilla live (To RAM. Boot media can be removed later)". Do not remove boot media until Clonezilla tell so.

user109256

Posted 2017-08-29T19:03:21.730

Reputation: