-
Notifications
You must be signed in to change notification settings - Fork 0
/
beginners.md.blade.php
55 lines (29 loc) · 2.63 KB
/
beginners.md.blade.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Beginner's Guide
## **Contents**
* Downloading ArchStrike
* Installing to a live medium
* Installing ArchStrike on your computer
* Conclusion
###Downloading ArchStrike
1 - Go to the [ArchStrike Website Downloads Section](https://archstrike.org/downloads)
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](https://www.maketecheasier.com/import-export-ova-files-in-virtualbox/). 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.
###Installing to a live medium
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](https://rufus.akeo.ie/). 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.
###Installing ArchStrike on your computer
1 - Boot your computer from the USB with the ArchStrike live image written. (Take a look [here](http://lifehacker.com/5991848/how-to-boot-from-a-cd-or-usb-drive-on-any-pc) 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](https://archstrike.org/news/10022). Sorry for the inconvenience.**
###Conclusion
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:**
* Send a mail to [email protected] with the installer log from `/tmp/archstrike-installer.log` attached. We will try to help you to the best of our abilities.