Clonezilla
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!