Difference between revisions of "GParted"

From ERPXE Wiki
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Plugin
 
{{Plugin
| logo = http://upload.wikimedia.org/wikipedia/commons/thumb/7/71/Scalable_gparted.svg/64px-Scalable_gparted.svg.png
+
| 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
Line 6: Line 6:
 
| version = 0.9.0.7
 
| version = 0.9.0.7
 
| from_erpxe_version = 1.0
 
| from_erpxe_version = 1.0
| http = {{yes}}
+
| http = {{no}}
 
| nfs = {{no}}
 
| nfs = {{no}}
 
| cifs = {{no}}
 
| cifs = {{no}}
Line 18: Line 18:
 
| live = {{yes}}
 
| live = {{yes}}
 
| recovery = {{no}}
 
| recovery = {{no}}
| image1 = http://upload.wikimedia.org/wikipedia/commons/thumb/6/64/GParted.png/300px-GParted.png
+
| requireIP = true
| image1url = http://en.wikipedia.org/wiki/File:GParted.png
+
| 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 43: Line 44:
 
Copy vmlinuz , initrd.img , filesystem.squashfs , filesystem.packages to appropriate directory: (LOWER CASE ONLY!)
 
Copy vmlinuz , initrd.img , filesystem.squashfs , filesystem.packages to appropriate directory: (LOWER CASE ONLY!)
  
  cp vmlinuz /tftpboot/er/plugins/rip/
+
  cp /mnt/cdrom/vmlinuz /tftpboot/er/plugins/gparted/
  cp initrd.img /tftpboot/er/plugins/rip/
+
  cp /mnt/cdrom/initrd.img /tftpboot/er/plugins/gparted/
  cp filesystem.squashfs /tftpboot/er/plugins/rip/
+
  cp /mnt/cdrom/filesystem.squashfs /tftpboot/er/plugins/gparted/
  cp filesystem.packages /tftpboot/er/plugins/rip/
+
  cp /mnt/cdrom/filesystem.packages /tftpboot/er/plugins/gparted/
  
 
{{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
64px-Scalable_gparted.svg.png
http://gparted.sourceforge.net/

Information

ERPXE Module

  • Name: - GParted
  • Version: 0.9.0.7

Plugin type

Plugin type
GParted Anti-Virus Deployment Diagnostics OS Installation Live Media Recovery Tools
No Yes No No Yes No

Plugin Requirments

Plugin Requirments
GParted CIFS HTTP Internet NFS Linux OS Windows OS
No No No No Yes Yes

Screen Shots

300px-GParted.png



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!