Difference between revisions of "Arch Linux"

From ERPXE Wiki
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Plugin
 
{{Plugin
| logo = http://upload.wikimedia.org/wikipedia/en/thumb/a/ac/Archlinux-official-fullcolour.svg/240px-Archlinux-official-fullcolour.svg.png
+
| logo = https://upload.wikimedia.org/wikipedia/commons/thumb/2/21/Archlinux_logo.svg/480px-Archlinux_logo.svg.png
 
| website = http://www.archlinux.org/
 
| website = http://www.archlinux.org/
 
| wikipedia = http://en.wikipedia.org/wiki/Archlinux
 
| wikipedia = http://en.wikipedia.org/wiki/Archlinux
 
| license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License]
 
| license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License]
| version = 2012.01
+
| version = 2011.08.19
 
| from_erpxe_version = 1.0
 
| from_erpxe_version = 1.0
 
| http = {{no}}
 
| http = {{no}}
Line 19: Line 19:
 
| recovery = {{no}}
 
| recovery = {{no}}
 
| requireIP = true
 
| requireIP = true
| image1 =  
+
| image1 = https://upload.wikimedia.org/wikipedia/commons/thumb/d/d0/Arch_linux-beryl-sshot.png/800px-Arch_linux-beryl-sshot.png
| image1url =  
+
| image1url = https://commons.wikimedia.org/wiki/File:Arch_linux-beryl-sshot.png
 
| image2 =  
 
| image2 =  
 
| image2url =  
 
| image2url =  
Line 39: Line 39:
 
==Linux Installation Instructions==
 
==Linux Installation Instructions==
  
Download gparted0907-XXX.tar.gz to /
+
Download archlinux20110819-ARCH-XXX.tar.gz to /
  
 
  https://sourceforge.net/projects/erpxe/files/plugins/
 
  https://sourceforge.net/projects/erpxe/files/plugins/
  
extract gparted0907-XXX.tar.gz file:
+
extract archlinux20110819-XXX.tar.gz file:
  
  tar -xvzf gparted0907-XXX.tar.gz
+
  tar -xvzf archlinux20110819-XXX.tar.gz
  
 
For ArchLinux x86:
 
For ArchLinux x86:
Line 52: Line 52:
 
  wget http://ftp.iinet.net.au/pub/archlinux/iso/archboot/latest/boot/vmlinuz
 
  wget http://ftp.iinet.net.au/pub/archlinux/iso/archboot/latest/boot/vmlinuz
 
  wget http://ftp.iinet.net.au/pub/archlinux/iso/archboot/latest/boot/initrd.img
 
  wget http://ftp.iinet.net.au/pub/archlinux/iso/archboot/latest/boot/initrd.img
 
  
 
For ArchLinux x64:
 
For ArchLinux x64:
Line 59: Line 58:
 
  wget http://ftp.iinet.net.au/pub/archlinux/iso/archboot/latest/boot/vm64
 
  wget http://ftp.iinet.net.au/pub/archlinux/iso/archboot/latest/boot/vm64
 
  wget http://ftp.iinet.net.au/pub/archlinux/iso/archboot/latest/boot/initrd64.img
 
  wget http://ftp.iinet.net.au/pub/archlinux/iso/archboot/latest/boot/initrd64.img
 +
 +
{{PluginInstructionsEnd}}
 +
[[Category:Plugins]]
 +
[[Category:Operation System Installation]]
 +
[[Category:Supported from ERPXE 1.0]]

Latest revision as of 06:59, 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

Arch Linux 2011.08.19
480px-Archlinux_logo.svg.png
http://www.archlinux.org/

Information

ERPXE Module

  • Name: - Arch Linux
  • Version: 2011.08.19

Plugin type

Plugin type
Arch Linux Anti-Virus Deployment Diagnostics OS Installation Live Media Recovery Tools
No No No Yes No No

Plugin Requirments

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

Screen Shots

800px-Arch_linux-beryl-sshot.png



Special Information

Arch Linux is an independently developed, Linux-based operating system for i686 and x86-64 computers.

It is composed predominantly of free and open source software, and supports community involvement.

The design approach of the development team focuses on simplicity, elegance, code correctness and minimalism.

"Simplicity", according to Arch, is defined as "...without unnecessary additions, modifications, or complications.." and is defined from a developer standpoint, rather than a user standpoint.

What is necessary and what not is also based on the standpoint of the development team.

Linux Installation Instructions

Download archlinux20110819-ARCH-XXX.tar.gz to /

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

extract archlinux20110819-XXX.tar.gz file:

tar -xvzf archlinux20110819-XXX.tar.gz

For ArchLinux x86:

cd /tftpboot/er/plugins/archlinux/i386/
wget http://ftp.iinet.net.au/pub/archlinux/iso/archboot/latest/boot/vmlinuz
wget http://ftp.iinet.net.au/pub/archlinux/iso/archboot/latest/boot/initrd.img

For ArchLinux x64:

cd /tftpboot/er/plugins/archlinux/x86_64/
wget http://ftp.iinet.net.au/pub/archlinux/iso/archboot/latest/boot/vm64
wget http://ftp.iinet.net.au/pub/archlinux/iso/archboot/latest/boot/initrd64.img

Verify files with filelist.txt in each folder.

All Done!