You install archlinux from their latest ISO-Image with or without a graphical user interface. If you choose to install it with a GUI, you should go on a browser of your choise and open the archlinux.org website and run a neofetch. If you chose to go with a non-gui installation I'm fine with a login prompt on the actual machine.
This gist is a help to go through this speedrun, pretty fast.
Spam Enter to boot.
gdisk /dev/sdan + 3 * Enter + +1M + Enter + ef02 + Enter
n + 5 * Enter
w + Enter + y + Enter
mkfs.ext4 /dev/sda2mount /dev/sda2 /mntvim /etc/pacman.conf/Para + Enter + 0x:wq
pacstrap /mnt base linux linux-firmware grubType while pacstrap is running:
genfstab -U /mnt > /mnt/etc/fstab; arch-chroot /mnt bash -c 'grub-install --target=i386-pc /dev/sda; grub-mkconfig -o /boot/grub/grub.cfg'; rebootSpam Enter to boot.
gdisk /dev/sdan + 3 * Enter + +1M + Enter + ef02 + Enter
n + 5 * Enter
w + Enter + y + Enter
mkfs.ext4 /dev/sda2mount /dev/sda2 /mntvim /etc/pacman.conf/Para + Enter + 0x:wq
pacstrap /mnt base linux linux-firmware grubWhile this command is running, type the following command and press enter:
pacstrap /mnt xorg-server sddm plasma-meta sudo konsole firefox vim neofetchWhile the above command is running, type the following command and press enter:
genfstab -U /mnt > /mnt/etc/fstab; arch-chroot /mnt bash -c 'grub-install --target=i386-pc /dev/sda; grub-mkconfig -o /boot/grub/grub.cfg;systemctl enable NetworkManager.service;EDITOR=vim visudo;systemctl enable sddm.service; useradd -mG wheel user;passwd user';rebootIn visudo use: /wheel + Enter + j0xx:wq
When asked for a password use asdf and asdf.
Type asdf in the login window.
Open firefox from the task bar.
While its loading, open konsole by clicking on the start menu and then typing konsole.
`-> Maximise konsole and then type neofetch to proove the new installation
Then go to firefox and open archlinux.org to proove internet connectivity.
I needed this.