1 - Go to the ArchStrike Website Downloads Section
2 - Choose the appropriate image
For installing on VMware/Virtualbox, scroll down to the ArchStrike VirtualBox & VMWare OVA
section. Choose your download. After your download is finished, import the OVA file. You don't need to follow the rest of this guide.
For installing on real hardware, pick the right ISO file for your CPU architecture. (x86_64
is for 64 bit CPUs, i686
is for 32 bit CPUs)
3 - Start your download by clicking on the link.
NOTE: For the torrent download, you will need a torrent client such as uTorrent or Transmission.
1 - Find a live medium to write the ISO file on. (A USB stick 8GB or larger will do)
2 - Writing the ISO.
WIndows users: Download Rufus. Follow the steps on the graphical interface to write the ISO to your USB. Important: Choose DD image mode on Rufus after you press the start button or the ISO won't boot.
Linux users: dd if=file.iso of=/dev/sdX bs=4M status=progress
where /dev/sdX
is the drive you want to write the ISO on and file.iso
is the name of the ISO fie.
Mac users: dd if=file.iso of=/dev/diskX
where /dev/diskX
is the drive you want to write the ISO on and file.iso
is the name of the ISO file.
1 - Boot your computer from the USB with the ArchStrike live image written. (Take a look here if you don't know how to boot your computer from a USB).
2 - Ensure you're running the latest version of the archstrike-installer
with
sudo pacman -Syy && sudo pacman -S archstrike-installer
3 - Right click on the desktop and select Install ArchStrike
from the menu. Follow the on-screen instructions.
IMPORTANT NOTE: If the installer quits without giving any error, apply the patch to fix it. Sorry for the inconvenience.
If you followed the steps here and there were no errors, you should be able to use your new ArchStrike installation by removing the USB drive and booting your computer up normally.
If there is an issue with the installation process:
/tmp/archstrike-installer.log
attached. We will try to help you to the best of our abilities.