Difference between revisions of "GParted"
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Plugin | {{Plugin | ||
− | | logo = | + | | logo = https://upload.wikimedia.org/wikipedia/commons/thumb/7/71/Scalable_gparted.svg/64px-Scalable_gparted.svg.png |
| website = http://gparted.sourceforge.net/ | | website = http://gparted.sourceforge.net/ | ||
| wikipedia = http://en.wikipedia.org/wiki/GParted | | wikipedia = http://en.wikipedia.org/wiki/GParted | ||
| license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License] | | license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License] | ||
− | | version = | + | | version = 0.9.0.7 |
| 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/6/64/GParted.png/300px-GParted.png |
+ | | image1url = https://en.wikipedia.org/wiki/File:GParted.png | ||
| image2 = | | image2 = | ||
| image2url = | | image2url = | ||
Line 37: | Line 38: | ||
| product = GParted 0.9.0.7 | | product = GParted 0.9.0.7 | ||
| producturl = http://gparted.sourceforge.net/ | | producturl = http://gparted.sourceforge.net/ | ||
− | | productfile = | + | | productfile = gparted-live-0.9.0-7.iso |
| pluginname = GParted | | pluginname = GParted | ||
}} | }} | ||
− | Copy | + | Copy vmlinuz , initrd.img , filesystem.squashfs , filesystem.packages to appropriate directory: (LOWER CASE ONLY!) |
− | cp | + | cp /mnt/cdrom/vmlinuz /tftpboot/er/plugins/gparted/ |
− | cp | + | cp /mnt/cdrom/initrd.img /tftpboot/er/plugins/gparted/ |
− | cp | + | cp /mnt/cdrom/filesystem.squashfs /tftpboot/er/plugins/gparted/ |
− | + | cp /mnt/cdrom/filesystem.packages /tftpboot/er/plugins/gparted/ | |
− | |||
− | |||
− | cp | ||
{{PluginInstructionsEnd}} | {{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
GParted 0.9.0.7 http://gparted.sourceforge.net/ |
---|
Contents
Information
ERPXE Module
- Name: - GParted
- Version: 0.9.0.7
- Official website: http://gparted.sourceforge.net/
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/GParted
- Download: http://www.erpxe.com/downloads
Plugin type
GParted | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | Yes | No | No | Yes | No |
Plugin Requirments
GParted | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | No | Yes | Yes |
Screen Shots
Special Information
GParted is a GTK+ front-end to GNU Parted and the official GNOME Partition Editor application.
It is used for creating, deleting, resizing, moving, checking and copying partitions, and the file systems on them.
This is useful for creating space for new operating systems (works with Vista / Windows 7 System & Data partitions), reorganizing disk usage, copying data residing on hard disks and mirroring one partition with another (disk imaging).
Linux Installation Instructions
Download gparted0907-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract gparted0907-XXX.tar.gz file:
tar -xvzf gparted0907-XXX.tar.gz
Download GParted 0.9.0.7 ISO Latest Version to /mnt/ :
http://gparted.sourceforge.net/
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/gparted-live-0.9.0-7.iso /mnt/cdrom/
Copy vmlinuz , initrd.img , filesystem.squashfs , filesystem.packages to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/vmlinuz /tftpboot/er/plugins/gparted/ cp /mnt/cdrom/initrd.img /tftpboot/er/plugins/gparted/ cp /mnt/cdrom/filesystem.squashfs /tftpboot/er/plugins/gparted/ cp /mnt/cdrom/filesystem.packages /tftpboot/er/plugins/gparted/
Verify files with filelist.txt in each folder.
All Done!