Skip to content

How to install Arch Linux and be one of the kool kids :sunglasses:

Pablo Alessandro Santos Hugen edited this page Jul 21, 2022 · 2 revisions
                  .o+`
                 `ooo/
                `+oooo:
               `+oooooo:
               -+oooooo+:
             `/:-:++oooo+:
            `/++++/+++++++:
           `/++++++++++++++:
          `/+++ooooooooooooo/`
         ./ooosssso++osssssso+`
        .oossssso-````/ossssss+`
       -osssssso.      :ssssssso.
      :osssssss/        osssso+++.
     /ossssssss/        +ssssooo/-
   `/ossssso+/:-        -:/+osssso+-
  `+sso+:-`                 `.-/+oso:
 `++:.                           `-/+/
 .`                                 `/

If you are reading this, there is a great probability that you already have this repository cloned on your machine, but in the case you haven't, run this commands on your terminal:

cd
git clone https://github.com/LambdaGroup/ls-g.git
cd ls-g
pwd

If you already have this repo on your machine, just update it:

cd ls-g
git pull

Now, inside the repo directory, you might see the lfs/scripts/lfsqemu.sh. You will use it to make a virtual machine running arch linux.

But first, lets download the arch linux iso.

First things first, download the .iso or make sure you have a good internet connection (but even then the mirrors might suck) to use the "netboot".

With the .iso in hands go to the scripts folder and run the ./lsfqemu script with the iso path in the -p parameter and -l live.

Clone this wiki locally