1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-03 15:27:45 +02:00

Compare commits

...

4 Commits

Author SHA1 Message Date
f07b498bdd arch linux: updated installation list 2025-02-19 15:54:48 +01:00
da89126cc1 arch linux: updated installation list 2025-02-19 15:50:39 +01:00
34d76f654d gpu screen recorder: added cpu mode 2025-02-19 15:47:59 +01:00
609b775292 arch linux: installation working 2025-02-19 15:45:21 +01:00

View File

@ -8,6 +8,14 @@ Inside the encrypted partition a logical volume will be created with
At the end of this guide a fully functional Arch Linux will be installed.
## Test
The following is a list of installations using this guide and if it is working.
| Commit | Date | Device | Working |
| ------- | ---------- | ---------------------- | ----------- |
| f8b83cf | 19.02.2025 | Lenovo E14 AMD Version | No Problems |
## 1. Preparation
Ahead of the installation an Arch boot-stick has to be created as described in
@ -159,13 +167,13 @@ en_US.UTF-8 UTF-8
- `ls -l /dev/disk/by-uuid` - find out the UUID of your root partition.
- `vim /boot/loader/entries/arch.conf` - Create configuration
- Change the config to look similar to this:
- Change the config to look similar to this:
```txt
title Arch Linux
linux /vmlinuz-linux
initrd /initramfs-linux.img
options cryptdevice=UUID=<enter your uuid here>:lvm:allow-discards root=/dev/mapper/main-root resume=/dev/mapper/main-swap rw quiet
```txt
title Arch Linux
linux /vmlinuz-linux
initrd /initramfs-linux.img
options cryptdevice=UUID=<enter your uuid here>:lvm:allow-discards root=/dev/mapper/main-root resume=/dev/mapper/main-swap rw quiet
```
- `cp /boot/loader/entries/arch.conf /boot/loader/entries/arch-fallback.conf` - create a fallback.