Difference between revisions of "Clonezilla"
(Created page with "{{Plugin | logo = http://upload.wikimedia.org/wikipedia/commons/thumb/6/6c/CZLogo2.png/75px-CZLogo2.png | website = http://clonezilla.org/ | wikipedia = http://en.wikipedia.org/w...") |
|||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Plugin | {{Plugin | ||
− | | logo = | + | | logo = https://upload.wikimedia.org/wikipedia/commons/thumb/6/6c/CZLogo2.png/75px-CZLogo2.png |
| website = http://clonezilla.org/ | | website = http://clonezilla.org/ | ||
− | | wikipedia = | + | | wikipedia = https://en.wikipedia.org/wiki/Clonezilla |
− | | license = [ | + | | license = [https://en.wikipedia.org/wiki/Gpl GNU General Public License] |
− | | version = | + | | version = 2.0.1-15 |
| from_erpxe_version = 1.0 | | from_erpxe_version = 1.0 | ||
− | | http = {{ | + | | http = {{no}} |
| nfs = {{no}} | | nfs = {{no}} | ||
| cifs = {{no}} | | cifs = {{no}} | ||
− | | internet = {{ | + | | internet = {{no}} |
− | | linux = {{ | + | | linux = {{yes}} |
| windows = {{yes}} | | windows = {{yes}} | ||
| antivirus = {{no}} | | antivirus = {{no}} | ||
− | | deployment = {{ | + | | deployment = {{yes}} |
| diagnostic = {{no}} | | diagnostic = {{no}} | ||
| installation = {{no}} | | installation = {{no}} | ||
| live = {{yes}} | | live = {{yes}} | ||
| recovery = {{no}} | | recovery = {{no}} | ||
− | | image1 = | + | | requireIP = true |
− | | image1url = | + | | image1 = https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/Clonezilla.png/300px-Clonezilla.png |
+ | | image1url = https://en.wikipedia.org/wiki/File:Clonezilla.png | ||
| image2 = | | image2 = | ||
| image2url = | | image2url = | ||
Line 31: | Line 32: | ||
Clonezilla SE provides multicast support similar to Norton Ghost Corporate Edition. | Clonezilla SE provides multicast support similar to Norton Ghost Corporate Edition. | ||
+ | |||
+ | {{TFTPPlugin | ||
+ | | filename = clonezilla12-XXX.tar.gz | ||
+ | | downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/ | ||
+ | | product = Clonezilla 1.2.11-23 | ||
+ | | producturl = http://clonezilla.org/downloads.php | ||
+ | | productfile = clonezilla-live-1.2.12-10.iso | ||
+ | | pluginname = Clonezilla | ||
+ | }} | ||
+ | |||
+ | Clonezilla x32: Copy initrd.img , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!) | ||
+ | |||
+ | cp /mnt/cdrom/live/vmlinuz /tftpboot/er/plugins/clonezilla/i386/vmlinuz | ||
+ | cp /mnt/cdrom/live/initrd.gz /tftpboot/er/plugins/clonezilla/i386/initrd.gz | ||
+ | cp /mnt/cdrom/live/filesystem.* /tftpboot/er/plugins/clonezilla/i386/ | ||
+ | |||
+ | Clonezilla x64: Copy initrd.img , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!) | ||
+ | |||
+ | cp /mnt/cdrom/live/vmlinuz /tftpboot/er/plugins/clonezilla/x86_64/vmlinuz | ||
+ | cp /mnt/cdrom/live/initrd.gz /tftpboot/er/plugins/clonezilla/x86_64/initrd.gz | ||
+ | cp /mnt/cdrom/live/filesystem.* /tftpboot/er/plugins/clonezilla/x86_64/ | ||
+ | |||
+ | {{PluginInstructionsEnd}} | ||
+ | [[Category:Plugins]] | ||
+ | [[Category:Cloning and Deployment]] | ||
+ | [[Category:Supported from ERPXE 1.0]] |
Latest revision as of 06:39, 5 May 2019
Important information
This plugin requires a static IP address (Default is 10.0.0.1). Every change to the server IP MUST be reflected into the plugin's menu file. How to adjust ERPXE to local IP address
return to Plugins list
Clonezilla 2.0.1-15 http://clonezilla.org/ |
---|
Contents
Information
ERPXE Module
- Name: - Clonezilla
- Version: 2.0.1-15
- Official website: http://clonezilla.org/
- License: GNU General Public License
- Wikpedia Page: https://en.wikipedia.org/wiki/Clonezilla
- Download: http://www.erpxe.com/downloads
Plugin type
Clonezilla | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | Yes | No | No | Yes | No |
Plugin Requirments
Clonezilla | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | No | Yes | Yes |
Screen Shots
Special Information
Clonezilla is a free disaster recovery, disk cloning, disk imaging and deployment solution.
Clonezilla is designed by Steven Shiau and developed by the NCHC Free Software Labs in Taiwan.
Clonezilla SE provides multicast support similar to Norton Ghost Corporate Edition.
Linux Installation Instructions
Download clonezilla12-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract clonezilla12-XXX.tar.gz file:
tar -xvzf clonezilla12-XXX.tar.gz
Download Clonezilla 1.2.11-23 ISO Latest Version to /mnt/ :
http://clonezilla.org/downloads.php
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/clonezilla-live-1.2.12-10.iso /mnt/cdrom/
Clonezilla x32: Copy initrd.img , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/live/vmlinuz /tftpboot/er/plugins/clonezilla/i386/vmlinuz cp /mnt/cdrom/live/initrd.gz /tftpboot/er/plugins/clonezilla/i386/initrd.gz cp /mnt/cdrom/live/filesystem.* /tftpboot/er/plugins/clonezilla/i386/
Clonezilla x64: Copy initrd.img , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/live/vmlinuz /tftpboot/er/plugins/clonezilla/x86_64/vmlinuz cp /mnt/cdrom/live/initrd.gz /tftpboot/er/plugins/clonezilla/x86_64/initrd.gz cp /mnt/cdrom/live/filesystem.* /tftpboot/er/plugins/clonezilla/x86_64/
Verify files with filelist.txt in each folder.
All Done!