Difference between revisions of "Super OS"
From ERPXE Wiki
(Created page with "{{Plugin | logo = | website = http://hacktolive.org/wiki/Super_OS | wikipedia = http://en.wikipedia.org/wiki/Super_OS | license = [http://en.wikipedia.org/wiki/Gpl GNU Genera...") |
|||
Line 34: | Line 34: | ||
| product = Super OS 11.04 | | product = Super OS 11.04 | ||
| producturl = http://hacktolive.org/wiki/Super_OS | | producturl = http://hacktolive.org/wiki/Super_OS | ||
− | | productfile = Super_OS_11. | + | | productfile = Super_OS_11.04_ARCH_bits.iso |
| pluginname = Super OS | | pluginname = Super OS | ||
}} | }} |
Revision as of 18:11, 2 May 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
Super OS 11.04 http://hacktolive.org/wiki/Super_OS |
---|
Contents
Information
ERPXE Module
- Name: - Super OS
- Version: 11.04
- Official website: http://hacktolive.org/wiki/Super_OS
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/Super_OS
- Download: http://www.erpxe.com/downloads
Plugin type
Super OS | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | No |
Plugin Requirments
Super OS | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Screen Shots
Special Information
Super OS (formerly: Super Ubuntu) is a freely-available Linux distribution. It is a remastered version of Ubuntu focused on an out-of-the-box experience and offline freedom.
Linux Installation Instructions
Download superos1104-ARCH-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract superos1104-ARCH-XXX.tar.gz file:
tar -xvzf superos1104-ARCH-XXX.tar.gz
Download Super OS 11.04 ISO Latest Version to /mnt/ :
http://hacktolive.org/wiki/Super_OS
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/Super_OS_11.04_ARCH_bits.iso /mnt/cdrom/
Puredyne x86: Copy initrd.img , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/superos/i386/vmlinuz cp /mnt/cdrom/casper/initrd.img /tftpboot/er/plugins/superos/i386/initrd.img cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/superos/i386/casper/
Puredyne x64: Copy initrd.img , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/superos/x86_64/vmlinuz cp /mnt/cdrom/casper/initrd.img /tftpboot/er/plugins/superos/x86_64/initrd.img cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/superos/x86_64/casper/
Verify files with filelist.txt in each folder.
All Done!