Difference between revisions of "NetRunner"

From ERPXE Wiki
 
Line 57: Line 57:
 
[[Category:Plugins]]
 
[[Category:Plugins]]
 
[[Category:Linux Live]]
 
[[Category:Linux Live]]
 +
[[Category:Supported from ERPXE 1.01]]

Latest revision as of 19:30, 4 April 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

NetRunner 4.1

http://www.netrunner-os.com/

Information

ERPXE Module

  • Name: - NetRunner
  • Version: 4.1

Plugin type

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

Plugin Requirments

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

Screen Shots

Special Information

Blue Systems, the company who also sponsors LinuxMint, offers Netrunner as a desktop system for everyday use based on Plasma Desktop by KDE.

It targets new users as well as users experienced with Linux. Plasma Desktop allows both user groups to easily customize their desktop to their personal liking.

Netrunner is further meant for users that want an operating system that works "out-of-the-box", significantly reducing the time to add codecs and essential enhancements manually after installation of plain Kubuntu.

Linux Installation Instructions

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

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

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

tar -xvzf netrunner41-ARCH-XXX.tar.gz

Download NetRuner 4.1 ISO Latest Version to /mnt/ :

http://www.netrunner-os.com/downloads/

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

mkdir /mnt/cdrom/
mount -o loop /mnt/netrunner4.1-ARCH.iso /mnt/cdrom/

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

cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/netrunner/i386/vmlinuz
cp /mnt/cdrom/casper/initrd.lz /tftpboot/er/plugins/netrunner/i386/initrd.lz
cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/netrunner/i386/casper/

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

cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/netrunner/x86_64/vmlinuz
cp /mnt/cdrom/casper/initrd.lz /tftpboot/er/plugins/netrunner/x86_64/initrd.lz
cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/netrunner/x86_64/casper/

Verify files with filelist.txt in each folder.

All Done!