Ubuntu
return to Plugins list
Ubuntu 11.10 http://www.ubuntu.com/ |
---|
Contents
Information
ERPXE Module
- Name: - Ubuntu
- Version: 11.10
- Official website: http://www.ubuntu.com/
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/Ubuntu_(operating_system)
- Download: http://www.erpxe.com/downloads
Plugin type
Ubuntu | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Plugin Requirments
Ubuntu | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | Optional | Optional | No | Yes | Yes |
Screen Shots
Special Information
Ubuntu is a computer operating system based on the Debian Linux distribution and distributed as free and open source software.
It is named after the Southern African philosophy of Ubuntu ("humanity towards others").
Ubuntu is designed primarily for use on personal computers, although a server edition also exists.
Ubuntu is sponsored by the UK-based company Canonical Ltd., owned by South African entrepreneur Mark Shuttleworth.
Canonical generates revenue by selling technical support and services related to Ubuntu, while the operating system itself is entirely free of charge.
The Ubuntu project is entirely committed to the principles of free software development; people are encouraged to use free software, improve it, and pass it on.
Linux Installation Instructions
Download centos5-6-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract centos5-6-XXX.tar.gz file:
tar -xvzf centos5-6-XXX.tar.gz
Download CentOS 5.7 , 6.0 ISO Latest Version to /mnt/ :
http://www.centos.org/modules/tinycontent/index.php?id=30
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/CentOS-X.X-bin-DVD /mnt/cdrom/
CentOS 5.7 x86: Copy initrd.img , vmlinuz to appropriate directory: (LOWER CASE ONLY!)
cp isolinux/vmlinuz /tftpboot/er/plugins/centos/5/vmlinuz cp isolinux/initrd.img /tftpboot/er/plugins/centos/5/initrd.img cp -R /* /tftpboot/er/shares/centos/5/i386/
CentOS 5.7 x64: Copy initrd.img , vmlinuz to appropriate directory: (LOWER CASE ONLY!)
cp isolinux/vmlinuz /tftpboot/er/plugins/centos/5/vmlinuz64 cp isolinux/initrd.img /tftpboot/er/plugins/centos/5/initrd64.img cp -R /* /tftpboot/er/shares/centos/5/x86_64/
CentOS 6.0 x86: Copy initrd.img , vmlinuz to appropriate directory: (LOWER CASE ONLY!)
cp isolinux/vmlinuz /tftpboot/er/plugins/centos/6/vmlinuz cp isolinux/initrd.img /tftpboot/er/plugins/centos/6/initrd.img cp -R /* /tftpboot/er/shares/centos/6/i386/
CentOS 6.0 x64: Copy initrd.img , vmlinuz to appropriate directory: (LOWER CASE ONLY!)
cp isolinux/vmlinuz /tftpboot/er/plugins/centos/6/vmlinuz64 cp isolinux/initrd.img /tftpboot/er/plugins/centos/6/initrd64.img cp -R /* /tftpboot/er/shares/centos/6/x86_64/
Verify files with filelist.txt in each folder.
All Done!