Difference between revisions of "Fedora"

From ERPXE Wiki
Line 37: Line 37:
  
 
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.
 
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.
 +
 +
{{TFTPPlugin
 +
| filename = fedora16-XXX.tar.gz
 +
| downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/
 +
| product = Fedora 16
 +
| producturl = http://fedoraproject.org/en/get-fedora
 +
| productfile = Fedora-XX-DVD
 +
| pluginname = Fedora
 +
}}
 +
 +
Fedora 16 x86: Copy initrd.img , vmlinuz to appropriate directory: (LOWER CASE ONLY!)
 +
 +
cp images/pxeboot/vmlinuz /tftpboot/er/plugins/fedora/16/vmlinuz
 +
cp images/pxeboot/initrd.img /tftpboot/er/plugins/fedora/16/initrd.img
 +
cp -R /* /tftpboot/er/shares/fedora/16/i386/
 +
 +
Fedora 16 x64: Copy initrd.img , vmlinuz to appropriate directory: (LOWER CASE ONLY!)
 +
 +
cp images/pxeboot/vmlinuz /tftpboot/er/plugins/fedora/16/vmlinuz64
 +
cp images/pxeboot/initrd.img /tftpboot/er/plugins/fedora/16/initrd64.img
 +
cp -R /* /tftpboot/er/shares/fedora/16/x86_64/
 +
 +
{{PluginInstructionsEnd}}

Revision as of 00:11, 3 February 2012

return to Plugins list

Fedora 16.00
200px-Fedora_Project_logo.png
http://http://fedoraproject.org/

Information

ERPXE Module

  • Name: - Fedora
  • Version: 16.00

Plugin type

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

Plugin Requirments

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

Screen Shots

300px-Fedora_16_default_Desktop.png 220px-Fedora_Core_1.png 220px-Fedora_15_GNOME.png


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-XXX.tar.gz to /

https://sourceforge.net/projects/erpxe/files/plugins/

extract fedora16-XXX.tar.gz file:

tar -xvzf fedora16-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 /mnt/cdrom/

Fedora 16 x86: Copy initrd.img , vmlinuz to appropriate directory: (LOWER CASE ONLY!)

cp images/pxeboot/vmlinuz /tftpboot/er/plugins/fedora/16/vmlinuz
cp images/pxeboot/initrd.img /tftpboot/er/plugins/fedora/16/initrd.img
cp -R /* /tftpboot/er/shares/fedora/16/i386/

Fedora 16 x64: Copy initrd.img , vmlinuz to appropriate directory: (LOWER CASE ONLY!)

cp images/pxeboot/vmlinuz /tftpboot/er/plugins/fedora/16/vmlinuz64
cp images/pxeboot/initrd.img /tftpboot/er/plugins/fedora/16/initrd64.img
cp -R /* /tftpboot/er/shares/fedora/16/x86_64/

Verify files with filelist.txt in each folder.

All Done!