Difference between revisions of "Dynebolic"
(Created page with "{{Plugin | logo = http://upload.wikimedia.org/wikipedia/commons/thumb/3/33/Dynebolic_logo_bevel.png/180px-Dynebolic_logo_bevel.png | website = http://www.dynebolic.org/ | wiki...") |
|||
Line 1: | Line 1: | ||
{{Plugin | {{Plugin | ||
− | | logo = | + | | logo = https://upload.wikimedia.org/wikipedia/commons/thumb/3/33/Dynebolic_logo_bevel.png/180px-Dynebolic_logo_bevel.png |
| website = http://www.dynebolic.org/ | | website = http://www.dynebolic.org/ | ||
| wikipedia = http://en.wikipedia.org/wiki/Dyne:bolic | | wikipedia = http://en.wikipedia.org/wiki/Dyne:bolic | ||
Line 19: | Line 19: | ||
| recovery = {{yes}} | | recovery = {{yes}} | ||
| requireIP = true | | requireIP = true | ||
− | | image1 = | + | | image1 = https://upload.wikimedia.org/wikipedia/commons/thumb/9/9f/Dynebolic_2-5-2.png/180px-Dynebolic_2-5-2.png |
− | | image1url = | + | | image1url = https://en.wikipedia.org/wiki/File:Dynebolic_2-5-2.png |
| image2 = | | image2 = | ||
| image2url = | | image2url = |
Latest revision as of 07:07, 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
Dynebolic 3.0 http://www.dynebolic.org/ |
---|
Contents
Information
ERPXE Module
- Name: - Dynebolic
- Version: 3.0
- Official website: http://www.dynebolic.org/
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/Dyne:bolic
- Download: http://www.erpxe.com/downloads
Plugin type
Dynebolic | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Plugin Requirments
Dynebolic | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Screen Shots
Special Information
dyne:bolic is a Live CD/DVD based on the Linux kernel with a focus on multimedia production, and is distributed with a large assortment of applications for audio and video manipulation.
Termed "Rastasoft" by its author, dyne:bolic is based entirely on free software, and is recognized by the GNU Project for this characteristic.
dyne:bolic is designed and optimized for old and slower computers, turning them into full media stations: this is why the software in it is often not at the newest version available.
The result is that the minimum needed is a Pentium1 or K5 PC with only 64 MB RAM and an IDE CD-ROM, or an Xbox game console. Multiple Xbox installations can be clustered.
Linux Installation Instructions
Download dynebolic30-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract dynebolic30-XXX.tar.gz file:
tar -xvzf dynebolic30-XXX.tar.gz
Download Dynebolic 3.0 ISO Latest Version to /mnt/ :
http://www.dynebolic.org/download/
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/dynebolic-3.0.0-beta.iso /mnt/cdrom/
Copy initrd.img , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/live/vmlinuz /tftpboot/er/plugins/dynebolic/vmlinuz cp /mnt/cdrom/live/initrd.img /tftpboot/er/plugins/dynebolic/initrd.img cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/dynebolic/live/
Verify files with filelist.txt in each folder.
All Done!