Lafuente

blog

28 Mar 2014

Arch Linux, quick installation guide

· archlinux

Arch Linux, quick installation guide

iPXE #

Install from a USB using iPXE.

Download image from http://boot.ipxe.org/ipxe.iso and copy to an USB stick.

Find your USB

lsblk

Copy the image to the USB

sudo dd if=ipxe.iso of=/dev/sdX

Now boot with the USB

Arch Linux Netboot #

Obtain an IP address

dhcp

Start Arch Linux boot, original link is http://releng.archlinux.org/pxeboot/arch.ipxe

chain http://bit.do/archipxe

Get Arch Linux Ultimate Install Script

wget http://bit.do/archis
tar xzf archis
cd <dir> && ./ais

Reboot and finish the installation. If network doesn't work do

systemctl start dhcpcd

Helper to finish the installation, original at https://raw.githubusercontent.com/jlesquembre/arch_install_script/master/ais.sh

wget http://bit.do/jlais

← Home