Skip to content

Instantly share code, notes, and snippets.

@admkng
admkng / arch_linux_installation.md
Created November 10, 2019 13:30 — forked from OdinsPlasmaRifle/arch_linux_installation.md
LVM on LUKS Arch installation with systemd-boot

Arch Linux Installation

LVM on LUKS Arch installation with systemd-boot

USB

Download Arch Linux

Find out the name of your USB drive with lsblk. Make sure that it is not mounted.

@admkng
admkng / ARCH_INSTALL.MD
Last active November 11, 2019 14:20 — forked from heppu/ARCH_INSTALL.MD
Installing Arch with cgdisk, dm-crypt, LUKS, LVM and systemd-boot

Create bootable USB

dd bs=4M if=/path/to/archlinux.iso of=/dev/sdx status=progress && sync

Boot from USB and set prepare system

timedatectl set-ntp true
@admkng
admkng / etd0108.rst
Last active November 17, 2016 21:02
Asus X750L touchpad not detected in Ubuntu

The Asus X750L touchpad manufactured by elantech (ETD0108) isn't detected in recent versions of Ubuntu and Arch Linux. To get it working, add the following kernel parameter to your grub line:

i8042.noloop

To make it permanent, add it to the GRUB_CMDLINE_LINUX_DEFAULT variable in /etc/default/grub:

GRUB_CMDLINE_LINUX_DEFAULT="i8042.noloop quiet splash"

Then run: