Puredyne

From ERPXE Wiki
Revision as of 16:46, 22 April 2012 by Admin (talk | contribs) (Created page with "{{Plugin | logo = | website = | wikipedia = | license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License] | version = | from_erpxe_version = 1.04 | http = {{no...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Puredyne

Information

ERPXE Module

  • Name: - Puredyne
  • Version:
  • Official website:
  • Wikpedia Page:

Plugin type

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

Plugin Requirments

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

Screen Shots

Special Information

Linux Installation Instructions

Download debianlive6-ARCH-XXX.tar.gz to /

https://sourceforge.net/projects/erpxe/files/plugins/

extract debianlive6-ARCH-XXX.tar.gz file:

tar -xvzf debianlive6-ARCH-XXX.tar.gz

Download Puredyne 6.0.3 ISO Latest Version to /mnt/ :

http://live.debian.net/

Mount ISO file to temporary location (/mnt/cdrom/)

mkdir /mnt/cdrom/
mount -o loop /mnt/debian-live-6.0.3-X-X-desktop.img /mnt/cdrom/

Puredyne x86: Copy initrd.img , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)

cp /mnt/cdrom/live/vmlinuz /tftpboot/er/plugins/debianlive/i386/vmlinuz
cp /mnt/cdrom/live/initrd.img /tftpboot/er/plugins/debianlive/i386/initrd.img 
cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/debianlive/i386/live/

Puredyne x64: Copy initrd.img , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)

cp /mnt/cdrom/live/vmlinuz /tftpboot/er/plugins/debianlive/x86_64/vmlinuz
cp /mnt/cdrom/live/initrd.img /tftpboot/er/plugins/debianlive/x86_64/initrd.img 
cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/debianlive/x86_64/live/

Verify files with filelist.txt in each folder.

All Done!