Fedora

From ERPXE Wiki
Revision as of 14:35, 6 February 2012 by Admin (talk | contribs)

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
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 No No Yes No Yes

Plugin Requirments

Plugin Requirments
Fedora CIFS HTTP Internet NFS Linux OS Windows OS
No Optional Optional Optional Yes 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-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!