Difference between revisions of "GParted"
Line 44: | 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 /mnt/cdrom/vmlinuz /tftpboot/er/plugins/ | + | cp /mnt/cdrom/vmlinuz /tftpboot/er/plugins/gparted/ |
− | cp /mnt/cdrom/initrd.img /tftpboot/er/plugins/ | + | cp /mnt/cdrom/initrd.img /tftpboot/er/plugins/gparted/ |
− | cp /mnt/cdrom/filesystem.squashfs /tftpboot/er/plugins/ | + | cp /mnt/cdrom/filesystem.squashfs /tftpboot/er/plugins/gparted/ |
− | cp /mnt/cdrom/filesystem.packages /tftpboot/er/plugins/ | + | cp /mnt/cdrom/filesystem.packages /tftpboot/er/plugins/gparted/ |
{{PluginInstructionsEnd}} | {{PluginInstructionsEnd}} |
Revision as of 18:11, 7 June 2012
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!