Difference between revisions of "Fedora"
Line 63: | Line 63: | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
[[Category:Operation System Installation]] | [[Category:Operation System Installation]] | ||
+ | [[Category:Supported from ERPXE 1.0]] |
Revision as of 19:11, 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
Fedora 16.00 http://http://fedoraproject.org/ |
---|
Contents
Information
ERPXE Module
- Name: - Fedora
- Version: 16.00
- Official website: http://http://fedoraproject.org/
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/Fedora_(operating_system)
- Download: http://www.erpxe.com/downloads
Plugin type
Fedora | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | No | Yes | No | No |
Plugin Requirments
Fedora | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | Optional | Optional | Optional | Yes | Yes |
Screen Shots
Special Information
Fedora is a RPM-based, general purpose collection of software, including an operating system based on the Linux kernel, developed by the community-supported Fedora Project and sponsored by Red Hat.
The Fedora Project's mission is to lead the advancement of free and open source software and content as a collaborative community.
One of Fedora's main objectives is not only to contain software distributed under a free and open source license, but also to be on the leading edge of such technologies.
Fedora developers prefer to make upstream changes instead of applying fixes specifically for Fedora—this ensures that their updates are available to all Linux distributions.
Compared to more mainstream non-Linux operating systems, Fedora has a short life cycle.
According to DistroWatch, Fedora is the third most popular Linux-based operating system as of November 2011, behind Mint and Ubuntu, and it is the most popular RPM-based Linux distribution.
Linux Installation Instructions
Download fedora16-ARCH-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract fedora16-ARCH-XXX.tar.gz file:
tar -xvzf fedora16-ARCH-XXX.tar.gz
Download Fedora 16 ISO Latest Version to /mnt/ :
http://fedoraproject.org/en/get-fedora
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/Fedora-XX-DVD.iso /mnt/cdrom/
Fedora 16 x86: Copy initrd.img , vmlinuz and the entire ISO to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/images/pxeboot/vmlinuz /tftpboot/er/plugins/fedora/i386/vmlinuz cp /mnt/cdrom/images/pxeboot/initrd.img /tftpboot/er/plugins/fedora/i386/initrd.img cp -R /mnt/cdrom/* /tftpboot/er/shares/fedora/16/i386/
Fedora 16 x64: Copy initrd.img , vmlinuz and the entire ISO to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/images/pxeboot/vmlinuz /tftpboot/er/plugins/fedora/x86_64/vmlinuz cp /mnt/cdrom/images/pxeboot/initrd.img /tftpboot/er/plugins/fedora/x86_64/initrd.img cp -R /mnt/cdrom/* /tftpboot/er/shares/fedora/16/x86_64/
Verify files with filelist.txt in each folder.
All Done!