Puredyne

From ERPXE Wiki
Revision as of 07:33, 5 May 2019 by Admin (talk | contribs)
(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 911
200px-Puredyne-logo-desktop.png
http://puredyne.org/

Information

ERPXE Module

  • Name: - Puredyne
  • Version: 911

Plugin type

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

Plugin Requirments

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

Screen Shots

210px-Puredyne-calf_jack_sooper.png 220px-Puredyne-arduino.jpg


Special Information

puredyne is a live Linux distribution based on Ubuntu and Debian Live and dedicated to live audio-and-visual processing and streaming.

It focuses on the Pure Data audio synthesis system as well as SuperCollider, Csound and others, plus live video-processing systems such as Processing and Fluxus.

It also includes hardware related software such as arduino and comes bundled with home-studio and graphic design software (Ardour, JACK, GIMP, Inkscape, etc.).

Linux Installation Instructions

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

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

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

tar -xvzf puredyne911-ARCH-XXX.tar.gz

Download Puredyne 911 ISO Latest Version to /mnt/ :

http://puredyne.org/download.html

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

mkdir /mnt/cdrom/
mount -o loop /mnt/puredyne-911-carrot_and_coriander-DVD-ARCH.iso /mnt/cdrom/

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

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

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

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

Verify files with filelist.txt in each folder.

All Done!