Super OS

From ERPXE Wiki

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

Information

ERPXE Module

  • Name: - Super OS
  • Version: 11.04

Plugin type

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

Plugin Requirments

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

Screen Shots

300px-Super_OS.png



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/

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

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

Super OS x64: Copy initrd.lz , 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.lz /tftpboot/er/plugins/superos/x86_64/initrd.lz 
cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/superos/x86_64/casper/

Verify files with filelist.txt in each folder.

All Done!