Difference between revisions of "CentOS"
(39 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Plugin | {{Plugin | ||
− | | logo = | + | | logo = https://upload.wikimedia.org/wikipedia/commons/thumb/b/bf/Centos-logo-light.svg/658px-Centos-logo-light.svg.png |
− | | website = http://www. | + | | website = http://www.centos.org/ |
− | | wikipedia = http://en.wikipedia.org/wiki/ | + | | wikipedia = http://en.wikipedia.org/wiki/Centos |
− | | license = [ | + | | license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License] |
− | | version = 6. | + | | version = 5.9 , 6.4 |
| from_erpxe_version = 1.0 | | from_erpxe_version = 1.0 | ||
− | | http = {{ | + | | http = {{partial}} |
− | | nfs = {{ | + | | nfs = {{partial}} |
| cifs = {{no}} | | cifs = {{no}} | ||
− | | internet = {{ | + | | internet = {{partial}} |
− | | linux = {{ | + | | linux = {{yes}} |
| windows = {{yes}} | | windows = {{yes}} | ||
| antivirus = {{no}} | | antivirus = {{no}} | ||
− | | deployment = {{ | + | | deployment = {{no}} |
| diagnostic = {{no}} | | diagnostic = {{no}} | ||
− | | installation = {{ | + | | installation = {{yes}} |
− | | live = {{ | + | | live = {{no}} |
| recovery = {{no}} | | recovery = {{no}} | ||
− | | image1 = | + | | requireIP = true |
− | | | + | | image1 = https://upload.wikimedia.org/wikipedia/commons/thumb/4/45/CentOS_6.0.png/300px-CentOS_6.0.png |
− | | image3 = | + | | image1url = https://en.wikipedia.org/wiki/File:CentOS_6.0.png |
+ | | image2 = | ||
+ | | image2url = | ||
+ | | image3 = | ||
+ | | image3url = | ||
}} | }} | ||
− | + | CentOS is a free operating system distribution based upon the Linux kernel. It is derived entirely from the Red Hat Enterprise Linux (RHEL) distribution. | |
+ | |||
+ | CentOS exists to provide a free enterprise class computing platform and strives to maintain 100% binary compatibility with its upstream source, Red Hat. | ||
+ | |||
+ | CentOS stands for Community ENTerprise Operating System. | ||
+ | |||
+ | CentOS is the most popular Linux distribution for web servers with almost 30% of all Linux web servers using it. | ||
+ | |||
+ | {{TFTPPlugin | ||
+ | | filename = centos5-6-XXX.tar.gz | ||
+ | | downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/ | ||
+ | | product = CentOS 5,6 | ||
+ | | producturl = http://www.centos.org/modules/tinycontent/index.php?id=30 | ||
+ | | productfile = CentOS-X.X-ARCH-bin-DVD.iso | ||
+ | | pluginname = CentOS | ||
+ | }} | ||
+ | |||
+ | CentOS 5 x86: Copy initrd.img , vmlinuz and the entire ISO to appropriate directory: (LOWER CASE ONLY!) | ||
+ | |||
+ | cp /mnt/cdrom/isolinux/vmlinuz /tftpboot/er/plugins/centos/5/i386/vmlinuz | ||
+ | cp /mnt/cdrom/isolinux/initrd.img /tftpboot/er/plugins/centos/5/i386/initrd.img | ||
+ | rsync -avHPS /mnt/cdrom/ /tftpboot/er/shares/centos/5/i386/ '''#Repeate this phase for both DVD ISO files''' | ||
+ | |||
+ | CentOS 5 x64: Copy initrd.img , vmlinuz and the entire ISO to appropriate directory: (LOWER CASE ONLY!) | ||
+ | |||
+ | cp /mnt/cdrom/isolinux/vmlinuz /tftpboot/er/plugins/centos/5/x86_64/vmlinuz | ||
+ | cp /mnt/cdrom/isolinux/initrd.img /tftpboot/er/plugins/centos/5/x86_64/initrd.img | ||
+ | rsync -avHPS /mnt/cdrom/ /tftpboot/er/shares/centos/5/x86_64/ '''#Repeate this phase for both DVD ISO files''' | ||
+ | |||
+ | CentOS 6 x86: Copy initrd.img , vmlinuz and the entire ISO to appropriate directory: (LOWER CASE ONLY!) | ||
+ | |||
+ | cp /mnt/cdrom/isolinux/vmlinuz /tftpboot/er/plugins/centos/6/i386/vmlinuz | ||
+ | cp /mnt/cdrom/isolinux/initrd.img /tftpboot/er/plugins/centos/6/i386/initrd.img | ||
+ | rsync -avHPS /mnt/cdrom/ /tftpboot/er/shares/centos/6/i386/ | ||
+ | |||
+ | CentOS 6 x64: Copy initrd.img , vmlinuz and the entire ISO to appropriate directory: (LOWER CASE ONLY!) | ||
+ | |||
+ | cp /mnt/cdrom/isolinux/vmlinuz /tftpboot/er/plugins/centos/6/x86_64/vmlinuz | ||
+ | cp /mnt/cdrom/isolinux/initrd.img /tftpboot/er/plugins/centos/6/x86_64/initrd.img | ||
+ | rsync -avHPS /mnt/cdrom/ /tftpboot/er/shares/centos/6/x86_64/ | ||
+ | |||
+ | {{PluginInstructionsEnd}} | ||
+ | [[Category:Plugins]] | ||
+ | [[Category:Operation System Installation]] | ||
+ | [[Category:Supported from ERPXE 1.0]] |
Latest revision as of 06:57, 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
CentOS 5.9 , 6.4 http://www.centos.org/ |
---|
Contents
Information
ERPXE Module
- Name: - CentOS
- Version: 5.9 , 6.4
- Official website: http://www.centos.org/
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/Centos
- Download: http://www.erpxe.com/downloads
Plugin type
CentOS | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | No | Yes | No | No |
Plugin Requirments
CentOS | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | Optional | Optional | Optional | Yes | Yes |
Screen Shots
Special Information
CentOS is a free operating system distribution based upon the Linux kernel. It is derived entirely from the Red Hat Enterprise Linux (RHEL) distribution.
CentOS exists to provide a free enterprise class computing platform and strives to maintain 100% binary compatibility with its upstream source, Red Hat.
CentOS stands for Community ENTerprise Operating System.
CentOS is the most popular Linux distribution for web servers with almost 30% of all Linux web servers using it.
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,6 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-ARCH-bin-DVD.iso /mnt/cdrom/
CentOS 5 x86: Copy initrd.img , vmlinuz and the entire ISO to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/isolinux/vmlinuz /tftpboot/er/plugins/centos/5/i386/vmlinuz cp /mnt/cdrom/isolinux/initrd.img /tftpboot/er/plugins/centos/5/i386/initrd.img rsync -avHPS /mnt/cdrom/ /tftpboot/er/shares/centos/5/i386/ #Repeate this phase for both DVD ISO files
CentOS 5 x64: Copy initrd.img , vmlinuz and the entire ISO to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/isolinux/vmlinuz /tftpboot/er/plugins/centos/5/x86_64/vmlinuz cp /mnt/cdrom/isolinux/initrd.img /tftpboot/er/plugins/centos/5/x86_64/initrd.img rsync -avHPS /mnt/cdrom/ /tftpboot/er/shares/centos/5/x86_64/ #Repeate this phase for both DVD ISO files
CentOS 6 x86: Copy initrd.img , vmlinuz and the entire ISO to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/isolinux/vmlinuz /tftpboot/er/plugins/centos/6/i386/vmlinuz cp /mnt/cdrom/isolinux/initrd.img /tftpboot/er/plugins/centos/6/i386/initrd.img rsync -avHPS /mnt/cdrom/ /tftpboot/er/shares/centos/6/i386/
CentOS 6 x64: Copy initrd.img , vmlinuz and the entire ISO to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/isolinux/vmlinuz /tftpboot/er/plugins/centos/6/x86_64/vmlinuz cp /mnt/cdrom/isolinux/initrd.img /tftpboot/er/plugins/centos/6/x86_64/initrd.img rsync -avHPS /mnt/cdrom/ /tftpboot/er/shares/centos/6/x86_64/
Verify files with filelist.txt in each folder.
All Done!