Tutorial how to install Arch Linux with (almost) full disk encryption using LUKS and LVM on GPD Pocket
https://github.com/sigboe/GPD-Arch-LUKS-LVM/wiki
- Custom Arch ISO with WiFi and repository already set up
- Improve guide
- More improvements to the installation
- Install Gnome
- Install KDE
- Other optional software
-
Integrate guide in the ISOIced for now
Most things work, if not mentioned it is likely that it works.
- Readable terminal shortly after bootloader
- Multitouch
- Wifi
- Bluetooth
- Speaker
- Microphone
- Headphones with autoswitch
- Battery manager
- Intel video driver
- Sleep/wake
- USB-C for data
- HDMI port
- Audio over HDMI
- Displayport/HDMI over USB-C
- Hibernation (Its possible to do it unreliably)
pacman -S archiso
If you want to build the ISO on another platform than Arch Linux I suggest doing it in a VM or a Docker running Arch. It should work in distros based on arch, but this is not supported.
The files are very sensitive to file permission changes, so unfortunately you need to do everything as root (even git clone). This may be fixed upstream later.
sudo su
cd
git clone https://github.com/sigboe/GPD-ArchISO.git
cd GPD-ArchISO/archlive
mkdir out
./build.sh -v
You need to clean up after the script before running it again. You need to rm -rf work
. Make sure you do this in the correct directory because you do run it with root permissions.
If you exited the script during execution you may end up with files that are mounted inside work. This will prevent you from deleting work. Then you may run
umount --recursive work
joshskidmore lots of help, inspirations and awesome commits
emanuelduss as basis for partitioning, encryption and bootloader.
jwrdegoede for making the kernel
njkliFor working on lots of the packages used after install
cawilliamson For working on lots of the packages used after install
microdou for testing, finding bugs, and filing issues.