( linux )
Contents
- Arch Installation / Encrypted Setup / Syslinux
- FAT32
Wed, Jan 24, 2018
ARCH INSTALLATION / ENCRYPTED SETUP / Syslinux
This is LVM on LUKS setup based on Arch’s wiki documentation.
Keyboard
Partition
Wireless
Install Base System
Add hostname to /etc/hostname and /etc/hosts
/etc/hosts
Set time zone:
Uncomment the locale in /etc/locale.gen
Set locale preference by adding LANG=”en_NZ.UTF-8” to /etc/locale.conf
Add keyboard, encrypt and lvm2 hooks to /etc/mkinitcpio.conf
mkinitcpio and set root password:
Install Boot Loader
/boot/syslinux/syslinux.cfg
/etc/crypttab
Append line:
Create crypttab.initramfs
Wireless
Umount and Reboot
Create New User
The above creates a new user with home directory, change password and add user
to additional groups.
Wireless
Sudo
Run visudo, edit it to restrict sudo to specific group or user.
Additional Install
Audio
Restore
Restore home from backup.
Do the same for AUR with pacaur.
Fri, Jan 26, 2018
FAT32
gparted or via command line.
Either way, install dosfstools.
I’m using FAT32 (LBA), which is also the factory default for USB stick.
Alternatively:
References:
LBA
Mounting USB stick with write access